#logo_marca_rodape{
    height: 120px;
    width: auto;
    display: block;
}
#sub_bloco_1{
   
    padding-top: 15PX;
    padding-bottom: 15PX;

}
#sub_bloco_2{
   
    padding-top: 15PX;
    padding-bottom: 15PX;
}
#sub_bloco_3{
   
    padding-top: 15PX;
    padding-bottom: 15PX;
}

#bloco_rede_social_rodape{
     padding-top: 15PX; 
    text-align: left;
    background-color: rgba(52, 112, 243);
   
}

#icone_facebook{
    font-size: 20px;
    /* aqui você pode ajustar o tamanho do ícone */
    color: rgb(255, 255, 255);
    background-color: rgb(32, 0, 119);
    padding: 9px 10px;
    border: solid 2px white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-right: 40px;
}
/*#icone_facebook:hover{
    background-color: rgb(32, 0, 119);
    border: solid 2px white
}*/
#icone_instagram{
    font-size: 20px;
    /* aqui você pode ajustar o tamanho do ícone */
    color: rgb(255, 255, 255);
    background-color: rgb(32, 0, 119);
    padding: 8px 10px;
    border: solid 2px white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-right: 40px
}
/*#icone_instagram:hover{
    background-color: rgb(32, 0, 119);
    border: solid 2px white
}*/
#icone_whatsapp{
    font-size: 20px;
    /* aqui você pode ajustar o tamanho do ícone */
    color: rgb(255, 255, 255);
    background-color: rgb(32, 0, 119);
    padding: 8px 10px;
    border: solid 2px white;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
/*#icone_whatsapp:hover{
    background-color: rgb(32, 0, 119);
    border: solid 2px white
}*/

.img-pagamento{
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.box-horario-especial{

    margin-top:18px;
    padding:12px 15px;

    border:1px solid rgba(255,255,255,.35);

    border-radius:8px;

    background:rgba(255,255,255,.08);

}

.titulo-horario-especial{

    font-size:15px;

    font-weight:700;

    margin-bottom:8px;

}

.horario-especial{

    font-size:16px;

    font-weight:700;

    color:#FFD84D;

    margin-bottom:6px;

}

.descricao-horario-especial{

    font-size:14px;

    color:#FFF;

}