/*************************************
   -----------------------------------
   FOOTER
   -----------------------------------
**************************************/

/*
   ----------------------------
   RODAPE - FOOTER
   ----------------------------
*/
footer{
    width: 100%;
    height: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,232323+50,0f0f0f+100 */
    background: var(--main-bg-secundaria);
    position: relative;
    font-weight: 400;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

footer div:not(.overlay) {
    z-index: 10;
}

/*- Barra 01 -*/
.footer-barra01{
    width: 100%;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
.footer-barra01 .menu{
    width: 100%;
    height: auto;
    color: #FFF;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
.footer-barra01 h4{
    color: #FFF;
    padding: 10px 0 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.footer-barra01 .menu a{
    display: block;
    font-size: 14px;
    color: var(--main-color-rodape-titulo);
    transition: 0.3s;
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(255,255,255, 0.1);
    border-radius: 4px;
}
.footer-barra01 .menu  a:hover{
    color: #FFF;
}

/*- Barra 02 -*/
.footer-barra02{
    width: 100%;
    height: auto;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-barra02 .menu{
    width: 100%;
    height: auto;
    color: #FFF;
}
.footer-barra02 .menu h4{
    color: #FFF;
    padding: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}
.footer-barra02 .menu .texto{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #cfcece;
    padding: 0px 0 10px 0;
}
.footer-barra02 .menu .contato-rodape{
    font-size: 16px;
    color: #fff;
}
.footer-barra02 .menu .bt-rodape{
    width: 100%;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 0px;
    transition: 0.3s;
    margin-bottom: 10px;;
    padding: 10.4px;
}
.footer-barra02 .menu .bt-rodape:hover{
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-barra02 .menu-rodape-info {
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 10px;
    overflow: hidden;
    display: block;
}
.footer-barra02 .menu-rodape-info .icone {
    width: 20%;
    height: auto;
    float: left;
    font-size: 45px;
    text-align: center;
    color: rgba(255, 255, 255, 0.12);
}
.footer-barra02 .menu-rodape-info .texto {
    width: 80%;
    height: auto;
    float: right;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.footer-barra02 .menu-rodape-info .texto h5 {
    color: rgba(255, 255, 255, 1);
}

.footer-barra02 ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-barra02 ul li{
    width: 50px;
    float: left;
    margin-right: 10px;
}
.footer-barra02 ul li a{
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 7px 14px;
    text-align: center;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.06);
    transition: 0.3s;
    border-radius: 4px;
}
.footer-barra02 ul li a:hover{
    background-color: rgba(255, 255, 255, 0.2);
}


/*- Barra 03 -*/
.footer-barra03{
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 10px 0;
    background-color: rgba(255,255,255,0.04);
    margin: 0 20px 20px 20px;
    border-radius: 5px;
}
.footer-barra03 .copyright{
    text-align: center;
    color: #cfcece;
    padding: 10px 0 5px 0;
    font-size: 14px;
}

