.elementor-175 .elementor-element.elementor-element-ddf341e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-175 .elementor-element.elementor-element-85da830 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-85da830 */.section-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}




.section-atencion_a_clientes{
    width: calc(100% - 100px);
    height: auto;
    padding: 50px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 50px 50px;
    position: relative;
    background-color: #ffffff;
}
.section-banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.imagen-banner{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banner-movil{
    display: none;
}
.wave-divider{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    pointer-events: none;
}
.wave{
    position: absolute;
    width: 100%;
    height: 100%;
}
.wave.back path{
    fill: rgba(255, 255, 255, 0.35);
}
.wave.front path{
    fill: #ffffff;
}
.atencion-header{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.atencion-header p{
    font-size: 1.1rem;
    color: #555;
}
.horario{
    margin-top: 15px;
    font-size: 1rem;
    background: #de0a1415;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
/* CARDS */
.cards-container{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.contacto-card{
    width: 300px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.contacto-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}
.icon{
    width: 50px;
}
.contacto-card .icon{
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}
.contacto-card:hover .icon{
    transform: scale(1.2) rotate(5deg);
}
.contenedor-imagen-tarjeta-contacto{
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-contacto{
    display: inline-block;
    margin-top: auto; 
    padding: 10px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #b31114, #de0a14);
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
}
.btn-contacto:hover{
    transform: scale(1.05);
}
.chatbot-container{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: fadeIn 0.4s ease;
    z-index: 9999;
}
.chatbot-header{
    background: linear-gradient(90deg, #de0a14, #b31114);
    color: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chatbot-messages{
    padding: 15px;
    height: 250px;
    overflow-y: auto;
    font-size: 0.9rem;
}
.bot-message{
    background: #f1f1f1;
    padding: 8px 12px;
    border-radius: 15px;
    margin-bottom: 8px;
}
.user-message{
    background: #4facfe;
    color: white;
    padding: 8px 12px;
    border-radius: 15px;
    margin-bottom: 8px;
    text-align: right;
}
.chatbot-input{
    display: flex;
    border-top: 1px solid #eee;
}
.chatbot-input input{
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
}
.chatbot-input button{
    border: none;
    padding: 10px 15px;
    background: #b31114;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}
#closeChat{
    background-color: transparent;
    border: none;
    padding: 10px 10px;
    color: #ffffff;
    font-family: 600;
    font-size: 20px;
    cursor: pointer;
    transition: 0.25s;
}
#closeChat:hover{
    transform: rotate(180deg);
}
#closeChat:active{
    transform: scale(0.9);
}
/* Animación */
@keyframes fadeIn{
    from{ opacity: 0; transform: translateY(20px); }
    to{ opacity: 1; transform: translateY(0); }
}
.contenedor-tarjetas-beneficios-h2{
    font-size: clamp(25px, 2.5vw, 40px);
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: #de0a14 solid 4px;
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 10px;
}
.contenedor-tarjetas-beneficios-h2 img{
    width: 40px;
}
/* RESPONSIVE */
@media(max-width: 768px){
    .contacto-card{
        width: 250;
        max-width: 250;
    }
    .section-atencion_a_clientes{
        width: 96%;
    }
}/* End custom CSS */