:root {
    -webkit-font-smoothing: antialiased; /* Mejora la nitidez */
    font-smooth: always;
    text-rendering: optimizeLegibility;
}

/* Tipografía */
@font-face {
    font-family: 'Alliance No.1';
    src: url('../fonts/Alliance No.1 Regular.otf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alliance No.1 Light';
    src: url('../fonts/Alliance No.1 Light.otf') format("truetype");
    font-weight: light;
    font-style: normal;
}

body {
    font-family: Inter, sans-serif !important;
}
html, body, #wrapper {
    background-color: #1a1a1a !important;
    overflow-x: hidden;
  }
h1, h2, h3, h4, h5, h6 {
    font-family: Inter, sans-serif !important;
}
a, input {
    font-family: Inter, sans-serif;
}

/* GENERALES */

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

#backtotop a {
    background-color: #1A1A1A;
    border: 2px solid #E6C856;
}

/* ACA TODAS LAS GENERALES DE MOBILE */
@media (max-width: 767px){
	.ocultarmobile {
		display:none !important;
	}
    .centrado-mobile{
        text-align: center !important;
    }
    .padding-mobile-lr-10{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
   

}

@media (min-width: 768px){
	.ocultardesk{
		display:none !important;
	}
    
}

.bnw {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.bnw:hover {
    filter: grayscale(0%);
}

.bnwm {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.container:hover .bnwm,
.container:focus-within .bnwm {
    filter: grayscale(0%);
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.text-center {
    text-align:center !important;
}

.text-left {
    text-align:left !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.ml-0 {
    margin-left:0px !important;
}

.ml-40 {
    margin-left:40px !important;
}

.mt-80 {
    margin-top:80px !important;
}

.mt-80-mb {
    margin-top: 80px !important;
}

.mt-40 {
    margin-top:40px !important;
}

.m0-auto {
    margin: 0px !important;
    margin:auto!important;
}

.mb-60 {
    margin-bottom:60px !important;
}

.pr-50 {
    padding-right:50px;
}

/* FIN GENERALES */

/* HEADER HOME */

/* TOPBAR */

#header {
    background-color: transparent;
    padding-top:0px !important;
    box-shadow: none;
}

#logo {
    margin: 20px 0px;
}

.header-fondo {
    background-color: #1A1A1A !important;
}

.topbar {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

/* MENU */

#navigation.style-2 {
    margin-top:0px;
    background-color: transparent;
}

#navigation.style-2.cloned {
    background-color:#1A1A1A;
}

#navigation.style-2 ul a {
    float:left;
}

#navigation ul li {
    float: right;
}

/* FIN HEADER HOME */

/* HEADER OTRO */

.header2 {
    background-color: transparent !important;
    padding-bottom:0px !important;
}

.header2.cloned {
    background-color:#1a1a1a !important;
}

.header2 .right-side {
    float: right;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header2 .left-side {
    float: left;
    width: 30%;
    display: block;
}

.header2 #navigation.style-1 ul a {
    font-size: 14px;
    font-weight: 400;
    transition: text-shadow 0.3s ease-in-out;
    letter-spacing: 0.02em; /* Un ligero espaciado para evitar cambios bruscos */
    line-height: 32px;
    padding: 6px 6px;
    color: #F9F9F9 !important;
}

.header2 #navigation.style-1 ul a:hover {
    font-size: 14px;
    font-weight:500;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.01em; /* Reduce la contracción del texto */
    color: #E6C856 !important;
}

.header2 #navigation.style-1 ul li:hover {
    background-color: transparent !important;
}

.header2 #navigation.style-1 ul li a:hover {
    opacity:0.8;
} 

a.item-menu::after {
    display: none!important;
}

#navigation ul ul a {
    background-color:#1A1A1A;
    font-size: 12px !important;
}

#navigation ul ul {
    border-radius: 0px !important;
}

/* HOME */

.titulo-home {
    color:#fff;
    position: absolute; 
    text-align: center;
    width: 100%;
    height: 0%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 40%;
    right: 0;
    z-index: 51;
    font-size: 100px;
}

.banner-home {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.banner-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url("../uploads/image-portada-home.jpg");
    background-size: cover;
    background-position: top;
    
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    z-index: -1;
}

.banner-home:hover::before {
    filter: grayscale(0%);
}


.banner-portfolio {
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.banner-portfolio:hover .portfolio-image {
    filter: grayscale(0%);
}

.play-video-btn {
    position: absolute;
    z-index: 2;
    /* Añade estilos adicionales para el botón si es necesario */
    width: 90px; /* ajusta según necesites */
    height: 90px;
    transition: transform 0.3s ease;
}

.play-video-btn:hover {
    transform: scale(1.2);
}


.texto-centro {
    margin:100px 0px;
    text-align:center;
}

.texto-centro p {
    text-align: center;
    padding-bottom: 50px;
    color: #25283A;
    font-size: 26px;
    line-height: 1.4; 
}

.boton {
    display: inline-block;
    text-align: center;
    padding: 13px 130px;
    color: #1A1A1A;
    font-size: 15px;
    background-color: #E6C856 !important;
    border: 2px solid #1A1A1A;
    letter-spacing:1.5px;
}

.boton:hover {
    color: #E6C856;
    background-color: #1A1A1A !important;
    border: 2px solid #E6C856;
}

.seccion1 {
    padding-bottom:100px;
    background-color: #1A1A1A;
}
.seccion1 img {
    margin-bottom: 40px;
}
.seccion1 h2 {
    color: #E6C856;
    text-align: left;
    font-size: 110px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 120px 5% 120px 0px;
    line-height:0.8;
}
.seccion1 h3 {
    color: #E6C856;
    font-size: 60px;
    font-weight: 300;
    margin-bottom:30px;
    margin-top:50px;
    line-height:0.9;
}
.seccion1 p {
    padding-bottom: 50px;
    color: #F9F9F9;
    font-size: 22px;
    font-weight:300;
    line-height: 1.1; 
}

.seccion-contactanos {
    background-color: #1A1A1A;
    padding-bottom: 100px;
}

.seccion-contactanos h4 {
    color: #E6C856;
    font-size: 40px;
    margin-top:0px;
}

.seccion-contactanos h5 {
    color: #F9F9F9;
    font-size: 15px;
    margin-top:0px;
    margin-bottom:20px;
}

.seccion-contactanos p {
    padding-bottom: 50px;
    color: #F9F9F9 !important;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

/* CAROUSEL PROPIEDADES */

.swiper-container-equipo {
    background-color: #1A1A1A;
    height: 500px;
}

@media (max-width:767px) {
    .swiper-container-equipo {
        padding-bottom:150px;
        height: 500px;
        overflow-x: hidden;
    }
}

@media (min-width:768px) {
    .swiper-container-equipo {
        padding-bottom:150px;
    }
}

@media (min-width:1400px) {
    .swiper-container-equipo {
        padding-bottom:150px;
    }
}

@media (min-width:1800px) {
    .swiper-container-equipo {
        padding-bottom:250px;
    }
}

.carrusel-home {
    background-color: #1A1A1A;
}

.carrusel-home h3 {
    color: #E6C856;
    font-size: 75px !important;
    font-weight:300!important;
    margin-bottom:60px!important;
    text-align:center;
}

.carrusel-home h4 {
    color: #F9F9F9;
    font-size: 18px!important;
    letter-spacing:3px;
    font-weight: 300!important;
    text-align:center;
    margin:40px 0px 20px!important;
}

.img-car {
    height: 400px;
    object-fit: cover;
    z-index: 99;
}

.listing-img-container img {
    border-radius: 0px !important;
}

.listing-address {
    top:0px !important;
}

a.listing-address {
    color: #f9f9f9;
    font-size: 18px;
    font-weight:300;
    margin-top:0px;
}

.listing-title {
    background-color: #121213;
}

.listing-title:hover {
    background-color: #E6C856 !important;
}

.listing-title h4 {
    margin:0px !important;
    padding: 0px !important;
    text-align:left !important;
}

.listing-title h4 a {
    color: #f9f9f9;
    font-size: 25px !important;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-top:0px !important;
}

.listing-title h4 a:hover, .listing-address a:hover {
    color: unset;
}

/* .listing-img-container:before {
    background: none !important;
} */

.listing-img-container:after {
    background: none !important;
}

.listing-item {
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
    box-shadow: none;
    background-color: #121213;
    border-radius: 0px !important;
    margin-bottom: 0px;
    color: #f9f9f9;
}

.listing-item a {
    color:#f9f9f9;
}

.seccion-mapa {
    background-color: #1a1a1a;
    padding-top:150px;
    padding-bottom:0px;
    text-align:center !important; 
}

.seccion-mapa h4 {
    color: #E6C856;
    font-size: 40px;
    margin:0px 0px 60px 0px;
}

.seccion-contactanos-2 {
    background-color: #121213;
    text-align:center;
    padding:100px 0px;
}

.seccion-contactanos-2 h2 {
    color: #E6C856 !important;
    font-weight:600 !important;
    margin-bottom: 70px !important;
}

.seccion-clientes {
    text-align:center;
}

.seccion-clientes h2 {
    color: #E6C856 !important;
    font-size: 40px !important;
    font-weight:500 !important;
    margin: 0px !important;
    padding: 40px 0px 80px !important;
}

/* FIN HOME */

/* SERVICIOS */

.banner-servicios {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.banner-servicios::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url("../uploads/image-portada-servicios.jpg");
    background-size: cover;
    background-position: top;
    
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    z-index: -1;
}
@media (max-width: 767px){
    .banner-servicios::before {
        background-image: url("../uploads/image-portada-servicios-mobile.jpg");
    }
}

.banner-servicios:hover::before {
    filter: grayscale(0%);
}



/* FOOTER */

p.newsletter {
    color: #F9F9F9;
    font-size: 15px;
    margin-top:0px;
    margin-bottom:20px;
}

form.newsletter {
    display:inline-flex;
    justify-content: center;
}

form.newsletter input[type=text] {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    max-width: 500px;
    padding-left:0px;
}

form.newsletter input[type=email]::placeholder {
    color: #F9F9F9;
    font-weight:300;
    font-size: 15px;
    font-family: Inter;
}

form.newsletter input[type=email] {
    background-color: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    max-width: 500px;
    padding-left:0px;
}

form.newsletter input[type=text]::placeholder {
    color: #F9F9F9;
    font-weight:300;
    font-size: 15px;
    font-family: Inter;
}
form.newsletter input[type=submit] {
    font-family: Inter;
    font-weight:400;
    color: #1A1A1A;
    background-color: #E6C856;
    font-size: 16px;
    letter-spacing: 2px;
    padding:0px 80px !important;
    margin:0px !important;
    border-radius:0px;
}

form.newsletter input[type=submit]:hover {
    background-color: #F9F9F9;
}

@media (max-width:767px) {
    form.newsletter {
        flex-wrap: wrap;
    }

    form.newsletter input[type=text] {
        width: 90vw;
    }
}

.parallax-overlay {
    background-color: #1A1A1A;
    opacity:0.53 !important;
}

#footer {
    background-color:#E6C856;
    overflow-x: hidden;
}

.separador-footer {
    border: 1px solid #1A1A1A;
    margin:30px 0px 38px 0px;
}

.contactanos-footer {
    padding-bottom: 20px;
}

.contactanos-footer h5 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 12px 0px !important;
    line-height: 15px !important;
}

.contactanos-footer p {
    color: #1A1A1A;
    font-size: 18px;
    margin: 0px 0px 10px 0px !important;
    line-height: 16px !important;
}

.logos-footer {
    display: flex;
    align-items: center;
}

.certificado-footer {
    margin-left: auto !important;
    width: 60px;
}

@media (max-width:767px) {
    
    .contactanos-footer {
        margin-bottom:30px;
        margin-left: 20px;
    }
    .certificado-footer {
        float:left;
        width:60px;
        margin-top: 20px;
    }
    .logos-footer {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .certificado-footer {
        margin: 20px 0px !important;
        width: 60px;
    }
}

.menu-footer {
    list-style-type:none;
}

.menu-footer a {
    text-decoration: none !important;
    margin-bottom:0px;
}

.menu-footer li {
    color: #1A1A1A !important;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 8px 0px !important;
    line-height: 20px !important;
}

.redes-footer {
    list-style-type:none;
    margin-bottom:0px;
    position:absolute;
    right:20px;
}

@media (max-width:767px) {
    .redes-footer {
        list-style-type:none;
        margin-bottom:0px;
        margin-top: 30px;
        position:relative;
        right:0px;
    }
}

.redes-footer a {
    text-decoration: none !important;
}

.redes-footer li {
    color: #1A1A1A !important;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 10px 0px !important;
    line-height: 20px !important;
}

.redes-footer a li {
    color: #1A1A1A !important;
    font-size: 18px !important;
    font-weight: 300;
    margin: 0px 0px 10px 0px !important;
    line-height: 15px !important;
}

.slogan-footer {
    color: #1A1A1A !important;
    font-size: 50px !important;
    margin:0px !important;
}

.copyright-footer {
    color: #1A1A1A !important;
    font-size: 18px !important;
    font-weight: 600;
    margin: 30px 0px 30px 0px !important;
    line-height: 20px !important;
}

img.footer-logo {
    max-height: 80px !important;
}
@media (max-width: 767px){
    img.footer-logo {
        max-height: 55px !important;
    }

}

/* PORTFOLIO */

section.search {
    background: none;
    background-color: transparent;
}

.titulo-desarrollos {
    color:#E6C856;
    position: relative; 
    text-align: center;
    font-size: 100px;
    margin-bottom:100px;
    font-weight: 300;
}

.sub-desarrollos {
    color: #E6C856;
    font-size: 18px;
    text-align:center;
    margin-bottom:20px;
}

@media (max-width:767px) {
    .titulo-desarrollos {
        font-size: 50px;
        line-height: 50px !important;
        margin-bottom:80px;
    }
    .sub-desarrollos {
        font-size: 14px;
        margin-top: 30px;
    }
}

.with-forms {
    display:flex;
}

.buscador-col-1 {
    width:67% !important;
}
.buscador-col-2 {
    width:33% !important;
}



.buscador-col input[type=submit] {
    width:initial;
    border-radius: 0px !important;
    background-color: #E6C856 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1a1a;;
    width:100%;
    line-height: 1;
}

.buscador-col select, .buscador-col .chosen-container-single .chosen-single {
    border-radius: 0px !important;
    border-color: #E6C856 !important;
    border-right: 0px;
    background-color:transparent;
    color:#E6C856;
}

.buscador-col .chosen-container-single .chosen-single span {
    color:#E6C856 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent;
}

.chosen-container .chosen-results li.disabled-result {
    display: none;
}

.chosen-with-drop {
    color:#E6C856 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    background-color: transparent;
}

.chosen-container .chosen-results {
    padding:0px;
    margin:0px;
}

.chosen-container .chosen-results li {
    background-color: #1a1a1a !important;
    color: #E6C856 !important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #E6C856 !important;
    width:100%;
    color: #1a1a1a !important;
    border-radius: 0px !important;
}

.chosen-drop {
    background-color: transparent;
    border-radius: 0px !important;
    border-color: #E6C856 !important;
    border-right: 0px;
}

@media (max-width:767px) {
    .with-forms {
        /* display: inline-flex; */
        flex-wrap: wrap;
    }
    .buscador-col {
        width:100% !important;
        margin-bottom: 20px;
    }
    .buscador-col select, .buscador-col .chosen-container-single .chosen-single {
        border-right: 1px solid #25283A;
    }
}

/* LISTA DESARROLLOS */

.lista-desarrollos .listing-item {
    background-color:transparent !important;
}

.lista-desarrollos .listing-title {
    padding: 20px 0px 0px 0px !important;
    background-color:transparent !important;
}

.lista-desarrollos .listing-title a {
    color:#f9f9f9 !important
}

.ld-mapa {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    margin:10px 0px 80px;
}

.ld-mapa a {
    width:100% !important;
    text-decoration:none !important;
    color:#f9f9f9 !important;
    font-size:15px !important;
}

.ld-mapa span {
    float:right !important;
    margin-right:5px;
    font-size:13px;
}

.lista-desarrollos .listing-img-container:before {
    opacity: 1;
    background: transparent;
    transition: none;
}

.lista-desarrollos .listing-img-container:after {
    background: transparent !important;
}

.lista-desarrollos .listing-img-container {
    position: relative;
    overflow: hidden;
}

.lista-desarrollos .listing-img-container .listing-carousel img {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}


.lista-desarrollos .listing-img-container:hover .listing-carousel img {
    filter: grayscale(0%);
}

.lista-desarrollos .listing-img-content {
    position: absolute;
    z-index: 99;
    top: 45%;
    left: 0;
    width: 100%;
    /* height: 0; */
    box-sizing: border-box;
    padding: 0;
    text-align:center !important;
}

.lista-desarrollos .listing-price {
    color:#f9f9f9 !important;
    font-size: 13px !important;
    text-transform: uppercase;
}

/* RRHH */

.titulo-rrhh {
    width:80%;
    margin:auto;
    text-align:center;
}

.texto-rrhh {
    width:80%;
    margin:auto;
}

.titulo-buscamos {
    color:#25283A;
    text-align: center;
    font-size: 80px;
    margin-bottom:80px;
}

.gx-5 div {
    padding-right:50px;
    padding-left:50px;
}

.nuestras-busquedas {
    background-color: #25283A;
    padding:100px 0px !important;
}

.nuestras-busquedas h1 {
    color:#fff !important;
    text-align: left;
    font-size: 60px;
    margin-bottom:80px;
    margin-top: 0px;
}

.nuestras-busquedas h4 {
    color:#fff !important;
    text-align: left;
    font-size: 16px;
    padding-left:5px;
    margin-bottom:10px;
    margin-top:0px;
}

.nuestras-busquedas h3 {
    color:#fff !important;
    text-align: left;
    font-size: 50px;
    margin-bottom:20px;
    margin-top: 0px;
}

.gr-5 div {
    padding-right:50px;
}

.nuestras-busquedas p span {
    color:#fff !important;
    text-align: left;
    font-size: 20px;
    margin-bottom:5px;
    margin-top: 0px;
}

.nuestras-busquedas p {
    color:#fff !important;
    text-align: left;
    font-size: 16px;
    margin-bottom:3px;
    margin-top: 0px;
}

.nuestras-busquedas a {
    color:#fff !important;
    text-decoration:none !important;
}

/* FORMULARIO OPORTUNIDAD */

section.oportunidades {
    margin: 100px 0px;
    text-align:center;
}

.oportunidades button {
    text-transform:uppercase;
    display: block;
    margin: auto;
    text-align: center;
    padding: 15px 80px;
    color: #25283A;
    font-size: 15px;
    background-color: #fff !important;
    border: 1px solid #25283A;
}

.oportunidades h2 {
    color:#25283A !important;
    font-size: 60px;
    margin-bottom:30px;
    margin-top: 0px;
}

.oportunidades h3 {
    color:#25283A !important;
    font-size: 26px;
    margin-bottom:40px;
    margin-top: 0px;
}

.oportunidades-form {
    display:none;
    margin-top:100px;
    margin-bottom:100px;
}

.oportunidades-form h2 {
    color:#25283A !important;
    font-size: 26px;
    margin-bottom:10px;
    margin-top: 0px;
}

.oportunidades-form hr {
    border-bottom: 1px solid #25283A;
    margin:0px 0px 50px 0px !important;
    padding:0px !important;
}

.accordion1 {
    width: 90%;
    margin: 50px auto;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
}
.accordion-section {
    border-bottom: 1px solid #25283A;
}
.accordion-header {
    background-color: transparent;
    color: #25283A;
    padding: 20px 0px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    margin: 0px;
}
.accordion-header:hover {
    background-color: transparent;
}
/* .accordion-header::after {
    content: '+';
    font-weight: bold;
}
.accordion-header.active::after {
    content: '-';
} */
.accordion-content {
    display: none;
    padding: 15px 0px;
    background-color: #fff;
}

.accordion-content form .form-group {
    margin-bottom: 15px;
}

.accordion-content h4 {
    color:#25283A !important;
    font-size: 20px;
    margin-bottom:10px;
    margin-top: 0px;
}

.accordion-content p {
    color:#25283A !important;
    font-size: 16px;
    margin-bottom:30px;
    margin-top: 0px;
}

.accordion-content input, .accordion-content textarea {
    color:#25283A !important;
    font-size: 16px;
    margin-bottom:10px;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #25283A;
    max-width:40vw;
    background-color:#fff;
}

.accordion-content input::placeholder,
.accordion-content textarea::placeholder {
    color:#25283A !important;
    font-size: 16px;
}

.accordion-content input:hover,
.accordion-content textarea:hover {
    border: 1px solid #25283A;
}

.boton-accordion {
    text-transform:uppercase;
    display: block;
    text-align: left;
    padding: 15px 80px;
    color: #25283A;
    font-size: 15px;
    background-color: #fff !important;
    border: 1px solid #25283A;
    margin-bottom: 60px;
}

.accordion-content .row, .accordion-content textarea {
    margin-bottom:60px;
}

.confirmation-container {
    display: none;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.confirmation-container h2 {
    color:#25283A !important;
    font-size: 40px;
    margin-bottom:10px;
    margin-top: 0px;
}

.confirmation-container p {
    color:#25283A;
}

/* HEADER COMPANIA */

.topbar-compania {
    background-color: #fff !important;
    margin: 0px 10px !important;
    padding: 10px 0px;
}

.brg50 {
    filter: brightness(50%);
}

#navigation.style-2.compania.cloned.sticky {
    height: 80px;
}

.banner-compania {
    position:relative;
    max-height: 90vh;
}

.banner-compania img {
    height: 100%;
    width: 100%;
    max-height:90vh;
    margin-top:-60px;
}



/* MODULO SERVICIOS */

.container-compania {
    margin-top: 100px;
}

.container-compania h2 {
    color: #E6C856;
    text-align: left;
    font-size: 100px;
    font-weight: 300;
    margin-top: 10px !important;
    margin-bottom:30px !important;
}

.container-compania h3 {
    /* color: #25283A; */
    color: #f9f9f9;
    font-size: 20px;
    margin: 10px 0px 0px 5px;
}

.texto-izquierda {
    margin:40px 0px;
    margin-left: 0px;
    text-align: left;
}

.texto-izquierda p {
    color: #f9f9f9;
    font-size: 22px;
    line-height: 1.4;
}

.texto-derecha {
    margin:60px 0px;
    margin-left: 30vw;
    text-align: left;
}

.texto-derecha p {
    color: #f9f9f9;
    font-size: 22px;
    line-height: 1.4;
}

.item-fijo {
    cursor: pointer;
    padding: 5px 5px 5px 0px;
    margin: 60px auto;
}

.item-fijo p {
    text-align: left !important;
    border-bottom: 1px solid #f9f9f9;
    line-height: 2;
    padding: 20px 0px;
    margin-bottom: 0px;
    color: #f9f9f9 !important;
    font-size: 20px;
    font-weight: 300;
}

.item-fijo p:hover {
    color:#E6C856!important;
}

#text-display {
    text-align: left !important;
    color: #f9f9f9;
    font-size: 18px;
    font-weight:300;
    line-height: 1.4;
    padding-top: 10px;
}

.item-list {
    cursor: pointer;
    padding: 5px 5px 5px 0px;
    margin: 0px;
}

.item-list p {
    text-align: left !important;
    border-bottom: 1px solid #f9f9f9;
    line-height: 2;
    padding: 10px 0px 0px;
    margin-bottom: 0px;
    color: #f9f9f9 !important;
    font-size: 22px;
    font-weight: 300;
}

.item-list p:hover {
    color:#E6C856!important;
}

.item-activo p {
    color: #f9f9f9 !important;
    font-size: 22px;
    font-weight: 300;
}

.modulo-textos {
    margin-bottom: 100px;
}

/* Clases del acordeón */

.hr1 {
    border-top: 1px solid #f9f9f9; margin: 50px 0px 0px 0px;
}

.acordeon-compania {
    width: 100%;
    margin-bottom: 50px;
    border: none;
    overflow: hidden;
    background-color: transparent;
}
.acordeon-section {
    border-bottom: 1px solid #f9f9f9;
}
.acordeon-header {
    background-color: transparent;
    color: #f9f9f9;
    padding: 20px 30px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

/* .acordeon-header span {
    padding-right: 10px;
} */

.acordeon-header:hover {
    background-color: transparent;
}
.acordeon-content {
    padding: 15px 30px;
    background-color: transparent;
    display: none;
}

.acordeon-content p {
    color: #f9f9f9;
    font-size: 16px;
    font-weight:300;
    margin-bottom: 40px;
}

.seccion-imagen {
    margin: 100px 0px;
}

/* CONTADOR */

.contador-container {
    margin: 50px 0px 0px;
}

.heading-contador {
    color: #f9f9f9;
    font-size: 40px;
    margin: 10px 0 0px 0;
    text-align:center;
}

.subheading-contador {
    color: #f9f9f9;
    font-size: 16px;
    margin: 10px 0 0 5px;
    text-align:center;
}

/* STAFF */

.equipo-shaka h3 {
    text-align:center;
}

.equipo-shaka h2 {
    color:#f9f9f9 !important;
    text-align:center;
    font-size:60px;
}

.staff {
    text-align: center;
    margin: 30px 0px;
}

.staff h4 {
    color:#f9f9f9 !important;
    font-size: 30px;
    margin-bottom:15px;
    margin-top: 30px;
}

.staff h5 {
    color:#f9f9f9 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom:10px;
    margin-top: 0px;
}

.staff p {
    color: #f9f9f9;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 50px;
}

/* SUMATE */

.sumate {
    margin-top: 100px;
    margin-bottom: 100px;
}

.sumate h2 {
    color: #25283A;
    text-align: left;
    font-size: 50px;
    margin-top: 10px !important;
    margin-bottom:30px !important;
    line-height: 0.9;
}

.sumate h3 {
    /* color: #25283A; */
    color: black;
    font-size: 20px;
    margin: 0px 0px 0px 5px;
}

.sumate p {
    color: #25283A;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
}

.boton-sumate {
    padding: 15px 100px;
    margin-top: 40px;
}

.sumate-flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

/* DESARROLLO DETALLE */

.heading-detalle {
    text-align: center;
    padding-bottom: 50px;
    color: #f9f9f9;
    font-size: 32px;
    line-height: 1.4;
    margin-top: 50px;
}

.detalle-breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
}

.detalle-breadcrumb li {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #f9f9f9;
}

.detalle-breadcrumb li i {
    width: 16px; /* Ajusta el tamaño del ícono */
    height: 16px;
    display: inline-block;
    background-image: url('../images/flecha-breadcrumb.svg'); /* Ruta de tu imagen */
    background-size: cover; /* Ajusta la imagen al tamaño del ícono */
    background-repeat: no-repeat;
    margin-left: 5px; /* Espacio entre el texto y el ícono */
    vertical-align: middle; /* Alinea el ícono con el texto */
}

.texto-detalle p {
    text-align: center;
    padding-bottom: 50px;
    color: #f9f9f9;
    font-size: 28px;
    line-height: 1.4; 
}

.detalle-caracteristicas {
    display:flex; align-items:center;margin:0; padding: 0px 0px 0px 10%;
}

.detalle-caracteristicas p {
    margin:0; padding: 0px 10% 0px 0px;
}

.brochure {
    display: inline-block; margin: auto;
}

.acordeon-detalle .acordeon-header {
    font-size: 20px !important;
}

.detalle-contacto {
    background-color: #25283A;
    padding: 100px 0px;
}

.detalle-contacto h4 {
    color:#fff;
    font-size: 40px !important;
    margin-top: 0px;
    margin-bottom: 20px;
}

.detalle-contacto p {
    color:#fff;
    font-size: 18px !important;
    padding: 0px;
    margin: 0px;
}

.detalle-contacto .row {
    display:flex;
    align-items:center;
}

.detalle-form p {
    color:#fff;
    font-size: 14px !important;
    padding: 0px;
    margin: 0px;
}

.detalle-form input[type="text"] {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    height: 30px;
    margin-bottom: 10px !important;
    color:#fff;
    font-size: 14px !important;
    padding: 0 10px;
}

.detalle-form input[type="email"] {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    height: 30px;
    margin-bottom: 10px !important;
    color:#fff;
    font-size: 14px !important;
    padding: 0 10px;
}
.detalle-form input[type="submit"] {
    font-size: 18px !important;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    display: inline-block;
    margin:auto;
    padding: 15px 80px;
    margin-top: 40px;
    height: unset;
    line-height: 1;
}

.detalle-mapa {
    display:flex; align-items:center;margin:0; padding: 0;
}

.detalle-mapa hr {
    border-top: 4px solid #25283A; width: 70px; margin: 30px 0px;
}

.descargas h2 {
    margin-bottom: 0px !important;font-size: 30px;
}

.descargas hr {
    border-top: 1px solid #25283A; margin: 50px 0px 0px 0px;
}

@media (min-width: 768px) {
    .detalle-form {
        padding-left: 50px;
    }
}

/* Ajuste del carrusel dentro del container */
.carousel-singles {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-singles img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.carousel-singles img:hover {
    filter: grayscale(0%);
}

/* Flechas personalizadas */
.carousel-singles button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.carousel-singles button img {
    width: 40px;
    height: 40px;
}

.single-apartado {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.single-apartado div {
    max-width: 50%;
}

.single-apartado hr {
    width: 60px; border: 1px solid #f9f9f9; margin-left: 0;
    margin: 40px 0px;
}

@media (min-width: 768px) {
    .single-apartado p {
        margin-right: 40px;
    }
}

.parallax .text-content h2 {
    color: #f9f9f9;
    font-weight: 400;
}

@media (max-width: 767px) {
    .single-apartado div {
        max-width: 100%;
    }
    .single-apartado {
        flex-wrap:wrap;
    }
    .single-apartado hr {
        display:none;
    }
}

/* NOSOTROS */

.banner-nosotros {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.banner-nosotros::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background-image: url("../uploads/portada-nosotros.jpg");
    background-size: cover;
    background-position: top;
    
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    z-index: -1;
}

@media (max-width: 767px) {
    .banner-nosotros::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-image: url("../uploads/portada-nosotros-mobile.png");
        background-size: cover;
        background-position: top;
        
        filter: grayscale(100%);
        transition: filter 0.3s ease-in-out;
        z-index: -1;
    }
}

.banner-nosotros:hover::before {
    filter: grayscale(0%);
}


/* CONTADOR */

.contador-impacto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
}

@media (max-width: 767px) {
    .contador-impacto {
        flex-direction: column;
    }
}

.col-impacto {
    max-width: 300px;
}

.col-impacto h4 {
    color:#25283A;
    font-size: 36px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.col-impacto h5 {
    color:#25283A;
    font-size: 20px !important;
    padding: 10px 0px !important;
    margin-bottom: 0px !important;
}

.col-impacto p {
    color:#25283A;
}

.reporte-impacto {
    background-color: #25283A;
    padding: 100px 0px;
}

.reporte-impacto h4 {
    color:#fff;
    font-size: 35px !important;
    margin-top: 0px;
    margin-bottom: 20px;
}

.reporte-impacto .boton-sumate:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
    background-color: #25283A !important;
}

.impacto-flex {
    display:flex;
    align-items:center;
}

.btneventos {
    margin: 60px 0px 60px 40px;
}

/* BUSCADOR */

.buscador {
    margin: 100px 0px;
}

@media (max-width: 767px) {
    .buscador {
        flex-direction: column;
    }
}

.buscador h2 {
    color:#25283A;
    font-size: 90px !important;
    margin: 0px;
}

.buscador p {
    text-align: center;
    color:black;
    font-size: 18px !important;
    margin: 0px;
}

.buscador p a {
    text-decoration: underline;
    color: black;
}

.buscador form {
    width:500px !important;
}

.buscador form input[type=submit] {
    border-radius: 0px !important;
    background-color: #25283A !important;
    font-size: 12px !important;
    text-transform: uppercase;
    color:#fff;
    width:300px;
    line-height: 1;
    margin-top: 40px;
}

.buscador form select, .buscador form .chosen-container-single .chosen-single {
    border-radius: 0px !important;
    border-color: #25283A !important;
}

.buscador form .chosen-container-single .chosen-single span {
    color:#25283A !important;
    font-size: 12px !important;
    text-transform: uppercase;
}

.buscador form hr {
    border: none;
    margin-bottom:0px;
}

/* CONTACTO */

.contacto {
    margin: 100px 0px;
}

.contacto h2 {
    color: #E6C856;
    font-size: 90px !important;
    font-weight: 300;
    margin: 0px;
}

.contacto p {
    color:#f6f6f6;
    font-size: 20px !important;
    font-weight: 300;
    margin: 40px 0px;
}

.contacto .detalle-form {
    padding-left: 0px;
}

.contacto .detalle-form input {
    font-family: 'Alliance No.1 Light';
    height: unset;
    color:#f6f6f6 !important;
    border-color: #f6f6f6 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 20px !important;
}

.contacto .detalle-form input::placeholder {
    font-family: 'Alliance No.1 Light';
    color:#f6f6f6 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contacto .detalle-form input[type="submit"] {
    font-family: 'Alliance No.1';
    background-color:#E6C856 !important;
    color:#121213 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-weight:400 !important;
    display: inline-block !important;
    margin-left: 15px;
}

/* CAMBIOS RESPONSIVE */

@media (max-width: 767px) {
    .my-100 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .mb-100 {
        margin-bottom: 50px;
    }
    
    .mt-100 {
        margin-top: 50px;
    }
    .mt-80 {
        margin-top:40px !important;
    }
    .mt-80-mb {
        margin-top: 160px !important;
    }
    .ml-20 {
        margin-left: 0px !important;
    }
    .ml-40 {
        margin-left:0px !important;
    }
    .mb-60 {
        margin-bottom:30px !important;
    }
    .mobile-mt-30 {
        margin-top: 30px !important;
    }
    .mobile-mt-80 {
        margin-top: 30px !important;
    }
    .topbar {
        justify-content: flex-end;
        margin: 10px 0px;
    }
    #logo {
        margin: 15px 20px;
    }
    .header-style-2 .mmenu-trigger {
        margin: 0;
        top: 0px;
    }
    .titulo-home {
        color: #25283A;
        position: relative;
        text-align: center;
        font-size: 40px;
        margin-top: 30px;
    }
    .texto-centro {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .seccion1 h2 {
        font-size: 40px !important;
        margin: 50px 0px;
        line-height: 1;
    }
    .seccion1 h2 br {
        display: none;
    }
    .seccion1 h3 {
        margin-top: 30px !important;
        font-size: 30px !important;
    }
    .carrusel-titulo h3 {
        margin-top: 30px !important;
        font-size: 40px !important;
    }
    .seccion1 {
        margin-bottom: 0px !important;
        text-align:center;
        padding-bottom: 50px;
    }
    .header2 .right-side {
        float: right;
        width: 70%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .hamburger-mobile .mmenu-trigger {
        top: 15px;
        background-color: transparent;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #fff;
    }
    .banner-compania img {
        margin-top: 0px;
    }
    .container-compania {
        margin: 50px 10px;
    }
    .container-compania h2 {
        font-size: 50px;
        line-height: 45px !important;
    }
    .texto-derecha {
        margin: 40px 0px;
        text-align: left;
    }
    .sumate {
        margin: 50px 10px;
    }
    .sumate img {
        margin-bottom: 50px;
    }
    .sumate-flex {
        display: block;
    }
    .boton-sumate {
        margin: 40px auto;
    }
    .texto-derecha p {
        line-height: 1.2;
    }
    .heading-contador {
        margin: 20px 10px;
    }
    .equipo-pensaer h3 {
        text-align:left !important;
    }
    .equipo-pensaer h2 {
        text-align:left !important;
        font-size:50px !important;
    }
    .impacto-flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .boton2.boton-sumate {
        padding: 15px 50px;
        margin-top: 40px !important;
    }
    .contacto h2 {
        font-size: 40px !important;
    }
    .contacto .detalle-form input[type=submit] {
        padding: 15px 30px;
        margin: 40px auto !important;
        display:block;
    }
    .titulo-rrhh {
        width:100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align:center;
    }
    .texto-rrhh {
        width:100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align:center;
    }
    .titulo-buscamos {
        font-size: 50px !important;
        margin-bottom: 40px;
    }
    .gx-5 div {
        padding-right:10px;
        padding-left:10px;
    }
    #text-display {
        padding-top: 30px;
    }
    .nuestras-busquedas h1 {
        font-size: 50px;
        margin-bottom: 60px;
    }
    .oportunidades h2 {
        font-size: 40px;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .oportunidades h3 {
        font-size: 22px;
        margin-bottom: 40px;
        margin-top: 0px;
    }
    .accordion-content input, .accordion-content textarea {
        max-width: none;
    }
    .boton-accordion {
        margin:auto;
        margin-bottom: 40px;
    }
    .detalle-caracteristicas {
        flex-wrap: wrap;
    }
    .texto-detalle {
        margin: 30px 0px !important;
    }
    .detalle-mapa {
        flex-wrap: wrap;
    }
    .seccion-contactanos {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 50px;
    }
    .detalle-contacto .row {
        flex-wrap: wrap;
    }
    .confirmation-container {
        margin: 50px 20px;
    }
    .boton {
        width: 80vw;
        margin: auto;
        padding: 13px 20px;
    }
    .btneventos {
        margin: 60px 0px 0px 0px;
    }
    .center-mobile {
        text-align: center;
    }
    .seccion-mapa h4, .seccion-clientes h2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 30px !important;
    }
    .carrusel-home h3 {
        font-size: 50px !important;
        line-height: 45px;
    }
}

/*ARREGLO HEADER RESPONSIVE*/

@media (max-width: 1239px) {
    #navigation.style-1 {
        margin: 0px;
        width: 100%;
        padding-top: 0px;
        position: relative;
    }
    #navigation.style-1:before {
        display:none;
    }
}

@media only screen and (max-width: 992px) {
    .mmenu-trigger {
        display: inline-block !important;
        position: absolute;
        right: 30px;
        top: 20px;
    }
}

/*CAMBIOS 8/5*/

@media (min-width: 767px) {
    .salto::after {
        content: "";
        display: block;
    }
}

.subtitulo-evento h5 {
    color: #F9F9F9;
    font-size: 30px;
    margin: 0px 0px 0px 100px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.detalle-breadcrumb li a {
    text-decoration: none;
    color: inherit;
}

#eventos, #marketing, #music {
    scroll-margin-top: 100px;
}

.item-menu.active {
    font-weight: 600 !important;
}

.listing-address:hover span {
    text-decoration:underline;
}

.chosen-container-single .chosen-single div b:after {
    color: #E6C856;
    font-size: 20px;
    content: "\f107";
    padding-right: 15px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: "\f106";
}




/* Estilos para el modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.modal-content {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 900px;
    top: 50%;
    transform: translateY(-50%);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Relación 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #ccc;
}


/* Efecto bnw para el carrusel */
.swiper-container-equipo .bnw {
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.swiper-container-equipo .listing-item:hover .bnw {
    filter: grayscale(0%);
}

/* Asegurar que los elementos sean interactivos */
.swiper-container-equipo .swiper-slide {
    pointer-events: auto;
    height: auto;
}

.swiper-container-equipo .listing-img-container {
    pointer-events: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    display: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    display: none !important;
}

.swiper-pagination-bullet-active {
    background: #E6C856 !important;
}
.swiper-pagination-bullet{
    background: #E6C856 !important;
}


/* Reemplaza tus estilos fade-in por esta versión más segura */
.fade-in-section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
  }
  
  .fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
  }



  @media (max-width: 767px) {
    .lista-desarrollos .listing-carousel img {
        width: 100%;
        /* height: auto; */
        min-height: 200px; /* Ajusta según necesites */
        object-fit: cover;
    }
    
    .listing-img-container {
        min-height: 200px; /* Previene el colapso */
    }
}