@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

html{
    width: 100vw;
}

header{
    position: static;
    top: 0px;
    width: 100vw;
    z-index: 1;
    height: 140px;
    margin-bottom: -25px;
}

.container{
    width: 100%;
    height: 80px;
    margin: auto;
}

.subcontainer{
    width: 95%;
    margin: auto;
}

.navbar{
    width: 100%;
    height: 80px;
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    align-items: center;
}

.nav-branding{
    width: 140px;
    height: 130px;
    top: 25px;
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-right: 25px;
}

li{
    list-style: none;
}

.nav-link{
    text-decoration: none;
    left: 58.61%;
    right: 38.26%;
    top: 32.5%;
    bottom: 32.5%;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #1e5494;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    transition: all 0.3s ease;
    background-color: rgb(158, 197, 76);
}

#home{
    margin-top: 70px;
}

.Slider{
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
}

.Slide{
    position: absolute;
    height: 100%;
    opacity: 0;
    inset: 0;
    animation: Slide-show 20s infinite;
}

.Slide-2{
    animation-delay: 5s;
}

.Slide-3{
    animation-delay: 10s;
}

.Slide-4{
    animation-delay: 15s;
}

.Slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes Slide-show{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    20%,
    30%{
        opacity: 1;
        scale: 1.03;
    }
    50%{
        opacity: 0;
    }
}

#About{
    margin: 50px 50px 0px 50px;
    width: 1800px;
    height: 170px;
}

#About h1{
    margin-bottom: 16px;
    width: 81.58px;
    height: 34px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1E5494;
}

#About .Paragraph1{
    width: 1810px;
    height: 120px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 16px;
}

#About .Paragraph2{
    width: 1810px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: -48px;
}

#Job{
    margin: 50px 50px 0px 50px;
    width: 1800px;
    height: 380px;
}

#Job h1{
    width: 110px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1E5494;
}

.tab-container{
    display: flex;
    margin-top: -110px;
    width: 1800px;
}

#tab1{
    border: 1px solid #000;
    width: 855px;
    height: 50px;
    margin: 128px 0 0 0;
    background: #b9f56989;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border: 0px;
    cursor: pointer;
    padding-top: 20px;
}

#tab2{
    border: 1px solid #000;
    width: 855px;
    height: 50px;
    margin-top: 128px;
    background: #6cacf967;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border: 0px;
    cursor: pointer;
    padding-top: 20px;
}

#tab3{
    border: 1px solid #000;
    width: 855px;
    height: 50px;
    margin: 128px 0px 0 0;
    background: #b9f56989;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border: 0px;
    cursor: pointer;
    padding-top: 20px;
}

#tab4{
    border: 1px solid #000;
    width: 855px;
    height: 50px;
    margin: 128px 0 0 0;
    background: #6cacf967;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border: 0px;
    cursor: pointer;
    padding-top: 20px;
}

.company{
    display: flex;
    margin: 0px 80px 128px 80px;
}

.content h3{
    width: 868px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 16px;
    margin-top: 32px;
    margin-left: 40px;
}

.consulting li{
    width: 825px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;   
    margin-left: 40px;

}

.image-1 img{
    height: 200px;
    width: 310px;
    margin-left: 1430px;
    margin-top: -200px;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
}

.company .content p .Highlight1{
    text-decoration: underline;
}

.avaluation li{
    width: 825px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;   
    margin-left: 40px;
}

.image-2 img{
    height: 200px;
    width: 310px;
    margin-left: 1430px;
    margin-top: -165px;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
}

.inspecion p{
    width: 825px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;   
    margin-left: 40px;

}

.image-3 img{
    height: 200px;
    width: 310px;
    margin-left: 1430px;
    margin-top: -140px;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
}

.company .inspecion p .Highlight2{
    text-decoration: underline;
}

.peritagem li{
    width: 825px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;   
    margin-left: 40px;

}

.image-4 img{
    height: 200px;
    width: 310px;
    margin-left: 1430px;
    margin-top: -140px;
    box-shadow: rgba(0, 0, 0, 0.95) 0px 5px 15px;
}

.hide{
    display: none;
}

footer{
    width: 1800px;
    height: 145px;
    margin-left: 52px;
    margin-top: 48px;
}

footer h1{
    width: 137px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1E5494;
    margin-bottom: 32px;
}

.Contacts{
    display: flex;
    flex-wrap: wrap;
}

.Icon1 img{
    width: 35px;
    height: 35px;
    margin-left: 180px;
}

.Adress p{
    width: 256px;
    height: 38px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-left: 16px;
}

.Icon2 img{
    width: 35px;
    height: 35px;
    margin-left: 180px;
}

.Phone p{
    width: 256px;
    height: 38px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 8px;
    margin-left: 16px;
}

.Icon3 img{
    width: 17.5px;
    height: 35px;
    margin-left: 100px;
}

.Mobile p{
    width: 256px;
    height: 38px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 8px;
    margin-left: 16px;
}

.Icon4 img{
    width: 35px;
    height: 35px;
    margin-left: 100px;
}

.Email p{
    width: 256px;
    height: 38px;
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000; 
    margin-left: 16px;
    margin-top: 8px; 
}

footer .Direitos{
    font-family: 'Sen';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    margin-top: 16px;
}

/* link que ainda não foi acessado */
a {
    text-decoration: none;
    color: #000;
   }

 /* quando o ponteiro do mouse passa no link */
 a:hover {
     color: #999;
 }
 /* quando o link for selecionado */
 a:active {
     color: #333;
 }

@media screen and (max-width: 1680px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 2.5px;
    }

    .Menu{
        margin-left: 1080px;
    }

    #About{
        width: 1580px;
    }
    
    #About .Paragraph1{
        width: 1580px;
    }
    
    #About .Paragraph2{
        width: 1580px;
    }

    #Job{
        width: 1580px;
        height: 395px;
    }

    .tab-container{
        width: 1580px;
    }

    .company{
        width: 1580px;
    }

    .company h3{
        width: 768px;
    }
    
    .company p{
        width: 690px;
    }

    .image-1 img{
        width: 310px;
        margin-left: 1225px;
    }
    
    .image-2 img{
        width: 310px;
        margin-left: 1225px;
    }
    
    .image-3 img{
        width: 310px;
        margin-left: 1225px;
    }
    
    .image-4 img{
        width: 310px;
        margin-left: 1225px;
    }
    
    footer{
        width: 1580px;
        height: 145px;
    }

    .Icon1 img{
        margin-left: 116px;
    }

    .Icon2 img{
        margin-left: 135px;
    }

    .Icon3 img{
        margin-left: 48px;
    }

    .Icon4 img{
        margin-left: 48px;
    }
}

@media screen and (max-width: 1600px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 975px;
    }

    #About{
        width: 1505px;
    }
    
    #About .Paragraph1{
        width: 1500px;
    }
    
    #About .Paragraph2{
        width: 1505px;
    }

    #Job{
        width: 1505px;
        height: 395px;
    }

    .tab-container{
        width: 1505px;
    }

    .company{
        width: 1505px;
    }

    .company h3{
        width: 768px;
    }
    
    .company p{
        width: 690px;
    }

    .image-1 img{
        width: 310px;
        margin-left: 1145px;
    }
    
    .image-2 img{
        width: 310px;
        margin-left: 1145px;
    }
    
    .image-3 img{
        width: 310px;
        margin-left: 1145px;
    }
    
    .image-4 img{
        width: 310px;
        margin-left: 1145px;
    }

    footer{
        width: 1505px;
        height: 145px;
    }

    .Icon1 img{
        margin-left: 85px;
    }

    .Email p{
        margin-right: -48px;
    }
}

@media screen and (max-width: 1536px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 895px;
    }

    #About{
        width: 1435px;
    }
    
    #About .Paragraph1{
        width: 1485px;
    }
    
    #About .Paragraph2{
        width: 1510px;
    }

    #Job{
        width: 1435px;
        height: 395px;
    }

    .tab-container{
        width: 1435px;
    }

    .company{
        width: 1435px;
    }

    .company h3{
        width: 768px;
    }
    
    .company p{
        width: 690px;
    }

    .image-1 img{
        width: 310px;
        margin-left: 1075px;
    }
    
    .image-2 img{
        width: 310px;
        margin-left: 1075px;
    }
    
    .image-3 img{
        width: 310px;
        margin-left: 1075px;
    }
    
    .image-4 img{
        width: 310px;
        margin-left: 1075px;
    }

    footer{
        width: 1435px;
        height: 145px;
    }

    .Icon1 img{
        margin-left: 75px;
    }

    .Icon2 img{
        margin-left: 115px;
    }
    
    .Icon3 img{
        margin-left: 20px;
    }

    .Icon4 img{
        margin-left: 25px;
    }
}

@media screen and (max-width: 1440px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 775px;
    }

    #About{
        width: 1340px;
        height: 195px;
    }
    
    #About .Paragraph1{
        width: 1420px;
    }
    
    #About .Paragraph2{
        width: 1359px;
    }

    #Job{
        width: 1340px;
        height: 395px;
    }

    .tab-container{
        width: 1340px;
    }

    .company{
        width: 1435px;
    }

    .company h3{
        width: 768px;
    }
    
    .company p{
        width: 690px;
    }

    .image-1 img{
        width: 310px;
        margin-left: 980px;
    }

    .image-2 img{
        width: 310px;
        margin-left: 980px;
    }

    .image-3 img{
        width: 310px;
        margin-left: 980px;
    }

    .image-4 img{
        width: 310px;
        margin-left: 980px;
    }

    footer{
        width: 1340px;
        height: 145px;
    }

    .Icon1 img{
        margin-left: 90px;
    }

    .Icon2 img{
        margin-left: 75px;
    }
    
    .Icon3 img{
        margin-left: -15px;
    }

    .Icon4 img{
        margin-left: -10px;
    }
}

@media screen and (max-width: 1366px){

    html{
        width: 100vw;
    }

    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 690px;
    }

    #About{
        width: 1265px;
        height: 195px;
    }
    
    #About .Paragraph1{
        width: 1265px;
    }
    
    #About .Paragraph2{
        width: 1265px;
    }

    #Job{
        width: 1265px;
        height: 395px;
    }

    .tab-container{
        width: 1265px;
    }

    .company{
        width: 1265px;
    }

    .company h3{
        width: 768px;
    }
    
    .company p{
        width: 690px;
    }

    .image-1 img{
        width: 310px;
        margin-left: 905px;
    }

    .avaluation p{
        width: 675px;
    }
    
    .image-2 img{
        width: 310px;
        margin-left: 905px;
        margin-top: -160px;
    }

    .inspecion p{
        width: 675px;
    }
    
    .image-3 img{
        width: 310px;
        margin-left: 905px;
    }

    .peritagem p{
        width: 670px;
    }
    
    .image-4 img{
        width: 310px;
        margin-left: 905px;
        margin-top: -140px;
    }

    footer{
        width: 1265px;
        height: 145px;
    }

    .Icon1 img{
        margin-left: 65px;
    }

    .Icon2 img{
        margin-left: 60px;
    }
    
    .Icon3 img{
        margin-left: -25px;
    }

    .Icon4 img{
        margin-left: -20px;
    }
}

@media screen and (max-width: 1280px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    header{
        z-index: 1;
    }

    .Menu{
        margin-left: 570px;
    }

    #About{
        width: 1180px;
        height: 215px;
    }
    
    #About .Paragraph1{
        width: 1180px;
        margin-bottom: 16px;
    }
    
    #About .Paragraph2{
        width: 1180px;
    }

    #Job{
        width: 1180px;
        height: 375px;
    }

    .tab-container{
        width: 1180px;
    }

    .company{
        width: 1180px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }
    
    .company p{
        width: 690px;
    }

    .consulting p{
        width: 585px;
    }

    .image-1{
        margin-top: -30px;
    }

    .image-1 img{
        width: 310px;
        margin-left: 820px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 610px;
    }

    .image-2{
        margin-top: -20px;
    }
    
    .image-2 img{
        width: 310px;
        margin-left: 820px;
    }

    .inspecion p{
        width: 590px;
    }
    
    .image-3 img{
        width: 310px;
        margin-left: 820px;
        margin-top: -155px;
    }

    .peritagem li{
        width: 590px;
    }
    
    .image-4 img{
        width: 310px;
        margin-left: 820px;
        margin-top: -180px;
    }

    footer{
        width: 1180px;
        height: 145px;
    }

    .Icon1 img{
        margin-left: 90px;
    }

    .Icon2 img{
        margin-left: 25px;
    }
    
    .Icon3 img{
        margin-left: -70px;
    }

    .Mobile p{
        margin-left: -35px;
    }

    .Icon4 img{
        margin-left: -65px;
    }

    .Email p{
        margin-left: -13px;
    }
}

@media screen and (max-width: 1024px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 270px;
    }

    #About{
        width: 925px;
        height: 240px;
    }
    
    #About .Paragraph1{
        width: 925px;
        margin-bottom: 16px;
    }
    
    #About .Paragraph2{
        width: 925px;
    }

    #Job{
        width: 925px;
        height: 435px;
    }

    .tab-container{
        width: 925px;
    }

    .company{
        width: 925px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }
    
    .company p{
        width: 690px;
    }

    .consulting li{
        width: 585px;
    }

    .image-1{
        margin-top: -135px;
    }

    .image-1 img{
        width: 230px;
        height: 150px;
        margin-left: 655px;
        margin-top: -115px;
    }

    .avaluation li{
        width: 610px;
    }

    .image-2{
        margin-top: -110px;
    }
    
    .image-2 img{
        width: 230px;
        height: 150px;
        margin-left: 655px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 590px;
    }

    .image-3{
        margin-top: -110px;
    }
    
    .image-3 img{
        width: 230px;
        height: 150px;
        margin-left: 655px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 590px;
    }

    .image-4{
        margin-top: -115px;
    }
    
    .image-4 img{
        width: 230px;
        height: 150px;
        margin-left: 655px;
        margin-top: -65px;
    }

    footer{
        width: 925px;
        height: 215px;
    }

    .Icon1 img{
        margin-left: 180px;
    }

    .Icon2 img{
        margin-left: 90px;
        margin-bottom: 16px;
    }
    
    .Icon3 img{
        margin-left: 198px;
    }

    .Mobile p{
        margin-left: 15px;
    }

    .Icon4 img{
        margin-left: 89px;
    }

    .Email p {
        margin-left: 17px;
    }
}

@media screen and (max-width: 960px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 190px;
    }

    #About{
        width: 925px;
        height: 240px;
    }
    
    #About .Paragraph1{
        width: 925px;
        margin-bottom: 16px;
    }
    
    #About .Paragraph2{
        width: 895px;
    }

    #Job{
        width: 895px;
        height: 435px;
    }

    .tab-container{
        width: 870px;
    }

    .company{
        width: 870px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }

    .consulting li{
        width: 530px;
    }

    .image-1{
        margin-top: -140px;
    }

    .image-1 img{
        width: 230px;
        height: 150px;
        margin-left: 610px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 520px;
    }

    .image-2{
        margin-top: -135px;
    }
    
    .image-2 img{
        width: 230px;
        height: 150px;
        margin-left: 605px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 520px;
    }

    .image-3{
        margin-top: -135px;
    }
    
    .image-3 img{
        width: 230px;
        height: 150px;
        margin-left: 605px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 520px;
    }

    .image-4{
        margin-top: -115px;
    }
    
    .image-4 img{
        width: 230px;
        height: 150px;
        margin-left: 605px;
        margin-top: -65px;
    }

    footer{
        width: 865px;
        height: 215px;
    }

    .Icon1 img{
        margin-left: 120px;
    }

    .Icon2 img{
        margin-left: 90px;
        margin-bottom: 16px;
    }
    
    .Icon3 img{
        margin-left: 138px;
    }

    .Icon4 img{
        margin-left: 89px;
    }
}

@media screen and (max-width: 810px){

    html{
        width: 100vw;
    }

    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: 0px;
    }

    #About{
        width: 705px;
        height: 240px;
        margin-bottom: 65px;
    }
    
    #About .Paragraph1{
        width: 705px;
        margin-bottom: 32px;
    }
    
    #About .Paragraph2{
        width: 705px;
    }

    #Job{
        width: 705px;
        height: 465px;
        margin-bottom: 65px;
    }

    .tab-container{
        width: 705px;
    }

    .company{
        width: 705px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }

    .consulting li{
        width: 375px;
    }

    .image-1{
        margin-top: -190px;
    }

    .image-1 img{
        width: 230px;
        height: 150px;
        margin-left: 435px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 360px;
    }

    .image-2{
        margin-top: -210px;
    }
    
    .image-2 img{
        width: 230px;
        height: 150px;
        margin-left: 435px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 350px;
    }

    .image-3{
        margin-top: -185px;
    }
    
    .image-3 img{
        width: 230px;
        height: 150px;
        margin-left: 435px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 350px;
    }

    .image-4{
        margin-top: -190px;
    }
    
    .image-4 img{
        width: 230px;
        height: 150px;
        margin-left: 435px;
        margin-top: -65px;
    }

    footer{
        width: 705px;
        height: 215px;
    }

    .Icon1 img{
        margin-left: 70px;
    }

    .Icon2 img{
        margin-left: 53px;
        margin-bottom: 16px;
    }

    .Phone p{
        margin-right: -32px;
    }
    
    .Icon3 img{
        margin-left: 88px;
    }

    .Icon4 img{
        margin-left: 50px;
    }

    .Email p{
        width: 225px;
    }
}

@media screen and (max-width: 768px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: -50px;
    }

    #About{
        width: 665px;
        height: 240px;
    }
    
    #About .Paragraph1{
        width: 665px;
        margin-bottom: 32px;
    }
    
    #About .Paragraph2{
        width: 665px;
    }

    #Job{
        width: 665px;
        height: 535px;
    }

    .tab-container{
        width: 665px;
    }

    .company{
        width: 665px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }

    .consulting li{
        width: 315px;
    }

    .image-1{
        margin-top: -260px;
    }

    .image-1 img{
        width: 230px;
        height: 150px;
        margin-left: 395px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 315px;
    }

    .image-2{
        margin-top: -255px;
    }
    
    .image-2 img{
        width: 230px;
        height: 150px;
        margin-left: 395px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 315px;
    }

    .image-3{
        margin-top: -235px;
    }
    
    .image-3 img{
        width: 230px;
        height: 150px;
        margin-left: 395px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 315px;
    }

    .image-4{
        margin-top: -210px;
    }
    
    .image-4 img{
        width: 230px;
        height: 150px;
        margin-left: 395px;
        margin-top: -65px;
    }

    footer{
        width: 665px;
        height: 215px;
    }

    .Icon1 img{
        margin-left: 65px;
    }

    .Icon2 img{
        margin-left: 25px;
        margin-bottom: 16px;
    }

    .Phone p{
        margin-right: -48px;
    }
    
    .Icon3 img{
        margin-left: 82px;
    }

    .Icon4 img{
        margin-left: 23px;
    }

    .Email p{
        width: 219px;
    }
}

@media screen and (max-width: 601px){

    html{
        width: 100vw;
    }
    
    header .Logotipo img {
        margin-left: 0px;
    }

    .Menu{
        margin-left: -260px;
    }

    #About{
        width: 500px;
        height: 305px;
    }
    
    #About .Paragraph1{
        width: 500px;
        margin-bottom: 64px;
    }
    
    #About .Paragraph2{
        width: 500px;
    }

    #Job{
        width: 500px;
        height: 680px;
    }

    .tab-container{
        width: 100%;
    }

    .tab-container #tab3{
        padding-top: 5px;
        height: 65px;
    }

    .company{
        width: 500px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }

    .consulting li{
        width: 225px;
    }

    .image-1{
        margin-top: -440px;
    }

    .image-1 img{
        width: 180px;
        height: 120px;
        margin-left: 290px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 225px;
    }

    .image-2{
        margin-top: -380px;
    }
    
    .image-2 img{
        width: 180px;
        height: 120px;
        margin-left: 290px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 225px;
        padding-top: -6px;
    }

    .image-3{
        margin-top: -310px;
    }
    
    .image-3 img{
        width: 180px;
        height: 120px;
        margin-left: 290px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 225px;
    }

    .image-4{
        margin-top: -335px;
    }
    
    .image-4 img{
        width: 180px;
        height: 120px;
        margin-left: 290px;
        margin-top: -65px;
    }

    footer{
        width: 500px;
        height: 315px;
    }

    .Icon1 img{
        margin-left: 105px;
    }

    .Adress p{
        margin-bottom: 16px;
    }

    .Icon2 img{
        margin-left: 106px;
        margin-bottom: 16px;
    }

    .Phone p{
        margin-right: 85px;
    }
    
    .Icon3 img{
        margin-left: 123px;
    }

    .Mobile p{
        margin-bottom: 9px;
    }

    .Icon4 img{
        margin-left: 105px;
    }

    .Email p{
        width: 219px;
    }
}

@media screen and (max-width: 428px){

    header{
        width: 100vw;
    }
    
    .hamburger{
        display: block;
        margin-right: 5px;
    }
    
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .nav-menu{
        position: fixed;
        left: -100%;
        top: 150px;
        gap: 0;
        flex-direction: column;
        background-color: #ffffff;
        width: 44.8%;
        text-align: center;
        transition: 0.3s;
    }
    
    .nav-item{
        margin: 16px 0;
    }
    
    .nav-menu.active{
        left: 0;
        /* margin-top: 330px; */
        z-index: 1;

    }

    #About{
        width: 325px;
        height: 470px;
        margin-left: 10px;
    }
    
    #About .Paragraph1{
        width: 325px;
        margin-bottom: 128px;
    }
    
    #About .Paragraph2{
        width: 325px;
    }

    #Job{
        width: 325px;
        height: 755px;
        margin-left: 10px;
        margin-bottom: -15px;
    }

    .tab-container{
        width: 100%;
    }

    .tab-container #tab1{
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab-container #tab2{
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab-container #tab3{
        padding-top: 5px;
        height: 65px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .tab-container #tab4{
        padding-left: 5px;
        padding-right: 5px;
    }

    .company{
        width: 325px;
    }

    .content{
        margin-top: 175px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }

    .consulting li{
        width: 280px;
    }

    .image-1{
        margin-top: -490px;
    }

    .image-1 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 280px;
    }

    .image-2{
        margin-top: -405px;
    }
    
    .image-2 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 280px;
        padding-top: -6px;
    }

    .image-3{
        margin-top: -405px;
    }
    
    .image-3 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 280px;
    }

    .image-4{
        margin-top: -410px;
    }
    
    .image-4 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -65px;
    }

    footer{
        width: 325px;
        height: 315px;
        margin-left: 10px;
    }

    .Icon1 img{
        margin-left: 14px;
    }

    .Adress p{
        margin-bottom: 16px;
    }

    .Icon2 img{
        margin-left: 16px;
        margin-bottom: 16px;
    }

    .Phone p{
        margin-right: 0px;
    }
    
    .Icon3 img{
        margin-left: 34px;
    }

    .Mobile p{
        margin-bottom: 9px;
    }

    .Icon4 img{
        margin-left: 16px;
    }

    .Email p{
        width: 219px;
    }
}

@media screen and (max-width: 414px){

    html{
        width: 100vw;
    }

    .nav-menu{
        width: 43.2%;
    }

    #About{
        height: 405px;
    }

    #About .Paragraph1{
        width: 395px;
        margin-bottom: 110px;
    }
    
    #About .Paragraph2{
        width: 395px;
    }

}

@media screen and (max-width: 412px){

    html{
        width: 100vw;
    }

    .nav-menu{
        width: 43%;
    }
}

@media screen and (max-width: 393px){

    html{
        width: 100vw;
    }

    .nav-menu{
        width: 40.7%;
    }

    #About{
        width: 295px;
        height: 430px;
        margin-left: 15px;
    }
    
    #About .Paragraph1{
        width: 365px;
        margin-bottom: 110px;
    }
    
    #About .Paragraph2{
        width: 365px;
    }

    #Job{
        width: 295px;
        height: 715px;
        margin-left: 15px;
    }

    .tab-container{
        width: 100%;
    }

    .tab-container #tab1{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.99rem;
    }

    .tab-container #tab2{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.99rem;
    }

    .tab-container #tab3{
        padding-top: 5px;
        height: 65px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.99rem;
    }

    .tab-container #tab4{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.99rem;
    }

    .company{
        width: 295px;
    }

    .content{
        margin-top: 175px;
    }

    .company h3{
        width: 768px;
        margin-left: 0px;
    }

    .consulting li{
        width: 295px;
    }

    .image-1{
        margin-top: -440px;
    }

    .image-1 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -150px;
    }

    .avaluation li{
        width: 295px;
    }

    .image-2{
        margin-top: -405px;
    }
    
    .image-2 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -70px;
    }

    .inspecion p{
        width: 295px;
        padding-top: -6px;
    }

    .image-3{
        margin-top: -380px;
    }
    
    .image-3 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -45px;
    }

    .peritagem li{
        width: 295px;
    }

    .image-4{
        margin-top: -360px;
    }
    
    .image-4 img{
        width: 180px;
        height: 120px;
        margin-left: 40px;
        margin-top: -65px;
    }

    footer{
        width: 295px;
        height: 315px;
        margin-left: 15px;
    }

    .Contacts{
        margin-left: 20px;
    }

    .Icon1 img{
        margin-left: 25px;
    }

    .Adress p{
        margin-bottom: 16px;
        width: 195px;
    }

    .Icon2 img{
        margin-left: 25px;
        margin-bottom: 16px;
    }

    .Phone p{
        margin-right: 0px;
        width: 195px;
    }
    
    .Icon3 img{
        margin-left: 40px;
    }

    .Mobile p{
        margin-bottom: 9px;
        width: 195px;
    }

    .Icon4 img{
        margin-left: 16px;
    }

    .Email p{
        width: 219px;
    }
}

@media screen and (max-width: 390px){

    html{
        width: 100vw
    }

    .nav-menu{
        width: 40.4%;
    }
}

@media screen and (max-width: 384px){

    html{
        width: 100vw;
    }

    .nav-menu{
        width: 39.8%;
    }
}

