.elementor-2 .elementor-element.elementor-element-220433c{padding:0% 0% 0% 0%;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-d115100 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-3707205{width:100%;}}/* Start custom CSS *//* Barra inferior más limpia y acorde al sitio */
.cwa-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(6px);
    padding: 0.7rem 1.5rem;
    border-top: 1px solid #e4e4e4;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cwa-bottom-info {
    max-width: 60%;
}

.cwa-bottom-count {
    font-size: 0.92rem;
    font-weight: 600;
    color: #333;
}

.cwa-bottom-note {
    font-size: 0.8rem;
    color: #777;
}

/* Botón WhatsApp corporativo con detalle verde en la base */
.cwa-bottom-send {
    position: relative;
    border: none;
    border-radius: 999px;
    padding: 0.65rem 1.4rem;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: #e23b65;              /* color institucional */
    color: #fff;
    box-shadow: 0 4px 12px rgba(226,59,101,0.45);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cwa-bottom-send:before {
    content: '💬';
    margin-right: 6px;
}

.cwa-bottom-send::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #25d366;  /* guiño a WhatsApp */
}/* End custom CSS */