/*mobile layout*/
@media only screen and (max-width: 920px ){
    .root-hotsite{
        overscroll-behavior-x: none;
        overscroll-behavior-y: initial;
    }
    .root-hotsite::-webkit-scrollbar{
        width: unset;
        display: auto;
    }
    .language-select-hotsite{
        right: 24px;
    }
    .visits-screen-hotsite {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 44px;
    }

    section{
        min-height: 30vh;
        height: fit-content;
    }

    .heropage-layout-hotsite {
        max-width: 90vw;
    }

    .slogan-hotsite{
        margin: 0;
    }

    h1.slogan-hotsite{
        margin-bottom: 32px;
    }

    .seemore-container{
        bottom: 20px;
    }

    .button-seemore-hotsite div{
        width: fit-content
    }

    .button-seemore-hotsite div.row{
        width: -webkit-fill-available;
        width: -moz-available;
    }

    /*oculto*/
    .loginbutton-hotsite,
    .modules-container-hotsite,
    .links-container{
        display: none;
    }
    /*fim de oculto*/

    .description-hotsite{
        font-size: 16px;
        font-weight: 400;
        margin: 50px 0;
    }

    .titles-hotsite{
        font-size: 24px;
        font-weight: 700;
    }
    
    nav.cases-menu-hotsite{
        font-size: 20px;
    }

    .case-text-hotsite{
        font-size: 16px;
    }

    .case-title-hotsite{
        font-size: 20px;
    }

    .cases-layout-hotsite{
        padding-right: 24px;
    }

    .module-presentation-mobile-hotsite{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        visibility: visible;
        position: relative;
        color: white;
        text-align: center;
    
        font-size: 16px;
        font-style: normal;
        font-weight: 400;

        letter-spacing: 0.03rem;
        margin-top: 32px;
    }

    .module-presentation-mobile-hotsite h4{
        color: var(--white-color);
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 44px;
    }

    .modules-image-mobile-hotsite,
    .module-presentation-mobile-hotsite p{
        width: 80%;
        object-fit: contain;
        margin-bottom: 24px;
    }

    .module-presentation-mobile-hotsite p{
        margin-bottom: 44px;
    }

    .grid-layout-hotsite{
        display: grid;
        grid: 170px 170px 170px / 80vw;
        gap: 32px;
        margin-top: 24px;
    }
    
    .partners-hotsite {
        border-radius: 0;
        opacity: 1;
        background: none;
        box-shadow: none;
        margin-top: 0;

        margin-left: 50px;
        margin-right: 50px;
        min-width: 80svw;
    }

    .title-partners-hotsite {
        font-size: 24px;

        text-align: center;
        margin-bottom: 0;
    }

    .logos-hotsite {
        overflow-x: scroll;
        scrollbar-width: none;

        border-radius: 22px;
        background: rgba(7, 7, 7, 0.21);
        box-shadow: 4px 4px 10px 0px var(--partners-box-shadow);
        
        display: flex;
        justify-content: start;
        margin: auto;
        width: 85vw;
        height: fit-content;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .last-logo-hotsite,
    .first-logo-hotsite{
        padding: 0;
    }

    .logos-hotsite::-webkit-scrollbar{
        display: none;
    }

    .partner-logo-horizontal-hotsite,
    .partner-logo-vertical-hotsite{
        object-position: center;
        height: 60%;
        max-width: 60%;
        margin: auto;
        transform: none;
    }

    .partner-logo-horizontal-hotsite{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .partner-logo-vertical-hotsite{
        transform: scale(1.5);
    }

    div.security-licenses-hotsite{
        max-width: none;
    }

    .security-standards-hotsite{
        font-size: 24px;
    }

    .disclaimer-hotsite{
        font-size:20px;
        margin-top: 16px;
        margin-bottom: 39px;
    }

    /* .visit-conference-hotsite{
        height: 44svw;
    }

    .visit-conference-caption-hotsite{
        height: 15%;
        justify-content: flex-start ;
    }

    .visit-conference-caption-hotsite p{
        font-size: 16px;
        padding: 3px 0;
        visibility: hidden;
    }

    .fullsize-caption-hotsite p{
        overflow-y: scroll !important;
        visibility: visible;
    }
    
    p.extend-visit-description-hotsite{
        display: block;
        visibility: visible;
    }

    p.retract-visit-description-hotsite{
        position: relative;
        margin-top: 12px;
        display: block;
    }

    .fullsize-caption-hotsite .extend-visit-description-hotsite{
        display: none;
    }

    .visit-conference-arrow-hotsite{
        transform: scale(0.5);
    }

    
    .fullsize-caption-hotsite{
        height: 100%!important;
        padding-top: 12px;
    } */

    .testimonial-box-hotsite{
        max-width: 90%;
    }

    .testimonial-hotsite{
        width: 80%;
        margin: auto;
        margin-bottom: 32px;
    }

    .testimonial-author-hotsite, .testimonial-hotsite{
        font-size: 16px;
    }

    .testimonial-author-hotsite p{
        margin-bottom: 0;
    }
    
    .quote-mark-hotsite{
        width: 24px;
        transform: translateX(-5px) translateY(-27px);

    }
    .end-quote-mark-hotsite{
        width: 24px;
        transform: translateX(-2px) translateY(-41px) scale(-1);
    }

    div.who-we-are-container{
        background: none;
        max-width: 80%;
        padding: 0;
    }

    .forms-hotsite{
        width: 90%;
        max-width: unset;
    }

    .forms-layout-hotsite{
        min-height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-us-title-hotsite{
        margin-bottom: 12px;
    }

    .forms-submit-hotsite {
        font-size: 24px;
    }

    .errors-mobile{
        display: block;
        color: var(--error-red);
    }

    .footer-hotsite{
        display: flex;
        align-items: center;
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
        width: 100svw;
        padding-top: 24px;
    }

    .footer-hotsite .logo-hotsite{
        position: relative;
        height: 89px;
        left: unset;

    }
    .footer-hotsite div{
        height: fit-content;
        margin: 0;
    }
    div.footer-container-hotsite{
        padding: 0;
        max-width: fit-content;
        margin: 24px 0;
        margin-top: 48px;
        width: 100%;
        flex-direction: column;
        margin-bottom: 90px;
    }
    .ouronova-product-hotsite{
        position: static;
        height: 40px;
        margin-bottom: 120px;
        padding: 0;
        max-width: 90vw;
    }
    .footer-logo-container-hotsite{
        width: 100%;
        margin: 0;
    }
    footer.footer-hotsite{
        height: auto;
        max-height: fit-content;
    }
    .header-hotsite .index-hotsite{
        display: none;
    }
    .icon-mobile-menu{
        display: block;
    }
    div.securitypage-container{
        flex-direction: column;
    }
    .image-securitypage{
        margin-top: 32px;
        width: 80vw;
        display: none;
    }
    .articles-container{
        display: grid;
        gap: 24px;
        width: 100%;
        grid-template: 200px / 100%;
    }
    .article-box{
        align-self: center;
        width: 100%;
    }
    .filler-box{
        display: none;
    }
    div.article-full-view{
        height: fit-content;
    }
    #main-articles{
        margin: 0 -8px;
        margin-bottom: 24px;
    }
    .presentation-tag{
        font-size: 16px;
    }
    .mobile-fix-about-us{
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
    .iti__country-list{
        width: 330%;
    }
}
/* medium mobile */
@media (max-width: 767px) {
    .root-hotsite{
        width: 100%;
    }

    .fix-title-clientsAndPartners{
        margin-top: 120px;
    }

    #logo-hotsite-1{
        display: none;
    }
}

/*small mobile*/
@media only screen and (max-width: 530px){
    div.testimonial-box-hotsite{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*extremely small mobile*/
@media only screen and (max-width: 390px){
    nav.cases-menu-hotsite{
        font-size: 16px;
    }
    h1.slogan-hotsite{
        font-size:32px;
    }
}