*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Bai Jamjuree", sans-serif;
}

html,body{
    scroll-behavior: smooth;
    overflow-x: hidden;
    
}

.container{
    width: 100%;
    max-width: 1180px;
    padding: 0 2%;
    margin: 0 auto;
}

.btn{
    padding: 15px 35px;
    background-color: #EADA57;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    border: 0;
    outline: 0;
    margin-top: 40px;
    cursor: pointer;
    transition: 1s;
}

.btn:hover{
    transform: scale(1.1);
}

.none{
    display: none!important;
}


/* HEADER */

.banner{
    width: 100%;
    height: 100%;
}

header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}

header h2{
    font-size: 25px;
    color: #2e2e2e;
}

.header-right{
    display: flex;
    align-items: center;
    justify-content: center;
}

header .btn{
    margin: 0;
    background-color: #2e2e2e;
}

.menu-desktop{
    list-style-type: none;
    margin-right: 70px;
}

.menu-desktop li{
    display: inline-block;
    margin: 0 15px;
    color: #2e2e2e;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 1s;
}

.menu-desktop li:hover{
    transform: scale(1.1);
}

/* MENU MOBILE */

.menu-mobile{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: none;
    opacity: 0;
    transform: translateY(-100%);
    transition: 1s;
    z-index: 999;
}
  
#icon{
    font-size: 22px;
    color: #EADA57;
    margin-right: 20px;
    display: none;
    cursor: pointer;
}
  
.hide{
    top: 100px;
    transform: translate(0);
    opacity: 1;
}
  
.menu-mobile ul{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    transition: 1s;
    overflow: hidden;
    box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.15);
}
  
.menu-mobile ul li{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #2e2e2e;
    border-bottom: 1px solid #EADA57;
    padding: 20px 0 15px 0;
    max-width: 60%;
    font-size: 16px;
}
  
.menu-mobile ul li:last-of-type{
    border-bottom: none;
}

/* BANNER */

.banner-left{
    width: 30%;
    animation-name: anime-left;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    transform: translateX(-100px);
    opacity: 0;
}

@keyframes anime-left{
    0%{
        opacity: 0;
        transform: translateX(-100px);
    }
    100%{
        opacity: 1;
        transform: translate(0,0);
    }
}

.banner-left h2{
    font-size: 55px;
    color: #2e2e2e;
    font-weight: 600;
}

.banner-left p{
    font-weight: normal;
    font-size: 16px;
    color: #858585;
    line-height: 25px;
    margin-top: 20px;
}

.wrapper-metricas{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
}

.wrapper-wrapper-metricas img{
    display: none;
}

.single-metricas h4{
    font-size: 29px;
    color: #2e2e2e;
    font-weight: bold;
}

.single-metricas p{
    margin-top: 10px;
    font-size: 15px;
}


/* BACKGROUND-BANNER */

.wrapper-back{
    position: absolute;
    top: 0px;
    right: 0;
    width: 70%;
    height: 100%;
    background-image: url('./images/banner.png');
    background-position: left;
    background-size: cover;
}

/* WARNING */

.warning{
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.warning .container{
    display: none;
}

.warning-left{
    width: 55%;
    padding: 50px;
    background-image: url('./images/back-left.png');
    background-size: cover;
    background-position: right top;
    position: relative;
    z-index: 2;
}

.warning-left h2, .warning-left-mobile h2{
    max-width: 590px;
    font-size: 30px;
    color: #fff;
}

.warning-right{
    position: absolute;
    top: 50%;
    right: 0;
    width: 60%;
    transform: translateY(-50%);
    padding: 50px 70px;
    background-image: url('./images/back-right.png');
    background-size: cover;
    background-position: left bottom;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapper-text-right{
    max-width: 650px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 150px;
}

.wrapper-text-right h3{
    font-size: 36px;
    color: white;
}

.wrapper-text-right h2{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.wrapper-text-right span{
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid white;
    padding: 5px 0;
}

/* DIFERENCIAIS */

.diferenciais{
    width: 100%;
    padding: 50px 0 100px 0;
}

.diferenciais .container .wrapper-group-vector{
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.diferenciais h2{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}

.diferenciais span{
    font-weight: 400;
    padding: 5px 0;
    border-bottom: 1px solid #2e2e2e;
}


.wrapper-vector{
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 33%;
}

.left-vector{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.vector{
    width: 50%;
    background-color: #EADA57;
    aspect-ratio: 5/5;
    padding-left: 5px;
}

.wrapper-top-vector{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 10px;
}

.wrapper-top-vector h1{
    font-size: 40px;
    color: #2e2e2e;
}

.vector h3{
    font-size: 15px;
    color: #2e2e2e;
}

.vector p{
    margin-top: 10px;
    font-size: 10px;
}

.right-vector{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* BLACK VECTOR */

.black .vector{
    background-color: #2e2e2e;
}

.black .wrapper-top-vector h1{
    font-size: 40px;
    color: #fff;
}

.black .vector h3{
    font-size: 15px;
    color: #fff;
}

.black .vector p{
    margin-top: 10px;
    font-size: 10px;
    color: #fff;
}

/* QUEM SOMOS */

.quem-somos{
    width: 100%;
    padding: 100px 0;
}

.quem-somos .container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quem-somos-left{
    width: 48%;
}

.quem-somos-left-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.wrapper-box{
    width: 48%;
    aspect-ratio: 5/5;
    background-color: #EADA57;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 10px;
}

.wrapper-box h2{
    color: white;
    font-size: 28px;
}

.quem-somos-left-top img{
    width: 48%;
}

.quem-somos-left-bottom, .quem-somos-left-bottom img{
    width: 100%;
}



.quem-somos-right{
    width: 48%;
}

.quem-somos-right h2{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
}

.quem-somos-right span{
    font-weight: 400;
}

.quem-somos-line{
    width: 50px;
    height: 1px;
    background-color: #000000;
    font-weight: lighter;
    margin-top: 5px;
    margin-bottom: 15px;
}

.quem-somos-right h4{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.quem-somos-right p{
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    margin-top: 25px;
    max-width: 450px;
}


/* PRODUCTS */

.products{
    width: 100%;
    padding-bottom: 50px;
}

.products .container{
    width: 100%;
    padding: 40px 2%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.products-left{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.products-left .wrapper-box{
    width: 100%;
}

.wrapper-products-left-icons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wrapper-products-left-icons i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 25px;
    background-color: #EADA57;
    color: #fff;
    cursor: pointer;
}

.wrapper-products-left-icons i:last-of-type{
    margin-right: 10px;
}

.wrapper-products-right{
    width: 70%;
}

.products-right{
    width: calc(50% - 15px);
    padding: 50px 25px;
    background-color: #EFEFEF;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    text-align: center;

}

.products-right:first{
    margin-left: 25px;
}

.products-right h2{
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
}

.products-right p{
    font-size: 15px;
    color: #909090;
    font-weight: 400;
    margin-top: 15px;
}

.products-btn{
    width: 100%;
    border: none;
    cursor: pointer;
    background-color: #fff;
    color: #000000;
    margin-top: 40px;
    border-radius: 30px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 700;
    position: relative;
    font-size: 12px;
}

.products-btn i{
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background-color: #EADA57;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: -10px;
}


/* Depoimentos */

.wrapper-background{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.line-depositions{
    width: 80%;
    height: 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #EADA57;
}

.background{
    width: 100%;
    height: 400px;
    background-image: url("./images/banner-cacamba.png");
    background-size: cover;
    background-position: left center;
    border-radius: 20px;
}

.depositions{
    width: 100%;
    padding: 40px 0 180px 0;
}

.depositions .container{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-depositions{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.25);
    border-radius: 15px;
    padding: 30px 35px;
    background-color: #fff;
    max-width: 800px;
    transform: translateY(30%);
}

.depositions-img{
    width: 75px;
    height: 75px;
    border-radius: 250px;
    background-color: #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #4859F1;
}

.single-depositions h2{
    font-size: 20px;
    font-weight: 600;
    color: #2A2939;
    margin-top: 10px;
}

.single-depositions p{
    font-size: 14px;
    font-weight: 400;
    color: #858585;
    max-width: 550px;
    margin-top: 15px;
    line-height: 25px;
}

.single-depositions button{
    margin-top: 50px;
}


/* Contato */

.contato{
    width: 100%;
    padding: 20px 0 50px 0;
}

.contato .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    flex-wrap: wrap;
}

.left-form, .right-form{
    width: 48%;
    padding: 30px 0;
}

.right-form{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loc */

.line-contato{
    width: 50%;
    height: 2px;
    background-color: #EADA57;
    margin: 30px 0;
}

.left-form button{
    margin-top: 40px;
}

.right-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-form iframe{
    border: 5px solid #EADA57;
    border-radius: 10px;
    width: 70%; 
    aspect-ratio: 5/5;
}

.contato h2{
    text-align: left;
    max-width: 400px;
    color: #2E2E2E;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.contato h4{
    color: #EADA57;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.contato p{
    color: #594F4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
}

.left-form ul{
    list-style-type: none;
    margin-top: 40px;
}
  
.left-form ul li{
    margin-top: 25px;
}
  
.left-form ul li i{
    color: #2e2e2e;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1px;
}
  
.left-form ul li span{
    color: #594F4D;
    text-align: justify;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    margin-left: 15px;
}

.wrapper-social{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}

.wrapper-social i{
    font-size: 18px;
    color: #2e2e2e;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #EADA57;
}


/* FOOTER */

footer{
    width: 100%;
    padding-top: 50px;
}

footer .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 20px;
    border-bottom: 1px solid #EADA57;
}

.footer-top h2{
    font-size: 20px;
    color: #2F2B2A;
    font-weight: 400;
}

.footer-top i{
    font-size: 10px;
}

.footer-top h3{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.footer-bottom{
    padding: 30px 0;
}

.footer-bottom h4{
    font-size: 16px;
    font-weight: 400;
    color: #2E2E2E;
}

.footer-mobile{
    display: none;
    border-bottom: 1px solid #EADA57;
}

.footer-mobile h3{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


.footer-mobile ul{
    list-style-type: none;
    padding: 15px 0;
}

.footer-mobile ul li{
    display: inline-block;
    color: #2F2B2A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 15px;
    cursor: pointer;
}

@media screen and (max-width: 960px){
    .wrapper-vector{
        width: 50%;
    }

    .diferenciais .container .wrapper-group-vector{
        flex-wrap: wrap;
    }

    .right{
        margin-top: 40px;
    }
}

@media screen and (max-width: 850px){
    .wrapper-back{
        display: none;
    }

    .banner-left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .wrapper-wrapper-metricas{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .wrapper-metricas{
        width: calc(50% + 150px);
    }

    .wrapper-images-mobile-left, .wrapper-images-mobile-right{
        width: 30%;
    }

    .wrapper-wrapper-metricas img{
        display: block;
        width: 100%;
    }

    .wrapper-wrapper-metricas .wrapper-images-mobile-left{
        position: relative;
        left: -20px;
    }

    .wrapper-wrapper-metricas .wrapper-images-mobile-right{
        position: relative;
        right: -20px;
    }

    .single-metricas{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .menu-desktop{
        display: none;
    }

    header button{
        display: none;
    }

    #icon{
        display: block!important;
    }

    .menu-mobile{
        display: block!important;
    }

    .banner-left h2{
        text-align: center;
    }

    .banner-left p{
        text-align: center;
    }

}

@media screen and (max-width: 800px){

    .quem-somos-left{
        width: 80%;
        margin: 0 auto;
    }

    .quem-somos-right{
        width: 80%;
        margin: auto;
        margin-top: 40px;
    }


    .left-form, .right-form{
        width: 100%;
    }
    
    .right-form{
        margin-top: 70px;
    }

    .left-form{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contato h2{
        text-align: center;
    }

    .contato h4 {
        text-align: center;
        white-space: initial;
    }

    .left-form p{
        text-align: center;
    };

    .left-form ul{
        margin-top: 0;
        text-align: center!important;
        width: 100%!important;
    }

    .wrapper-buttons{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .warning-left, .warning-right{
        display: none;
    }

    .warning .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .warning-left-mobile{
        width: 100%;
        padding: 40px;
        background-color: #EADA57;
        border-radius: 10px;
    }

    .warning-right-mobile{
        width: 100%;
        padding: 40px;
        background-image: url('./images/back-right.png');
        background-position: right;
        background-size: 200%;
        border-radius: 10px;
        margin-top: 30px;
    }

    .wrapper-text-right{
        padding-left: 0;
    }

    .warning{
        padding: 40px 0;
    }
}

@media screen and (max-width: 700px){
    .products .container{
        flex-wrap: wrap;
    }

    .products-left .wrapper-box{
        aspect-ratio: auto;
    }

    .wrapper-products-left-icons{
        margin-top: 30px;
        justify-content: center;
    }

    .wrapper-products-right{
        margin-top: 40px;
        width: 100%;
    }

    .products-left{
        width: 100%;
    }
    
    .wrapper-products-left-icons i:last-of-type{
        margin-left: 5px;
    }

    .wrapper-products-left-icons i:first-of-type{
        margin-right: 5px;
    }
}

@media screen and (max-width: 650px){
    .wrapper-vector{
        width: 70%;
    }

    .left{
        margin-bottom: 40px;
    }

    .none{
        display: block!important;
        margin-top: 100px;
    }

    .wrapper-images-mobile-left, .wrapper-images-mobile-right{
        width: 100%;
    }

    .wrapper-wrapper-metricas .wrapper-images-mobile-left{
        position: relative;
        left: -70px;
    }

    .wrapper-wrapper-metricas .wrapper-images-mobile-right{
        position: relative;
        right: -70px;
    }

    .wrapper-images-mobile-right{
        top: -50px;
    }

    .wrapper-images-mobile-left{
        top: 50px;
    }

    .wrapper-metricas{
        grid-template-columns: 1fr;
    }

    .single-metricas{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

}

@media screen and (max-width:550px){
    .footer-top{
        display: none;
    }

    .footer-mobile{
        display: block;
    }

    .products-right{
        width: 100%;
    }
}

@media screen and (max-width: 470px){
    .wrapper-vector{
        width: 100%;
    }
}

/* Animation */

[data-anime]{
    opacity: 0;
    transition: 1s;
}
  
[data-anime="left"]{
    transform: translateX(-100px);
}

[data-anime="right"]{
    transform: translateX(100px);
}

[data-anime="scale"]{
    transform: scale(0.5);
}

[data-anime].animation{
    opacity: 1;
    transform: translate(0,0) scale(1);
}
