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

/* Variáveis de tema */
:root {
    --vermelho: #cc0000;
    --vermelho_escuro: #9A1915;
    --cinza: #D9D9D9;
    --preto: #000;
    --branco: #ffffff;
    --fonte_texto: 'Montserrat', sans-serif;
}

/* Reset e estilo geral */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--fonte_texto);
}

/* Header */
.container_header {
    display: flex;
    align-items: center;
    gap: 0.33rem;
    padding: 0.5rem;
    background-color: var(--vermelho);
    height: 6rem;
}

.container_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
}

.container_img img {
    width: 70%;
    height: 80%;
}

.divisoria {
    background-color: var(--branco);
    width: 0.15rem;
    height: 80%;
}

.nav {
    display: flex;
    justify-content: center;
    gap: 5rem;
    width: 70%;
}

.nav a {
    color: var(--branco);
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.nav a:hover {
    background-color: var(--vermelho_escuro);
}

/* Menu */
.icon-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 35px;
    height: 24px;
    cursor: pointer;
    margin-right: 1rem;
  }
  
  .line1, .line2, .line3 {
     background-color: #ffffff;
     height: 4px;
     width: 100%;
     border-radius: 2px;
  }
  
  .menu-dropdown {
    display: none;
    background-color: #9a1915;
    position: absolute;
    top: 70px;
    right: 20px;
    width: 150px;
    border-radius: 8px;
    z-index: 10;
  }
  
  .menu-dropdown ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    flex-direction: column;
  }
  
  .menu-dropdown ul li {
    margin: 0.1rem;
  }
  
  .menu-dropdown ul li a {
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    font-size: 25px;
    display: block;
  }
  
  .menu-dropdown ul li a:hover {
    background-color: #5c0202;
    border-radius: 5px;
  }

/* Main */

main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Banner */

.banner {
    width: 100%;
    height: 45rem;
}

.png {
    width: 60%;
}

.banner img {
    width: 100%;
    height: 100%;
    filter: brightness(0.90);
}

/* Navegação */

.navegacao {
    display: flex;
    padding: 2rem 0;
    justify-content: center;
    gap: 20%;
}

.navegacao a {
    background-color: var(--cinza);
    padding: 4px 30px;
    border-radius: 18px;
    text-decoration: none;
}

.navegacao a:hover {
    background-color: var(--vermelho);
}

.navegacao li {
    font-size: 15px;
    color: var(--preto);
    list-style-type: none;
}

.divisoria_nav {
    background-color: var(--vermelho);
    width: 10%;
    height: 0.2rem;
}

.Titulodapag {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 40px;
    margin: 20px;
    text-align: center;
}

.container_frase {
    width: 750px;
    height: 500px;
    border: 1px solid;
    margin: auto;
    border-radius: 50px;
}

.conteudo {
    width: 50%;
    margin: 20px auto;
    padding: 20px;
    background-color: #fffdfd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.periodo {
    margin-bottom: 30px;
}

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

.list {
    width: 80%;
}

.periodo h2 {
    color: #b22222;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.periodo img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.periodo ul {
    list-style: none;
    padding-left: 0;
}

.periodo .texto_grande {
    width: 80%;
}

.periodo .list {
    list-style: disc;
}

.periodo ul li {
    margin-bottom: 5px;
    font-size: 1em;
}

@media (max-width: 768px) {
    main {
        width: 95%;
    }

    .periodo img {
        width: 100%;
    }
}

/* Footer */

.footer-text {
    background-color: #9a1915;
    color: white;

}

.header-nav .nav-link {
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    margin: 6px;
    color: #ffffffff;
}

.footer {
    background-color: #9a1915;
    color: white;
    margin-top: 100px;
}

.footer .icones {
    background-color: #e30613;
}

.senai {
    width: 20%;
    display: inline-block;
    text-align: center;
    padding: 50px 0 40px 0;
    margin-left: 25%;
}

.senai h3 {
    text-align: left;
}

.senai p {
    text-align: left;
}

.sesi {
    width: 20%;
    display: inline-block;
    margin-left: 3%;
    text-align: center;
    padding: 0 0 20px 0px;
}

.sesi h3 {
    text-align: left;
}

.sesi p {
    text-align: left;
}

.footer .icones img {
    display: inline-block;
    margin-left: 25px;
    ;
}

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

.footer-text {
    background-color: #9a1915;
    color: white;
}



.img {
    width: 25%;
    margin-bottom: 300px;
    align-items: center;
}

.team {
    display: flex;
    justify-content: space-around;
    margin: 0px 0px 50px 0px;
    margin-left: 100px;
    margin-right: 100px;
}

.icones {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
    margin-left: -135px;
}