* {
    font-family: 'Bebas Neue', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.imagem-fundo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.link1 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
    font-size: 2.2em;
}

.link-camisas {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px;
    padding-bottom: 50px;
    color: yellow;
    font-size: 2.2em;
}

.mascara {
    height: 140%;
    width: 100%;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    position: fixed;
    top: 0;
    z-index: -1;
    opacity: 0.7;
}

.imagem1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    width: 700px;
}

.escudo-fenerbas,
.escudo-fenerbas2 {
    width: 200px;
    height: 200px;
    position: absolute;
}

.escudo-fenerbas {
    top: 20px;
    left: 60px;
}

.escudo-fenerbas2 {
    top: 20px;
    right: 60px;
}

.caixa,
.caixa2,
.caixa3,
.caixa4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding: 40px;
}

.camisash2 {
    margin-top: 100px;
    margin-bottom: 50px;
    color: red;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.camisash2 h2 {
    margin-top: 5px;
    color: white;
}

.camisash2 a {
    margin-bottom: 20px;
    margin-top: 20px;
    color: white;
    text-decoration: underline;
}

.form-camisas {
    background: white;
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: fixed;
    top: 30%;
    left: -350px;
    padding: 20px;
    border-radius: 5px;
    transition: left 1s ease-in-out;
    z-index: 1;
    padding: 10px;
}

.mascara-formulario {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(109deg, rgba(10, 12, 16, 0.99) 15%, rgba(10, 12, 16, 0.7) 50%, rgba(10, 12, 16, 0.99) 85%);
    transition: visibility 1s ease-in-out;
}

/* Media Queries */
@media (max-width: 904px) {
    .imagem-container {
        flex: 0 0 calc(50% - 20px);
        /* 2 imagens lado a lado */
    }

    .caixa>div:nth-child(3) {
        flex: 0 0 100%;
        /* A terceira imagem ocupa toda a largura */
        display: flex;
        justify-content: center;
        /* Centraliza a terceira imagem */
    }

    .escudo-fenerbas,
    .escudo-fenerbas2 {
    display: none;
}

    .caixa,
    .caixa2,
    .caixa3,
    .caixa4 {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1215px) {
    .imagem-container {
        flex: 0 0 100%;
    }

    .caixa,
    .caixa2,
    .caixa3,
    .caixa4 {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .jogadoresh2,
    .comissaoh2,
    .patrocinioh2 {
        margin-bottom: 50px;
    }

    header h1 {
        margin-top: 30px;
        font-weight: bold;
        font-size: 28px;
    }

    header h2 {
        margin-top: 15px;
        font-weight: normal;
        font-size: 15px;

    }

    header h3 {
        margin-top: 10px;
        font-weight: normal;
        font-size: 10px;
    }

    .imagem1,
    .imagem2,
    .imagem3 {
        width: 300px;
    }

}

@media (max-width: 800px) {
    .imagem-container {
        flex: 0 0 100%;
    }

    .camisash2 {
        padding: 10px;
    }

    .caixa,
    .caixa2,
    .caixa3,
    .caixa4 {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .jogadoresh2,
    .comissaoh2,
    .patrocinioh2 {
        margin-bottom: 50px;
    }

    header h1 {
        margin-top: 30px;
        font-weight: bold;
        font-size: 28px;
    }

    header h2 {
        margin-top: 15px;
        font-weight: normal;
        font-size: 15px;

    }

    header h3 {
        margin-top: 10px;
        font-weight: normal;
        font-size: 10px;
    }
}