/* ==========================================================================
 Author's Variables
========================================================================== */


:root{
    --text:'Montserrat', sans-serif;
    --black:#1A1A1A;
    --lightGray:#F8F8F8;
    --gray:#D9D9D9;    
    --terracota:#BCA095;
    --beige:#EEE2D2;
    --cubic: cubic-bezier(0.33, 1, 0.68, 1);
}
body{
    font-family: var(--text);
    background-color: white;
    overflow-y: hidden;
    height: 100vh;
}
body.dom-is-loaded{
    overflow-y: visible;
    height: auto;
}
a{
    outline: 0 none;
    text-decoration: none !important;
}
p a{
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
}
h3{
    margin-block-start:0;
    margin-block-end:0;
}
.ebook-button{
	background-color: var(--beige);
    padding: 5px 30px 10px 20px;
    font-size: 14px;
    border-radius: 5px; 
    transition: all 0.3s;
}
.ebook-button img{
    position: relative;
    top: 6px;
    left: 10px;
    }
.ebook-button:hover{
	background-color: var(--terracota);
}

.video-frase .wpzoom-video-popup-block_icon{
width: 50px !important;
    height: 50px !important;
    padding: 10px;
        margin-left: 10px;
}

p a::after{
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: black;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
p a:hover::after{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
ul li a{
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
}
ul li a::after{
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: black;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
ul li a:hover::after{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.master-global-container{
    padding: 0 !important;
    width: 100vw;
    overflow-x: hidden;
    opacity: 0;
}
.dom-is-loaded .master-global-container{
    opacity: 1;
}
.anim-section{
    overflow: hidden;
}

.wp-block-cover{
    position: static;
}
.wp-block-image{
    margin: 0;
}


/* Home */
.hilda-parallax .qodef-e-main-image img{
    border-radius: 10px;
}
.podcast{
    margin-top: 0px;
}
.fondo-podcast .wp-block-cover__image-background{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 0 0 !important;
}
.ebook{
    position: absolute;
    transition: all 0.3s;
    top: 35%;
    right: -80px;
    transform: rotate(-10deg);
    transform-origin: 0 0;
}
.ebook:hover{
    transform: rotate(-13deg);
}
#mc_embed_signup_scroll{
    font-family: "Montserrat";
}
#mc_embed_signup_scroll h2{
    display: none;
}
#mc_embed_signup_scroll .indicates-required{
    display: none;
}
#mc_embed_signup_scroll label{
    display: block;

}
#mc_embed_signup_scroll input[type="email"]{
    width: 400px;
    padding: 15px;
    border-radius: 5px;
    border: 1.5px solid #000;
    margin-bottom: 10px;
}
#mc_embed_signup_scroll input[type="submit"]{
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    border: 1.5px solid #000;
    background-color: #000;
    color: white;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 0.3px;
    cursor: pointer;
}
.optionalParent a{
    display: none;
}
.footer-logo{
    position: relative;
    top: 17px;
}
.qi-block-button svg path{
    stroke-width: 1;
}

.testimonial-box{
    position: relative;
}
.testimonial-box .wpzoom-video-popup-block{
    position: absolute;
    width: 100%;
    height: 100%;
    outline: 0 none;
    z-index: 30;
}
.testimonial-box .wpzoom-video-popup-block_icon{
    display: none !important;
}
.testimonial-box .wpzoom-video-popup-block svg{
    opacity: 0;
    pointer-events: none;
}
.testimonial-box .wp-block-image{
    position: relative;
    height: fit-content;
}
.testimonial-box .wp-block-image::after{
    content:'';
    height: 30px;
    width:30px;
    background-image: url(../images/layout/play.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: -5px;
}
.service-box{
    display: block;
    width: 100%;
}
.service-box p a{
    width: 100%;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid var(--gray);
}
.service-box p a::after{
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--black);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
.service-box p a:hover::after{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.service-box p a img{
    margin-left: 10px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transform-origin: 0 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
.service-box p a:hover img{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.testimonial-pile{
    position: relative;
}
.testimonial-pile::before{
    content:'';
    height: 107px;
    width:134px;
    background-image: url(../images/layout/quote.svg);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
}

.fondo-historia .wp-block-cover__image-background{
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100% 0 !important;
}

.special-highlight mark{
    display: inline-block;
    font-family: 'Roxie Rossa';
}

.video-container{
    overflow: hidden;
}
.cta-banner .qodef-m-content{
    background: url(../images/layout/next-arrow.svg);
    background-position: 80% 90%;
    background-size: 190px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.cta-banner:hover .qodef-m-content{
    background-position: 90% 90%;
}

.go-arrow{
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.3s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.3s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.3s var(--cubic);
    transition: opacity 0.3s, transform 0.3s var(--cubic), -webkit-transform 0.3s var(--cubic); 
    animation: moveRight 1.5s infinite;
}
@keyframes moveRight {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


/* Marcas */
.wpzoom-video-popup-block_icon{
    background-color: white;
    width: 80px !important;
    height: 80px !important;
    padding: 30px;
    border-radius: 100%;
    transition: all 0.3s;
    outline: 0 none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse 2s infinite;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
.testi-video{
    width: 100%;
}
.testi-video video{
    border-radius: 10px;
}
.testi-video .wp-block-cover__background{
    border-radius: 10px;
}
.quote-paragraph{
    background-image: url(../images/layout/quote.svg);
    background-size: 130px;
    background-position: 90% 0;
    background-repeat: no-repeat;
}
.extension-img .wp-block-cover__image-background{
    background-size: contain !important;
    background-position: 100% 50% !important;
}

.testi-section{
    background-image: url(../images/layout/hl.jpg);
    background-size:50%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.testi-section-gray{
    background-image: url(../images/layout/hl-gray.jpg);
    background-size:50%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.qodef-m-image img{
    border-radius: 10px !important;
}
.qi-block-interactive-link-showcase .qodef-m-item,.qi-block-item-showcase .qodef-m-item{
    cursor: default;
}

.program-process .qodef-e-item-icon-text{
    display: none;
}

.contacto-image .wp-block-cover__image-background{
    background-size: 50% !important;
    background-position: 100% 50% !important;
}
.blog-image .wp-block-cover__image-background{
    background-size: 50% !important;
    background-position: 0 0 !important;
}
.taxonomy-post_tag a{
    transition: all 0.3s;
}
.taxonomy-post_tag a:hover{
    background-color: var(--gray);
}

/* Intro */
.intro{
    position: fixed;
    width:100vw;
    height: 100vh;
    top:0;
    left:0;
    z-index: 2000;
    pointer-events: none;
    display: none;
}
.home .intro{
    display: block;
}
.intro-image{
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cintillo{
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.intro-isotipo{
    position: absolute;
    top:5vh;
    left: 3%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index:20;
}
.phrases-container{
    position: relative;
    width: 550px;
    overflow: hidden;
}

.phrases-container h3{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top:0;
    font-size: 35px;
    margin-top: 0;
    opacity: 0;
}
.phrases-container h3:first-child{
    position: relative;
}

/* Header */
header{
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 1000;
}

body a{
    outline: 0 none !important;
}
.hilda-header{
    transition: all 0.3s;
    box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.25);
    -webkit-transform: translateY(-101%);
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
    opacity: 0;
}
.dom-is-loaded .hilda-header{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.hilda-header .qi-block-button.qodef-block.qodef-layout--filled{
    border: 1px solid var(--black);
    background-color: white;
}
.fondo-home-landing{
    border-radius: 20px;
    overflow: hidden;
}
.mini-video video{
    width: 100% !important;
    min-height: unset !important;
}
.mini-video{
    width: 450px !important;
    height: 250px !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    min-height: unset !important;
    position: relative !important;
}

.hilda-bg-landing{
    background: url(../images/layout/landing-hilda-abril.jpg);
    background-position: 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90% !important;
    margin: 90px auto 0 !important;
    border-radius: 30px;
}



/* Animaciones */
.regular-title-left,.regular-title-left-load{
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .regular-title-left{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.dom-is-loaded .regular-title-left-load{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.regular-title-right,.regular-title-right-load{
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .regular-title-right{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.dom-is-loaded .regular-title-right-load{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.video-container video{
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s var(--cubic);
    -moz-transition: opacity 0.3s, transform 1s var(--cubic);
    -ms-transition: opacity 0.3s, transform 1s var(--cubic);
    -o-transition: opacity 0.3s, transform 1s var(--cubic);
    transition: opacity 0.3s, transform 1s var(--cubic), -webkit-transform 1s var(--cubic);
}
.video-container-load video{
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s var(--cubic);
    -moz-transition: opacity 0.3s, transform 1s var(--cubic);
    -ms-transition: opacity 0.3s, transform 1s var(--cubic);
    -o-transition: opacity 0.3s, transform 1s var(--cubic);
    transition: opacity 0.3s, transform 1s var(--cubic), -webkit-transform 1s var(--cubic);
}
.anim-section.is-active .video-container video{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dom-is-loaded .video-container-load video{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hilda-button{
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
.hilda-button-load{
    opacity: 0;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    transform-origin: 0 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
.anim-section.is-active .hilda-button{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dom-is-loaded .hilda-button-load{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.image-container{
    overflow: hidden;
}

.image-container img{
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s var(--cubic);
    -moz-transition: opacity 0.3s, transform 1s var(--cubic);
    -ms-transition: opacity 0.3s, transform 1s var(--cubic);
    -o-transition: opacity 0.3s, transform 1s var(--cubic);
    transition: opacity 0.3s, transform 1s var(--cubic), -webkit-transform 1s var(--cubic);
}
.image-container-load{
    overflow: hidden;
}
.image-container-load img{
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s var(--cubic);
    -moz-transition: opacity 0.3s, transform 1s var(--cubic);
    -ms-transition: opacity 0.3s, transform 1s var(--cubic);
    -o-transition: opacity 0.3s, transform 1s var(--cubic);
    transition: opacity 0.3s, transform 1s var(--cubic), -webkit-transform 1s var(--cubic);
}
.anim-section.is-active .image-container img{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dom-is-loaded .image-container-load img{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Text */
.regular-text,.regular-text-load{
    opacity: 0;
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .regular-text{
    opacity: 1;
}
.dom-is-loaded .regular-text-load{
    opacity: 1;
}

/* Fade */
.just-appear,.just-appear-load{
    opacity: 0;
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .just-appear{
    opacity: 1;
}
.dom-is-loaded .just-appear-load{
    opacity: 1;
}

/* Fade  Scale*/
.just-appear-scale,.just-appear-scale-load{
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .just-appear-scale{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dom-is-loaded .just-appear-scale-load{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Enter from right*/
.enter-from-right,.enter-from-right-load{
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .enter-from-right{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.dom-is-loaded .enter-from-right-load{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* Image in parallax */
.image-para img{
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 1s var(--cubic);
    -moz-transition: opacity 0.3s, transform 1s var(--cubic);
    -ms-transition: opacity 0.3s, transform 1s var(--cubic);
    -o-transition: opacity 0.3s, transform 1s var(--cubic);
    transition: opacity 0.3s, transform 1s var(--cubic), -webkit-transform 1s var(--cubic);
}
.anim-section.is-active .image-para img{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.just-zoom{
    opacity:0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.8s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.8s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.8s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.8s var(--cubic);
    transition: opacity 0.3s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.just-zoom-load{
    opacity:0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.8s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.8s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.8s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.8s var(--cubic);
    transition: opacity 0.3s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .just-zoom{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.dom-is-loaded .just-zoom-load{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* Center */
.regular-title-center,.regular-title-center-load{
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition:opacity 1s, -webkit-transform 0.8s var(--cubic);
    -moz-transition:opacity 1s, transform 0.8s var(--cubic);
    -ms-transition:opacity 1s, transform 0.8s var(--cubic);
    -o-transition:opacity 1s, transform 0.8s var(--cubic);
    transition:opacity 1s, transform 0.8s var(--cubic), -webkit-transform 0.8s var(--cubic);
}
.anim-section.is-active .regular-title-center{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.dom-is-loaded .regular-title-center-load{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* Up */
.just-up,.just-up-load{
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    transform-origin: 0 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
.anim-section.is-active .just-up{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.dom-is-loaded .just-up-load{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* Cursor */
.cursor-red, .cursor-green {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.dom-is-loaded .cursor-red,.dom-is-loaded .cursor-green{
    visibility: visible;
}
.cursor-red {
    width: 15px;
    height: 15px;
    background-color: var(--terracota);
    transform: translate(-10px, -1px);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.cursor-green {
    width: 30px;
    height: 30px;
    /* transform: translate(-34px, -40px); */
    border: 1px solid var(--terracota);
    background-color:transparent;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cursor-eye{
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
    transform: translate(-50%, -50%);
    background: url(../images/layout/eye.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/* Menu */
.nav-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap; 
    text-decoration: none !important;
    cursor: pointer;
}
  
.nav-toggle > span {
    font-size: 14px;
    color: var(--black);
    overflow: hidden;
    position: relative; }

.open-menu .nav-toggle > span {
    color: white; 
}
  .nav-toggle > span > span {
    display: block;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.4s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.4s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.4s var(--cubic);
    transition: opacity 0.3s, transform 0.4s var(--cubic), -webkit-transform 0.4s var(--cubic); }
  
  .nav-toggle > span > span:last-child {
    -webkit-transform: translateY(105%);
    -moz-transform: translateY(105%);
    -ms-transform: translateY(105%);
    -o-transform: translateY(105%);
    transform: translateY(105%); }
  
  .nav-toggle > span > span:first-child {
    position: absolute;
    left: 0;
    bottom: 0; }
  
  .open-menu .nav-toggle > span > span:first-child {
    -webkit-transform: translateY(105%);
    -moz-transform: translateY(105%);
    -ms-transform: translateY(105%);
    -o-transform: translateY(105%);
    transform: translateY(105%); }
  
  .open-menu .nav-toggle > span > span:last-child {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  
  .nav-toggle p {
    width: 45px;
    height: 45px;
    display: block;
    z-index: 11;
    cursor: pointer;
    position: relative; 
    margin: 0 !important;

}
  
  .nav-toggle p span {
    background-color: var(--black);
    width: 70%;
    height: 2px;
    border-radius: 1px;
    display: block;
    position: absolute;
    left: 12px;
    content: '';
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    
  
  .nav-toggle p span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  
  .nav-toggle p span:nth-child(2) {
    top: 22px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  
  .nav-toggle p span:nth-child(3) {
    top: 29px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  
  .open-menu .nav-toggle p span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: 13px; }
  
  .open-menu .nav-toggle p span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  
  .open-menu .nav-toggle p span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 13px; }
  


.menu-container{
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    top:0;
    left:0;
    pointer-events: none;
    z-index: 9;
    background-color: transparent !important;
}
.open-menu .menu-container{
    pointer-events: auto;
}
.menu-container::after{
    content: '';
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    background-color: var(--black);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.5s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.5s var(--cubic);
    transition: opacity 0.3s, transform 0.5s var(--cubic), -webkit-transform 0.5s var(--cubic);
}
.open-menu .menu-container::after{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}


.menu-isotype{
    position: absolute;
    left:-60px;
    width: 120px;
    top:40%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.7s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.7s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.7s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.7s var(--cubic);
    transition: opacity 0.3s, transform 0.7s var(--cubic), -webkit-transform 0.7s var(--cubic);
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.open-menu .menu-isotype{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* General Nav */
.navigation-column-container .qodef-gutenberg-column-inner{
    display: block !important;
}
.general-nav ul{
    width: 100%;
}
.general-nav ul li{
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.6s var(--cubic);
    -moz-transition: opacity 0.3s, transform 0.6s var(--cubic);
    -ms-transition: opacity 0.3s, transform 0.6s var(--cubic);
    -o-transition: opacity 0.3s, transform 0.6s var(--cubic);
    transition: opacity 0.3s, transform 0.6s var(--cubic), -webkit-transform 0.6s var(--cubic);
}
.open-menu .general-nav ul li{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.general-nav ul li:nth-child(1){
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.general-nav ul li:nth-child(2){
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.general-nav ul li:nth-child(3){
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.general-nav ul li:nth-child(4){
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.general-nav ul li:nth-child(5){
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.general-nav ul li:nth-child(6){
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.general-nav ul li:nth-child(7){
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.general-nav ul li:nth-child(8){
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.general-nav ul li:nth-child(9){
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.general-nav ul li a{
    padding: 10px 0;
    width: 100%;
    display: block;
    outline: 0 none;
    transition: color 0.4s;
    font-size: 20px;
}

.general-nav ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: 0 0;
    -webkit-transition: all 0.4s var(--cubic);
    -moz-transition: all 0.4s var(--cubic);
    -ms-transition: all 0.4s var(--cubic);
    -o-transition: all 0.4s var(--cubic);
    transition: all 0.4s var(--cubic); 
}
.general-nav ul li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    background-color: white;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition: all 0.4s var(--cubic);
    -moz-transition: all 0.4s var(--cubic);
    -ms-transition: all 0.4s var(--cubic);
    -o-transition: all 0.4s var(--cubic);
    transition: all 0.4s var(--cubic); 
}
.general-nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.general-nav ul li a span{
    display: block;
}
.general-nav ul li a span::before{
    content: '';
    display: block;
    width: 16px;
    height:9px;
    background:url(../images/layout/next-arrow-white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    -webkit-transition: all 0.4s var(--cubic);
    -moz-transition: all 0.4s var(--cubic);
    -ms-transition: all 0.4s var(--cubic);
    -o-transition: all 0.4s var(--cubic);
    transition: all 0.4s var(--cubic);
}
.general-nav ul li a:hover span::before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/* Business */
.empresas-slider .qodef-block-swiper .swiper-slide img{
    max-height: 100px;
    width: auto;
}
.swiper-slide{
    display: flex;
    justify-content: center;
}

.bw-gif{
    filter: grayscale(100%);
}
.single-gif .qodef-m-image img{
	border-radius:100% !important;
}


.service-card{
    width: 100%;
    margin: 4rem 0;
}
.mobile-ebook{
   margin-bottom: 40px !important;
    display: block;
    transform: rotate(4deg);
}
.centered{
    text-align: center !important;
    width: 100%;
}
/* body[class*="-873"] .qodef-block-c38ce132 .qi-block-item-showcase .qodef-m-image img{
    -webkit-mask-image: -webkit-gradient(linear, left top, left 75%, from(#ffffff), to(transparent));
} */

.mobile-menu-button{
    display: none !important;
}

.ep-wrapper{
	width: 410px;
}
#inline-7W9iZXdb2ASdmUjRQavL-wrapper iframe{
	border-radius: 0;
    height:auto;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */