@charset "UTF-8";

:root {
    --fuente-documento: "Montserrat Light";
    --color-primario: #bda680;
    --color-secundario: #bda680;
    --color-link: #bda680;
    --color-oscuro: #2f302b;
    --titulo-inicio: 4rem;
    --titulo-inicio-m: 1.2rem;
    --titulo-principal: 3.2rem;
    --titulo-secciones: 2.5rem;
    --subtitulos: 2rem;
    --p-font-size: 1.4rem;
    --textos-small1: 1.4rem;
    --gris-claro: #f3f1ed;
    --link-1: var(--gris-claro);
    --link-2: #37c5f0;
    --link-3: #bda680;
    --text: #18272f;
    --counter: #30b67d;
    --fondo_destacado: #2f302b;
    --fondo_destacad_2: #56388e;
    --fondo_griss_1: #cbcbcb;
}

@font-face {
    font-family: "Imbue 72pt";
    src: url("../fuentes/Imbue72pt-Light.eot");
    src: url("../fuentes/Imbue72pt-Light.eot?#iefix") format("embedded-opentype"), url("../fuentes/Imbue72pt-Light.woff2") format("woff2"), url("../fuentes/Imbue72pt-Light.woff") format("woff"),
        url("../fuentes/Imbue72pt-Light.ttf") format("truetype"), url("../fuentes/Imbue72pt-Light.svg#Imbue72pt-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Trajan Pro";
    src: url("../fuentes/TrajanPro-Regular.eot");
    src: url("../fuentes/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fuentes/TrajanPro-Regular.woff2") format("woff2"), url("../fuentes/TrajanPro-Regular.woff") format("woff"),
        url("../fuentes/TrajanPro-Regular.ttf") format("truetype"), url("../fuentes/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Light";
    src: url("../fuentes/Montserrat-Light.eot");
    src: url("../fuentes/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-Light.woff2") format("woff2"), url("../fuentes/Montserrat-Light.woff") format("woff"),
        url("../fuentes/Montserrat-Light.ttf") format("truetype"), url("../fuentes/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../fuentes/Montserrat-Bold.eot");
    src: url("../fuentes/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-Bold.woff2") format("woff2"), url("../fuentes/Montserrat-Bold.woff") format("woff"),
        url("../fuentes/Montserrat-Bold.ttf") format("truetype"), url("../fuentes/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat SemilBold";
    src: url("../fuentes/Montserrat-SemiBold.eot");
    src: url("../fuentes/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-SemiBold.woff2") format("woff2"), url("../fuentes/Montserrat-SemiBold.woff") format("woff"),
        url("../fuentes/Montserrat-SemiBold.ttf") format("truetype"), url("../fuentes/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fuentes/Montserrat-Regular.eot");
    src: url("../fuentes/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-Regular.woff2") format("woff2"), url("../fuentes/Montserrat-Regular.woff") format("woff"),
        url("../fuentes/Montserrat-Regular.ttf") format("truetype"), url("../fuentes/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.blur-123 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.06) 100%);
    backdrop-filter: blur(15.649999618530273px);
}

.btn-123456 {
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 14px 10.3px 0 rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5.199999809265137px);
}

.fondo-blur {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7.699999809265137px);
}

.fondo-blur-2 {
    background: #fff;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.bn222 {
    border-radius: 30px;
    background: var(--white, #fff);
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.02), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01),
        0px 1.852px 3.148px 0px rgba(0, 0, 0, 0);
}

.pef-1 {
    padding-top: 60px;
}

.d-verde {
    border-radius: 34px;
    background: linear-gradient(90deg, var(--COlor-prinsipal-smart, #4a9cff) 0%, #21b573 100%);
}

.f-blanco-1 {
    border-radius: 50.5px;
    background: #fff;
}

.color-s1 {
    color: #0c84c6;
}

.color-s2 {
    color: #b0b0b0;
}

.som-55 {
    filter: drop-shadow(0px 4px 4px rgba(233, 233, 233, 0.3));
}

.som-11 {
    filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}

.btn66 {
    border-radius: 50px;
    background: #8dbf2c;
}

.txt-color-nb {
    color: #000000;
}

.ft-55 {
    font-family: "Imbue 72pt";
    font-size: 150px;
    line-height: 100px;
}

.ft-56 {
    font-family: "Imbue 72pt";
    font-size: 50px;
}

.ft-57 {
    font-family: "Imbue 72pt";
    font-size: 60px;
}

.f-imbue-1 {
    color: #fff;
    text-align: center;
    font-family: Imbue;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.4375rem;
}

.fondo-re {
    border-radius: 81px;
    background: rgba(0, 0, 0, 0.7);
}

.custom-input {
    border-radius: 50px;
    border: 1px solid #cfaa84;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    height: 50px;
}

.input-field {
    border: none;
    outline: none;
    background: transparent;
    color: #d5b48f;
    font-size: 14px;
    flex: 1;
}

.input-field::placeholder {
    color: #d5b48f;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.fs-1 {
    font-size: calc(1.395rem + 1.4vw) !important;
}
a {
    text-decoration: none;
    color: var(--text);
    vertical-align: middle;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--fuente-documento);
    color: var(--gris-fuerte);
    -webkit-font-smoothing: antialiased;
}
.titulo-inicio {
    font-size: var(--titulo-inicio);
}

.titulo-secciones {
    font-size: var(--titulo-secciones);
}

.subtitulos {
    font-size: var(--subtitulos);
}

p {
    color: #000000;
    text-align: center;
    font-size: 15px;
}

.texto-small {
    font-size: var(--textos-small1);
}

a {
    color: var(--color-link);
}

b {
    font-family: "Montserrat Bold";
}

input {
    background: none;
    padding: 10px;
    border: none;
    border-radius: 10px;
    color: #414042;
    font-weight: bold;
}

.btn-12345610:hover{
    background: #001c71 !important;
}

.bg_menu_scrool{
    background: #001c71;
    z-index: 3;
}
.swiper-pagination-bullet-active{
    background: #ee6402 !important;
}
.btn_cotizar_flotante{
    width: 105px;
    height: 45px;
    position: fixed;
    top: 1em;
    right: 2em;
    cursor: pointer;
    z-index: 12;
    text-align: left;
}


/*Menu flotante*/
.menu-background {
    background: #262b5d;
}

.menu-toggle {
    width: 40px;
    height: 45px;
    position: fixed;
    top: 3em;
    right:  2em;
    cursor: pointer;
    z-index: 12;
    text-align: right;
}
.menu-toggle .on{
    display: none;
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(410deg) translate(7px, 7px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(312deg) translate(8px, -10px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
}

.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: white !important;
    padding: 0;
    margin: 5px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    padding-left: 25px;
}

.four {
    width: 5px;
    height: 3px;
    background: white !important;
    padding: 0;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 70px;
    padding-left: 6px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.one {
    width: 80%;
}

.two {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 35px;
}

.three {
    width: 80%;
}

.menu {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 3;
    position: relative;
}

.menu ul li a:hover {
    /*background: #a7987e;*/
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 0px 7px 15px;
    border-bottom: 1px solid white;
}

.menu ul li a span:hover {
    color: white !important;
    text-decoration: none;
    /* padding: 0 2rem; */
}

.menu ul li a:hover img {
    filter: brightness(200%) saturate(0%);
}

.img-menu {
    width: 100%;
    min-height: 120vh;
    object-fit: cover;
    filter: brightness(0.9);
}

.menu-activ h1 {
    font-weight: bold;
    font-size: 3.5rem;
    color: white;
    width: 50%;
    text-align: center;
    padding: 10px 15px;
    font-family: "Raleway-Bold";
}

ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: white;
    font-size: 1.4em;
    line-height: 0.9;
    width: 100%;
    display: block;
    font-family: "Montserrat Light";
    text-transform: uppercase;
}

.top-menu {
    transition: 0.5s ease-in-out;
    z-index: 7;
}
/*Fin menu*/

.btn_items_verde:hover{
    background-color: #18622d;
    cursor: pointer;
}
.btn_items_dorado:hover{
    background-color: #a7987d;
    cursor: pointer;
}

.des {
    color: #BAD4BB;
    text-align: center;
    font-family: "Century Gothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 5.22px;
}

.campana{
    height: 750px;
}

.campana-interna {
    height: 450px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: #001c71 !important; 
}

.btn-etapa {
    padding: 1rem 2.5rem;
    letter-spacing: 1px;
    border: 1px solid #59705b;
    background: transparent;
    color: #59705b;
    transition: 0.3s;
    cursor: pointer;
}

.btn-etapa.active {
    background: #59705b;
    border: none;
    color: white;
}

.fondo-total2 {
    height: 115vh !important;
    background: url(../imagenes/fondo.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-gracias {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.btn-volver{
    background: #ee6402 !important;
    padding: 10px;
    border-radius: 10px;
}
.btn-volver a {
    color:white;
}


.btn-apto {
    border: 1px solid #59705b;
    color: #59705b;
    background: white;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .btn-apto.activo {
    background: #59705b;
    color: white;
    border: none;
  }

  .btn_cotizar {
    transition: background 0.3s ease; 
}

.btn_cotizar:hover {
    background: #cbd8c0 !important; 
    font-family: 'Montserrat Bold';
    color: #59705b !important;
}
.menu_pie:hover{
    border-bottom: 1px solid white;
}
  
.btn-modulacion {
    border: 1px solid #59705b;
    background: transparent;
    color: #59705b !important;
    transition: all 0.3s ease;
}

.btn-modulacion.activo {
    background: #59705b;
    color: #fff !important;
    border: none !important;
}

.galeria-item img {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(100%);   /* Blanco y negro */
    transition: filter 0.5s ease, transform 0.3s ease;
}

.galeria-item:hover img {
    filter: grayscale(0%);    /* Recupera color */
    transform: scale(1.05);   /* Opcional: zoom suave */
}
.fon-1{
	background:url("../imagenes/rama-1.jpg") -20% no-repeat;
}

.fon-2{
	background: url("../imagenes/rama-2.jpg") right -5% bottom no-repeat;
}

.contendido_blog p{
    text-align: justify;
}
li {
    color: #000000;
    font-size: 15px;
}

.sombra_texto{
    text-shadow: 4px 4px 7px rgba(0,0,0,0.53) !important; 
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #ee6402 !important;
}

.btn_naranja{
    background: #ee6402
}


    .padding-campana{
        padding-top: 90px !important;
    }

.floating-button {
    position: fixed;
    bottom: 30px;
    right: 0px;
    width: 90px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.logo_waze{
    width: 27px;
}

.menu_new:hover{
    border-bottom: 1px solid white;
}

.menu-activo{
        border-bottom: 1px solid;
}

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

.error-input{
    background-color: rgb(255, 158, 158) !important;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .top-menu {
        top: 2em !important;
    }
    .video_general{
        height: 500px !important;
    }
    .fon-1{
        background:none;
    }
    
    .fon-2{
        background: none;
    }
    .camp-inicio{
        height: 500px !important;
    }
    .top-menu {
        top: 3em !important;
    }
    .campana{
        height: 450px;
    }
    .img_blog{
        height: 200px !important;
    }
    .campana-interna {
        height: 400px !important;
    }
    .bg-campana {
        position: relative;
        overflow: hidden;
    }

    .bg-campana::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 20%); /* ← opacidad de 40% */
        z-index: 1;
    }

    /* Para que el texto se vea por encima */
    .bg-campana > * {
        position: relative;
        z-index: 2;
    }



    .campana{
        height: 500px;
    }

    .txt_justificado{
        text-align: justify !important;
    }
    .alto_lideres{
        height: 500px !important;
    }

    .alto_img_conocenos{
        height: 370px !important;
        margin-top: 15px;
        
    }

    ul a{
        font-size: 1.2em ;
    }

}

@media (max-width: 768px) {
}
