@media only screen and (max-width:1760px) {
   
}

@media only screen and (max-width:1440px) {
    .landing-info{
        width: 60%;
    }
    
    
}
@media only screen and (min-width:1920px) {
    
}
@media only screen and (max-width: 1370px){
    .landing-info{
        width: 60%;
    }
}
@media only screen and (max-width: 1250px) {
    .landing-info{
        width: 80%;
    }
}
@media only screen and (max-width: 1024px){
    

}
@media only screen and (max-width: 992px) {
    /* 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 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; 
    }
    .home .nav-toggle p span{
        background-color: black;
    }
    .open-menu .nav-toggle p span{
        background-color: black;
    }
    .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; }


    /* Mobile Menu */
    .menu-container{
        display: block;
        min-height: 100vh;
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 9;
        opacity: 0;
        transition: all 0.3s;
        pointer-events: none;
    }
    .open-menu .menu-container{
        opacity: 1;
        pointer-events: auto;
    }
    .menu-container::before{
        content:'';
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
        z-index: 1;
    }
    .color-menu{
        width: 60%;
        height: 100vh;
        position: relative;
        z-index: 2;
        margin-left: 40% !important;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        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);
    }
    .open-menu .color-menu{
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .color-menu nav{
        opacity: 0;
        transition: all 0.3s;
    }
    .color-menu nav ul li a::after{
        background-color: white;
    }
    .open-menu .color-menu nav{
        opacity: 1;
    }
    .isotipo-menu{
        pointer-events: none;
        position: absolute;
        width: 150px;
        bottom:30px;
        right: 30px;
        transition-delay: 500ms;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(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);
    }
    .open-menu .isotipo-menu{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .wa-button-header-container,.main-nav,.social-media{
        display: none !important;
    }

    
}

@media only screen and (max-width: 896px) {
    .landing-info{
        width: 90%;
    }
    h1{
        font-size: 36px !important;
    }
    h2{
        font-size: 30px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h3 a{
        font-size: 20px !important;
    }
    p{
        font-size: 14px !important;
        line-height: 160% !important;
    }
    p a{
        font-size: 14px !important;
    }
    footer p,footer a, footer .has-small-font-size{
        font-size: 12px !important;
    }
    .qi-block-before-after .qodef-m-handle-text{
        font-size: 5px !important;
    }
    .closer p,.closer a{
        font-size: 9px !important;
    }
    .wa-button-header-container{
        display: none !important;
    }
    .wa-bubble{
        bottom: 20px;
        right:20px;
        width: 50px;
        height: 50px;
    }
    .wp-block-quote p{
        font-size: 22px !important;
    }
    
}
@media only screen and (min-device-width: 375px) and (max-device-width: 935px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .landing-info{
        width: 90%;
    }
    h1{
        font-size: 36px !important;
    }
    h2{
        font-size: 30px !important;
    }
    h3{
        font-size: 20px !important;
    }
    h3 a{
        font-size: 20px !important;
    }
    p{
        font-size: 14px !important;
        line-height: 160% !important;
    }
    p a{
        font-size: 14px !important;
    }
    footer p,footer a, footer .has-small-font-size{
        font-size: 12px !important;
    }
    .qi-block-before-after .qodef-m-handle-text{
        font-size: 5px !important;
    }
    .closer p,.closer a{
        font-size: 9px !important;
    }
    .wa-button-header-container{
        display: none !important;
    }
    .wa-bubble{
        bottom: 20px;
        right:20px;
        width: 50px;
        height: 50px;
    }
    .wp-block-quote p{
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 670px) {
    .landing-info{
        width: 90%;
    }
    .wa-button-header-container{
        display: none !important;
    }
    
}
@media only screen and (max-width: 480px) {
    .landing-info {
        width: 100%;
    }
    .landing-info h1:nth-of-type(2){
        margin-bottom: 30px;
    }
    .wp-block-button__link{
        padding-top: 10px !important;
        padding-right: 25px !important;
        padding-bottom: 15px !important;
        padding-left: 25px !important;
        font-size: 12px !important;
        letter-spacing: 0px !important;
    }
    .wa-button-header-container{
        display: none !important;
    }
    .wa-bubble{
        bottom: 30px;
        right:20px;
        width: 50px;
        height: 50px;
    }
    .wp-block-quote p{
        font-size: 22px !important;
    }
    /* Mobile */
    .header-logo img{
        width: 100px !important;
    }
    .wp-block-social-link-anchor{
        font-size: 22px !important;
    }
    .wp-block-post{
    	margin-bottom: 50px !important;
	}
    
}

@media only screen and (max-width: 375px) {
    
}