/* Footer */
footer {
    width: 100%;
    float: left;
    color: var(--branco);
    font-size: 14px;
    background-size: cover;
    background-position: center;
}
.color-red{
    color: var(--vermelho);
}
.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(--branco);
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.botao_whatsapp{
    background: #40df5e;
    color: var(--branco);
    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: #00ab20;
    color: var(--branco);
    border: 1px solid #00ab20;
    transition: 0.5s all;
}
.botao_whatsapp:active, .botao_whatsapp:focus{
    background: var(--hover_btn_whatsapp) !important;
    color: var(--branco) !important;
    border: 1px solid var(--hover_borda_btn_whatsapp) !important;
}

.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(--branco);
    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(--branco);
    padding: 15px;
    font-weight: bold;
    transition: 0.5s all;
    margin-bottom: 60px;
}
.form_footer button:hover{
    color: var(--branco);
    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(--branco);
    width: 100%;
    float: left;
}

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

.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(--branco);
    color: var(--preto);
    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;
}

.copyright {
    width: 100%;
    float: left;
    background: var(--preto);
    color: var(--branco);
    text-align: center;
    padding: 20px 0px;
    line-height: 30px;
}

.subtitulo_section_footer {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--branco);
    margin-bottom: 10px;
}

/* 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 */
    footer {
    }
    .links_footer li{
        width: 100%;
    }
    /* End Footer */
    .form_footer {
        width: 100%;
        margin: 0 auto;
    }
    .subtitulo_form_footer{
        margin-bottom: 0px;
    }
    .botao_whatsapp{
        padding: 5px;
        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 */