﻿
.contacto-section {
    min-height: 100vh;
}

.contacto-bg {
    z-index: 1;
}

.overlay-white {
    background-color: rgba(255, 255, 255, 0.1);
}

.contacto-content {
    z-index: 10;
    min-height: 100vh;
}

.contacto-title {
    text-shadow: 0 3px 15px rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;
}

.contacto-subtitle {
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9);
}


.franja-rosa {
    background: linear-gradient(135deg, #e91e63, #ff4081);
    min-height: 200px;
}

.celebracion-img {
    max-width: 35%;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.btn-franja {
    background: white;
    color: #e91e63;
    border: none;
    letter-spacing: 1px;
}

.logo-footer {
    max-width: 200px;
}

.logo-educacion {
    max-height: 60px;
}

.icon-footer {
    width: 30px;
    height: 30px;
}

.social-icon {
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.2));
}

.social-icon-link:hover .social-icon {
    transform: translateY(-5px) scale(1.1);
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.3));
}

.btn-franja:hover {
    transform: translateY(-2px);
    background: #f8f9fa !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 768px) {
    .social-icon {
        width: 60px;
        height: 60px;
    }

    .contacto-section .d-flex.gap-4 {
        gap: 1rem !important;
    }

    .contacto-section .d-flex.justify-content-between {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px;
    }

    .contacto-section .me-4 {
        margin-right: 0 !important;
    }

    .contacto-section .text-end {
        text-align: center !important;
    }

    .contacto-section .justify-content-end {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .display-1 {
        font-size: 2.5rem !important;
    }

    .fs-4 {
        font-size: 1.1rem !important;
    }

    .social-icon {
        width: 50px;
        height: 50px;
    }

    .btn-franja {
        width: 100%;
        max-width: 250px;
    }

    .contacto-section .d-flex.gap-3 {
        gap: 0.5rem !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}
