.contenedor_flotante_wasap {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    max-width: 170px;
}

.row_contenedor_flotante_wasap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mensaje_text_wasap {
    background: #25d366;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 5px 12px 4px;
    border-radius: 0px 10px 10px 0px;
    width: 100%;
    display: flex;
}

.mensaje_text_wasap p {
    margin: 0;
    text-align: left;
    line-height: 1;
    margin-left: 25px;
}

.icon_max_prin_2025 {
    width: 90px;
    position: relative;
    bottom: -13px;
    right: -80px;
    z-index: 1;
}

.conte_icon_w_link {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.btn_wasap_2025 {
    width: 44px;
    height: 44px;
    background: #25d366;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -24px;
    right: 5px;
    border: 3px solid #fff;

}

.banner--right--socio.modificar_derecha {
    right: inherit !important;
    left: 0 !important;
    background: #64a8df;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
    width: 85px;
}

.banner--right--socio.modificar_derecha img {
    width: 100%;
}

.con_text_wasap_new {
    display: flex;
    align-items: center;
    position: relative;
}

.icon_wasap_flotante {
    width: 65px;
    position: absolute;
    left: -44px;
}

.icon_wasap_flotante img {
    width: 100%;
    object-fit: contain;
}


@media(max-width: 480px) {
    .con_text_wasap_new {
        flex-direction: column-reverse;
        align-items: center;
    }

    .icon_wasap_flotante {
        position: relative;
        left: inherit;
        width: 40px;
        top: -20px;
    }

    .mensaje_text_wasap {
        border-radius: 10px;
    }

    .banner--right--socio.modificar_derecha {
        width: 70px;
    }


    .btn_wasap_2025 {
        left: 0;
    }

    .contenedor_flotante_wasap {
        width: 100px;
        right: 10px;
        bottom: 0px;
    }

    .mensaje_text_wasap {
        padding: 15px 6px 25px 6px;
        font-size: 12px;
    }

    .conte_icon_w_link {
        justify-content: center;
        top: -18px;
        left: 0px;
    }

    .icon_max_prin_2025 {
        width: 70px;
        right: -22px;
    }

    .mensaje_text_wasap p {
        margin-left: 0px;
        text-align: center;
    }

}


.banner--modal .banner--modal--image a img.d-none.d-md-block {
    max-width: 700px !important;
}

.banner--modal .banner--modal--image a img.d-block.d-md-none {
    max-width: 350px !important;
}

.carrusel_de_productos .swiper-slide {
    height: 100% !important;
    background: #fefce9;
    border-radius: 20px;
    box-sizing: border-box;

}


.producto--block,
.producto--block .producto,
.producto--card {
    height: 100% !important;
    width: 100%;
    box-sizing: border-box;
}