/************************************
    Footer
*************************************/
.bs-footer{
    background:var(--footer-bg-color);
    color:var(--footer-txt-color);
    font-weight:var(--font-bold);
    
}
.bs-footer__top-section{
    position:relative;
    background:var(--footer-bg-top-color);
    background-position: center;
    background-size: cover;
    padding: 5rem 1rem;
    border-radius:var(--default-border-radius);
    margin-bottom: 1rem;
    text-align:center;
    color: white;
    
}
.bs-footer__top-section::after,.bs-footer__top-section::before{
    top:0;
    left:0;
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    display:block;
    z-index:-1;
}
.bs-footer__top-section::before{
    backdrop-filter: blur(5px);
    border-radius:var(--default-border-radius);
    background: radial-gradient(circle, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 100%);
    filter: blur(5px);
}
.bs-footer__top-section__title{
    color: var(--footer__top-section__title__color, var(--primar-contrast));
    text-transform: var(--footer__top-section__title__transform, uppercase);
    font-weight:var(--font-bold);
font-size: 32px;}

.bs-footer__top-section .form-group:last-child{
    text-align:center;
}



.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__section-description{
    text-align:center;
    padding-top: 15px;
    
}
@media screen and (max-width:992px) {
.bs-footer__section-description{
    padding-right: 0px;
    
}
}
@media screen and (min-width:1200px) {
.bs-footer__section-description{
    padding-right: 99px;
    
}
}
.bs-footer{
box-shadow: 0px 2px 10px -4px rgb(0 0 0 / 75%);}
.only-home + .bs-footer{
    border-top: none;
}





.bs-footer__title{
    font-weight: var(--title-weight);
    text-transform: var(--title-transform);
    font-size: var(--footer-title-size, 1rem);
}
.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%;
    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;
}

.bs-footer__link {
    display:flex;
    justify-content:center;
    font-size:var(--footer-font-size,.8rem);
    font-weight: var(--font-regular);
}
.bs-footer__link:hover a{
    color:var(--footer-link-hover-txt-color);
    text-decoration:underline;
    
}
.bs-footer__link__icon{
    color: var(--primary-hover-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;
    justify-content:center;
    align-items:center;
}
/*
    PARA EL ICONO DE WHATSAPP
*/
 @media screen and (min-width: 550px) and (min-height: 700px) {
    .chat-whatsapp[data-bs="chat.whatsapp"] {
        margin-bottom: 2.5em;
    }
    .chat-whatsapp[data-bs="chat.whatsapp"]:nth-child(1) {
        margin-bottom: 0em;
    }
 }
.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(--secondary-color);
    color: var(--primary-contrast);
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}
.bs-copyright a{
    text-decoration:underline;
    color:inherit;
    
}
/**********************************
    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%;
    }
}







