* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

/* Reaproveitáveis */
.span-titulo {
    color: #e7ba54;
}

.section-titulo {
    font-size: 4rem;
    color: white;
    text-align: center;
}

.section-descricao {
    text-align: center;
    color: #aaaaaa;
    font-size: 1.7rem;
    margin: 0 15%;
}

.efeito-hover:hover {
    cursor: pointer;
    transform: scale(1.01);
    transition: all 0.3s ease;
    box-shadow: 0 0 10px #e7ba54;
}

.padrao-section {
    padding: 6%;
}

.btn-margin {
    margin: 3rem 0 6rem 0;
}

/* Header */
.header {
    border-bottom: 1px solid black;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 3;
    backdrop-filter: blur(1rem);
}

.hamburguer {
    display: none;
    font-size: 3rem;
    color: #e7ba54;
    cursor: pointer;
}

.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
}

.logo {
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.links {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    width: 33%;
}

.links a {
    text-decoration: none;
    font-size: 2rem;
    color: #aaaaaa;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.links a:hover {
    border-bottom: 3px solid #e7ba54;
    color: #e7ba54;
    transition: 0.15s ease-out;
    border-radius: .2rem;
}

.inscrever-se {
    padding: 1rem;
    border-radius: 2rem;
    border: none;
    background-color: #e7ba54;
    font-weight: bold;
}

/* Seção Hero (Inicial) */
.hero-section {
    background-image: url(../img/foto/FotoFlavio.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 12.5% 6%;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-conteudo {
    position: relative;
    font-size: 2rem;
    color: #ffffff;
    width: 50%;
}

.hero-conteudo p {
    margin: 3rem 0;
}

.btn-principal {
    padding: 1rem 4rem;
    border-radius: 1rem;
    border: none;
    background-color: #e7ba54;
    color: black;
    font-weight: bold;
}

.btn-secundario {
    padding: 1rem 5rem;
    border-radius: 1rem;
    border: 1px solid #e7ba54;
    color: #ffffff;
    background-color: transparent;
    backdrop-filter: blur(1rem);
    font-weight: bold;
    margin-left: 2rem;
}

.btn-secundario:hover {
    background-color: rgb(231, 186, 84, 0.07);
}

.estatisticas {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    text-align: center;
    list-style-type: none;
}

.numero {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f9a825;
}

.descricao {
    font-size: 1.3rem;
    color: #ddd;
}

/* Seção Sobre o Curso */
.sobre-section {
    background-color: #1f1b15;
}

.sobre-conteudo {
    margin-top: 5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
}

.sobre-conteudo h3 {
    font-size: 2.5rem;
    color: white;
    text-align: center;
}

.informacoes {
    width: 100%;
    border: 1px solid #e7ba54;
    padding: 2rem;
    text-align: center;
    border-radius: 1rem;
}

.informacoes h4 {
    font-size: 2rem;
    color: #e7ba54;
}

.informacoes p {
    font-size: 1.5rem;
    color: white;
}

/* Seção de Galeria dos Desenhos */
.galeria-section {
    background-color: #1f1b15fa;
}

.galeria-conteudo {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem;
}

.galeria-conteudo div {
    width: 28rem;
}

.galeria-conteudo div img {
    width: 100%;
    height: 39rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px white;
}

/* Seção de Valor */
.valor-section {
    background-color: #1f1b15f3;
}

.sobre-valor {
    display: flex;
    justify-content: center;
}

.card-valor {
    border-radius: 1rem;
    width: auto;
    margin: 5rem 0 7rem;
    padding: 2rem;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px;
}

.card-valor h3 {
    font-size: 2.5rem;
    color: #ffffff;
}

.card-valor span {
    font-size: 3.5rem;
    font-weight: bold;
    color: #e7ba54;
}

.sobre-curso {
    font-size: 1.5rem;
    color: #aaaaaa;
    margin-bottom: 3rem;
}

.linha {
    margin-top: .5rem;
    display: flex;
    align-items: center;
}

.linha p {
    color: #aaaaaa;
    font-size: 1.3rem;
}

/* Footer */
footer {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-top: 1px solid #aaaaaa;
    background-color: #1f1b15f0;
    text-align: center;
    font-size: 1.5rem;
    color: #aaaaaa;
}

.icones {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.icone-whats,
.icone-instagram {
    display: flex;
    align-items: center;
    background-color: #1f1b15;
    padding: 1rem;
    border-radius: 50%;
}

.icones div a {
    display: flex;
}

.icones div a img {
    width: 2rem;
}

.contato-dev {
    color: white;
}