/* AJUSTES PERSONALIZADOS MAQCUE */

.slick-hero-slider .image-bg {
    background-position: center center;
    background-size: cover !important;
    position: relative;
    height: 600px; /* Ajustado para que no sea excesivamente alto en pantallas modernas */
    background-repeat: no-repeat;
}

.slick-hero-slider .image-bg::before {
    background: rgba(0,0,0,0.3) !important; /* Capa traslúcida para que resalte el texto blanco */
}

h4.proteccion {
    font-size: 1.2rem !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    color: #f7941d;
}

/* Ajuste para el botón de WhatsApp flotante que agregamos */
.ccw_plugin.chatbot {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.ccw_plugin.chatbot img {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
}

.ccw_plugin.chatbot img:hover {
    transform: scale(1.1);
}