html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f8f6f2;
    color: #222;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 40px;

    background-color: white;
}

nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #222;
}

.hero {
    margin-top: 0px;
    
    min-height: 85vh;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    background-image: url("assets/images/photos/foto-provisional.png");
    background-size: cover;
    background-position: center;

    color: white;

    padding: 40px;
}

.hero-content {
    max-width: 800px;
     transform: translateY(-80px);
}

.hero h2 {
    font-size: 4rem;
    margin-bottom: 20px;

    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.hero-subtitle,
.hero-weapons {
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.hero-weapons {
    font-size: 1.1rem;
    margin-bottom: 0px;
}

.button {
    display: inline-block;

    padding: 14px 28px;

    background-color: #4f6672;
    color: white;

    text-decoration: none;

    border-radius: 6px;

    font-weight: bold;
}


.training iframe {
    width: 100%;

    max-width: 900px;

    height: 350px;

    border: 0;

    border-radius: 8px;

    margin-top: 20px;
}

footer {
    text-align: center;

    padding: 40px 20px;

    background-color: white;

    color: #666;

    font-size: 0.95rem;
}

footer p {
    margin: 8px 0;
}
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-text h1 {
    margin: 0;
    font-size: 1.4rem;
}

.logo-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}
.club {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;

    max-width: 1200px;

    margin: auto;

    padding: 50px 30px;
}

.club-logo img {
    width: 320px;
    max-width: 100%;
}

.club-text {
    max-width: 600px;
}

.club-text h2 {
    margin-top: 0;
    font-size: 2.2rem;
}

.amhe {
    max-width: 1200px;

    margin: auto;

    padding: 50px 30px;
}

.amhe h2 {
    text-align: center;

    margin-bottom: 40px;

    font-size: 2.2rem;
}

.amhe-images {
    display: flex;

    gap: 20px;

    justify-content: center;

    margin-bottom: 40px;
}

.amhe-images img {
    width: 100%;

    max-width: 500px;

    border-radius: 8px;
}

.amhe-text {
    max-width: 900px;

    margin: auto;

    text-align: left;

    line-height: 1.7;
}

.amhe-intro {
    max-width: 900px;

    margin: auto;

    text-align: left;

    line-height: 1.7;
}

.contact {
    max-width: 900px;

    margin: auto;

    padding: 50px 30px;

    text-align: center;
}

.contact h2 {
    font-size: 2.2rem;

    margin-bottom: 30px;
}

.contact-info {
    margin-top: 30px;
}

.contact-info p {
    margin: 15px 0;

    font-size: 1.1rem;
}

.contact-info a {
    color: #0066cc;

    text-decoration: underline;
}


@media (max-width: 768px) {

    .hero {
        min-height: 60vh;

        background-position: 73% center;
    }

}

@media (max-width: 768px) {

    .hero h2 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

}

@media (max-width: 768px) {

    .club {
        flex-direction: column;
        text-align: center;
    }

}

@media (max-width: 768px) {

    .amhe-images {
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 768px) {

    header {
        flex-direction: column;
        gap: 10px;
    }

    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav a {
        margin: 5px 10px;
    }

}
.contact {
    max-width: 900px;
    margin: auto;
    padding: 50px 20px;
}

.contact p {
    font-size: 1.1rem;
    margin: 15px 0;
}

.contact i {
    width: 30px;
}

.contact a {
    color: #0066cc;
}

.contact a:hover {
    text-decoration: none;
}

.training {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 60px 20px;
}
