body{
    background-color: aqua;
    margin: 0;
    padding: 0;
    background-color: #023143;

}

.container{   
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center; 
     
}

.navbar{
    background-color: #A66120 !important;
    padding: 10px;
    box-shadow: 0 0 20px rgba(252, 252, 252, 0.2);
}
.navbar-brand{
    color: #fff;
}
.logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.d-flex{
    margin: auto !important;
    margin-right: 5px !important;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s; 
    text-align: center; 
    justify-content: center !important; 
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: green;
    border-radius: 50%;
    
}

#btnWhatsapp{
    color: white;
    text-decoration: none;
    
}

.d-flex:hover{
    background-color: darkgreen;
}
    


.header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px !important;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #FEFCFD;
    box-shadow: 0 0 30px rgba(252, 252, 252, 0.2) !important;
    margin-bottom: 20px;
    padding: 5px;
}

label{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

small{
    color: #fff !important;
    font-style: italic !important;
}

#headerTopo{
    padding: 10px;
    width: 100% !important;
    color: #FEFCFD;
     

}
.divider{
    border-top: 2px solid #ebfaab;
    margin-bottom: 10px;
}

#leadHeader{
    color: white;
    margin-bottom: 10px;
}
#h1Header{
    margin-top: 30px;
}

#textSobre{
    color: white;
}

#titleServicos{
    color: #FEFCFD;
    margin-bottom: 30px;
}
.card  {
    margin-top: 5px;
    margin-bottom: 20px;
    height: auto;
}

#contato{
    color: #FEFCFD;
}

#rowContato{
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;    
}

#iconContato{
    font-size: 25px;
    margin-right: 10px;
    color: #ebfaab;
}

.form-group{
    margin-bottom: 10px;
    padding: 1px;
}   

#leadContato{
    margin-top: 30px;
    color: #ebfaab;
    font-size: 18px;
}

#btnContato{
    background-color: #A66120;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
    width: 150px;
}

#imgServicos{
    width: auto;
    height: 245px;
    
}
.card-body{
    height: 250px;
}

.card-text{
    text-align:inherit ;
    font-size: 15px;
}

#btnVerMais{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20%;
    padding: 8px 20px;
    width: 150px; 
    background-color: #A66120;
    color: white;
    border: none;   
}

/* CSS mobile */

@media screen and (max-width: 600px) {
    
   .header{
    width: 100%;
   }
    #headerTopo{
        min-width: 95vw;
    }
    #btnVerMais{

        margin-left: 30%;    
    }
    .card-body{
        height: auto;
    }
    

}