/* === 5ª Corrida de Nossa Senhora Aparecida - Stylesheet === */

/* Base Styles */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.topo {
    float: left;
    width: 100%;
    background-color: #044a3b;
}
/* Hero Section */
.hero-section {
    height: auto;
    width: 100%;
    float: left;
    border-radius: 7px;
    padding: 20px 0 0 0 !important;
}
.hero-section img{
    border-radius: 7px;
}

.hero-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Main Content */
.main-content {
    background: #ffffff;
    margin-top: 0;
}

.event-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 2rem;
    padding-top: 3rem;
}

/* Registration Button */
.btn-register {
    background-color: #2c3e50;
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.btn-register:hover {
    background-color: #34495e;
    color: white;
}

.btn-register2 {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 15px 30px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-register2:hover {
    background-color: #c0392b;
    color: white;
}

/* Info Sections */
.info-section {
    margin-bottom: 2rem;
}

.info-section h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item {
    margin-bottom: 0.5rem;
    color: #555;
}

.info-item strong {
    color: #2c3e50;
}

/* Kit Delivery Section */
.kit-section {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.kit-section h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Social Icons */
.social-icons {
    margin: 1rem 0;
}

.social-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #7f8c8d;
    color: white;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: #2c3e50;
}

/* Countdown */
.countdown-section {
    text-align: center;
    margin: 2rem 0;
}

.countdown-title {
    color: #7f8c8d;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.countdown-numbers {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.countdown-item {
    text-align: center;
}

.countdown-number {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    display: block;
}

.countdown-label {
    font-size: 0.8rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Central de Suporte */
.support-section {
    background-color: #2c3e50;
    color: white;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
    margin: 2rem 0;
}

.support-section h6 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Payment Methods */
.payment-methods {
    margin: 1rem 0;
}

.payment-methods p {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* Footer */
.footer {
    background-color: #000;
    color: white;
    padding: 3rem 0 2rem;
    margin-top: 4rem;
}

.footer p {
    margin-bottom: 0.5rem;
    color: #bdc3c7;
    font-size: 0.9rem;
}

.footer-social {
    margin-top: 2rem;
}

.footer-social a {
    color: white;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #3498db;
}

/* Red bullet points */
.red-bullet {
    color: #e74c3c;
    margin-right: 8px;
}

/* Blue links */
.text-link {
    color: #3498db;
    text-decoration: none;
}

.text-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Utility Classes */
.espaco30 {
    float: left;
    width: 100%;
    height: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .event-title {
        font-size: 1.8rem;
    }

    .countdown-numbers {
        gap: 1rem;
    }

    .countdown-number {
        font-size: 1.5rem;
    }
}
