@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
    margin: 0;
}

.menu {
    background-color: rgba(19, 20, 20, 1);
    padding: 5px;
    position: relative;
}

.menu ul {
    text-align: center;
}

.menu ul li {
    display: inline;
    margin: 0 15px; /* Espaçamento horizontal */
    margin-bottom: 10px; /* Espaçamento vertical (ajuste conforme necessário) */
}


.menu li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 1.2em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu ul li a:hover,
.menu li a.active {
    background-color: #000;
    color: #fff;
}

#one-section {
    height: 500px;
    background-image: url(/members/styles/fundosite.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#one-section .titulo-central {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
}

#one-section h1 {
    color: aliceblue;
    font-size: 5.5em;
    margin-top: 80px;
    margin-bottom: 10px;
}

#one-section h2 {
    color: aliceblue;
    font-size: 1.5em;
    margin: 10px auto 10px;
    padding: 0;
    width: 55em;
}

#one-section::before {
    content: '';
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 500px;
}

.container {
    width: 80%;
    margin: 0 auto;
    min-height: 300px;
    overflow: hidden;
}

h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: black;
    font-size: 1em;
}

h2 {
    color: black;
    font-size: 2em;
    font-family: "Oswald", sans-serif;
}

h3 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.5em;
    color: black;
}

/* Ajustes gerais para o h2 com a classe span */
#one-section h2 span {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    color: aliceblue;
    margin: 10px 0;
    padding: 5px;
    box-shadow: 10px 10px 30px 12px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 1em;
}

/* Responsividade para o h2 span */
@media only screen and (max-width: 768px) {
    #one-section h2 span {
        font-size: 1.5em;
        width: 90%;
        padding: 10px;
    }
}

@media only screen and (max-width: 480px) {
    #one-section h2 span {
        font-size: 1em;
        width: 100%;
        padding: 5px;
    }
}

#two-section {
    margin-top: 20px;
    padding: 50px;
}

.titlle-about-main {
    text-align: center;
}

.text-about-main {
    width: 65%;
    float: left;
    font-weight: 300;
}

.titlle-about-main h3 {
    font-size: 2.2em;
    padding: 15px 10px 0 10px;
    font-weight: 600;
    font-family: "Playpen Sans", cursive;
}

.titlle-about-main h3::after,
#three-section .title-article::after {
    content: '';
    display: block;
    width: 150px;
    height: 3px;
    margin: 0 auto;
    background-color: #141313;
    background: linear-gradient(5deg, #4446441f, #131414, #4446441f);
}

.text-about-main .text-1 {
    font-weight: 400;
}

.text-about-main .text-2 {
    font-size: 1.5em;
    font-weight: 500;
    text-align: justify;
}

.photo-xp-main {
    width: 35%;
    float: right;
    text-align: center;
}

.photo-xp-main img {
    max-width: 70%;
    padding: 2px;
    margin-top: 20px;
    border-radius: 10%;
    background-image: linear-gradient(2deg, #131414, #4446441f, #131414);
}

.photo-xp-main span {
    display: inline-block;
    font-weight: 600;
    margin: 4px;
}

#three-section {
    overflow: hidden;
    background-color: rgb(248, 247, 245);
}

#three-section .title-article h3 {
    text-align: center;
    font-size: 3em;
    padding: 10px 5px 0 5px;
    font-family: "Oswald", sans-serif;
}

#three-section .col-3 {
    width: 30%;
    margin: 1%;
    float: left;
    padding: 0.5%;
    background-color: rgba(150, 143, 136, 0.596);
}

#three-section .bx-img-article {
    max-width: 100%;
}

#three-section .bx-title-article,
#three-section .bx-text-article {
    min-height: 30px;
    text-align: center;
    font-family: "Oswald", sans-serif;
}

#three-section .bx-text-article {
    text-align: justify;
}

#three-section .ver-mais {
    text-decoration: none;
    display: block;
    text-align: right;
    font-family: "Josefin Sans", sans-serif;
}

#three-section .line::after {
    content: '';
    display: block;
    width: 60%;
    height: 3px;
    margin: -10px auto 10px auto;
    background-color: #000;
    background: linear-gradient(5deg, #4446441f, #131414, #4446441f);
}

#footer {
    background-color: #131414;
    padding: 2px;
    margin-top: 10%;
}

#footer p {
    color: aliceblue;
    text-align: center;
    font-size: 1.2em;
}

.pt-back {
    display: inline-block;
    margin: 5em;
    padding: 10px;
    background-color: #141414;
    color: #fff;
    text-align:center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'Arial', sans-serif;
}
.en-back {
    display: inline-block;
    margin: 5em;
    padding: 10px;
    background-color: #141414;
    color: #fff;
    text-align:center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'Arial', sans-serif;
}
.back-button:hover {
    background-color: #000;
}

/* Responsividade */
@media only screen and (max-width: 768px) {
    #one-section h1 {
        font-size: 3em;
    }

    #one-section h2 {
        font-size: 1em;
        width: 90%;
    }

    #two-section {
        padding: 20px;
    }

    .text-about-main {
        width: 100%;
    }

    .photo-xp-main {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .photo-xp-main img {
        max-width: 60%;
    }

    #three-section .col-3 {
        width: 45%;
    }
}

@media only screen and (max-width: 480px) {
    #one-section h1 {
        font-size: 2em;
    }

    #one-section h2 {
        font-size: 0.8em;
        width: 100%;
        padding: 0 10px;
    }

    #two-section {
        padding: 10px;
    }

    .photo-xp-main img {
        max-width: 80%;
    }

    #three-section .col-3 {
        width: 100%;
    }
}

.language-selector {
    position: fixed; /* Fixa a posição da caixa */
    right: 30px; /* Distância da direita */
    top: 10px; /* Distância do topo */
    background-color: rgba(255, 255, 255, 0.9); /* Fundo semi-transparente */
    border-radius: 5px; /* Bordas arredondadas */
    padding: 10px; /* Espaçamento interno */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra suave */
    z-index: 100; /* Garante que fique acima de outros elementos */
}

.language-selector label {
    margin-right: 5px; 
}


