body {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #626161;
}

img {
    max-width:100%;
}

.logo-header {
    max-width: 240px;
}
.navbar {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
}
.navbar-nav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    text-align: center;
    gap: 16px;
}
.nav-link {
    font-size: 14px;
    color: #474747;
    font-weight: 600;
    transition: all ease .3s;
    opacity: 1;
}
.nav-link:hover {
    opacity: .7;
    color: #474747;
}
.nav-link.nav-button {
    background-color: #009cdd;
    color: #ffffff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 100px;
}
.btn.btnAeo {
    background-color: #e2422c;
    border-radius: 8px;
    color:#fff;
    font-weight:600;
    font-size:14px;
    padding: 10px 20px;
    transition: all ease .3s;
}

.btn.btnAeo.clickWsp {
    background-color: #0bbc19;
    transition: all ease .3s;
}
.btn.btnAeo.clickWsp:hover {
    background-color: #079813;
    color: #ffffff;
    transform: translateY(-3px);
}
.btn.btnAeo.clickLlamada {
    background-color: #e2422c;
}
.btn.btnAeo.clickLlamada:hover {
    background: #aa0e06;
    color: #ffffff;
    transform: translateY(-3px);
}

.btnAeo.btnForm {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.25;
    height: calc(3.5rem + 2px);
    width:100%;
    transition: all ease .3s;
}
.btnAeo.btnForm:hover {
    background: #aa0e06;
    color: #ffffff;
}

header {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    padding: 0;
}

.logo {
    width:220px;
    margin: 0 auto;
    padding: 30px 10px 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

section.section:not(.principal) {
    padding: 70px 0;
}

.principal {
    /* background: #fff url(../img/bg-aeo5.jpg) no-repeat center 75%; */
    background:linear-gradient(to top, #009de0, #009de06b, transparent), url(../img/bg-aeo-2.jpg) no-repeat center 60%;
    background-size: cover;
    height: 100vh;
    /* border-bottom-left-radius: 50% 40%;
    border-bottom-right-radius: 50% 40%; */
}

.principal .container, .principal .row {
    height:100%;
}

.titulo {
    padding: 0 50px 20px;
}

.titulo::before {
    content: "";
}

.titulo::after {
    content: "";
}

.ml6, .ml7, .ml8 {
    position: relative;
    font-weight: 900;
    font-size: 3em;
    line-height:1;
    /* opacity:0; */
    color: #fff; /*525866*/
    margin-bottom:0;
}
  
.ml6 .text-wrapper, .ml7 .text-wrapper, .ml8 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}
  
.ml6 .letter, .ml7 .letter, .ml8 .letter {
    display: inline-block;
    line-height: 1em;
    /* opacity:0; */
}

.ml2 {
    /* opacity:0; */
    color: #fff;
    font-size: 1.1rem;
    margin: 10px auto;
}

.precio_desde {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.desde {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
}

.precio {
    font-size: 49px;
    font-weight: bold;
    line-height: 1;
    color: #dbdd4c;
    text-shadow: 0px 0px 3px #1c1c1c7d;
}

.cta_principal {
    opacity:1;
    gap: 20px;
    display: flex;
    margin-top: 48px;
    color: #525866;
    justify-content: center;
    align-items: center;
}

.cta_principal p {
    margin:0;
    color:#fff;
}

.contenedor_form {
    max-width: 80%;
    margin: 0 auto;
}

.contenedor_form .row>* {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

section.section.video {
    /* background: linear-gradient(45deg, #dd7b0345, #dd7b0345), #fff url(../img/bg-video.jpg) no-repeat center;
    background-size: cover; */
    /* height:80vh; */
    position:relative;
    overflow:hidden;
}

.parallax_img {
    background: linear-gradient(45deg, #dd7b0345, #dd7b0345), #fff url(../img/bg-video3.jpeg) no-repeat center;
    background-size: cover;
    height: 110vh;
    position:absolute;
    width:100%;
    top:0;
}

.beneficios {
    background-color: #fafaff;
}

.beneficios .cont_icono {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    text-align:center;
    position:relative;
}

.beneficios h2, .testimonios h2, .ventajas h2, .convenios h2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #525866;
}

.box_img_txt {
    position:relative;
    overflow: hidden;
    border-radius:30px 0 30px 0;
}

.box_img_txt::before {
    content:'';
    position:absolute;
    background: linear-gradient(to top, #009de0b3, transparent);
    width:100%;
    bottom:0;
    left:0;
    height: 40%;
    z-index:2;
}

.beneficios .cont_icono .box_img_txt h3 {
    position:absolute;
    bottom: 0;
    left:20px;
    z-index:3;
    color:#fff;
    font-size: 19px;
}

.beneficios .cont_icono img {
    /* width: 100px; */
}

.beneficios .cont_icono h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#009de0;
}

.beneficios .cont_icono p {
    font-size:13px;
    color:#525866;
}

/** video **/
.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        transform: scale(1.1);
        opacity: .5;
    }

    to {
        transform: scale(.6);
        opacity: 1;
    }
}

.Blink_in {
    animation: blinker 1.5s cubic-bezier(.4, 0, 1, 1) infinite alternate;
}

.circle {
    display: block;
    border-radius: 50%;
    background-color: #ffffff8a;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    padding: 15px;
}

.circle.circle_in {
    width: 80px;
    /*misma altura y anchura*/
    height: 80px;
    background-color: #ffffff8a;
    margin: 0px auto;
    padding: 0;
}

.btn_video {
    position: relative;
}

.btn__video {
    position: absolute;
    left: calc(50% - 22.5px);
    top: calc(50% - 22.5px);
}

.icono_video {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.icono_video i {
    color:#dd7b03;
    font-size:20px;
    line-height:1;
    padding-left: 5px;
}

.txt_seccion {
    padding: 30px;
    background: #2d2c2ba1;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.txt_seccion h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom:25px;
    color: #fff;
}

.txt_seccion p, .txt_seccion ul {
    color: #fff; 
    font-size: 15px;
    text-align: justify;
}

.tit_seccion {
    font-weight: 800;
    font-size:30px;
    color: #009de0;
    margin-bottom: 20px;  
}

.txt_cta {
    font-size:15px;
    color:#525866;
}

section.ubicacion {
    background: #fff url(../img/separador_home-aeo.png) no-repeat right bottom;
}

.box_infocontacto {
    border-radius: 50px;
    background: #fafaff;
    overflow: hidden;
    position: relative;
}

.info_ubicacion {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cont_ubicacion {
    padding:40px;
}

.info_ubicacion > :not(i) {
    color:#525866;
}

.info_ubicacion a {
    text-decoration: none;
    color: #009de0;
}

footer {
    background: #009de0;
    padding: 20px 0;
    text-align:center;
    color:#fff;
}

footer p {
    margin:0;
}

footer a {
    color: #fff;
    text-decoration:underline;
}

.btn-wsp {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 35px;
    bottom: 35px;
    background: linear-gradient(45deg, #0bbc19, #08d107);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.iconoWsp {
    font-size: 45px;
    line-height: 1;
}

.btn-wsp:hover {
    color:#fff;
    transform: translateY(-3px);
}

.separador {
    border-color: #e1e1e1;
    width: 80%;
    margin: 0 auto;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/** FIN slider **/


.flex_box {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.box_ventaja {
    padding:10px 30px;
}

.box_ventaja h3 {
    color: #d3d600;
    font-size:20px;
}

.box_ventaja p {
    font-size:13px;
}

.vent_izq .box_ventaja {
    text-align: right;
}

.flex_box .box_flex_vent:first-child, .flex_box .box_flex_vent:last-child {
    left: -50px;
    position:relative;
}

.vent_izq .box_flex_vent:first-child, .vent_izq .box_flex_vent:last-child {
    position:relative;
    right: -50px;
    left: unset;
}

/** Testimonial **/

.testimonios {
    background: #fafaff;
    /* height: 70vh; */
}

.tit_bg {
    position:relative;
    padding: 30px 0;
    margin-bottom:30px;
}

.tit_bg h2 {
    margin-bottom:0;
    position:relative;
    z-index:1;
}

.comillas {
    display: block;
    margin: 10px auto;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:0;
}

.content_text {
    width: 70%;
    margin: 10px auto;
    text-align: center;
}

.content_text h4 {
    color:#009de0;
}

.bajada_tit_secc {
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.contenedor_test {
    height:200px;
    overflow:hidden;
    position:relative;
    transition: all .5s ease;
}

.contenedor_test.expandido {
    height:auto;
    padding-bottom:50px;
    transition: all .5s ease;
}

.contVerMas {
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    text-align:center;
    padding: 30px 0 10px;
    background: linear-gradient(to bottom, transparent, #fafaff, #fafaff);
}

.btnVerMas {
    color:#d3d600;
    font-size:20px;
    line-height:1;
}

.btnVerMas i {
    transition: transform .5s ease;
}

.btnVerMas:hover {
    color: #d3d600;
}

.contenedor_test.expandido .btnVerMas {
    color: #d8231a;
}

.contenedor_test.expandido .btnVerMas i {
    transform: rotate(45deg);
}

.oculto {
    display:none;
}


.vista-m {
    display:none;
}

@media (max-width:767px) {
    .cta_principal {
        flex-direction: column;
    }
    .btn.btnAeo.clickWsp, .btn.btnAeo.clickLlamada {
        width: 80%;
    }
    .vista-e {
        display:none;
    }
    .vista-m {
        display:block;
    }
    .logo {
        width:150px;
    }
    .principal {
        background-position: 70% bottom;
        height: auto;
        overflow: hidden;
        border-radius: 0;
    }
    .principal .row >.col-sm:first-child {
        /* padding-top:100%; */
    }

    .principal .row.align-items-end > .col-sm:last-child {
        display:none !important;
    }

    .titulo {
        padding:0;
        position: relative;
        z-index: 2;
        padding-top: 70%;
        padding-bottom: 30%;
    }

    /* .titulo::before {
        content: "";
        width: 500px;
        display: block;
        height: 500px;
        position: absolute;
        top: -50px;
        background: linear-gradient(45deg, #c58107d9, #f09c03d4);
        border-radius: 50%;
        z-index: 1;
    } */

    .ml7, .ml8 {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 40px;
    }

    .ml2 {
        font-size:16px;
        margin-top:20px;
    }

    /* .cta_principal p {
        display:none;
    } */

    .ml6, .ml7, .ml8, .ml2, .cta_principal {
        z-index: 2;
        position:relative;
        color:#fff;
    }

    /* .titulo::after {
        content: "";
        position: absolute;
        width: 900px;
        height: 900px;
        top: -100px;
        left: -500px;
        background: linear-gradient(45deg, #c58107, #f09c03);
        border-radius: 50%;
        z-index: 1;
    }

    .cta_principal a.btn.btnAeo {
        background:linear-gradient(45deg, #0bbc19, #08d107);
    }

    .cta_principal a.btn.btnAeo:hover {
        color: #fff;
        transform: translateY(-3px);
    } */

    .parallax_img {
        displaY:none;
    }

    .no-parallax {
        background: linear-gradient(45deg, #dd7b0345, #dd7b0345), #fff url(../img/bg-video3.jpeg) no-repeat center;
    background-size: cover;
    }

    .video .container .row >.col-sm {
        margin-bottom: 35px;
    }

    .contenedor_form {
        max-width:97%;
        width:100%;
    } 
    .desde {
        font-size:20px;
    }

    .precio {
        font-size:39px;
    }

    .ml6 .text-wrapper, .ml7 .text-wrapper, .ml8 .text-wrapper {
        padding:0;
    }

    .content_text {
     width:100%;
    }

    .testimonios {
        background: #fafaff;
    }

    .flex_box .box_flex_vent:first-child, .flex_box .box_flex_vent:last-child {
        position:unset;
    }

    .ventajas .vent_izq .box_ventaja {
        text-align: left;
    }

    .contenedor_test {
        height:400px;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .principal {
        height: auto;
    }

    .titulo {
        padding-top:40%;
        padding-bottom: 30%;
    }

    .principal .col-sm-2, .beneficios .col-sm-2 {
        flex: 0 0 0;
    }
@
    .cont_ubicacion {
        padding:20px;
    }
}

.text-form {
    color: #525866;
    margin-bottom: 34px;
    font-size: 1.3rem;
}