@import url("../../assets/css/tema.css");

/* Footer */
.margin-top-40{
    margin-top: 40px;
}
.margin-top-60{
    margin-top: 60px;
}
footer {
    width: 100%;
    float: left;
    background: #F6F6F6;
    padding: 40px 0 40px 0px;
    color: #333;
    font-size: 14px;
}
#social_footer{
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.listagem-seguranca{
    display: block;
    float: left;
    width: 100%;
}
.listagem-seguranca ul{
    list-style: none;
    padding: 0px;
}
.listagem-seguranca ul li{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.listagem-seguranca ul li img{

}
#social_footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.img-pagamentos{
    display: block;
    float: left;
    background-repeat: no-repeat;
    margin: 10px 5px;
}
#social_footer ul li{
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
#social_footer ul li a{
    color: var(--cor_primaria_strong);
    background: var(--color_botao);
    padding: 11px 14px;
    border-radius: 45px;
    margin: 25px 7px;
}
#social_footer ul li a:hover{
    color: var(--color_botao_hover);
    background: var(--cor_primaria);
}
.titulo-redesSociais{
    display: block;
    float: left;
    width:100%;
    text-align: center;
    margin-bottom: 27px;
    font-size: 24px;
}
.link_contrata:hover{
    color: var(--cor_primaria);
    transition: 0.5s all;
}
.titulo-menuFooter{
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.menu_footer {
    display: block;
    float: left;
    width: 33%;
}
.menu_footer ul{
    list-style: none;
    padding: 0px;
}
.menu_footer ul li{
    display: block;
    float: inherit;
    width: fit-content;
}
.menu_footer ul li a{
    margin: 5px 0px;
    display: block;
    float: left;
    color: #333;
}
.menu_footer_produtos{
    display: block;
    float: left;
    width: 25%;
}
.menu_footer_produtos ul{
    list-style: none;
    padding: 0px;
}
.menu_footer_produtos ul li{
    display: block;
    float: left;
    width: 100%;
}
.menu_footer_produtos ul li a{
    margin: 5px 0px;
    display: block;
    float: left;
    color: #333;
    width: 100%;
}
.copyright{
    background: #eaeaea;
    display: block;
    height: 60px;
    line-height: 60px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
}
.copyright a{
    color: var(--cor_primaria_strong);
}

/* 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) {
    .menu_footer {
        width: 100%;
        min-height: 200px;
    }
    .menu_footer_produtos {
        width: 100%;
        min-height: 200px;
    }
    /* Footer */
    footer {
        padding: 20px 0px 30px 0px;
    }
    /* End Footer */

}

/* Tablet em pé */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .menu_footer {
        width: 33%;
        min-height: 200px;
    }
    .menu_footer_produtos {
        width: 50%;
        min-height: 200px;
    }
    /* 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;
    }
    .menu_footer_produtos {
        width: 25%;
        min-height: 200px;
    }
    /* 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 */