/* Footer */
footer {
    width: 100%;
    float: left;
    color: var(--text_secundario);
    font-size: 14px;
    background-size: cover;
    background-position: center;
}
.color-red{
    color: red;
}
.back_footer {
    width: 100%;
    background: var(--back_footer);
    position: absolute;
}
.link_contrata:focus{
    color: var(--focus_site);
}

.link_contrata:hover, .link_contrata:focus{
    color: var(--link_contrata);
}

footer h4{
    width: 100%;
    float: left;
    color: var(--cor_titulo_footer);
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.botao_whatsapp{
    background: var(--btn_whatsapp);
    color: var(--text_secundario);
    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 var(--borda_btn_whatsapp);
}
.botao_whatsapp:hover{
    background: var(--hover_btn_whatsapp);
    color: var(--text_secundario);
    border: 1px solid var(--hover_borda_btn_whatsapp);
    transition: 0.5s all;
}
.botao_whatsapp:active, .botao_whatsapp:focus{
    background: var(--hover_btn_whatsapp);
    color: var(--text_secundario);
    border: 1px solid var(--hover_borda_btn_whatsapp);
    transition: 0.5s all;
}

.botao_whatsapp i{
    font-size: 42px;
    display: inline-block;
    margin-right: 10px;
}
.botao_whatsapp span{
    display: inline-block;
    line-height: 20px;
}
.form_footer{
    width: 700px;
    margin: 0 auto;
}

.form_footer .form-group{
    height: auto;
}

.form_footer input{
    background: var(--text_secundario);
    border: none;
    border-radius: 0 !important;
}

.form_footer button{
    width: 100%;
    float: left;
    background: var(--btn_orcamento);
    border: 0px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 10px;
    color: var(--text_secundario);
    padding: 15px;
    font-weight: bold;
    transition: 0.5s all;
    margin-bottom: 60px;
}
.form_footer button:hover{
    color: var(--text_secundario);
    background: var(--btn_orcamento_hover);
    transition: 0.5s all;
}


.img_empresa_footer{
    margin: 40px auto 40px;
    display: block;
    float: left;
    width: 100%;
}

.links_footer{padding: 0px;}

.links_footer li{
    width: 33.3%;
    float: left;
    list-style: none;
    padding: 5px 0px;
    font-size: 15px;
}

.links_footer li a{
    color: var(--text_secundario);
    width: 100%;
    float: left;
}

.social_footer {
    padding: 0px;
    margin: 30px 0px 0px 0px;
    list-style: none;
    float: left;
}
a {
    color: var(--text_secundario);
}
a:hover {
    color: var(--text_secundario);
}

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

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

.social_footer li a {
    width: 40px;
    height: 40px;
    background: var(--text_secundario);
    color: var(--text_primario);
    font-size: 26px;
    padding: 2px 0px;
    border-radius: 100%;
    float: left;
    text-align: center;
}

.social_footer li a:hover {
    transition: 0.5s all;
    text-decoration: none;
}
footer label{
    color: var(--cor_textos_footer);
}
.copyright {
    width: 100%;
    float: left;
    background: var(--cor_fundo_copyright_footer);
    color: var(--cor_texto_copyright_footer);
    text-align: center;
    padding: 20px 0px;
    line-height: 30px;
}

.subtitulo_section_footer {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--cor_subtitulo_footer);
    margin-bottom: 10px;
}
.link_contrata:hover {
    color: var(--cor_texto_link_contrata_site);
}
.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;
    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) {

    /* Footer */
    .wrap_aviso_politica_privacidade {
        padding-right: 15px;
        z-index: 99;
    }
    footer {
    }
    .links_footer li{
        width: 100%;
    }
    /* End Footer */
    .form_footer {
        width: 100%;
        margin: 0 auto;
    }
    .subtitulo_form_footer{
        margin-bottom: 0px;
    }
    .botao_whatsapp{
        padding: 10px 12px;
        bottom: 8px;
        right: 8px;
    }
    .form_footer button {
        margin-bottom: 125px;
    }
    .copyright {
         padding: 20px 0px 80px;
     }

}

/* Tablet em pé */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .copyright {
        padding: 20px 0px 80px;
    }
    /* Footer */
    .links_footer li{
        width: 100%;
    }
    /* End Footer */
    .form_footer {
        width: 100%;
        margin: 0 auto;
    }
}

/* End Tablet em pé */

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

    /* Footer */
    .links_footer li{
        width: 50%;
    }
    /* End Footer */

}

/* End Tablet em deitado */

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

    /* Footer */
    .links_footer li{
        width: 50%;
    }
    /* 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 */