
/*<!-- Favicon -->*/
@import url('assets/media/favicon.png');

/*<!-- All CSS files -->*/
@import url('assets/css/vendor/bootstrap.min.css');
@import url('assets/css/vendor/all.min.css');
@import url('assets/css/vendor/slick.css');
@import url('assets/css/vendor/animate.min.css');
@import url('assets/css/vendor/jquery.magnific-popup.css');
@import url('assets/css/app.css');

/* font Googles*/
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0');


/*Terceros Agregado*/
@import url('assets/css/terceros/sweetalert2.css');

/* FONT AWESOME */
@import url('assets/css/terceros/fontawesome-all.min.css');
@import url('assets/css/terceros/fontawesome-5-all.min.css');
@import url('assets/css/terceros/font-awesome.min.css');


/*  OPENSTREET */
@import url('https://unpkg.com/leaflet@1.9.4/dist/leaflet.css');


.bg-amarillo {
    background-color: #ffd500 !important;
}
.bg-gray80 {
    background-color: #333333 !important;
}
.bg-gray50 {
    background-color: #808080 !important;
}
.bg-gray30 {
    background-color: #e9e9e9 !important;
}
.bg-black {
    background-color: #000000 ;
}
.text-amarillo {
    color: #ffd500 !important;
}
.text-amarillo-hover:hover {
    color: #ffd500 !important;
}
.text-black {
    color: #000000 !important;

}

.main-menu {
    background: #000000;
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    padding-bottom: 20px;
}


.main-menu__logo img {
    height: 75px !important;
    width: auto !important;
}

.main-menu .main-menu__left .main-menu__logo {
    background-image: none !important;
}

.properties-by-city-card .imgfondo {
    min-width: 100% !important;
    width: auto;
    height: 370px !important;
}



.mapa_propiedad {
    width: 100%;
    height: 350px;
    float: left;
    position: relative;

}
.mapa_propiedades {
    width: 100%;
    height: 80vh;
    float: left;
    position: relative;

}
.mapa_propiedades .burb_codigo{
    width:250px;
    height:auto;
    overflow:hidden;
    font-size:12px;
    line-height:15px;
    color:#ffd500;
    margin-bottom: 5px;
}
.mapa_propiedades .burb_titulo{
    width:250px;
    height:auto;
    overflow:hidden;
    font-weight: bold;
    font-size:18px;
    line-height:25px;
    color:#000;
}
.mapa_propiedades .burb_direccion{
    width:250px;
    height:auto;
    overflow:hidden;
    font-size:12px;
    line-height:15px;
    color:#666;
    margin-bottom: 10px;
}
.mapa_propiedades .burb_detalle{
    width:250px;
    height:auto;
    overflow:hidden;
    font-size:12px;
    line-height:16px;
    color:#000;
}
.mapa_propiedades .burb_detalle img{
    width:75px;
    height:auto;
    max-height: 150px;
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}
.mapa_propiedades .burb_vermas{
    width:250px;
    height:auto;
    overflow:hidden;
    font-size:10px;
    line-height:15px;
    font-weight:700;
    color:#000000;
    float:left;
    background-color:#FFD500;
    margin:10px 0px;
    padding:10px 0px;
    text-align:center;
}
.mapa_propiedades .burb_vermas:hover{
    color:#FFD500;;
    background-color:#000000;
}

.video-banner {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.property-card .text-block {
    padding: 20px 16px 24px 16px !important;
}

.property-card .text-block .title{
    height: 50px !important;
    width: 100% !important;
    font-size: 17px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
}

.property-card .text-block .location{
    font-size: 12px !important;
}

.property-card .property-options{
    width: 50px;
    height: auto;
    position: absolute;
    top:10px;
    right: 10px;
    text-align: center;
    z-index: 99;
}
.property-card .property-options .option{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    float: left;
    background-color: rgba(255,255,255,.95);
    border-radius: 100%;
    font-size: 15px !important;
    line-height: 40px !important;
    align-items: center !important;
    text-align: center !important;
    color:#000000;
}

.property-detail .slider-block .slider-arrow {
    bottom: auto !important;
    top:20px !important;
}

.property-card .img-block {
    overflow: hidden !important;
}

.property-card .img-block .property-img {
    min-height: 412px !important;
    height: auto !important;
    min-width: 100% !important;
    width: auto !important;
}

.property-detail .video .video-box {
    display: block !important;
}

.buscador_home{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    position: absolute;
    z-index: 1;
    bottom: 0px;
}

.page-header {
    background-size: 100% auto !important;
    background-position: center center !important;
    background-color: rgba(0,0,0,1) !important;
}


.offcanvas.offcanvas-wishlist .inner .body {
    max-height: calc(100% - (60px + 92px));
}

.property-detail .slider-block .category-tag {
    font-size: 14px !important;
}


.about-property-block .item {
    width: 31% !important;
    margin: 1% !important;
    padding: 1% !important;
    float: left !important;
    font-size: 12px !important;
}

.propiedad_detalle :is(h1, h2, h3, h4, h5, h6) {
    font-size: 24px !important;
    line-height: 26px !important;
    color: #000000 !important;
    font-weight: 500;
    margin: 10px 0px;
}
.propiedad_detalle p, .propiedad_detalle em {
    font-size: 15px !important;
    line-height: 18px !important;
    color: #333333 !important;
    text-transform: none !important;
    font-style: normal !important;

}


.about-1 .about-images {
    padding-left: 0px !important;
}

.about-1 .about-content-body h4 {
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 300;
}


.property-images-slider .image-anime img{
    max-height: 80vh !important;
    height: auto !important;
    min-width: 75% !important;
    width: auto;
    margin: auto;
    border-radius: 1rem;
}


/*----------------------------------------------*/
/*-------- 30. SECTION INFO HELP HOME 15 -------*/
/*----------------------------------------------*/
.info-help {
    padding: 6rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3;
}

.info-help:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.info-help .info-head .info-text {
    padding-left: 0px;
}

.info-help .info-head .info-text h3 {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
}

.info-help .info-head .info-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    padding: 1.5rem 0;
    margin-bottom: 0px;
}

.info-help .info-head .info-text .btn-pro {
    background: #18ba60;
    color: #fff;
    margin-top: 10px;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.info-help .info-head .info-text .btn-pro:hover {
    background: #121B22;
}

@media (min-width: 1200px) {
    .info-help {
        background-attachment: fixed;
        background-size: 100% auto !important;
        background-position: center center;
    }
}


@media screen and (max-width: 767px) {
    .info-help .info-head .info-text h3 {
        font-size: 25px;
    }

    .info-help .info-head .info-text p {
        font-size: 16px;
    }
}
.rev_row_zone_bottom,
.tp-caption.have {
    bottom: 80px;
}

.hermes .tp-bullet,
.uranus.tparrows {
    display: none;
}



/*.about-property-block .links li {*/
    /*width: 40% !important;*/
    /*float: left !important;*/
/*}*/