/************************************
    Footer
*************************************/
.bs-footer{
    background:var(--footer-bg-color);
    color:var(--footer-txt-color);
    margin-top:2rem;
    border-top: 20px solid #dcdcdc;
}
.bs-footer__section{
    padding-bottom:2rem;
    text-align:center;
}

.bs-footer__title{
    font-weight: var(--title-weight);
    text-transform: var(--title-transform);
}
.bs-footer__link {
    display: flex;
    color: #707F8C;
    text-align: left;
    border-color: white;
    line-height: 1rem;
    border: 0px solid rgba(0,0,0,.125);
    padding-bottom: 2px;
}
.bs-footer__link:hover a{
    color:var(--footer-link-hover-txt-color);
    text-decoration:underline;
}
.bs-footer__link__icon{
    padding-right:.5rem;
    color: var(--primary-color);
    min-width:1rem;
}

.site-description {
    color: #707F8C;
    font-size: 0.8rem;
    text-transform: capitalize;
}

.bs-footer__social {
    align-items: center;
    color: #707F8C;
}

.bs-footer__social .btn-social,
.bs-footer__social .chat-facebook,
.bs-footer__social .chat-whatsapp{
    border-radius:50rem;
    width:2em;
    height:2em;
    margin: .125rem .125rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-size:1.5rem;
}
.bs-footer__social .btn-social:hover,
.bs-footer__social .chat-facebook:hover,
.bs-footer__social .chat-whatsapp:hover{
    text-decoration:none;
}
.bs-footer__social .btn-social,
.bs-footer__social .chat-facebook,
.bs-footer__social .chat-whatsapp{
    border: 1px solid #707F8C;
    color:#707F8C;
    background-color:#fff;
}
.bs-footer__social .btn-social:hover,
.bs-footer__social .chat-facebook:hover,
.bs-footer__social .chat-whatsapp:hover{
    background: #707F8C;
    color:var(--primary-contrast);
}

@media screen and (min-width:768px){
    .bs-footer__social .btn-social{
        border: 1px solid #707F8C;
        color:#707F8C;
        background-color:#fff;
    }
    
    .bs-footer__social .btn-social,
    .bs-footer__social .chat-facebook,
    .bs-footer__social .chat-whatsapp{
       font-size:1rem; 
   } 
    .bs-footer__section:first-child{
        border-right: 1px solid rgba(0,0,0,0.2);
    }
    .bs-footer__section:not(:last-child){
        text-align:left;
        padding-bottom:1rem;
    }
    .bs-footer__social .chat-whatsapp, .chat-facebook{
        position:fixed;
        z-index:5000;
        right:1em;
        border:0;
    }
    .bs-footer__social .chat-whatsapp{
        background: var(--chat-whatsapp-bg-color);
        color: var(--chat-whatsapp-txt-color);
    }
    .bs-footer__social .chat-whatsapp{
        background: var(--chat-whatsapp-hover-bg-color);
        color: var(--chat-whatsapp-hover-txt-color);
    }
    .bs-footer__social .chat-facebook{
        background: var(--chat-facebook-bg-color);
        color: var(--chat-facebook-txt-color);
    }
    .bs-footer__social .chat-facebook:hover{
        background: var(--chat-facebook-hover-bg-color);
        color: var(--chat-facebook-hover-txt-color);
    }
    .bs-footer__social .chat-whatsapp,
    .bs-footer__social .chat-facebook{
        font-size:1.5rem;
    }
    .chat-whatsapp{
        bottom:200px;
        
    }
    .chat-facebook{
        bottom:150px
    }
}
.bs-copyright {
    width: 100%;
    bottom: 0;
    font-size: .85rem;
    text-align: center;
    margin-top: 1rem;
    background: url(textura2.jpg);
    color: #2c2c2c;
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}
.bs-copyright a{
    text-decoration:underline;
    color:inherit;
    
}


.redes {
    width: 3rem;
    height: 3rem;
    margin: 0px 1%;
    border: 1px solid rgb(255 255 255);
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 2.8125rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: auto;
    background-color: white;
}

.bs-footer-title {
    text-align: left;
    font-weight: normal;
    color: var(--body-txt-default-color);
    font-size: 1rem;
    font-family: 'Lemo';
    /* text-transform: capitalize; */
}

.bs-footer-title::after{
    content: " ";
    display: block;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: var(--secondary-color);
    margin: 0.5rem 0 1rem;
}


.title-contact{
    display: block;
    padding: 0.5rem 0;
    color: #707F8C;
    text-align: left;
    border-color: white;
    font-family: var(--font-title-info-home);
    padding-bottom: 0px;
}
.titulo-redes {
    text-align: left;
}