:root{
    --colors-blue-dark: #002B54;
}

.arrow-right-icon{
    width: 23px;
}

/*header*/
.container-header{
    height: 112px;
    
}

.container-control-lenguage{
    height: 28px;
}

.control-lenguage{
    width: 6rem;
    margin-right: 6%;
}

.icon-lenguage{
    width: 18px;
    height: 12px;
    cursor: pointer;
}

.container-menu{
    height: 84px;
}

.box-logo{
    width: 198px;
    height: 140px;
    margin-bottom: 1.7rem;
    margin-left: 5.3em;
}

.box-logo img{
    width: 100%;
    height: 100%;
}

.image-quality{
    margin-bottom: 1.5rem;
    width: 4rem;
}

.box-nav-menu{
    width: 29em;
    margin-right: 6%;
}

.box-nav-menu ul{
    margin-bottom: 0;
    justify-content: space-between;
}

.box-nav-menu a{
    text-decoration: none;
    color: #525455;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.box-nav-menu a:hover{
    color: #0F78DC;
    transition: color 1s ;
}



/*Main*/


.container-home-apresentation{
    height: 1004px;
    /* background-color: var(--colors-blue-dark); */
    background-image: url("../img/background.jpg");
    background-repeat: round;
}

.box-home-apresentation{
    width: 44%;
    height: 29rem;
    justify-content: space-between;
}

.motivational-text{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #0A335C;
    width: 61%;

}

.title{
    font-family: Inter;
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}

.subtitle-text{
    color: #EBEBEB;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
}

.button-primary{
    display: flex;
    width: 214px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    background-color: #ffffff;
    border: none;
    color: #000000;
}

.button-secondary{
    display: flex;
    width: 214px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    background-color: #ffffff;
    border: none;
    color: #0A2463;
}

.icons-partnes{
    width: 150px;
    z-index: 1;
}

footer{
    background-color: #002B54;
    height: auto;
}

.box-home{
    margin-top: 7rem;
}

.box-home-apresentation a {
    text-decoration: none;
    color: #ffffff;
}

.box-arrow{
    margin-top: 21rem;
    margin-right: 2rem;

}


.ceo-icon{
    width: 85px;
    border-radius: 22%;
    margin-right: 2rem;
    aspect-ratio: 4/4;
}

.box-image-desk{
    margin-left: 5rem;
    box-shadow: -21px 27px 0px 0px #ffffff;
}

.box-partners-text{
    width: 97%;
    margin-top: 12rem;
    display: flex;
    flex-direction: column;
}

.box-partners-text h2{
    color: #F7FBFF;
    padding-left: 1.8rem;
}

.box-partners{
    display: flex;
    justify-content: space-around;
}



.who-we-are-container{
    width: 100%;
    height: 600px;
    background-image: url("../img/backgrounds-site/background-1.png");
}

.box-who-are-we{
    width: 62%;
    height: 100%;
}

.box-who-are-we-text{
    width: 36%;
}

.inter{
    font-family: Inter;
}

.box-images-who-are-we{
    width: 73rem;
    display: flex;
    justify-content: space-between;
}

.link-box-who-are-we{
    width: 73.3rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
    color: #0F78DC;
}


.link{
    text-decoration: none;
    color: #0F78DC;
    font-family: Inter;
    font-size: 16px;
}

.we-services-container{
    width: 75%;
    height:56rem;
    background-image: url("../img/backgrounds-site/background-1.png");
}

.w-30{
    width: 30%;
}

.box-image-we-services{
    margin-left: 5rem;
    height: 100%;
    box-shadow: -32px 25px 0px 0px #002B54;
}

.frame-icon{
    background-color: #002B54;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.box-item-services{
    margin-top: 8rem;
}

.partners-container{
    width: 100%;
    height:56rem;
    background-image: url("../img/backgrounds-site/background-1.png");
}

.card-parteners{
    width: 270px;
    height: 270px;
    border-radius: 5px;
    box-shadow: -22px 21px 5px 0px rgba(0,0,0,0.1);
    transition: transform .2s;
    background-color: #ffffff;
}

.card-parteners:hover {
    transform: scale(1.1);
}

.box-item-parteners{
    width: 79rem;

}

.box-text-partners span{
    width: 25%;
}

.box-contact{
    width: 70rem;
    height: 280px;
    background-color: #002B54;
    border-radius: 10px;
    color: #F7FBFF;
}

.contact-container{
    margin-top: 10rem;
    height: 25rem;
}

.footer-container{
    width: 100%;
    margin-top: 2rem;
    gap: 10rem;
}

.box-footer-apresentation{
    color: #F7FBFF;
    width: 6rem;


}

.box-footer-apresentation p{
    width: 71%;
}

.box-nav-menu-footer {
    height: 51%;
    padding: 0 0 0 0;
}

.box-nav-menu-footer ul {
    padding: 0 0 0 0;
}

.box-nav-menu-footer a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.white{
    color: #ffffff;
}

.nav-menu-footer{
    height: 20rem;
}


#btn-mobile{
    display: none;
}

#nav{
    display: none;
}

#menu-web{
    display: block;
}

#menu-mobile{
    display: flex;
    position: absolute;
    width: 100%;
    top: 86px;
}

.box-shadow-partness{
    width: 20rem;
    height: 6.3rem;
    background-color: #ffffff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    margin: 1.5rem;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    position: relative;
}

.box-shadow-partness:hover{
    top:-4px;
    box-shadow:0 4px 3px #070707
}


.box-logo-branco img{
    width: 38%;
    height: 100%;
    position: relative;
    left: 11.5rem;
}

.icon-social-img{
    margin-top: 0.3rem;
}

.find-button{
    width: 26rem;
}


@media (max-width: 1370px){
    .box-who-are-we {
        width: 87%;
        height: 100%;
    }

    .icons-social{
        width: 15rem !important;
    }

    .box-home{
        justify-content: center !important;
    }

    .motivational-text{
        width: 74%;
    }

    .box-logo {
        
        margin-left: 2.3em;
    }

    .box-logo-branco img {
        width: 48%;
        height: 100%;
        position: relative;
        left: 7.5rem;
    }
}

@media (max-width: 1025px){
    .box-who-are-we {
        width: 87%;
        height: 100%;
    }
    .box-image-we-services {
        height: 90%;
    }

    .icons-social{
        width: 88% !important;
    }

    .box-images-who-are-we {
        width: 60rem;
    }

    .box-images-who-are-we img{
        width: 210px;
    }

    .link-box-who-are-we {
        width: 58.3rem;
    }

    .card-parteners {
        width: 230px;
        height: 250px;
    }

    .card-parteners img{
        width: 182px;
    }

    .box-text-partners span {
        width: 54%;
    }

    .box-partners{
        margin-top: 14rem;
    }

    .box-shadow-partness{
        margin: 0.5rem;
    }

}

@media (max-width: 920px) { 
    header .container-control-lenguage{
        display: none !important;
    }

    #btn-mobile{
        display: flex;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
    }

    #hamburger{
        width: 20px;
        border-top: 2px solid;
    }
    #hamburger::after, #hamburger::before{
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: currentColor;
        margin-top: 5px;
        transition: .3s;
        position: relative;
    }

    .image-quality{
        margin-bottom: 0.4rem;
        width: 3rem;
    }

    #nav{
        display: none;
        height: 0;
        transition: .6s;
        visibility: hidden;
        overflow-y: hidden ;
    }

    #nav.active{
        z-index: 2;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 86px;
        height: calc(100vh - 80px);
        background: #000B14;
        visibility: visible;
        overflow-y: auto;
    }

    #btn-mobile.active #hamburger{
        border-top-color: transparent ;

    }
    #btn-mobile.active #hamburger::before{
        transform: rotate(135deg);
    }

    #btn-mobile.active #hamburger::after{
        transform: rotate(-135deg);
        top: -7px;
    }

    .icons-partnes{
        padding: 1rem;
    }

    .lenguage-menu{
        margin-bottom: 9rem;
        width: 70%;
        margin-right: 1rem;
    }

    #nav.active #menu-mobile{
        display: flex;
        position: absolute;
        width: 100%;
        height: 49%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-right: 1rem; 
    }

    #nav.active #menu-mobile a{
        text-decoration: none;
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
    }

    .container-header{
        height: 86px;
    }

    .motivational-text {
        
        width: 100%;
    }

    .box-nav-menu{
        display: none !important;
    }

    .box-home{
        flex-direction: column;
    }

    .box-logo{
        width: 118px;
        height: 80px;
        margin-bottom: 0;
        margin-left: 1em;
    }

    .box-arrow{
        display: none;
    }
    
    .box-image-desk{
        display: none;
    }

    .box-home-apresentation {
        width: 89%;
        height: auto;
    }

    .title {
        font-size: 33px;
        text-align: center;
    }

    .subtitle-text{
        text-align: center;
    }

    .box-button-apresentation{
        flex-direction: column;
        justify-content: space-between;
        height: 7rem;
    }

    .box-ceo-apresentation{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ceo-icon{
        width: 85px;
        border-radius: 22%;
        margin-right: 2rem;
        aspect-ratio: 4/4;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .box-partners-text{
        width: 97%;
        margin-top: 1.4rem;
        display: flex;
        flex-direction: column;
    }

    .box-partners-text h2{
        color: #F7FBFF;
        padding-left: 0.4rem;
    }

    .box-partners {
        width: 97%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 1rem;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .who-we-are-container {
        width: 100%;
        height: auto;
    }
    
    .find-button{
        width: 17rem;
    }

    .box-who-are-we {
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-top: 2rem;
    }

    .box-who-are-we h2{
        width: 80%;

    }

    .box-image-we-services {
        margin-left: 3rem;
        box-shadow: none;
    }

    .box-who-are-we-text {
        width: 81%;
    }

    .box-images-who-are-we {
        justify-content: space-between;
        flex-direction: column;
        width: 18rem;
        height: 83rem;

    }

    .box-images-who-are-we img {
        width: 98%;
        height: 257px;
    }

    .we-services-container {
        height: auto;
    }

    .box-we-services{
        margin-top: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .text-box-we-services{
        width: 73% !important;
    }

    .box-we-services img {
        width: 87%;
        box-shadow: -32px 25px 0px 0px #002B54;
    }

    .link-box-who-are-we {
        width: auto;
    }

    .box-item-services {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .partners-container {
        width: 100%;
        height: auto;
    }

    .card-service{
        margin-left: 0 !important;
        margin-top: 2rem;
    }

    .box-text-partners span{
        width: 83%;
    }

    .box-item-parteners {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }


    .box-contact {
        width: 25rem;
        height: 316px;
    }

    .contact-container {
        margin-top: 10rem;
        height: 25rem;
    }

    .footer-container {
        width: 96%;
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box-footer-apresentation {
        color: #F7FBFF;
        width: 29rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container-social{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-top: 0 !important;
        margin-bottom: 2rem;
    }

    .icons-social{
        width: 74% !important;
    }
    
} 