/* Footer */
.margin-top-40{
    margin-top: 40px;
}
.margin-top-60{
    margin-top: 60px;
}
.botao_whatsapp{
    background: #25d366; /* green */
    color: #FFF;
    border: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom: 80px;
    right: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
.botao_subir {
    background-color: #ed1c24;
    color: #FFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 999;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.botao_subir:hover {
    color: #FFF;
    background-color: #c9181e;
}
.botao_whatsapp:hover, .botao_whatsapp:active, .botao_whatsapp:focus{
    background: #128C7E !important;
    color: #FFF !important;
    border: none !important;
}

.botao_whatsapp i{
    font-size: 35px;
    margin: 0;
}
.botao_whatsapp span{
    display: none;
}
footer {
    width: 100%;
    float: left;
    background: var(--cor_fundo_footer);
    padding: 60px 0 0px 0px;
    color: #FFF;
    font-size: 13px;
}
footer hr {
    border-top: 1px solid var(--cor_barrinha_footer);
}
.texto_copyright{
    color: var(--cor_texto_copyright_footer);
}
.como_chegar_footer{
    color: #337ab7 !important;
    text-decoration: underline;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
.img-footer-bandeiras{
    width: 100%;
    margin: 20px 0px;
}

.whatsapp_modal{
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    color: var(--text_secundario);
    background: var(--cor_secundaria);
    text-align: center;
    border: 1px solid var(--cor_secundaria_hover);
    padding: 15px 5px;
    margin: 20px 0px;
    border-radius: 4px;
}
.whatsapp_modal:hover{
    background: var(--cor_secundaria_hover);
    color: var(--text_secundario);
}
.modal-body{
    display: block;
    float: left;
    width: 100%;
}
#social_footer{
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#social_footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.img-pagamentos{
    display: block;
    float: left;
    width: 100%;
}
.img-pagamentos img{
    display: block;
    float: left;
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.link_contrata{
    color: var(--text_primario);
}
.link_contrata:hover{
    color: var(--cor_texto_link_contrata_site);
}
#social_footer ul li{
    display: inline-block;
    float: none;
    text-align: center;
    width: 45px;
    margin-bottom: 10px;
    margin-right: 8px;
}
#social_footer ul li a{
    background: transparent;
    color: #FFF;
    padding: 0;
    margin: 0;
    font-size: 24px;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#social_footer ul li a:hover{
    transition: 0.3s all;
    background: var(--cor_fundo_rede_social_footer_hover);
    color: var(--cor_texto_rede_social_footer_hover);
    border-color: var(--cor_fundo_rede_social_footer_hover);
}
.titulo-menuFooter{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding: 0px;
    color: var(--cor_titulo_footer);
    text-transform: uppercase;
}
.linha-titulo-footer {
    display: block;
    width: 25px;
    height: 2px;
    background: #FFF;
    margin: 5px auto 0 auto;
}
.menu_footer{
    display: block;
    /* width: 100%; */ /* controlled by col classes */
}
.menu_footer ul{
    list-style: none;
    padding: 0px;
}
.menu_footer ul li{
    display: block;
    width: 100%;
}
.btn-nav-footer {
    color: #FFF !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.btn-nav-footer:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
    .btn-nav-footer {
        background-color: #ed1c24;
        color: #FFF !important;
        margin-bottom: 5px;
        padding: 8px 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }
    .btn-nav-footer:hover {
        background-color: #c9181e; 
        text-decoration: none !important;
    }
}
.menu_footer ul li a{
    margin: 5px 0px;
    display: block;
    color: var(--cor_item_menu_footer);
}
.menu_footer ul li a:hover{
    color: var(--cor_item_menu_footer_hover);
}
.menu_footer ul li span{
    margin: 5px 0px;
    display: block;
}
.icon_redes_sociais{
    width: 45px !important;
    height: 45px;
    line-height: 22px;
}
.wrap_aviso_politica_privacidade{
    display: block;
    position: fixed;
    bottom: 0px;
    background: #dff0d8;
    padding: 15px;
    width: 100%;
    z-index: 2;
    padding-right: 200px;
}




#modalHome .modal-header{
    background: #51af63;
    padding: 10px;
}
#modalHome .modal-header h5{
    color: #FFF !important;
    font-size: 20px;
    padding: 0px 7px;
}
#modalHome .modal-footer{
    background: #fff;
    padding: 0px 15px 14px 15px;
    border-top: none;
    margin-top: 0px;
}
#modalHome .botao_iniciar_conversa_formulario{
    display: inline-block;
    background: #00ab20;
    padding: 8px 14px;
    border-radius: 5px;
    border: 1px solid #08811e;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
}
#modalHome .botao_iniciar_conversa_formulario:hover{
    background: #08811e;
    cursor: pointer;
    text-decoration: none;
}
#modalHome .modal-body{
    color: #333 !important;
    font-size: 16px;
    padding: 15px;
}
#modalHome .campo_form_wpp {
    width: 100%;
    padding: 7px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #CCC;
}
/* End Footer */

/* Celulares atÃƒÂ© 240px */
@media screen and (max-width: 240px) {

    /* Footer */
    /* End Footer */

}

/* End Celulares atÃƒÂ© 240px */

/* Celulares atÃƒÂ© 480px */
@media screen and (max-width: 480px) {
    .wrap_aviso_politica_privacidade {
        padding-right: 15px;
        z-index: 99;
    }
    .icon_redes_sociais{
        margin-left: auto !important;
        margin-right: auto !important;
        float: initial !important;
        display: block;
        font-size: 20px;
    }
    .menu_footer {
        width: 100%;
        min-height: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .titulo-menuFooter, .menu_footer{
        text-align: center;
        width: 100%;
    }
    .img-pagamentos img {
        width: 100%;
        height: auto;
    }
    .menu_footer ul li, .menu_footer ul li a {
        width: 100%;
    }
    .menu_footer ul li, .menu_footer ul li span {
        width: 100%;
    }
    #social_footer ul li {
        margin-bottom: 0px;
    }
    /* Footer */
    footer {
        padding: 40px 0px 0px 0px !important;
        font-size: 16px;
    }
    /* End Footer */

}

/* Tablet em pé */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .menu_footer {
        width: 33%;
        min-height: auto;
    }
    .img-pagamentos img {
        width: 100%;
    }
    footer{
        padding: 40px 0 0px 0px !important;
    }
    /* Footer */
    /* End Footer */

}

/* End Tablet em pé */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .menu_footer {
        width: 33%;
        min-height: auto;
    }
    .img-pagamentos img {
        width: 100%;
    }
    /* 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 */

/* Alinhamento dinâmico do footer: Esquerda (Desktop) e Centro (Mobile) */
.titulo-menuFooter, #social_footer, #social_footer ul {
    text-align: left;
}
.linha-titulo-footer {
    margin: 5px 0 0 0;
}
.contato-item {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.contato-item-endereco {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.footer-btn-container {
    text-align: left;
}
.btn-envie-mensagem {
    background-color: #ed1c24;
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    display: inline-block;
}
.logo-footer {
    margin: 0;
}

@media (max-width: 767px) {
    .titulo-menuFooter, #social_footer, #social_footer ul {
        text-align: center;
    }
    .linha-titulo-footer {
        margin: 5px auto 0 auto;
    }
    .contato-item {
        justify-content: center;
        align-items: center;
    }
    .contato-item-endereco {
        align-items: center;
        text-align: center;
    }
    .footer-btn-container {
        text-align: center;
    }
    .logo-footer {
        margin: 0 auto;
    }
    .nav-footer-list {
        text-align: center;
    }
}