img[title]:hover::after {
    content: none;
}
     /* Estilo del preloader */
 #js-preloader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: black; /* Fondo negro */
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
 }

.preloader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid orange; /* Círculo naranja */
    animation: spin 1s linear infinite;
}

/* Animación del círculo */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.top120{margin-top: 120px;}
@media (min-height:1px)and (max-height:450px){
    .mini-slider {
        position: relative;
        margin-top: -140px !important;
    }
    .main-banner .item {
        height: 83vh !important;
        padding: 5%;
        text-align: center;
    }

}
@media (min-width:670px)and (max-width:767px) {
    .mini-slider {
        left: 9%;
    }
}
@media (max-width:767px) {
    .mini-slider {
        position: relative;
        margin-top: -250px;
        max-width: 580px;
    }
    .logo-nav{
        max-width:241px!important;
        padding-top: 0;}
    .header-area {
        padding: 0px;
        height: 70px !important;
        box-shadow: none;
        text-align: center;
    }
}
@media (min-width:768px)and (max-width:991px){
    .mini-slider {
        position: relative;
        margin-top: -250px;
        max-width: 480px;
        left:25%;

    }

    .logo-nav{
        max-width: 280px!important;
        padding-top: 0;}
    .header-area {
        padding: 0px 15px;
        height: 70px !important;
        box-shadow: none;
        text-align: center;
    }
}
@media (max-width:991px){
    .fs-55{font-size: 34px;}

    .header-area .main-nav ul.nav {
        flex-basis: 100%;
        margin-top:59px;}
    .header-area .container{min-width: 100%;}
    .background-header .main-nav .nav li, .header-area .main-nav .nav li{height: 77px;}
    .background-header .main-nav .nav li a, .header-area .main-nav .nav li a{line-height: 80px; height: 80px;}
    .header-area .main-nav .logo{left:0px;}
    .main-banner .item{height: 58vh; padding: 5%; text-align: center;}
    .main-banner .item h2{ font-size: 35px !important; line-height: 32px;}
    .featured .section-heading{margin-bottom: 10px;}
    .featured .left-image img{padding-left: 0;}
    .page-heading h3 {
        font-size: 29px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }
    .properties ul.properties-filter li{ width: 40%}
    .properties ul.properties-filter li a{ width: 100%}
    .header-area .menu-trigger {
        display: block !important;
    }
    .page-heading {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0px;
        text-align: center;
    }
}
@media (min-width:1701px){
    .mini-slider{position: absolute;right: 0; max-width: 800px;  z-index: 2;top: 61vh;}
    .main-banner .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 220px 20% 320px 20%;
        margin-top: 0px;
        height: 67vh;
    }
    .fs-55{font-size: 55px}
    .pala{max-width: 80px; position:relative; right: 0; margin-top: -380px; margin-right: -40px}
}
@media (min-width:1501px)and (max-width: 1700px){
    .mini-slider{position: absolute;right: 0; max-width: 800px;  z-index: 2;top: 61vh;}
    .main-banner .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 84px 15% 320px 15%;
        margin-top: 0px;
        height: 54vh;
    }
    .curva{bottom: -12px !important;}
    .fs-55{font-size: 45px}
    .pala{max-width: 80px; position:relative; right: 0; margin-top: -380px; margin-right: -40px}
}

@media (min-width:992px) and (max-width: 1500px){
    .mini-slider{position: absolute;right: 0; max-width: 700px;  z-index: 2;top:70vh;left: 0; margin: auto;}
    .main-banner .item {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 94px 8% 242px 8%;
        margin-top: 0px;
        height: 49vh;
        text-align: center;
    }
    .fs-55{font-size: 35px}
    .featured .info-table ul li h4{font-size: 20px;}
    .featured .info-table{
        padding: 5px;
    }
    .pala{max-width: 72px;
        position: relative;
        right: 0;
        margin-top: -296px;margin-right: -50px;}
}



.fs-25{font-size: 25px !important;}
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
.featured .info-table ul li:hover{background:#fc8509; color: white !important; cursor: pointer; box-shadow: 0px 10px 30px -10px rgb(0 0 0);}
.featured .info-table ul li:hover >h4{color: white !important; }
.featured .info-table ul li:hover >h4 span{color: white !important; }
.featured .info-table ul li:hover >.icon{color: white !important; }
.properties .item:hover{box-shadow:0px 10px 30px -10px rgb(0 0 0); }
.whatsapp {
    position: fixed !important;
    z-index: 9999 !important;
    right: 20px;
    float: right;
    top: 87%;
    margin-top: -25px;
    cursor: pointer;
    width: 45px;
    height: 45px;}

.btn-custom{
    background-color: #000000;
    color: white;
}
.btn-custom:hover{
    background-color: #fc7f07;
    color: white;
}

.fondo-gris{
    /*background-color: #ffdfc6 !important; */
    background-color: #bdbec042 !important;
}
.max20{height: 20px !important;}
/*carousel*/

/* Animación y estilo base de la card */
.owl-servicios .item {
    /*height: 20px;*/
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: scale(1);
    z-index: 1;
    border-radius: 10px;
}

.owl-servicios .owl-item {
    /*width: auto !important;*/
    white-space: nowrap; /* para evitar saltos de línea */
}

.owl-carousel .owl-stage::after {
    content: '';
    display: inline-block;
    width: 1px;
}


/* Zoom automático solo a la card activa (centrada) */
.owl-servicios .owl-item.center .item {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
    background: #fff; /* opcional para resaltar */
}

.owl-servicios .owl-stage-outer {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.owl-carousel .item {
    overflow: visible;
}

/* Flechas de navegacion */
.owl-servicios .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50px);
}

.owl-servicios .owl-nav .owl-prev i,
.owl-servicios .owl-nav .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    background-color: #0003;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
}

.owl-servicios .owl-nav .owl-prev i {
    position: absolute;
    left: 0px;
}

.owl-servicios .owl-nav .owl-next i {
    position: absolute;
    right: 0px;
}

.owl-servicios .owl-nav .owl-prev i:hover,
.owl-servicios .owl-nav .owl-next i:hover {
    opacity: 1;
    background-color: #0003;
}

.img-custom{
    height: 550px !important;
    width: auto;
}

@media (max-width:767px) {
    .img-custom{
        height: 350px !important;
        width: auto;
    }


    .item a{
        /*max-width: 250px;    */
    }

}

.item img{
    height: 60%;
    max-width: 90%;
    overflow: hidden;
}

/*.properties .item {
    padding: 0px;
    margin: 0px;
}*/

.properties .item h4 {
    margin: 0px;
}


/* El contenedor de la card */
.zoom-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-origin: center center;
    cursor: pointer;
    border-radius: 10px;
    background: #f8f9fa;
    padding: 20px;
    margin: 10px;
}

/* Efecto de zoom suave */
.zoom-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: relative;
}
