#limno-footer,
#limno-footer * {
    box-sizing: border-box;
}

#limno-footer {
    position: relative;
    display: block;
    width: 100%;
    min-height: 310px;
    overflow: hidden;
    background-image: url('../img/footer-fondo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

#limno-footer a {
    color: #ffffff;
    text-decoration: none;
}

#limno-footer img {
    display: block;
}

.limno-footer__overlay {
    width: 100%;
    min-height: 310px;
    display: flex;
    align-items: center;
    background: rgba(7, 24, 51, 0.76);
}

.limno-footer__container {
    width: min(90%, 80rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.limno-footer__brand {
    flex: 0 0 auto;
}

.limno-footer__logo-link {
    display: inline-flex;
    align-items: center;
}

.limno-footer__logo {
    width: 360px !important;
    max-width: 100% !important;
    height: auto !important;
}

.limno-footer__contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}

.limno-footer__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.limno-footer__contact-item:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.limno-footer__icon {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain;
    flex-shrink: 0;
}

/* Botón flotante WhatsApp */
.limno-whatsapp-float {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9999;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #25D366;
    color: #ffffff !important;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
    animation: limnoWhatsappPulse 1.6s infinite;
    transition: transform 0.2s ease, background 0.2s ease;
}

.limno-whatsapp-float:hover {
    color: #ffffff !important;
    background: #1ebe5d;
    transform: translateY(-2px);
}

.limno-whatsapp-float svg {
    display: block;
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    flex: 0 0 auto;
}

.limno-whatsapp-float::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 2px;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #ff1f3d;
    border: 2px solid #25D366;
}

@keyframes limnoWhatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 991px) {
    #limno-footer,
    .limno-footer__overlay {
        min-height: auto;
    }

    .limno-footer__overlay {
        padding: 70px 0;
    }

    .limno-footer__container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 32px;
    }

    .limno-footer__logo {
        width: 320px !important;
    }

    .limno-footer__contact {
        justify-content: center;
        gap: 22px;
    }
}

@media (max-width: 640px) {
    .limno-footer__overlay {
        padding: 56px 0;
    }

    .limno-footer__logo {
        width: 260px !important;
    }

    .limno-footer__contact {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .limno-footer__contact-item {
        font-size: 17px;
    }

    .limno-footer__icon {
        width: 30px !important;
        height: 30px !important;
    }

    .limno-whatsapp-float {
        width: 56px;
        height: 56px;
        right: 18px;
        bottom: 18px;
    }

    .limno-whatsapp-float svg {
        width: 30px !important;
        height: 30px !important;
        max-width: 30px !important;
        max-height: 30px !important;
    }
}
.limno-contact-whatsapp-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 3em;
}

.limno-contact-whatsapp-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 12px 26px !important;
    background: #25D366 !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;
    min-height: 46px !important;
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.28) !important;
    transition: background 0.2s ease, transform 0.2s ease !important;
}

.limno-contact-whatsapp-btn:hover {
    background: #1ebe5d !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.limno-contact-whatsapp-icon {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
}

@media (max-width: 480px) {
    .limno-contact-whatsapp-btn {
        width: 90%;
        max-width: 340px;
        font-size: 16px !important;
        padding: 12px 20px !important;
    }
}