@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap');



.menu_hamburguer {
    width: 10em;
    height: 3em;
    background-image: url(../images/Menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-top: 2.5em;
    margin-left: 50%;
    cursor: pointer; /* Add a pointer to indicate it's clickable */
}

.navegacao__lista {
    display: none;
    position: absolute;
    top: 100%;
    width: 60vw;
}

.lista__botao {
    display: none;
}

.lista__botao:checked~ .navegacao__lista {
    display: block;
}

.cabecalho {
    position: relative;
    justify-content: center;
}


.logo {
    max-width: 50%;
    height: 50%;
    padding: 1.9em 0.5em 0em 1.5em;
}

.lista__paginas {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    margin: 1% 0% 0% 2.5%;
}

.navegacao__abas {
list-style-type: none;
text-decoration: none;
color: rgb(190, 148, 148);
padding: 3em;
background-color: white;
}

.navegacao__abas a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 0,81em;
    text-transform: uppercase;
}

.image-container .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }
  
  .image-container 
  
  .circle:hover {
    width: 150px;
    height: 150px;
  }

  
  .image-container .circle:hover {
    width: 150px;
    height: 150px;
  
    /* Add a green circle around the circle */
    position: relative;
    overflow: hidden;
    border: 10px solid #089b28;
  }
  
  .banner {
    width: 100%;
    height: 20em;
    background-image: url(../images/fundo1.jpg);
    background-position: center;
    background-size: 100%;
    text-align: center;
    position: relative;
    overflow: hidden; /* Ensure the pseudo-element stays within the banner */
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Initially transparent */
    transition: background-color 0.5s ease; /* Smooth darkening transition */
    z-index: 1; /* Place it below the text but above the background */
}

.banner .titulo__texto {
    position: relative;
    z-index: 2; /* Ensure text stays on top of the dark background */
    transition: opacity 0.5s ease; /* Smooth text disappearance */
}

.banner .hover-text {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 2; /* Keep the hover text above the darkening effect */
    opacity: 0; /* Hidden by default */
    transition: opacity 0.5s ease; /* Smooth fade-in for hover text */
    font-size: 25px;
}

.banner:hover::before {
    background-color: rgba(0, 0, 0, 0.5); /* Darken the background on hover */
}

.banner:hover .titulo__texto {
    opacity: 0; /* Hide the initial text on hover */
}

.banner:hover .hover-text {
    display: block;
    opacity: 1; /* Show the hover text on hover */
}



/* Adiciona os circulos para os links dos labs */
.link-container {
    display: flex;
    align-items: center;
  }
  
  .link-container .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(255, 217, 0);
    margin-left: 10px;
  }
  
 
  
  .label {
    margin-left: 10px;
    font-size: 25px;
    color: black;
    text-decoration: none;
  }
  
  .label:hover {
    color: #089b28;
  }

.titulo {
    margin-left: auto;
    margin-right: auto; 
    padding-top: 4em;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: bold;
    font-size: 2em;
}



.sobre {
    display: flex;
    flex-direction: column; 
    text-align: center;
    padding-bottom: 5%;    
}

.subtitulo {
    padding-top: 1 em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.87em;
}

.paragrafo {
    padding: 1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

.subtitulo__conteudo-principal {
  font-size: 16px;
}


    .circle img {
        filter: grayscale(50%);
      }
      
     .circle img:hover {
        filter: none;
      }


.botao__home {
    background-color: #089b28;
    border-radius: 5px;
    width: 50%;
    padding: 1em;
    text-decoration: none;
    color: rgb(40, 163, 15);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom:  1em;
    margin-left: 5em;
}

.conteudo {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.subtitulo__conteudo {
    padding-top: 1 em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    width: 70%;
    padding-left: 0em;

}

.titulopagina {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;        /* Keeps the font smaller */
    text-align: center;       /* Centers the text horizontally */
    margin: -20px auto 20px auto; /* Adds 20px space at the bottom */
    width: 100%;              /* Ensures the element takes up the full width */
}



.imagem  {
    width: 100%;
    padding: 1em 0 2em 0;
}

.imagem__solucao {
    width: 60%;
    padding: 2em 0 2em 5em;
}

.negrito {
    font-weight: bold;
}
.rodape {
    background-color: #036F3E;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: white;
}


.image-container {
    display: flex;
    justify-content: space-around;
  }
  
  .image-container a {
    display: flex;
    flex-direction: column; /* Stack the image and name vertically */
    align-items: center; /* Center align items horizontally */
    text-align: center; /* Center align the text within the container */
    margin: 10px; /* Adjust the margin for spacing */
    text-decoration: none; /* Remove underlines from the links */
  }
  
  .image-container .circle {
    width: 100px; /* Adjust the width as needed */
    height: 100px; /* Adjust the height as needed */
    border-radius: 50%;
    overflow: hidden;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
  }
  
  .image-container span {
    margin-top: 5px; /* Adjust the spacing between the image and name */
    font-weight: bold; /* Apply bold styling to the names */
    color: black; /* Set the text color to black */
    font-family: "Arial", sans-serif; /* Change the font family here */
  }
  
  
.titulo__rodape {
    font-weight: bold;
    padding: 0.5em;
}


@media screen and (min-width: 768px) {
    .menu_hamburguer {
    margin-top: 3.2em;
    background-size: 6em;
    }

    .navegacao__abas a{
        font-size: 1.5em;
    }

    .logo {
        padding: 2.5em 0.5em 2em 2em;
    }

    .titulo {
        padding-top: 3em;
        font-size: 3em;
    }

    .subtitulo {
        padding-top: 1em;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 3em;
    }

    .paragrafo {
        font-size: 2em;
    }

    .botao__home {
        border-radius: 10px;
        width: 50%;
        padding: 1em;
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom:  1em;
        margin-left: 7.4em;
    }

    .subtitulo__conteudo {
        padding-left: 1.8em;
    }

    .titulo__rodape {
        font-size: 2em;
    }

    .integrantes {
        font-size: 2em;
    }

    .imagem__solucao {
        width: 60%;
        padding: 2em 0 2em 10.5em;
    }

    .subtitulo__conteudo {
        font-size: 3em;
    }

    .exemplos {
        font-size: 2em;
    }

    .subtitulo__contato {
        padding: 2em 0 1em 4em;
    }

    .formulario {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1em 1em;
        font-size: 1.5em;
    }

    .botao__formulario {
        padding: 1em 0em;
        font-size: 1em;
    }

    .campo__formulario {
        height: 2em;
        width: 50em;
        padding-left: 3em;
    }

    .texto__agradecimento {
        padding-top: 14em;
        padding-bottom: 8em;
    }

    .botao__agradecimento {
        margin-bottom: 14em;
    }

}

@media screen and (min-width: 1280px) {
    .menu_hamburguer {
       display: none;
    }

    .cabecalho {
        display: flex;
        flex-flow: column;
    }

    #id__logo{order:1;}

    #lista__header{order:2;}

    .navegacao__lista {
        display: flex;
        position: relative;
        padding: 3em 0em 3em 6em;
        align-items: center;
    }

    .navegacao__abas {
        padding: 0.5em;
    }

    .abas__ajustadas {
        margin-right: 3.5em;
    }

    .navegacao__abas a{
        font-size: 1.5em;
    }

    .navegacao__abas a:hover{
        color: #19bd22;
        font-size: 1.6em;
    }

    .logo {
        max-width: 20%;
        height: 50%;
        padding: 1.9em 0em 1.9em 1.5em;
    }

    .banner {
        width: 100%;
        height: 40vw;
    }

    .titulo {
        padding-top: 4em;
        font-size: 4em;
    }

    .subtitulo {
        padding-top: 2em;
        padding-bottom: 1em;
    }

    .botao__home {
        width: 25%;
        margin-left: 38em;
    }

    .imagem {
        width: auto;
        height: 40vw;
    }

    .subtitulo__conteudo {
        margin-top: 1em;
        padding-left: 5.5em;
        padding-bottom: 1em;
    }

    .rodape {
        margin-top: 3em;
    }

    .imagem__solucao {
        width: 30%;
        padding: 2em 0 2em 55em;
    }

   

}



/* CSS PAGINA PADRÃO PARA OS LABS */

.lab {
    text-align: center;
  }
  
  .titulo_lab {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 34px;
    margin: 0 auto;
  }
  
  .page-specific-audio {
    position: fixed;
    top: 5em;
    right: 0;
  }
  
  .audio-description {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 16px;
  color: white;
  background-color: black;
  padding: 5px;
}

