@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url(./header.css);

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Barra de Navegação */

.nav-content{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 1.5%;
}

.nav-content ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    gap: 1rem;
}

.nav-content ul li a {
    width: 15rem;
    height: 3rem;
    font-family:"Montserrat", sans-serif ;
    align-items: center;
    justify-content: center;

    display: flex;
    flex-direction: column;
    gap: 10px;
    
    padding: 13% 40%;
    font-size: 1.3rem;
    font-weight: 800;
    color: black;
    border-radius: 30px;
    background-color: #D9D9D9;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Botão */
.nav-content ul li a .botao-dicas {
    background-color: #b61818;
    color: #fff;
}

/*passar o mouse sobre o botão*/
.nav-content ul li a:hover {
    background-color: #b61818;
    color: #000000;
}


/* Linha vermelha abaixo dos botões ativos */
.nav-division {
    margin-top: 1.5%;
    height: 4px;
    background-color: #b61818;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-bottom: 1.5%;
}

/* Dicas */

.container_banner {
    background-color: var(--bg-color);
    height: 50rem;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    padding: 0.3rem;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to Left, rgba(0, 0, 0, 0.848), rgba(0, 0, 0, 0.634)), url('../media/img/sociologiaFundo.png');
    background-size: cover;
    background-position: bottom center;
}

/* Conteúdo do Banner */
.banner_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 7%;
    margin-top: 20%;
}

.banner_content h1 {
    justify-content: justify;
    font-size: 4.1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #FFFF;
    line-height: 1.2;
}

.banner_title h1 span {
    color: #E30613;
}

.banner_image{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: -1rem;
}

/*divisão da imagem da mulher*/
.division {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
}

.banner_division {
    width: 100%;
    height: 150%;
    background-color: #a12720;
    display: flex;
}


/* Footer*/
footer {
    background-color: #a12720;
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.social-media-container {
    background-color: #D71920;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: -5px;
}

.social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.addresses {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.address {
    flex: 1;
    max-width: 300px;
    text-align: center;
    padding: 10px;
}

.divider {
    width: 2px;
    height: 60px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.menu {
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.menu ul {
    list-style-type: none;
    display: flex;
    gap: 3rem;
}

.tip {
    display: flex;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.tip img {
    width: 150px;
    margin-right: 1rem;
}


/* Botão se inscrever */
.banner_btn{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 5%;
    margin-top: 3%;
}

h2 {
    text-align: center;
    flex-direction: row;
    font-size: 2em;
}

.banner_title p{
    color: #E30613;
}

/*teste SOCIOLOGIA2*/

*{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0px;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 10px;
}

.linha{
    border: none;
    height: 4px;
    background-color: #9A1915;
    margin: 10px 0;
    width: 30rem;
    border-radius: 10px;
}

p {
    font-size: 1.2em;
    text-align: justify;
    max-width: 700px;
}

.container_text{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.3rem;
    max-width: 1400px;
}

.content {
    display: flex;
    margin-bottom: 2rem;
}

.image-container {
    flex-shrink: 0;
    margin-left: 30px;
}

.imagem-lado-a-lado {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
}

.text-block {
    flex: 1;
    margin-right: 30px;
    height: 150px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        display: block;
    }

    .container_text {
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem 0;
    }

    .imagem-lado-a-lado {
        width: 150%;
    }

    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.5em;
    }

    p {
        font-size: 1em;
    }

    .linha, .linha-2 {
        width: 50%;
    }
    .menu-list {
        flex-direction: column;
    }
    
    .nav-content ul li a {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    
    }
}

.news-mental {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1em 0;
    font-size: 1.2em;
    color: #020000;
}


a.btn {
    color: #D71920;
}

p.intro {
    margin: 1em 0;
    color: #000000;
    font-size: 1.2em;
    
}