:root {
    --verde-claro: #6abf4b;
    --verde-escuro: #08461f;
    --verde: #25783a;
    --cinza-claro: #d9d9d9;
    --cinza: #737373;
    --amarelo: #ffe600;
    --branco: #fff;
    --laranja: #FF8A2A;
}

@font-face {
    font-family: 'MatrixType-Regular';
    src: url('../../fonts/matrixtype/MatrixType-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* FONTES */
.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.audiowide-regular {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.aldrich-regular {
    font-family: "Aldrich", sans-serif;
    font-weight: 400;
    font-style: normal;
}



/* --------------------- GLOBAL STYLES --------------------- */
body {
    background: url('../img/background5.jpg') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #006e40;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* --------------------- BARRA DE NAVEGAÇÃO --------------------- */
.navbar {
    position: relative;
    z-index: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-nav .nav-link {
    font-family: 'MatrixType-Regular', sans-serif;
    color: var(--laranja) !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: scale 0.3s;
}

.navbar-nav .nav-link:hover {
    scale: 1.1;
}



/* --------------------- HOME --------------------- */
.titulo {
    font-size: 4.688rem;
    color: yellowgreen;
    filter: drop-shadow(0 0 10px #000);
}

.home-slogan-1 {
    margin-top: 2.5rem;
    margin-bottom: 8rem;
}

.home-slogan-2 {
    margin-bottom: 3rem;
}

.slogan-1 {
    font-size: 2.125rem;
    color: #eee;
    filter: drop-shadow(0 0 10px #000);
}

.slogan-2 {
    font-size: 1.875rem;
    color: var(--laranja);
    font-weight: bold;
    filter: drop-shadow(0 0 10px #000);
}

.btn-contato {
    font-size: 1.5rem;
    display: inline-block;
    border-color: #111;
    background: yellowgreen;
    color: #111;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-contato:hover {
    background: rgb(117, 155, 40);
    color: black;
    border-color: #111;
}

.home-img img {
    width: 400px;
    max-width: 100%;
    filter: drop-shadow(0 0 10px #000);
}



/* --------------------- SOBRE --------------------- */
.cards {
    background-image: linear-gradient(#017947, #001f1296);
}

#sobre h1 {
    margin-bottom: 8rem;
    font-size: 3rem;
    color: yellowgreen;
    filter: drop-shadow(0 0 10px #000);
}

.card-1,
.card-2,
.card-3 {
    position: relative;
    min-width: 300px;
    height: 450px;
    font-family: "Aldrich", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    filter: drop-shadow(0 0 10px #000);
}

.card-1 {
    background-image: url(../svg/card-1.svg);
}

.card-2 {
    background-image: url(../svg/card-2.svg);
}

.card-3 {
    background-image: url(../svg/card-3.svg);
}



/* --------------------- CONTATO --------------------- */
.container {
    max-width: 960px;
}

.contato {
    background-image: linear-gradient(#017947, #001f1296);
}

.contato h2 {
    font-size: 40px;
    color: yellowgreen;
    filter: drop-shadow(0 0 10px #000);
}

.contato legend {
    color: white;
    margin-bottom: 0;
}

/* .btn-form {
    display: inline-block;
    border-color: #111;
    background: yellowgreen;
    color: #111;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
} */

.btn-form {
    --bs-btn-color: #111;
    --bs-btn-bg: yellowgreen;
    --bs-btn-border-color: yellowgreen;
    --bs-btn-hover-color: #111;
    --bs-btn-hover-bg: rgb(117, 155, 40);
    --bs-btn-hover-border-color: rgb(117, 155, 40);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* .btn-form:hover {
    background: var(--verde-claro);
    color: black;
    border-color: #111;
} */


/* --------------------- ATRIBUTOS --------------------- */
.atributos {
    padding: 20px;
    background: #006e40;
}

.atributo i {
    font-size: 40px;
    color: yellowgreen;
    margin-bottom: 10px;
}

.atributo h3 {
    font-size: 20px;
    color: var(--branco);
    margin-bottom: 10px;
}

.atributo p {
    font-size: 14px;
    color: #eee;
}



/* --------------------- RODAPÉ --------------------- */
footer .rodape {
    font-family: 'MatrixType-Regular', sans-serif;
    color: var(--laranja);
    background-color: #111;
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

footer .rodape {
    margin-top: auto;
    padding: 1rem;
    font-size: 0.9rem;
    text-align: center;
}



/* --------------------- RESPONSIVO --------------------- */
@media screen and (max-width: 1366px) {
    .titulo {
        font-size: 3.5rem;
    }

    .home-slogan-1 {
        margin-top: 2.5rem;
        margin-bottom: 4rem;
    }

    .slogan-1 {
        font-size: 1.5rem;
    }

    .slogan-2 {
        font-size: 1.3rem;
    }

    .home-img img {
        width: 100%;
        max-width: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .titulo {
        font-size: 3.5rem;
    }

    .slogan-1 {
        font-size: 1.5rem;
    }

    .slogan-2 {
        font-size: 1.3rem;
    }

    .home-img img {
        width: 100%;
        max-width: 260px;
    }
}

@media screen and (max-width: 991px) {
    .home {
        text-align: center;
    }

    .slogan-1 {
        font-size: 42px;
    }

    .slogan-2 {
        font-size: 22px;
    }

    .desc {
        font-size: 18px;
        margin-top: 30px;
    }

    .home-img {
        padding: 2rem;
    }

    .home-img img {
        width: 100%;
        max-width: 260px;
    }

    .form-section h2 {
        font-size: 28px;
    }

    .figurinha {
        width: 100%;
        /* max-width: 250px; */
        margin: 0 auto;
    }

    .foto-jogador-1 img,
    .foto-jogador-2 img,
    .foto-jogador-3 img {
        /* width: 100%; */
        height: auto;
    }

    .cards .row {
        flex-direction: column;
        align-items: center;
    }

    .card-1,
    .card-2,
    .card-3 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
    }

    .hero-img img {
        width: 260px;
    }

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

    .nav-links {
        flex-direction: column;
        gap: 10px;
    }

    .cards .row {
        flex-direction: column;
        align-items: center;
    }

    .card-1,
    .card-2,
    .card-3 {
        scale: 0.8;
        /* margin-bottom: 2rem; */
    }

    .infoAbributos {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .navbar {
        --bs-navbar-padding-y: 0;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar div.container-fluid {
        padding: 0px 0px;
    }

    .home {
        text-align: center;
    }

    .logo {
        scale: 0.5;
        margin-left: -10px;
        margin-top: -25px;
    }

    .titulo {
        font-size: 40px;
    }

    .home-slogan-1 {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .home-slogan-2 {
        margin-bottom: 2rem;
    }

    .slogan-1 {
        font-size: 18px;
        margin-top: 0;
    }

    .slogan-2 {
        font-size: 16px;
        margin-top: 0;
    }

    .btn-contato {
        font-size: 18px;
        padding: 10px 20px;
        margin: 0 auto;
        display: block;
    }

    .home-img {
        align-items: center;
    }

    .home-img img {
        width: 200px;
        max-width: 100%;
    }

    .form-section h2 {
        font-size: 24px;
    }

    .form-section form {
        width: 100% !important;
    }

    .contato .container {
        width: 95%;
        padding: 1rem;
    }

    .form-control,
    .form-select {
        font-size: 14px;
    }

    .btn-form {
        font-size: 16px;
        padding: 10px;
    }

    #sobre h1 {
        margin-bottom: 1rem;
        font-size: 2rem;
        color: yellowgreen;
        filter: drop-shadow(0 0 10px #000);
    }

    footer .rodape {
        padding: 10px;
        font-size: 0.6rem;
    }

    .atributo {
        padding-bottom: 1rem;
    }

    .atributo h3 {
        font-size: 1rem;
    }

    .atributo p {
        font-size: 0.8rem;
    }
}