#section8{
    width: 100%;
    height: 387px;
    /*padding-top: 80px;
    padding-right: 60px;
    padding-bottom: 64px;
    padding-left: 60px;*/
    gap: 10px;
    background-color: var(--red-kari-main);
}

#section8 .container{
    padding:0px !important;
    
}

#section8 .logo{
    max-width: 312px;
    height: 89px;
    gap: 10px;
    float:left;
}

#section8 .container .menu{
    margin-left:100px;
    max-width: 450px;
    color:white;
    float:left;
}

#section8 .container .menu .submenu{
    float:left;
    list-style-type: none;
    text-align: left;
    margin-right:50px;
    line-height: 170%;
}

#section8 .container .menu .submenu a{
    color:white
}

.contatos{
    /*
    width: 427px;
    float:right;
    */
    color: #fff; 
}

.contatos .siganasredes{
    float:left;
}

.contatos .siganasredes .icones-redes a{
    margin:5px;
}

.contatos .whatsapp .icone-whats a{
    color: #fff;
}

@media (max-width: 600px) {
    #section8{
        /*padding-top: 0px;
        padding-right: 0px;*/
    }

    #section8 .container{
        padding:0px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    #section8 .container .menu {
        display: none;
    }

    #section8 .logo{
        max-width: 312px;
        height: 89px;
        gap: 10px;
        margin-top: 60px;
    }

    .contatos .siganasredes {
     float: none; 
     margin-top:30px;
    }

    .contatos .whatsapp {
     float: none; 
     margin-top:30px;
    }
}
select#cidade, select#bairro{
    color: #847e7e;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0%;
    height: 48px;
    border-radius: 4px;
    border-width: 1px;
    width: 98%;
    border: 1px solid var(--gray-kari-4);
}