*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

header{
    overflow: visible;
}

.logo{
    width:40%;
}

a, a:link, a:visited{
      text-decoration: none;
      color: inherit;
}

ul{
    list-style: none;
    display: flex;
}

button{
    display: flex;
    border: none;
    background-color:#286CAE;
    color: #F7FBFD;
    padding: 2vh 2vw;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all ease 0.8s;
}
button svg{
    width:18px;
    margin-right:8px;
}

header img{
    width: 120px;
}
header{
    width: 100%;
    display: flex;
    background-color: #F7FBFD;
    gap:4vw;
    justify-content: space-around;
    align-items: center;
    height:12vh;
    position: fixed;
    z-index:9;
}

header ul{
    font-size: 1.2vw;
    font-family: sans-serif;
    gap:2vw;
    font-weight: 500;
    color: #08173F;
}

header li{
    transition: all ease 0.8s;
    position: relative;
    padding-bottom: 3px;
}

header li::after{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #286CAE;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: 0.3s ease-in-out;
}

header li:hover::after{
    transform: scaleX(1);
}

header li:hover{
    color:#286CAE;
    
}

header button:hover, main button:hover:nth-child(1), #Pronto button:hover{
    background-color: #397fc5;
}

.botaoMenu, .menuSuspenso{
    display: none;
    z-index: 10;
}

   .menuSuspenso{
      position: absolute;
      right:10px;
      top:100%;
      background-color: #f1f1f1;  
      min-width: 16vw;
      min-height: 10vh;
      border-radius: 4px;
      margin-top: 5px;
    }

    .menuSuspenso a{
        font-size: 0.8rem;
        font-weight: 600;
        color: #08173F;
        padding: 4% 10%;
        text-decoration: none;
        display: block;
    }

    .menuSuspenso a:hover{
        background-color: #F7FBFD;
    }

    .menuSuspenso.show{
        display: block;
    }

footer{
    background-color:#08173F;
    margin-top: 1px;
    display: flex;
    flex-wrap: wrap;
    gap:3%;
    color: #F7FBFD;
    padding: 40px; 
    position: relative;
    justify-content: space-between;
}

footer h3{
    color: #F7FBFD;
}

.esq img{
    width: 200px;
    margin-top: -70px;
}

.esq, .servicos, .contato{
    width: 30%;
}

.esq img{
     margin-bottom: -6vh;
}

.servicos, .contato{
    padding-left: 8%;
}

.servicos p{
     color: #e3ecf5fc;
}

.esq p{
    font-size: 14px;
   
}

.servicos ul{
    display: flex;
    flex-direction: column;
    gap:8px;
    margin-top: 8px;
}

footer .contato{
    display: flex;
    flex-wrap: wrap;
    width:30%;
    justify-content: start;
    position: relative;
}

.contato h3{
    width:100%;
    margin-bottom: 6%;
    font-size: 2vw;
}

.servicos h3{
    font-size: 2vw;
    margin-bottom: 1vh;
}

.contato h3{
    margin-bottom: 5vh;
}

.contato ul{
    display: flex;
    flex-direction: column;
    gap:2vh;
    width: 100%;
}

.contato a{
   display: flex; 
   gap:6%;
   width: 100%;
}
.contato a svg{
    width:20px;
}

.contato a p{
   width: 100%;
}

.contato .linhas{    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -8%;
   
}
footer ul{
    margin-top: -8%;

}

footer li p{
    font-size: 1vw;
    width: 100%;
    display: flex;

}

footer .contato li{
    display: flex;
    align-items: center; 
    gap: 8px;
}

.baixo{
    margin-top: 20px;
    width:100%;
    position: relative;
    border-top: 1px solid #E3ECF5;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    color: #f8fbfe;
    font-size: 12px;
}

/* Media Query */
@media(max-width: 1083px){
    .contato h3{
        margin-bottom:2vh;
    }
    .contato .linhas{
        margin-top: -6vh;
    }
     .contato p{
        font-size: 1.3vw;
    }
}

@media(max-width:1024px){
    .contato .linhas{
        margin-top: -6vh;
    }
}

@media(max-width: 1001px){

    header li{
        font-size: 1.4vw;
    }

    header button{
        padding: 10px 14px;
    }

}

@media(max-width: 851px){
    nav li{
        font-size: 1.8vw;
    }
    .contato .linhas{
        margin-top: -7vh;
    }

    .esq img{
        margin-bottom: -20%;
    }
     .contato p{
        font-size: 1.7vw;
    }

}

@media(max-width:800px){
    header button, nav{
        display: none;
    }
    .botaoMenu{
        display: inline-block;
        cursor: pointer;
    }

    .cards .card{
        flex:1;
    }

    .contato p{
        font-size: 1.7vw;
    }
}

@media(max-width:781px){
      .contato .linhas{
        margin-top: -2vh;
    }
}

@media(max-width:701px){
    footer{
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
    }

     .esq{
        display: flex;
        flex-direction: row;
        width: 100%;
       align-items: center;
    }

    .esq img{
        margin: -5%;
    }

    .esq p{
        padding-left: 6%;
    }

     .servicos,  .contato{
        width: 48%;
    }

     .servicos{
        align-self: flex-start;
    }
    
     .contato{
        align-self: flex-end;
    }

    .contato .linhas, .contato ul{
        margin:0;
    }

    .contato h3{
        margin-top:0vh;
    }

    .contato h3, .servicos h3{
        font-size: 3vw;
        margin-bottom: 3vh;
    }

    .contato p{
        font-size: 0.8rem;
        font-weight: 500;
    }
    .contato .linhas{
        transform: translateY(-1vh);
    }

    .baixo{
        flex-direction: column;
        gap:4vh;
        padding: 1vh;
    }

    .baixo h3:nth-child(2){
        justify-self: center;
        width: 100%;
        text-align: center;
    }

    .baixo h3{
        font-size: 2vw;
    }

    .contato p{
        font-weight: 600;
}

@media(max-width:656px){
    .contato{
        padding-left: 0;
    }
}

@media(max-width:611px){
    .contato{
        padding-left: 0;
    }
}

@media(max-width:601px){
     .contato{
        padding-left: 0;
    }
}

@media(max-width:512px){
    .contato p{
        width: max-content;
    }
}

@media(max-width:501px){
    footer .esq{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .esq img{
        margin-bottom: -6vh;
    }
     .servicos, footer .contato{
        justify-content: center;
        width: 100%;
        margin:0;
        padding:0;
        position: relative;
    }
    .servicos{
        margin:6vh 0 8vh;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .servicos ul, .servicos h3, .contato h3{
       text-align: center;
    }

     .servicos h3, .contato h3{
        font-weight: 700;
        font-size: 5vw;
        margin-bottom: 2vh;
    }

    .servicos h3{
        width: 100%;
    }

    .contato h3{
        margin-bottom: 6vh;
    }

    .menuSuspenso a{
        padding:10% 10% ;
    }

    .menuSuspenso{
        width:20vw;
    }

    .baixo h3{
        font-size: 2.4vw;
    }

    .contato h3{
        margin-bottom: 3.5vh;
    }

}

}