*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
body{
    font-family: 'Nunito Sans';
    color: #333333;

}

.container1{
    background-image: url(../img/banner-serviços.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    color: whitesmoke;
}
.websolutions{
    font-size: 2.6rem;
    margin-bottom: 3vh;
}
#txt-banner1{
    padding-top: 30vh;
    padding-left: 17vw;
}
.carrocel{
    height: 23vh;
    background-color: #FFFFFF;
    padding-top: 6vh;
    margin: auto;
    overflow: hidden;
}
.carrocel ul{
    display: flex;
    list-style: none;
}
.carrocel li{
    position: relative;
    padding-right: 2vw;
    animation: slide 8s infinite ease-out;
}
@keyframes slide{
    0%{left: 0px;}
    20%{left: 0px;}
    40%{left:-4vw}
    60%{left: -8vw;}
    90%{left:-13vw}
    100%{left: 0px;}
}
.container2{
background-color: #F8F8F8;
height: auto;

}
#title-banner2{
    display: flex;   
    color: #556480;    
    font-size: 2.6rem;
    padding-top: 12vh;
    padding-bottom: 12vh;
    justify-content: center;

}
.container2-child{
    display:flex;
    justify-content: space-evenly;
    padding-left: 3vw;
    width: 100%;  
}
.container2-child section{
    margin-bottom: 4vh;
}
   
    .subtitle-banner2{
        font-size: 1.618rem;
        color: #556480;
        margin-bottom: 27px;
    }
    .txt-banner2{
        line-height: 27px;
        width: auto;
    }
    .img-box-child{
        width: 100%;
    }
    .container2-child:nth-of-type(1){
        margin-top: 12vh;
    }
    .container2-child:nth-of-type(2){
        margin-top: 199.6px;
    }
    .container2-child:nth-of-type(3){
        margin-top: 199.6px;
    }
    .container2-child:nth-of-type(4){
        margin-top: 199.6px;
        padding-left: 0;
    }
    .container2-child:nth-of-type(5){
        margin-top: 199.6px;
        margin-bottom: 123.36px;
    }
    #contate-nos{
        font-size: 0.9rem;
        color: whitesmoke;
        background-color: #176AD8;
        box-shadow: 0px 2px 4px 2px #0C3469;
        padding:1.8vh 2vw 1.8vh 2vw;
        border: none;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }

    footer{
        background-color: #EFEFEF;
        height: auto;
        margin-top: 123.36px;
    }
    
    #nav-botton{
      display: flex;
      justify-content: flex-end;
    
    }
    #nav-botton ul{
        display: flex;
    }
    #nav-botton li:nth-child(1){
        padding-right: 7vw;
    }
    #nav-botton li{
      display: inline-block;
      padding-right: 1vw;
      font-size: 0.9rem;
      margin-top: 47px;
    }
    
    #nav-botton a{
        color:#333333;
        text-decoration: none;
    }
    #nav-botton li a{
        font-size: 0.9rem;
    }
    
    #nav-botton ul ul li a:hover{
        color: #176AD8;
        text-decoration: underline;
    }
    
    #icons{
      display: flex;
      padding-left: 8vw;
      margin-bottom: 1vh;
    }
    .youtube{
        margin-right: 1vw;
    }
    #todos-os-dir-reserv{
      padding-left: 8vw;
      padding-bottom: 2vh;
      font-weight: 500;
      
    }
    .nav-botton-child{
        font-size: 0.9rem;
        font-weight: 700;
        color: #6B6B6B!important;
    }
@media(max-width:1050px){
    .txt-banner2{
        font-size: 0.9rem;
    }
}
@media(max-width:1024px){
    #nav-botton ul {
        display: flex;
        flex-direction: column;
        padding-bottom: 4vh;
    }
    #nav-botton {
        display: flex;
        justify-content: flex-start !important;
        padding-left: 8vw;
    }
    .container2-child{
        display: flex;
        align-items: center;
        padding-left: 3vw; 
    }
    .container2-child:nth-of-type(1){
        flex-direction: column;
    }
    .container2-child:nth-of-type(2){
        flex-direction: column-reverse;
    }
    .container2-child:nth-of-type(3){
        flex-direction: column;
    }
    .container2-child:nth-of-type(4){
        flex-direction: column-reverse;
    }
    .container2-child:nth-of-type(5){
        flex-direction: column;
    }
    .subtitle-banner2{
        display: flex;
        justify-content: center;
    }
    .txt-banner2{
        width: auto;
        padding-bottom: 4vh;
    }
    .subtitle-banner2 {
        margin-bottom: 1vh;
    }

}
@media(max-width:724px){
    #nav-botton {
        display: flex;
        justify-content: center;
        margin-left: 9vw; }    
        .websolutions{
            font-size: 2.4rem !important;
        }  
        #txt-banner1 {
            padding-left: 10vw;   
         }
         #txt-banner1 p{
            font-size: 0.9rem;
         }
         .txt-banner2{
            font-size: 0.8rem;
        }
}
@media(max-width:516px){
    .websolutions {
        font-size: 2.1em !important;
     }
     #txt-banner1 p {
        font-size: 0.8rem;
    }
    #title-banner2 {
        font-size: 2.1rem;
    }
    .subtitle-banner2 {
        font-size: 1.3rem;
    }
    .txt-banner2{
        font-size: 0.7rem;
    }

}
@media(max-width:460px){
    #nav-botton li {
        padding-right: 15px;}
        .txt-banner2{
            line-height: auto !important;
        }
}
@media(max-width:360px){
    #todos-os-dir-reserv p{
        font-size: 0.7rem;
    }
    #nav-botton li{
        font-size: 0.7rem;
    }
    #txt-banner1 {
        padding-left: 4vw;
    }
    .easycomm {
        font-size: 1.9rem;
    }
    #txt-banner1{
        padding-left: 4vw !important;
    }
    #txt-banner1 p {
        font-size: 0.7rem;
    }
    .txt-banner2 {
        width: 70vw;
    }
}


