﻿/* ====================================
   COAP 2025
   ==================================== */
.coap2025-container {
    min-height: 100vh;
}

.coap2025-bg-z {
    z-index: 1;
}

.coap2025-content-z {
    z-index: 10;
}

.coap2025-min-height {
    min-height: 100vh;
}

.coap2025-titulo-img {
    max-width: min(70vw, 500px);
}

.coap2025-text-shadow {
    text-shadow: 0 2px 10px rgba(255,255,255,0.9);
}

.coap2025-footer-bg {
    background-image: url("../../images/footer-coap2025.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
}

.coap2025-footer-z {
    z-index: 3;
}

.coap2025-footer-content-z {
    z-index: 2;
}

.coap2025-footer-min-height {
    min-height: 200px;
}

.coap2025-footer-title-shadow {
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
}

.coap2025-register-btn {
    background: linear-gradient(135deg, #ff4081, #e91e63);
    color: white;
    border: none;
    letter-spacing: 1px;
}

    .coap2025-register-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(233, 30, 99, 0.6);
        color: white;
    }

/* Media queries responsive */
@media (max-width: 768px) {
    .coap2025-text-shadow.fs-5 {
        font-size: 1.1rem !important;
    }

    .coap2025-footer-title-shadow.display-6 {
        font-size: 1.8rem !important;
    }

    .container-fluid .row + .row {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    .coap2025-text-shadow.fs-5 {
        font-size: 1rem !important;
    }

    .coap2025-footer-title-shadow.display-6 {
        font-size: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .coap2025-register-btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (min-width: 992px) {
    .coap2025-text-shadow.fs-5 {
        font-size: 1.3rem !important;
    }
}
