/************************************
    Footer
*************************************/

.bs-footer__section-form{
    margin: 1rem 1rem -3rem;
    z-index:10;
    display:
    flex;
    justify-content:
    center;
    background-color: var(--primary-hover-color);
    padding: 45px;
}


.bs-footer__section-form__container{
    max-width:768px;
    width:100%;
    background: var(--primary-color);
    border-radius: 13px;
    color:
    var(--footer-bg);
    padding: 1rem 2rem;
    display:
    flex;
    justify-content:
    center;
    align-items:
    center;
    flex-wrap:
    wrap;
}
.bs-footer__section-form__title{
    font-size:1.2rem;
    margin:0;
    padding: 1rem;
    text-align:center;
}
.bs-footer__section-form .btn{
    background: var(--primary-contrast);
    color: var(--primary-color);
}
.bs-footer__section-form .btn:hover{
    background: var(--primary-hover-color);
    color: var(--primary-hover-contrast);
    
}



.bs-footer{
    padding-top:1rem;
    background: #5959599c;
    color:var(--footer-txt-color);
    font-weight:var(--font-bold);
}
.bs-footer__section-form + .bs-footer{
    padding-top:4rem;
}





.bs-footer__section-menu{
    text-align:center;
    font-size:var(--footer-font-size,.8rem);
}

.bs-footer__section-menu,.bs-footer__section-contact,.bs-footer__section-policies{
    padding-bottom:2rem;
}





.bs-footer__title{
    font-weight: var(--title-weight);
    text-transform: var(--title-transform);
    font-size: var(--footer-title-size, 1rem);
    justify-content:center;
}
.bs-footer__logo img{
    max-height:100%;
    width:auto;
}
.bs-footer__logo, .bs-footer__title{
    height:var(--footer-logo-h, 60px);
    margin-bottom: .25rem;
    display:inline-flex;
    align-items:flex-end;
    width:100%;
}
.bs-footer__logo, .bs-footer__social{
    justify-content:center;
}
.bs-footer__top-section .bs-footer__title{
    height:auto;
    display:block;
    padding-top: .375rem;
    padding-bottom: .375rem;
}
.bs-footer__description, .bs-footer__link{
    color: var(--footer-link-txt-color, var(--footer-txt-color));
    padding: .25rem 0;
font-weight: var(--font-light);}

.bs-footer__link {
    display:flex;
    justify-content:center;
    font-size:var(--footer-font-size,.8rem);
}
.bs-footer__link:hover a {
    color: #4d4d4d;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5px;
    transition: all 0.3s ease-in-out;
}
.bs-footer__link__icon{
    color: var(--primary-color);
    margin-right:.5rem;
    display:inline-block;
    font-size:var(--footer-font-size,.8rem);
}
.bs-footer__link__icon::before{
    line-height:1.5;
}




.bs-footer__link__icon{
    color: var(--primary-color);
    margin-right:.5rem;
    display:inline-block;
    font-size:var(--footer-font-size,.8rem);
}
.bs-footer__link__icon::before{
    line-height:1.5;
}





  .bs-footer__social{
    display:flex;
}

.bs-footer__social .btn-social,
.bs-footer__social .chat-facebook,
.bs-footer__social .chat-whatsapp{
    --icon: var(--footer-social-icon,1.5rem);
    border-radius:50rem;
    width:calc(var(--icon) * 1.75);
    height:calc(var(--icon) * 1.75);
    margin: .125rem .125rem;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    font-size: var(--icon);
    
}
.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:0 none;
    color:var(--primary-color);
    background-color: var(--primary-contrast);
}
.bs-footer__social .btn-social:hover{
    background: var(--primary-color);
    color:var(--primary-contrast);
}
.bs-footer__social .chat-facebook:hover{
    background: var(--primary-color);
    color:var(--primary-contrast);
}
.bs-footer__social .chat-whatsapp:hover{
    background: var(--primary-color);
    color:var(--primary-contrast);
}

@media screen and (min-width:768px){
    .bs-footer__link, .bs-footer__title{
        justify-content:flex-start;
    }
    .bs-footer__social .btn-social{
     
        color:var(--primary-color);
        background-color: var(--element-bg);
    }
    
    .bs-footer__social .btn-social,
    .bs-footer__social .chat-facebook,
    .bs-footer__social .chat-whatsapp{
       /* font-size: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:hover{
        background: var(--chat-whatsapp-hover-bg-color);
        color: var(--chat-whatsapp-hover-txt-color);
        border-color:var(--chat-whatsapp-hover-bg-color);
        opacity:0.7;
    }
    .bs-footer__social .chat-facebook{
        background: var(--chat-facebook-bg-color);
        color: var(--chat-facebook-txt-color);
        border-color: var(--chat-facebook-bg-color);
    }
    .bs-footer__social .chat-facebook:hover{
        background: var(--chat-facebook-hover-bg-color);
        color: var(--chat-facebook-hover-txt-color);
        opacity:0.7;
    }
    .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: var(--primary-color);
    color: var(--primary-contrast);
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}
.bs-copyright a{
    text-decoration:underline;
    color:inherit;
    
}
.bs-footer__section-description {
    padding-top: 28px;
}
/**********************************
    Pie de página con sucursales
***********************************/
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #25D366;
    background-color: white;
    border: 2px solid #25D366;
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-btn i {
    margin-right: 8px;
    font-size: 20px;
}

.whatsapp-btn:hover {
    color: white;
    background-color: #25D366;
    border-color: #1e8e58;
    transform: scale(1.05);
    text-decoration: auto;
}

@media (max-width: 767px) {
    .whatsapp-btn {
        display: flex;
        justify-content: center;
        margin: 6px auto;
        padding: 1px 5px;
        font-size: 14px;
        width: 44%;
    }
}