/* ===============================================================
   css-footer.css — Botón flotante contacto, scroll-to-top, compartir
   Se carga en TODAS las páginas.
   Última limpieza: 2026-04
   =============================================================== */


/* ----- Botón flotante "¿Hablamos?" ----- */

.contacto-flotante {
    position: fixed;
    right: 0 !important;
    bottom: 0 !important;
    margin-right: 25px;
    margin-bottom: 50px;
    z-index: 999;
}

.contacto-flotante:hover {
    transition-duration: 0.2s;
}

.contacto-flotante .elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: #a99764;
}

.contacto-flotante:before {
    height: 1.25rem;
    width: 1.25rem;
    font-size: 0.687rem;
    font-weight: 700;
    line-height: 1.25rem;
    background: #bf1212;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 1em;
    padding-left: 7px;
    z-index: 1000;
    content: "1";
    animation: tada 2s infinite;
}

.contacto-flotante:after {
    content: "¿HABLAMOS?";
    text-align: right;
    margin-left: -10px;
    background-color: #A79460;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: 900;
}


/* ----- Scroll to top ----- */

.progress-wrap::after {
    width: 35px !important;
    height: 35px !important;
    color: #020000;
    content: '\e900';
    line-height: 35px;
}

.progress-wrap.btn-right-side {
    bottom: 150px;
}


/* ----- Botón compartir WhatsApp ----- */

.textflotante:after {
    content: "compartir";
    font-family: "Inconsolata", Sans-serif;
    color: #25D366;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: -8px;
    background-color: #fff;
    padding: 1px 3px 3px 3px;
    line-height: 1em;
    border-radius: 20px;
    letter-spacing: 2px;
}
