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

/* Cabecalho */
.logo img {
    height: 70px;
    width: 70px;
}

header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #F6A311;
    
    height: 40px;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
}

.menu-desktop ul {
    display: flex;
}

.menu-desktop ul li  {
    list-style: none;  
    margin: 0 10px;
}

.menu-desktop ul li a {
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #Fff;
    padding: 3px 6px;
    
    border-radius: 10px;
}

.menu-desktop ul li a:hover {
    background-color: #Fff;
    color: #F6A311;
}

.btn-abrir-menu i {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/* Menu Mobile */
.menu-mobile {
    background-color: #F6A311;
    height: 100vh;
    width: 0%;
    position: fixed;
    top: 0;
    right: 0;
    
    overflow: hidden;
    transition: .5s;
}

.menu-mobile.abrir-menu {
    width: 70%;
}

.menu-mobile.abrir-menu {
    display: block;
}

.menu-mobile .btn-fechar {
    padding: 20px 5%;
}

.menu-mobile .btn-fechar i {
    color: #Fff;
    font-size: 30px;
    cursor: pointer;
}

.menu-mobile .btn-fechar i:hover {
    color: #F6A311;
    background-color: #FFF;
}

.menu-mobile nav ul{
    text-align: center;
    list-style-type: none;
}

.menu-mobile nav ul li {
    padding: 20px 10%;
}

.menu-mobile nav ul li a {
    text-decoration: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: #FFF;
    display: block;
    padding: 5px 0;
}

.menu-mobile nav ul li a:hover {
    background-color: #FFF;
    color: #F6A311;
}

/* Deixar menu mobile fixo // não deixa usuário rolar a tela*/
.no-overflow {
    overflow: hidden;
  }
/* Fim /obs: tem java script */

/* Seção Hero  */
.interface {
    max-width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

.hero { 
    display: flex;
    height: 500px;
    justify-content: center;
}

.hero img { 
    max-width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
}

/* Seção sobre */
.container-sobre {
    background-color: #F6A311;
}

.container-itens {
    display: flex;
    align-items: center;
    justify-items: center;
    margin: 0 10%;
    padding: 10px 0;
}

.container-itens p {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 100;
    line-height: 25px;
    color: #FFF;
    text-align: justify;
    padding: 10px;
}

.container-itens img {
    max-width: 200px;
    border-radius: 30px;
    padding: 10px;
}

/*  SEÇÃO INTEGRANTES */
.integrantes h1{
    font-family: 'Open Sans';
    font-size: 2em;
    color: #F6A311;
    text-align: center;
    padding-top: 80px;
    font-weight: 100;
}

.container-integrantes {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
}

.secaoIntegrantes {
    display: block;
    height: 100%;
    width: 30%;
    justify-items: center;

    align-items: center;
    justify-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 40px 0;
}

.carousel-texto {
    display: flex;
    flex-direction: column;
}

.carousel-texto h2 {
    font-family: 'Open Sans';
    color: #F6A311;
    text-align: center;
    font-size: 1.4em;
    padding: 20px;
}

.carousel-texto p {
    padding: 20px;
    text-align: left;
    font-family: 'Open Sans';
    text-align: justify;
    font-size: .9em;
}

.carousel {
    display: flex;
    position: relative;
    width: 150%;
    height: 250px;
    max-width: 180px;
    margin-top: 10px;

    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.carousel-images {
    display: flex; /* Coloca as imagens lado a lado */
    transition: transform 0.5s ease-in-out;
}

.carousel-images img {
    width: 100%; /* Cada imagem ocupa a largura do contêiner */
    height: 100%;
    flex-shrink: 0; /* Impede que as imagens encolham */
}

.carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 5px;
    cursor: pointer;
    z-index: 10;
    border-radius: 20%;
}
  
.carousel button:hover {
    background: rgba(0, 0, 0, 0.8);
}
  
.prev-btn {
    left: 2px;
}
  
.next-btn {
    right: 2px;
}

/* Atividades */
.container-atividades {
    background-color: #F6A311;
    
}

.container-atividades h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 100;

    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}

.itens-atividades {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 25px 0;
}

.itens-atividades img {
    max-width: 320px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #fff;  
}

.itens-atividades img:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 20px 5px#fff;
    transition: .5s;
}

.texto-atividades h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    font-weight: 100;
    padding-bottom: 10px;

    color: #fff;
    text-align: center;
}

.texto-atividades hr {
    height: 2px;
    width: 80%;
    background-color: #FFF;
    border: none;
    margin: 0 auto;
}

.texto-atividades p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-align: justify;
    color: #FFF;
    width: 400px;
    padding: 10px 0;
}

/* Footer */
.container-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
}

.footer {
    justify-items: center;
}

.footer img {
    height: 60px;
    width: 100px;
    border-radius: 10px;
}

.footer h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    color: #F6A311;

    padding-bottom: 20px;
}

.footer a {
    list-style-type: none;
    text-decoration: none;
}

.footer button {
    font-size: 20px;
    color: #F6A311;
    border: 1px solid #F6A311;
    border-radius: 50px;

    padding: 15px 20px;
    margin: 0 5px;

    background-color: transparent;
}

.footer button:hover {
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;

    padding: 15px 20px;
    margin: 0 5px;

    background-color: #F6A311;
    transition: .5s;
}