.footer-line-foot {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(56,189,248,1) 0%, rgba(0,212,255,1) 100%);
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.8), 0 0 10px rgba(0, 212, 255, 0.6);
    transition: opacity 0.2s ease;
}

.neon-line-foot{
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(56,189,248,1) 0%, rgba(0,212,255,1) 100%);
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.8), 0 0 30px rgba(0, 212, 255, 0.6);
    transition: opacity 0.3s ease;
}


.footer-container-foot {
    padding: 0.8rem 4rem;
    background-color: #000;
    color: #f1f5f9;
}

.footer-grid-foot {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

@media (max-width: 630px) {
    .footer-container-foot {
        text-align: center;
    }
    
    .footer-bottom-content-foot {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-social-foot,
    .footer-logo-foot {
        justify-content: center;
    }
    
    .footer-service-foot {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .footer-grid-foot {
        grid-template-columns: 1fr; /* Todos los elementos en una sola columna */
    }
}



@media (min-width: 640px) {
    .footer-grid-foot {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid-foot {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-section-foot {
    margin: 0 1.3rem;
}

.footer-title-foot {
    font-weight: bold;
    padding-bottom: 8px;
    color: #f1f5f9;
}

.footer-text-foot {
    color: #f1f5f9;
}

.footer-icon-foot {
    color: #f1f5f9;
    font-size: 1.125rem;
}

.footer-span-foot {
    padding-left: 12px;
    font-size: 0.9rem;
    padding-bottom: 0.1rem;
}

.footer-social-foot {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.footer-link-foot {
    color: #f1f5f9;
    font-size: 1.5rem;
}

.footer-text-foot{
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s, text-decoration 0.3s;
    color: #f1f5f9;
}


.arapido:hover {
    color: #38bdf8;
    text-decoration: underline;
}

.redes:hover{
    transition: color 0.3s;
    color: #38bdf8;
}
.footer-list-foot {
    list-style: none;
    padding: 0;
}

.footer-list-foot li {
    padding-bottom: 1rem;
}

.footer-service-foot {
    position: relative;
    height: 4rem;
    width: 8rem;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
    border-radius: 1.8rem;
    margin-bottom: 0.7rem;
    overflow: hidden;
}

.footer-service-foot:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 2px #38bdf8;
}

.footer-service-link-foot {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.699);
    transition: transform 0.3s;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-form-foot {
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer-input-foot {
    width: 100%;
    padding: 8px;
    padding-right: 80px;
    height: 56px;
    border-radius: 20px;
    border: 1px solid #cbd5e1;
    margin-bottom: 8px;
    font-size: 1rem;
}

.footer-button-foot {
    position: absolute;
    right: 8px;
    top: 45%;
    transform: translateY(-50%);
    padding: 8px;
    background-color: #1f2937;
    color: #e2e8f0;
    border-radius: 16px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.footer-button-foot:hover {
    background-color: #38bdf8;
    color: #000;
}

.footer-logo-foot {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.footer-logo-foot img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
}

.footer-bottom-foot {
    margin-top: 0.1rem;
}

.footer-line-foot {
    height: 1px;
    background-color: #cbd5e1;
    margin: 0.2rem 0;
}


.footer-bottom-content-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.footer-rights-foot {
    font-size: 0.875rem;
    color: #f1f5f9;
}

.footer-developed-foot {
    font-size: 0.875rem;
    color: #94a3b8;
}

.footer-developed-foot a {
    color: #1f2937;
}

#whatsappButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff; /* Azul */
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    text-decoration: none;
    z-index: 1000;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    opacity: 1;
}

#whatsappButton:hover {
    background-color: #0056b3; /* Color azul más oscuro al pasar el cursor */
}

.hidden {
    opacity: 0; /* Ocultar el botón */
    pointer-events: none; /* Deshabilitar interacciones cuando esté oculto */
}


