/* Footer */
footer {
    width: 100%;
    float: left;
    padding: 40px 0 40px 0px;
    color: #333;
    font-size: 14px;
}
.marging-bottom-10{
    margin-bottom: 10px;
}
a {
    color: #333;
}
a:hover{
    color: #333;
}
.botao_whatsapp {
    background: #40df5e;
    color: #FFF;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding: 10px 25px;
    z-index: 5;
    position: fixed;
    float: right;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #00ab20;
}
.botao_whatsapp:hover {
    background: #29953d;
    color: #FFF;
    border: 1px solid #29953d;
}
.contatos_footer {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.contatos_footer li {
    width: 100%;
    display: block;
    float: left;
    padding: 0px 25px 15px 0px;
    font-size: 14px;
}

.contatos_footer li a {
    color: #FFF;
}

.contatos_footer li i {
    font-size: 16px;
    margin-right: 5px;
}
.email {
    padding-top: 6px;
    display: block;
}

.social_footer {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    list-style: none;
    float: left;
}

.social_footer li {
    float: left;
    display: inline-block;
    padding: 0px 10px;
}

.social_footer li:first-child {padding-left: 0;}

.social_footer li a {
    width: 40px;
    height: 40px;
    background: red;
    color: #fff;
    font-size: 26px;
    padding: 2px 0px;
    border-radius: 100%;
    float: left;
    text-align: center;
}

.social_footer li a:hover {
    color: #000;
    transition: 0.5s all;
    text-decoration: none;
}

.copyright {
    width: 100%;
    float: left;
    background: #0a142e;
    color: #FFF;
    text-align: center;
    padding: 20px 0px;
    line-height: 30px;
}

.endereco_footer{
    text-align: center;
    font-size: 16px;
    list-style: none;
}
/* End Footer */

/* Menu informaçoes footer */

.wrap_section_menu_info{
    padding: 40px 0px 40px;
    position: relative;
}

.wrap_section_menu_info2{
    padding: 40px 0px 40px;
    position: relative;
}
.info-menu_footer {
    list-style: none;
    padding-left: 0px;
}
.info-menu_footer li{
    display: grid;
}
.horario_footer{
    list-style: none;
    padding-left: 0px;
}

.titulo_section_info {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}
.titulo_subl_esquerda_branco_menu:after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 4px;
    background: red;
    position: absolute;
}

.menu_filho{
    font-size: 14px;
    color: #fff;
    display: block;
    padding-bottom: 6px;
}

/* End Menu informaçoes footer */

/* Celulares até 240px */
@media screen and (max-width: 240px) {

    /* Footer */
    .titulo_section_info {
        text-align: center;
        margin-bottom: 20px;
    }
    .titulo_subl_esquerda_branco_menu:after {
        display: none;
    }
    .info-menu_footer li {
        text-align: center;
    }
    .info-menu_footer li a{
        padding: 0px 0px 10px 0px;
    }
    .horario_footer {
        text-align: center;
    }
    .contatos_footer {
        text-align: center;
    }
    .social_footer {
        display: block;
        width: 110px;
        float: initial;
        margin: 0 auto;
    }
    /* End Footer */

}

/* End Celulares até 240px */

/* Celulares até 480px */
@media screen and (max-width: 480px) {

    /* Footer */
    footer {
        padding: 40px 0px 30px 0px;
    }
    .titulo_section_info {
        text-align: center;
        margin-bottom: 20px;
    }
    .titulo_subl_esquerda_branco_menu:after {
        display: none;
    }
    footer li {
        text-align: center;
    }
    .info-menu_footer li a{
        padding: 0px 0px 10px 0px;
    }
    .horario_footer {
        text-align: center;
    }
    .contatos_footer {
        text-align: center;
    }
    .social_footer {
        display: block;
        width: 110px;
        float: initial;
        margin: 0 auto;
    }
    .botao_whatsapp {
        float: left;
        bottom: 15px;
        left: 15px;
        display: inline-table;
    }
    /* End Footer */
}

/* Tablet em pé */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Footer */
    /* End Footer */

}

/* End Tablet em pé */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Footer */
    /* End Footer */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Footer */
    /* End Footer */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Footer */
    /* End Footer */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Footer */
    /* End Footer */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Footer */
    /* End Footer */

}

/* End Computadores G */