/* Importação de fontes  */
@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;
}

/* Definição de rotas padrão */

.root {
    --bg-color: #FFFF;
    --secondary-color: #E30613;
    --third-color: #a12720;

    --font-text: "Montserrat", sans-serif;
    --h1-font: 6rem;
    --h2-font: 3rem;
    --p-font: 1rem;
}

/* Sobre Nós */

.container_banner {
    background-color: var(--bg-color);
    height: 60rem;
    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/Background-sobre.jpeg');
    background-size: cover;
    background-position: bottom center;
}

/* Conteúdo do Banner */
.banner_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-left: 5%;
}

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

.banner_title h1 span {
    color: #E30613;
}


/* Conteúdo do Banner */

.banner_text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.banner_text p {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 450;
    color: #FFFF;
    margin-top: 0;
    text-align: flex-start;
}

/* Botão se inscrever */
.banner_btn {
    background-color: #E30613;
    display: flex;
    flex-direction: row;
    width: 16rem;
    height: 3rem;
    margin-top: 3%;
    border-radius: 30px;
    align-items: center;
}

.banner_btn a {
    padding: 0.7rem 1rem;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-size: var(--p-font);
    font-weight: 800;
    color: #ffff;
}

/* Imagem do Banner */

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

.alunos-sobre img {
    width: 100%;
    height: auto;
}

/* Division content  */

.division {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
}

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

/* 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;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

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

.nav-content ul li a:hover {
    background-color: #868686;
    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%;
}

/* Seção SESI SENAI */

.container_content {
    width: 100%;
    height: 34em;
    display: flex;
    gap: 0.5rem;
    padding: 0.3rem;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.content_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    margin-left: 3%;
}

.content_phrase {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.content_phrase h2 {
    margin-top: 11%;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
}

.content_phrase h2 span {
    color: #b61818;
}



/* Division content */

.division-phrase {
    height: 4px;
    background-color: #b61818;
    width: 75%;
    margin-right: auto;
    border-radius: 10px;
}

.content_text {
    width: 80%;
    height: 100%;

}

.content_text p {
    font-family: "Montserrat", sans-serif;
    margin-right: auto;
    font-size: 1.2rem;
    font-weight: 450;
    color: #000000;
    margin-top: 3%;
    display: flex;
    flex-direction: row;
    justify-content: justify;
    text-align: justify;
}

/* Imagem do Banner */

.content_img {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

.content_img img {
    border-radius: 2rem;
    width: 70%;
}


/* Seção informações / dados do SESI SENAI */

.info_container {
    width: 100%;
    margin-top: 3%;
    height: 34em;
    display: flex;
    gap: 0.5rem;
    padding: 0.3rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.info_title {
    width: 40%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-left: 3%;
    justify-content: flex-start;
    margin-bottom: 3%;
}

.info_title h2 {
    margin-top: 11%;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
}

.info_title h2 span {
    color: #b61818;
}

.info_box {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
}

.info_card {
    background-color: #e5e5e5;
    width: 100%;
    height: 49%;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}

.card_content {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 3%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card_content h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
}

.card_content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #a12720;
    line-height: 1.2;
}

/* Seção teams */

.teams_section {
    flex: 1 1 32%;
}

.teams_container {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    padding: 0.3rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.teams_content {
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.teams_title {
    width: 35%;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 3%;
    justify-content: center;
}

.teams_title h1 {
    margin-top: 11%;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
}

.teams_title h1 span {
    color: #b61818;
}

.teams_division {
    width: 90%;
    height: 1%;
    background-color: #a12720;
    display: flex;
    margin-top: 7%;

}

.team_box {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box_1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box_2 {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 1%;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.team_section {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.team_section img{
    width: 80%;
    height: 60%;
}

.team_text{
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.team_text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: #000000;
    line-height: 1.2;
}

.team_text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
}

.equipes-portal {
    width: 80%;
    height: 40%;
}

.equipes-portal img {
    width: 100%;
    height: 100%;
}

.equipes-portal2 {
    width: 80%;
    height: 40%;
}

.equipes-portal2 img {
    width: 100%;
    height: 100%;
}

/* Footer */

footer {
    background-color: #a12720; 
    padding: 0; 
    margin: 0; 
    text-align: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    position: relative; 
  }
  
  .social-media-container {
    background-color: #D71920; 
    padding: 0.6rem; 
    border-radius: 0.3rem;
    margin-bottom: -0.3rem; 
  }
  
  .social-media {
    display: flex;
    justify-content: center;
    gap: 20px; 
    background-color: #D71920;
    padding: 10px;
    border-radius: 5px;
    width: calc(100% + 20px);
    margin: 0 -10px;     box-sizing: border-box; 
  }
  
  .social-icon {
    width: 50px; 
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .social-icon img {
    width: 100%; 
    height: 100%; 
    object-fit: contain; 
  }
  .addresses {
    display: flex;
    justify-content: space-around;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; 
    padding: 20px 0; 
    background-color: #b61818;
  }
  
  .address {
    flex: 1;
    max-width: 300px; 
    text-align: center;
    padding: 0.6rem; 
  }
  
  .divider {
    width: 2px;
    height: 60px;
    background-color: white;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }


/* Responsividade */

@media (min-width: 769px) and (max-width: 1024px) {
    .container_header{
        padding: 1rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .img_header{
        width: 80%;
    }
    .nav_header{
        flex-direction: column;
        width: 100%;
        padding: 1rem;
        gap: 0.8rem;
    }
    .nav_header a{
        font-size: 1.5rem;
    }
    .container_banner{
        height: 38rem;
    }
    .banner_content h1{
        font-size: 2.5rem;
        margin-left: 0;
    }
    .banner_text p{
        font-size: 1.2rem;
    }
    .banner_btn{
        margin-left: 10%;
        width: 80%;
    }
    .menu-list{
        flex-direction: column;
    }
    .nav-content ul li a{
        padding: 0.5rem 1rem;
    }
    .content_img img{
        max-width: 100%;
        height: auto;
    }
    .content_img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content_phrase h2{
        font-size: 1.6rem;
    }
    .content_text p{
        font-size: 1rem;
    }
    .team_box{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .team_section img{
        width: 0%;
    }
    .teams_title h1{
        font-size: 1.8rem;
    }
    .team_text h1{
        font-size: 1.2rem;
    }
    .team_text h2{
        font-size: 1rem;
    }
    footer .addresses {
        flex-direction: column;
        gap: 1rem;
    }

    .social-media {
        flex-direction: column;
        gap: 1rem;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {

    .container_header {
        flex-direction: column;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .img_header {
        width: 70%;
        height: auto;
        margin-bottom: 1rem;
    }

    .division_header {
        display: none;
    }

    .nav_header {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        align-items: center;
        padding: 2rem;
    }

    .nav_header a {
        font-size: 1.3rem;
    }

    /* Spbre Nós  */

    .container_banner {
        height: 50rem;
    }

    .alunos-sobre {
        display: none;
    }

    .content_img img {
        background-image: none;
    }

    .banner_content h1 {
        margin-left: 2%;
        font-size: 5rem;
    }

    .banner_content h1 {
        font-size: 3rem;
        justify-content: justify;
    }

    .banner_text p {
        font-size: 1rem;
        justify-content: justify;
    }

    .banner_btn {
        margin-left: 0;
        width: 70%;
    }

    .banner_btn a {
        padding: 0.5rem 1rem;
    }

    .menu-list {
        flex-direction: column;
    }

    .nav-content ul li a {
        padding: 0.5rem 1rem;
        font-size: 1rem;

    }

    /* Frase SESI e SENAI */
    .container_content {
        flex-direction: column;
        padding: 1rem;
    }

    .content_box {
        width: 100%;
        padding: 1rem;
    }

    .content_phrase h2 {
        font-size: 1.8rem;
        text-align: center;
        word-wrap: break-word;
    }

    .content_text p {
        font-size: 1rem;
        text-align: justify;
        padding: 1rem 0;
        word-wrap: break-word;
    }

    .content_img {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content_img img {
        max-width: 100%;
        height: auto;
        margin: 1rem 0;
    }

    /* SESI SENAI Card - Informações */

    .info_container {
        display: flex;
        flex-direction: column;
        align-items: column;
        padding: 1rem;
    }

    .info_title h2 {
        font-size: 2rem;
        text-align: center;
        word-wrap: break-word;
    }

    .divider{
        background-color: #b61818;
        width: 70%;
        height: 1%;
        margin: 1rem auto;
    }

    .info_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .info_card {
        width: 100%;
        margin: 1rem 0;
    }

    .card_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .card_content h1 {
        font-size: 1.5rem;
        text-align: center;
        margin: 0.5rem 0;
    }

    .card_content h3 {
        font-size: 1rem;
        text-align: center;
    }

    .team_box {
        flex-direction: column;
    }

        /* Times box */
    
    .team_box{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }

    .box_1, .box_2{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;

    }

    .team_section { 
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 1rem;
    }

    .team_section img {
        width: 70%;
        max-width: 200px;
        height: auto;
        margin: 0 auto;
    }

    .teams_title h1 {
        margin-bottom: 2rem;
        font-size: 2rem;
    }

    .team_text h1 {
        font-size: 1.5rem;
        text-align: center;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .team_text h2 {
        font-size: 1rem;
        text-align: center;
        margin: 0.5rem 0;
    }

    footer .addresses {
        flex-direction: column;
        gap: 1rem;
    }
    
    .divider{
      rotate: 90deg;
    }
    
    .social-media {
        flex-direction: column;
        gap: 1rem;
    }
    
    .social-icon {
        width: 45px;
        height: 45px;
    }

} 