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

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
:root{
    --text:'DM Sans', sans-serif;
    --black:#1A1A1A;
    --green:#1F5C10;    
    --orange:#EA580B;
    --cubic: cubic-bezier(0.33, 1, 0.68, 1);
}
body *{
    font-family: var(--text);
}
body{
    font-family: var(--text);
    font-optical-sizing: auto;
    font-style: normal;
    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{
    font-size: 16px;
}
p a{
    transition: all 0.3s;
    text-decoration: underline;
    position: relative;
    margin: 0;
}
p a:hover{
    color:var(--orange);
}
h3{
    font-size: 24px;
    font-weight: 600;
    margin-block-start:0;
    margin-block-end:0;
}
h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-block-start:0;
    margin-block-end:0;
}
h6.wp-block-post-title :where(a){
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}
h6.wp-block-post-title :where(a):hover{
    color: var(--orange);
}
h5{
    margin-block-start:0;
    margin-block-end:0;
}
h6{
    margin-block-start:0;
    margin-block-end:0;
}
.main-nav ul li a{
    transition: all 0.3s;
    font-size: 16px;
    text-decoration: none !important;
}
.main-nav ul li a:hover{
    color:var(--orange) !important;
}
.project-box::after{
    content:'';
    width: 60px;
    height: 60px;
    position: absolute;
    bottom:24px;
    right:24px;
    background-image: url(../images/layout/plus.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: all 0.3s;
    transform-origin: 50% 50%;
    transform: scale(1);
    pointer-events: none;
    z-index: 3;
}
.project-box:hover::after{
    transform: scale(1.2);
}

/* 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);
}
footer ul li a::after{
    background-color: white;
}
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;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: 0;
}

.palmas-button a{
    padding: 15px 30px 15px 30px;
    border-radius: 30px;
}

.wa-bubble{
    position: fixed;
    bottom: 30px;
    right:30px;
    width: 70px;
    height: 70px;
    z-index: 20;
}
.wa-bubble a{
    width: 100%;
    display: block;
}
.wa-bubble a img{
    width: 100% !important;
}


/* Header */
header{
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 1000;
}
.header{
    z-index: 20;
}
body a{
    outline: 0 none !important;
}

.header-logo img{
    width: 110px !important;
}

.nav-toggle{
    display: none;
}
.menu-container{
    display: none;
}

.social-media{
    margin: 0 20px !important;
}
.qodef-m-handle-text{
    font-size: 12px !important;
}
/* lord-icon{
    max-width: 150px !important;
} */
.home .qodef--before{
    border-radius: 10px;
}

.home .qodef--after{
    border-radius: 10px;
}
.page-template-page-no-title main{
    padding-top: 60px;
}



/* 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);
}









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