:root {
        --wa-brand: #25D366; 
        --wa-deep: #075E54;  
        --wa-white: #ffffff;
        --wa-text: #1a1a1a;
        --wa-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    }

    .wa-container {
        position: fixed;
        right: 20px;
        top: 70px; 
        z-index: 9999;
        display: flex;
        flex-direction: column; 
        align-items: flex-end;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    .wa-button {
        display: flex;
        align-items: center;
        gap: 12px;
        background-color: var(--wa-brand);
        color: var(--wa-white);
        padding: 12px 24px;
        border-radius: 16px;
        text-decoration: none;
        font-weight: 600;
        font-size: 15px;
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .wa-button:hover {
        transform: translateY(-3px) scale(1.02);
        background-color: #20bd5b;
    }

    /* Notificación COMPACTA para no tapar contenido */
    .wa-message {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        color: var(--wa-text);
        padding: 10px 15px; /* Reducido */
        border-radius: 12px;
        box-shadow: var(--wa-shadow);
        margin-top: 10px;
        font-size: 13px; /* Reducido */
        line-height: 1.4;
        border: 1px solid rgba(0,0,0,0.05);
        opacity: 0;
        visibility: hidden;
        transform: scale(0.9) translateY(-10px);
        transition: all 0.5s ease;
        max-width: 180px; /* Estrecho para no estorbar */
        text-align: center;
    }

    .wa-message.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateY(0);
    }

    .wa-message strong {
        display: block;
        color: var(--wa-brand);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    @media (max-width: 768px) {
        .wa-container { right: 15px; top: 60px; }
        .wa-button { padding: 10px 20px; }
    }

.style6 {
font-weight: bold
}

.style7ind {
    color: rgb(97, 96, 96);
    font-weight: bold;
    }
.style8 {
color: #990000
}
.style12 {
color: #000066
}
.style159 {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #990000;
}
.style160 {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
color: #000066;
font-weight: bold;
font-size: 12px;
}
.separa {
    width: 100%;
    height: 10px;
    float: left;
}
.franjatitle {
    width: 100%;
    height: 40px;
    float: left;
    line-height: .2em;
    overflow: hidden;
   
}
.columnaproductos {
	width:300px;
	height: auto;
	overflow: hidden;
    text-align: center;
    float: left;
  
}
.columnatexto {
	width:300px;
	height: auto;
	overflow: hidden;
    text-align: left;
    float: left;
  
}
.celdaprod {
    width: 300px;
    height: 300px;

    float: left;
    overflow: hidden;
    margin-left: 10px;
    text-align: center;
}
.celdatext {
    width: 250px;
    height: auto;

    float: left;
    overflow: hidden;
    margin-left: 10px;
    text-align: center;
}
.textoabajoprod {
    width: 100%;
    height: auto;
    overflow: hidden;
}