/* Fuentes usadas
Google Fonts
// <weight>: Use a value from 100 to 1000
// <uniquifier>: Use a unique and descriptive class name

.roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
}

*/


body {
    font-family: "Roboto Flex", sans-serif;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #fff;
    background-color: #000000;
}



h1, h2, h3, h4, h5 {
    font-weight: 700 !important;
}



p {
    font-size: 110%;
}

.fa-ul>li, li {
    font-size: 100%;
    padding-bottom: .5rem;
}

.texto110 {
    font-size: 110%;
}

lead, .lead {
    font-size: 140%;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    padding-bottom: .5rem;
}

.leadDestacado {
    font-size: 200%;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    padding-bottom: .5rem;
}

.destacado {
    font-weight: 700 !important;
}

.textoGris {
    color: rgba(156, 163, 175, .8);
}



@media only screen and (max-width: 992px) {

    h1 {
        font-size: 240%;
    }
    h2 {
        font-size: 200%;
    }
    h3 {
        font-size: 180%;
    }
    lead, .lead {
        font-size: 130%;
        line-height: 1.3 !important;
        font-weight: 400 !important;
        padding-bottom: .5rem;
    }
    .leadDestacado {
        font-size: 180%;
        font-weight: 700 !important;
    }
    p {
        font-size: 115%;
    }   
    .texto110 {
        font-size: 115%;
    }

}



/* <MENU> */
#FranjaMenu {
    background: rgba(0, 0, 0, 1);
}

#FranjaMenu .logo {
    padding: .2rem;
    width: 300px; 
}

#FranjaMenu .navbar {
    --bs-navbar-padding-y: 0rem;
}

#FranjaMenu .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Asegúrate de que el navbar tenga el padding correcto */
#FranjaMenu .navbar {
}

#FranjaMenu .navbar-nav {
    --bs-nav-link-padding-y: .6rem;
    --bs-nav-link-color: #ffffff !important; 
    --bs-nav-link-hover-color:rgba(156, 163, 175, .8) !important; 
    line-height: 1;
    font-size: 95%;

}

#FranjaMenu .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgba(156, 163, 175, 1) !important; 
}

#FranjaMenu .nav-link:hover {
    color: rgba(156, 163, 175, .8) !important; 
    text-decoration: none;
}

#FranjaMenu .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#FranjaMenu .dropdown-menu {
    margin-top: 0px !important;
    background-color: rgba(0, 0, 0, .25) !important;
    backdrop-filter: blur(3px);     
    border-color: rgba(156, 163, 175, .8) !important;
    border-radius: 0;
    padding: 0;
    font-size: 95%;
}

#FranjaMenu .dropdown ul li {
    padding-bottom: 0 !important;
}

#FranjaMenu .dropdown-item {
    padding-top: .8rem;
    padding-bottom: .8rem;
    --bs-dropdown-padding-y: 0;
    padding-right: 8rem;
    color: #fff !important;
}

#FranjaMenu .dropdown-item:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

#FranjaMenu .dropdown-divider {
    margin: 0;
    background-color:rgba(156, 163, 175, .8);
    opacity: .5;
}

/* TABLETAS */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #FranjaMenu .logo {
        width: 260px !important;
    }

    .fa-ul>li, li {
        padding-bottom: 0rem !important;
    }
    
    #FranjaMenu .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
    
}

/* Tabletas (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #FranjaMenu .logo {
        width: 120px !important;
    }
}

/* Tabletas pequeñas (576px - 767px) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    #FranjaMenu .logo {
        min-width: 120px;
        width: 120px !important;
    }
}

/* RESPONSIVE */
@media only screen and (max-width: 991px) {
    #FranjaMenu .logo {
        min-width: 120px;
        width: 260px !important;
        padding-top: 2;
        padding-bottom: 0;
    }

    #FranjaMenu {
        background-color: transparent !important;
        background-image: none;
        outline-offset: 0px;
        border-bottom: 1px solid rgb(255, 255, 255, 0);
        /* border-bottom: 1px solid rgb(255, 255, 255, 0.3); */
        position: relative; /* En móvil no flotar */
    }

    #FranjaMenu .navbar-nav {
             padding-top: .5rem; 
            padding-bottom: .5rem; 
        --bs-nav-link-font-weight: 600;
        --bs-nav-link-color: #111 !important;
        --bs-nav-link-hover-color: #111 !important;
        font-size: 85%;
    }

    #FranjaMenu .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: rgba(156, 163, 175, .8) !important;
        --bs-nav-link-font-weight: 600;
    }

    #FranjaMenu .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0rem;
        border-bottom: 1px solid #333;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #fff!important;
    }

    #FranjaMenu .nav-link:hover {
        color: rgba(156, 163, 175, .8);
        text-decoration: underline;
    }

    #FranjaMenu .navbar-toggler {
        color: var(--bs-navbar-color);
        background-color: rgba(0,0,0,0);
        border: none;
        border-radius: 0;
    }

    #FranjaMenu .offcanvas {
        z-index: 4000;
        padding-left: 1rem;
        background: rgba(0, 0, 0, 0.8) !important;
    }

    #FranjaMenu .dropdown-menu {
        background-color: transparent !important;
    }

    #FranjaMenu .dropdown-item:hover {
        background-color: transparent !important;
        color: rgba(156, 163, 175, .8) !important;
    }

    #FranjaMenu .dropdown-menu {
        margin-top: 0px !important;
        border-color: rgba(255, 255, 255, 0) !important;
    }

        .navbar-toggler-icon {
        filter: invert(1); /* Invierte los colores, negro se vuelve blanco */
    }

}


/* Menú centrado con espaciado equilibrado */
@media (min-width: 992px) {
    .navbar .offcanvas-body {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-nav.mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* Opcional: para ajustar el espaciado del menú */
    .navbar-nav .nav-item {
        margin: 0 0.5rem;
    }
}
/* </MENU> */



/* <BANNER> */
#carouselPpal {
    position: relative;
    height: 94vh; /* Altura completa de la pantalla */
    width: 100%;
}

#carouselPpal .carousel-inner,
#carouselPpal .carousel-item {
    height: 94vh; /* Altura completa */
}

#carouselPpal .carousel-item img {
    height: 94vh; /* Imagen ocupa toda la altura */
    width: 100%;
    object-fit: cover; /* Mantiene proporciones sin deformar */
    object-position: center; /* Centra la imagen */
}

/* Ken Burns + brightness SOLO en hover del banner */
#carouselPpal .carousel-item {
    overflow: hidden; /* clave para que el zoom no se salga */
}

/* Estado normal */
#carouselPpal .carousel-item img {
    transform: scale(1);
    transition: transform 4s ease-out, filter 0.3s ease;
    will-change: transform, filter;
}

/* Hover en todo el slide (incluye el <a> y overlays) */
#carouselPpal .carousel-item:hover img {
    animation: kenburns 8s ease-out forwards;
    filter: brightness(0.9);
}

/* Overlay con div */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

/* Contenedor del texto y botones */
.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 90%;
    max-width: 900px;
}

.carousel-caption-custom h1 {
    font-size: 450%;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0) !important;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.carousel-caption-custom p {
    font-size: 1.5rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0) !important;
    padding-bottom: 1rem;
}

/* Estilos de botones */
.carousel-caption-custom .btn {
    padding: 1rem 1rem;
    font-weight: 600;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 110% !important;
    font-weight: 600 !important;
}

.carousel-caption-custom .btn-light {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}

.carousel-caption-custom .btn-light:hover {
    background-color: #E1E1E1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}

.carousel-caption-custom .btn-outline-light {
    border: 2px solid #fff !important;
    color: #fff;
    background-color: transparent;
}

.carousel-caption-custom .btn-outline-light:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
    background: transparent !important;
    border: 2px solid #E1E1E1 !important;
}

/* Responsive para tablets */
@media (max-width: 992px) {
    .carousel-caption-custom h1 {
        font-size: 3rem;
    }
    
    .carousel-caption-custom p {
        font-size: 1.2rem;
    }
}

/* Responsive para móvil */
@media (max-width: 768px) {
    #carouselPpal,
    #carouselPpal .carousel-inner,
    #carouselPpal .carousel-item,
    #carouselPpal .carousel-item img {
        height: 96vh; /* Mantiene 100vh en móvil también */
    }
    
    .carousel-caption-custom h1 {
        font-size: 2rem;
    }
    
    .carousel-caption-custom p {
        font-size: 1rem;
    }
    
    .carousel-caption-custom .btn {
        font-size: 0.9rem !important;
        padding: 0.5rem 1.5rem;
    }
    
    .carousel-caption-custom .d-flex {
        flex-direction: column;
        gap: 1rem !important;
    }
}

/* Controles del carrusel */
#carouselPpal .carousel-indicators {
    bottom: 30px; /* Ajusta la posición de los indicadores */
}

#carouselPpal .carousel-indicators [data-bs-target] {
}

#carouselPpal .carousel-control-prev-icon {    
    background: url(/images/chevron-left-sharp-solid.svg) no-repeat;
}

#carouselPpal .carousel-control-next-icon {
    background: url(/images/chevron-left-sharp-solid.svg) no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* </BANNER> */

/* <DESARROLLOS> */ 
#Desarrollos {
    color: white;
    padding: 80px 0 0 0;
    position: relative;
}

/* Título de sección */
.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 50px;
    margin-left: 150px;
}

/* Cards de proyectos */
.project-card {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.project-card img {
    object-fit: cover;
    width: 100%;
    border-radius: .3rem;
}

.project-card img:hover {        
    animation: kenburns 4s ease-out forwards;
    filter: brightness(0.9);
}

@keyframes kenburns {
    from {
        transform: scale(1) translate(0, 0);
    }
    to {
        transform: scale(1.08) translate(-6px, -6px);
    }
}

.project-card .card-body {
    padding: 20px;
    padding-bottom: 0;
    color: white;
    text-align: center;
}

.project-name {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: white;
}

.project-location {
    color:rgba(156, 163, 175, .8);
    font-size: 0.9rem;
    margin-bottom: 0px;
}

.project-price {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .4rem;
}


.project-amenities {
    color: rgba(156, 163, 175, .8);
    font-size: 80%;
}

.project-amenities .divisor {
    padding-left: .5rem;
    padding-right: .5rem;
}

/* Badges de estado */
.status-badge {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 5px 12px;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2;
    opacity: 0.9;
}

.badge-entrega {
    background-color: #333333;
    color: white;
}

.badge-preventa {
    background-color: #333333;
    color: white;
}

.badge-construccion {
    background-color: #333333;
    color: white;
}

.badge-proximamente {
    background-color: #333333;
    color: white;
}

.badge-vendido {
    background-color: #333333;
    color: white;
}

/* Círculos decorativos del footer */
.footer-circles {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
}

.circle-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(45deg, #4CAF50, #2196F3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.circle-button:hover {
    transform: scale(1.1);
}

.circle-button img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}



@media only screen and (max-width: 992px) {

    #Desarrollos::before {
        font-size: 100px;
        right: 1rem !important;
        top: 5rem;
        position: absolute;
    }

}


/* Botón deshabilitado */
#Desarrollos .renglonBotones {
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-align: center;
}

#Desarrollos .renglonBotones .filter-btn {
    background-color: #fff;
    color: #000;
    padding: .3rem .8rem;
    cursor: pointer; 
    border-radius: .3rem;
    font-size: 95%;
    border: none;
    transition: all 0.3s ease; 
    margin: .3rem .1rem;
}

#Desarrollos .renglonBotones .filter-btn:hover {
    background-color: #E1E1E1; 
}

#Desarrollos .renglonBotones .filter-btn.active {
    background-color: #333; 
    color: #fff; 
}

#Desarrollos .renglonBotones .filter-btn.active:hover {
    background-color: #E1E1E1;
    color: #000;
}

#Desarrollos .renglonBotones .filter-btn.disabled,
#Desarrollos .renglonBotones .filter-btn:disabled {
    background-color: #ccc;
    color: #000; 
    cursor: not-allowed; 
    opacity: 0.5;
}

#Desarrollos .renglonBotones .filter-btn.disabled:hover,
#Desarrollos .renglonBotones .filter-btn:disabled:hover {
    background-color: #ccc;
    transform: none;
    cursor: not-allowed;
}

/* </DESARROLLOS> */

/* <TEXTO DESTACADO> */
#Destacado {
    color: white;
    padding: 0 0 40px 0;
    position: relative;
    overflow: hidden;
}

#Destacado .linea-vertical {
    width: 1px;
    height: 100px;
    background-color: #fff;
    margin: 0 auto 2rem auto;
}

/* Contenedor principal del texto */
#Destacado .texto-con-imagenes {
    font-weight: 300;
    font-size: 400%;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Imágenes integradas en el texto */
#Destacado .texto-con-imagenes img {
    height: clamp(60px, 8vw, 120px);
    width: clamp(60px, 8vw, 120px);
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
}

/* Imágenes rectangulares */
#Destacado .texto-con-imagenes .img-rectangular {
    border-radius: clamp(25px, 6vw, 50px);
    width: clamp(150px, 12vw, 250px);
    height: clamp(50px, 12vw, 100px);
    /*clamp(mínimo, preferido, máximo)*/
}

/* Efectos hover en las imágenes */
#Destacado .texto-con-imagenes img:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Espaciado entre palabras y elementos */
#Destacado .texto-elemento {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Palabras individuales */
#Destacado .palabra {
    white-space: nowrap;
}

/* Animación sutil para las imágenes */
@keyframes flotar {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

#Destacado .texto-con-imagenes img {
    animation: flotar 3s ease-in-out infinite;
}

#Destacado .texto-con-imagenes img:nth-child(even) {
    animation-delay: 1.5s;
}

/* Responsive */
@media (max-width: 768px) {
    #Destacado {
        padding: 60px 0;
    }

    #Destacado .texto-con-imagenes {
        gap: 15px;
        text-align: center;
    }

    #Destacado .texto-elemento {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    #Destacado {
        padding: 40px 0;
    }

    #Destacado .texto-con-imagenes {
        gap: 12px;
    }

    #Destacado .palabra {
        font-size: 0.9em;
    }
}

/* Fondo decorativo sutil */
#Destacado::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: 0;
}

#Destacado .container {
    position: relative;
    z-index: 1;
}

/* </TEXTO DESTACADO> */


/* <CIFRAS> */
        #Cifras {
            padding: 100px 0;
        }

        #Cifras .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        #Cifras .estadisticas-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 60px;
            align-items: center;
        }

        #Cifras .estadistica-item {
            text-align: center;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
        }

        #Cifras .estadistica-item.animate {
            opacity: 1;
            transform: translateY(0);
        }

        #Cifras .estadistica-item:nth-child(2) {
            transition-delay: 0.2s;
        }

        #Cifras .estadistica-item:nth-child(3) {
            transition-delay: 0.4s;
        }

        /* Líneas divisorias verticales */
        #Cifras .estadistica-item:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -30px;
            transform: translateY(-50%);
            width: 1px;
            height: 80px;
            background: linear-gradient(to bottom, transparent, #374151, transparent);
            opacity: 0.5;
        }

        #Cifras .numero {
            font-size: 7rem;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 15px;
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: block;
            position: relative;
            opacity: 1;
        }

        #Cifras .numero.has-suffix {
            display: inline-block;
        }

        #Cifras .sufijo {
            font-size: 2.5rem;
            font-weight: 700;
            color: #fff;
            vertical-align: top;
            margin-left: 5px;
        }

        #Cifras .descripcion {
            font-family: "Roboto Flex", sans-serif;
            font-size: 0.95rem;
            font-weight: 400;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 1.4;
        }

        /* Efectos hover */
        #Cifras .estadistica-item:hover .numero {
            transform: scale(1.05);
            transition: transform 0.3s ease;
        }

        #Cifras .estadistica-item:hover .descripcion {
            color: #cbd5e1;
            transition: color 0.3s ease;
        }

        /* Responsive */
        @media (max-width: 768px) {
            #Cifras {
                padding: 60px 0;
            }

            #Cifras .estadisticas-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            #Cifras .estadistica-item:not(:last-child)::after {
                display: none;
            }

            #Cifras .numero {
                font-size: 6rem;
            }

            #Cifras .sufijo {
                font-size: 2rem;
            }

            #Cifras .descripcion {
                font-size: 0.85rem;
                letter-spacing: 1.5px;
            }
        }

        @media (max-width: 480px) {
            #Cifras .numero {
                font-size: 3rem;
            }

            #Cifras .sufijo {
                font-size: 1.8rem;
            }
        }

        /* Contenido adicional para scroll */
        #Cifras .content-spacer {
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Roboto Flex", sans-serif;
            font-size: 1.2rem;
            color: #666;
        }
/* </CIFRAS> */


/* <BENEFICIOS> */
#Beneficios {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 0rem;
}


@media only screen and (max-width: 992px) {


}
/* </BENEFICIOS> */



/* </VENTAJAS> */
#Ventajas {
    position: relative;
    padding: 80px 0 80px 0;
    overflow: hidden;
}

/* Custom tabs styling */
#Ventajas .custom-tabs {
    border: none;
    background: transparent;
    position: relative;
    margin-bottom: 50px;
    z-index: 2;
}

#Ventajas .custom-tabs .nav-link {
    border: none;
    background: transparent;
    color: rgba(156, 163, 175, .8);
    font-family: 'Roboto Flex', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px 40px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 0;
}

#Ventajas .custom-tabs .nav-link:hover {
    color: #e5e7eb;
    background: transparent;
    border: none;
}

#Ventajas .custom-tabs .nav-link.active {
    color: #ffffff !important;
    background: transparent;
    border: none;
    font-weight: 500;
}

/* Active tab underline */
#Ventajas .custom-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, #fff, #fff);
    border-radius: 1px;
}

/* Vertical lines between tabs */
#Ventajas .custom-tabs .nav-item:not(:last-child) .nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, transparent, #374151, transparent);
    opacity: 0.5;
}

#Ventajas .custom-tabs .nav-item:not(:last-child) .nav-link.active::after {
    display: none;
}

/* Tab content */
#Ventajas .tab-content {
    position: relative;
    z-index: 2;
}

#Ventajas .tab-pane {
    padding: 0;
}

#Ventajas .content-row {
    align-items: center;
    min-height: 400px;
}

#Ventajas .content-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
}

#Ventajas .content-text .highlight {
    background: linear-gradient(135deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#Ventajas .content-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #d1d5db;
    margin-bottom: 20px;
}

#Ventajas .content-text .description {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(156, 163, 175, .8);
}

#Ventajas .content-image {
    position: relative;
}

#Ventajas .content-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0 .6rem 0 .6rem;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

#Ventajas .content-image:hover img {
    transform: scale(1.02);
    box-shadow: 
        0 32px 64px -12px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Fade animation */
#Ventajas .tab-pane {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

#Ventajas .tab-pane.active {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    #Ventajas::after {
        font-size: 8rem;
        right: 0.5rem;
        top: 2rem;
    }

    #Ventajas .custom-tabs .nav-link {
        padding: 15px 20px;
        font-size: 0.85rem;
        letter-spacing: 1px;
    }

    #Ventajas .custom-tabs .nav-item:not(:last-child) .nav-link::after {
        display: none;
    }

    #Ventajas .content-text h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    #Ventajas .content-text p {
        font-size: 1rem;
    }

    #Ventajas .content-image img {
        height: 300px;
    }

    #Ventajas .content-row {
        min-height: auto;
    }
}

/* </VENTAJAS> */


/* <ALIADOS> */
#Aliados .logos-slider {
    padding: 50px 0;
    overflow: hidden;
}

#Aliados .logos-track {
    display: flex;
    animation: slide 40s linear infinite;
    width: fit-content;
}

#Aliados .logos-track img {
    height: 80px;
    width: auto;
    margin: 0 40px;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: .3rem;
    flex-shrink: 0;
    min-width: 80px;
}

#Aliados .logos-track img:hover {
    opacity: 1;
    transform: scale(1.1);
    animation-play-state: paused;
}

#Aliados .logos-slider:hover .logos-track {
    animation-play-state: paused;
}

#Aliados .tit {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
    font-weight: 400 !important;
    color: rgba(156, 163, 175, .8);
}

@keyframes slide {
    from { 
        transform: translateX(0); 
    }
    to { 
        transform: translateX(calc(-160px * 10));
    }
}
/* </ALIADOS> */

/* <FAQS> */
#Faqs {
    padding-top: 6rem;
    padding-bottom: 3rem;
    position: relative;
}

/* Imagen del proyecto */
#Faqs .project-image {
    border-radius: 0 .6rem 0 .6rem;
    overflow: hidden;
    transition: transform 0.3s ease;
}

#Faqs .project-image:hover {
    transform: translateY(-10px);
}

#Faqs .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Estilos del acordeón */
#Faqs .accordion-custom {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
}

#Faqs .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    padding-left: 2rem;
}

#Faqs .accordion-item {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0 !important;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    color: rgba(156, 163, 175, .8);
    line-height: 1.6;
}

#Faqs .accordion-item:hover {
    border-color: transparent;
    transform: translateX(8px);
}

#Faqs .accordion-header {
    border-radius: 0;
}

#Faqs .accordion-button {
    background: transparent;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.1rem;
    padding: 1.5rem 2rem;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#Faqs .accordion-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(33, 44, 86, 0.1), transparent);
    transition: left 0.6s ease;
}

#Faqs .accordion-button:hover::before {
    left: 100%;
}

#Faqs .accordion-button:not(.collapsed) {
    background: #333;
    color: #FFFFFF;
    box-shadow: none;
}

#Faqs .accordion-button:hover {
    background: rgba(33, 44, 86, 0.2);
    color: #FFFFFF;
    transform: none;
}

#Faqs .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 44, 86, 0.25);
    border-color: #333;
}

#Faqs .accordion-button::after {
    display: none;
}

/* Icono personalizado */
#Faqs .accordion-icon {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

#Faqs .accordion-icon::before {
    content: '\002B';
    line-height: 1;
    transition: transform 0.3s ease;
}

#Faqs .accordion-button:not(.collapsed) .accordion-icon {
    transform: translateY(-50%) rotate(45deg);
    background: transparent !important;
    transform: translateY(-50%) rotate(45deg);
}

#Faqs .accordion-button:not(.collapsed) .accordion-icon::before {
    transform: rotate(0deg);
}

@media only screen and (max-width: 992px) {


    #Faqs .project-image img {
        margin-top: 2rem;
    }

}
/* </FAQS> */



/* <CALL> */
#Call {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;  
}

#Call .contact-container {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        #Call .contact-item {
            display: flex;
            align-items: center;
            gap: .2rem;
            padding: 1rem;
            border-radius: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            color: inherit;
        }

        #Call .contact-item:hover {
            color: inherit;
            text-decoration: none;
            transform: translateX(10px);
        }

        /* WhatsApp */
        #Call .whatsapp-item .icon {
            color: #C4D6ED; 
            /* color: #25D366;*/
        }

        #Call .whatsapp-item:hover .icon {
            color: #FFFFFF; 
            /* color: #25D366;*/
            background: rgba(37, 211, 102, 0.1);
        }

        /* Teléfono */
        #Call .phone-item .icon {
            color: #C4D6ED;
        }

        #Call .phone-item:hover .icon {
            color: #FFFFFF;
            background: rgba(255, 255, 255, 0.1);
        }

        /* Correo */
        #Call .mail-item .icon {
            color: #C4D6ED;
        }

        #Call .mail-item:hover .icon {
            color: #FFFFFF;
            background: rgba(255, 255, 255, 0.1);
        }

        
        #Call .contact-icon {
            font-size: 2rem;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        #Call .contact-item:hover .contact-icon {
            transform: scale(1.1);
        }

        #Call .contact-info {
            display: flex;
            flex-direction: column;
        }

        #Call .contact-label {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(156, 163, 175, .8);
            margin-bottom: 0.25rem;
            font-weight: 400;
        }

        #Call .contact-number {
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 1;
        }

        /* Responsividad */
        @media (max-width: 768px) {
            #Call .contact-container {
                gap: 1rem;
            }

            #Call .contact-item {
                padding: 0.75rem;
                gap: 0.75rem;
            }

            #Call .contact-icon {
                font-size: 1.5rem;
                width: 40px;
            }

            #Call .contact-number {
                font-size: 1.4rem;
            }

            #Call .contact-label {
                font-size: 0.75rem;
            }
        }

        @media (max-width: 480px) {
            #Call .contact-number {
                font-size: 1.2rem;
            }

            #Call .contact-icon {
                font-size: 1.25rem;
                width: 35px;
            }
        }

@media only screen and (max-width: 992px) {

    #Call {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

}


/* </CALL> */



/* <PIE> */
#fPie {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#fPie .footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

#fPie .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

#fPie .footer-links li {
    margin-bottom: 8px;
}

#fPie .footer-links a {
    color:  rgba(156, 163, 175, 1);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

#fPie .footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

#fPie .social-icons {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

#fPie .social-icons a {
    color:  rgba(156, 163, 175, 1);
    font-size: 20px;
    transition: color 0.3s ease;
}

#fPie .social-icons a:hover {
    color: #fff;
}

#fPie .contact-info p {
    margin-bottom: 5px;
    font-size: 90%;
    line-height: 1.4;
    color:  rgba(156, 163, 175, 1);
}

#fPie .contact-info strong {
    color: #fff;
}

#fPie .waze-widget {
    background-color: #333;
    border-radius: 8px;
    padding: 10px;
    max-width: 300px;
}

#fPie .waze-widget img {
    width: 100%;
    border-radius: 4px;
}

#fPie .copyright {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 12px;
    color: rgba(156, 163, 175, .8);
}

@media (max-width: 768px) {
    #fPie .footer-section {
        padding: 30px 0 15px 0;
    }

    #fPie .social-icons {
    }

    #fPie .text-md-end {
        text-align: center !important;
    }
}

/* </PIE> */



/* <SUBIR> */
#fSubir {
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    border-top: solid 1px #E5E5E5;
}

#fSubir .iconoSubir {
    font-size: 180%;
}


@media only screen and (max-width: 992px) {

    #fSubir {
        padding-top: 2rem;
        padding-bottom: 1rem;
        text-align: left;
    }

}
/* </SUBIR> */



/* <BOTONES> */
.btn {
    border-radius: .2rem;
    padding: .5rem 1.5rem;
    font-weight: 500 !important;
    font-size: 95%;
}

.btn-primary {
            background: rgba(0, 0, 0, 0.8);
            border: 2px solid #000;
            color: #fff;
            text-transform: none;
            transition: all 0.3s ease;
            box-shadow: 
                0 0 10px rgba(59, 130, 246, 0.3),
                inset 0 0 10px rgba(59, 130, 246, 0.1);
}

.btn-primary:hover {
            background: rgba(59, 130, 246, 0.1);
            color: #fff;
            box-shadow: 
                0 0 20px rgba(59, 130, 246, 0.3),
                0 0 40px rgba(59, 130, 246, 0.5),
                0 0 60px rgba(59, 130, 246, 0.3),
                inset 0 0 20px rgba(59, 130, 246, 0.2);
            transform: scale(1.02);
}

.btn-menu {
            position: relative;
            background: rgba(255, 255, 255, 1) !important;
            border: none;
            border-radius: .2rem;
            color: #000;
            text-transform: none;
            transition: all 0.3s ease;
}

.btn-menu:hover {
            background: #E1E1E1 !important;
}

/* </BOTONES> */

/* <VARIOS> */
.marco {
 border: solid 1px #3E4146; 
}

@media only screen and (max-width: 992px) {
}
/* </VARIOS> */

/* <WHATSAPP> */
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: #1CC33D;
    color: #FFF !important;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

    .float:hover {
        color: #FFF;
        background-color: #12DE3B;
    }

.my-float {
    margin-top: 10px;
}



@media only screen and (max-width: 991px) {

    .float {
        right: 20px;
    }
}
/* </WHATSAPP> */


/* <FORMULARIO> */
#fFranjaFormulario {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    color: #fff;
    background-image: linear-gradient(to left, #e51b28, #d41933, #c11c3b, #ad2040, #982543, #8b264b, #7c2851, #6c2b54, #5c2f5d, #483463, #323765, #153962);
    border-top: solid 1px #3B0A0E;
}

#fFranjaFormulario h2, #fFranjaFormulario .lead,  #fFranjaFormulario p ,  #fFranjaFormulario li {
        color: #fff !important;
    }

    .form-control {
        padding: .5rem 1rem;
        border-radius: 0;
    }


@media only screen and (max-width: 992px) {

}
/* </FORMULARIO> */


/* <FANCYBOX> */
.fancybox__container {
    --fancybox-bg: rgba(0, 27, 86, 0.95) !important;
}

.f-button {
    background-color: #fff !important;
}


.f-carousel {
    --f-button-width: 38px;
    --f-button-height: 38px;
    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-color: rgb(71 85 105);
    --f-button-border-radius: 50%;
    --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
    --f-button-bg: #fff;
    --f-button-hover-bg: #f9f9f9;
    --f-button-active-bg: #f0f0f0;
}
.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}

.f-carousel__thumbs {
    --f-thumb-width: 60px !important;
    --f-thumb-height: 40px !important;
}

.f-carousel__slide .img-fluid {
}


@media only screen and (max-width: 992px) {

    .f-carousel__slide .img-fluid {
        width: 100%;
    }

}
/* </FANCYBOX> */




/* <SECCIONES INTERIORES> */ 



/* <BANNER> */
#carouselPpalInteriores {
    position: relative;
}

#carouselPpalInteriores {
    overflow: hidden;
}

#carouselPpalInteriores img {
    animation: kenburns 8s ease-out forwards;
    filter: brightness(0.9);
    will-change: transform, filter;
}

/* Overlay con div */
#carouselPpalInteriores .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
/* </BANNER> */


/* <SECCION> */
#Seccion {
    padding-top: 4rem;
    padding-bottom: 0rem;
}


@media only screen and (max-width: 992px) {

    #Seccion {
    padding-top: 2rem;
    padding-bottom: 0rem;
    }   

}
/* </SECCION> */


/* <CONTENIDO> */
#Contenido {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


@media only screen and (max-width: 992px) {

    #Contenido {
    padding-top: 4rem;
    padding-bottom: 0rem;
    } 


}
/* </CONTENIDO> */


/* <CONTENIDO ADICIONAL> */
#ContenidoAdicional {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}



@media only screen and (max-width: 992px) {

    #ContenidoAdicional {
    padding-top: 4rem;
    padding-bottom: 4rem;
    }   

}
/* </CONTENIDO ADICIONAL> */



/* <NOSOTROS> */
#Nosotros {
    padding-top: 2rem;
    padding-bottom: 4rem;
}


#Nosotros .columna1 {
    padding-bottom: 2rem;
    padding-right: 5rem;
}


@media only screen and (max-width: 992px) {

    #Nosotros .columna1 {
        padding-bottom: 1rem;
        padding-right: 1rem;
    }
    

}
/* </NOSOTROS> */


/* ERROR FORMULARIO */
.error{
    color: #ff3860;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}}