html{
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}

/* header  */

.first-header{
    padding: 15px 0px;
}

#menu{
    padding: 0 !important;
}

.navbar-toggler:focus{
    box-shadow: none !important ;
}

.first-header-items{
    display: flex;
    justify-content: space-between;
    padding: 5px 0 ;
}

.second-header{
    background-color: #004481;
}

.second-header-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}

.nav-link{
    color: white !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.nav-link:first-child{
    padding: 8px 0px !important;
}

.nav-link:hover{
    color: #e61e25 !important ;
}

.nav-item:not(:first-child){
    margin-left: 10px;
}

.navbar-toggler{
    border: none;
}

.navbar-toggler-icon{
    /* fill: white !important; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255,255,255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.telefone{
    display: flex;
    margin: 0;
    gap: 10px;
}

.telefone span{
    font-size: 18px;
    color: white;
}

i{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border-radius: 5px !important;
}

i:hover{
    background-color: #d4d4d4;
    cursor: pointer;
}

/* Body */

#autorizadas,#servicos,#quem-somos,#como-chegar,#contato{
    text-align: center;
    padding: 40px 0px;
}

#quem-somos{
    background-color: #334155;
    color: white;
}

.text{
    text-align: justify;
    font-size: 16px;
}

.title-section{
    text-transform: uppercase;
    font-weight: bold;
}

.logo{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.logo-card{
    border: 1px solid #cccccc;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}


.servico-card{
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #cccccc;
    padding: 25px;
    margin: 10px 0px;
    border-radius: 10px;
    transition: .3s ease;
}

.servico-card:hover{
    background-color: #004481;
    color: white; 
    cursor: pointer;
}

input{
    border-radius: 7px !important;
    padding: 18px !important;
}

::placeholder{
    color: #c1bfc2 !important;
}

.btn-enviar{
    width: 130px;
    font-size: 20px;
    margin-top: 15px;
    background-color: #004480;
    border-radius: 10px;
    padding: 10px 0px;
}

.btn-enviar:hover{
    background-color:  #0061b7;
    border-color:  #0061b7;
}

.slick-dots li button:before{
    font-size: 15px !important;
    margin-top: 10px;
}

/* footer */

footer{
    background-color: #004481;
}

.first-footer-items{
    display: flex;
    justify-content: space-between;
    padding: 30px 0px !important;
    align-items: center;
    border-bottom: 2px solid #01559f;
    padding-bottom: 20px;
}

.first-footer-items i{
    width: 40px;
    height: 40px;
}

.second-footer-items{
    display: flex;
    justify-content: center;
    padding: 15px 0px;
}

#whatsapp{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 15px;
    background-color: #1adb00;
    padding: 10px;
    width: 50px;
    height: auto;
    border-radius: 50% !important;
}

#whatsapp:hover{
    filter: brightness(0.8);
}

#whatsapp svg{
    fill: #fff !important;
}