/* Footer */
.margin-top-40{
    margin-top: 40px;
}
.margin-top-60{
    margin-top: 60px;
}
.botao_whatsapp{
    background: var(--cor_fundo_botao_whatsapp);
    color: var(--cor_texto_botao_whatsapp);
    border: 1px solid var(--cor_borda_botao_whatsapp);
    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;
}
.botao_whatsapp:hover, .botao_whatsapp:active, .botao_whatsapp:focus{
    background: var(--cor_borda_botao_whatsapp) !important;
    color: var(--cor_texto_botao_whatsapp) !important;
    border: 1px solid var(--cor_borda_botao_whatsapp) !important;
}

.botao_whatsapp i{
    font-size: 42px;
    display: inline-block;
    margin-right: 10px;
}
.botao_whatsapp span{
    display: inline-block;
    line-height: 20px;
}
footer {
    width: 100%;
    float: left;
    background: var(--cor_fundo_footer);
    padding: 60px 0 40px 0px;
    color: #333;
    font-size: 14px;
}
footer hr {
    border-top: 1px solid var(--cor_barrinha_footer);
}
.texto_copyright{
    color: #fff;
}
.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;
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#social_footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.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: #fff;
}
.link_contrata:hover{
    color: var(--cor_texto_link_contrata_site);
}
#social_footer ul li{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
#social_footer ul li a{
    background: var(--cor_fundo_rede_social_footer);
    color: var(--cor_texto_rede_social_footer);
    padding: 11px 14px;
    border-radius: 45px;
    margin: 25px 7px;
}
#social_footer ul li a:hover{
    transition: 0.5s all;
    background: var(--cor_fundo_rede_social_footer_hover);
    color: var(--cor_texto_rede_social_footer_hover);
}
.titulo-menuFooter{
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: left;
    margin-bottom: 15px;
    padding: 0px;
    color: var(--cor_titulo_footer);
}
.menu_footer{
    display: block;
    float: left;
}
.menu_footer ul{
    list-style: none;
    padding: 0px;
    padding: 0px;
}
.menu_footer ul li{
    display: block;
    width: 100%;
    float: left;
}
.menu_footer ul li a{
    margin: 5px 0px;
    display: block;
    float: left;
    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;
    float: left;

}
.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: 200px;
        text-align: center;
    }
    .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: 60px 0px 100px 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: 200px;
    }
    .img-pagamentos img {
        width: 100%;
    }
    footer{
        padding: 40px 0 80px 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: 200px;
    }
    .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 */