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

.icone_rede_social {
    display: inline-block;
    background: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    float: left;
}
/* Footer */
.margin-top-40{
    margin-top: 40px;
}
.margin-top-60{
    margin-top: 60px;
}
footer {
    width: 100%;
    float: left;
    background: #dfdfdf;
    padding: 40px 0 40px 0px;
    color:  var(--color_botao);
    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;
}
hr {
    border-top: 1px solid #07709b;
}
.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;
}
.img-pagamentos img{
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px var(--cor_primaria);
}
#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;
}
.titulo-menuFooter{
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #000;
    width: 100%;
}
.menu_footer{
    display: block;
    float: left;
    width: 100%;
}
.menu_footer a{
    color: #000;
}
.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: #000;
}
.copyright{
    background: #07709b;
    display: block;
    height: 60px;
    line-height: 60px;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    color: #fff;
}
.copyright a{
    color: #ffff;
}

/* 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) {
    .copyright{
        line-height: 25px;
        height: auto;
        padding: 20px 0px 100px 0px;
    }
    .menu_footer {
        width: 100%;
        min-height: 200px;
    }
    /* Footer */
    footer {
        padding: 20px 0px 30px 0px;
    }
    .listagem-seguranca ul li img {
        display: block;
        float: left;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .listagem-seguranca ul li {
        width: auto;
    }
    /* End Footer */

}

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