body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f0f8ff;
}

#tresLinhas{
  max-width: 44px;
}

.grid3{
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.flex_SB{
  display: flex;
  justify-content: space-between;
}

.flex_SA{
  display: flex;
  justify-content: space-around;
}

.hidden{
  display: none;
}

.titulo_curso{
  font-weight: bold;
  background-color: #5af;

  text-align: center;
  align-content: center;

  font-size: 20px;
  text-transform: uppercase;

  border-radius: 10px;

  padding: 0px 10px 0px 10px;

  height: 75px;
  width: fit-content;
  max-width: 85%;
  min-width: 50%;
}

.father_img_idiomas{
  width: fit-content;
  width: 90%;
}

.father_btn_idiomas{
  bottom: 0px;

  width: 70%;

  margin: 65px 15% 10px 15%;
}

.img_idiomas{
  left: auto;
  right: auto;
  
  width: 100%;
  
  border-radius: 20px;
}

#title_idiomas{
  margin-top: 75px;
  align-items: center;

  width: fit-content;
  
  padding: 10px 20px 10px 20px;
  
  font-size: 40px;
  font-weight: 800;

  border-radius: 10px;
  

  box-shadow: #05a 10px 10px 0px 0px;
  margin-bottom: 10px;

  background-color: #fff;
}

.slot_cursos{
  border-top: 5px solid #0055aa;
  background-color: #eefaff; 

  justify-items: center;
  width: 100%;
  min-height: fit-content;

  border-radius: 10px;
}

.btn_cursos{
  display:relative;

  background-color: #ffe83b;

  border: 0px;

  width: 100%;
  height: 50px;
  
  margin-bottom: 10px;

  font-weight: 790;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
}

.container_idiomas{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;

  
  width: 100%; 
  height: fit-content;
}

@media(min-width: 750px){
  .container_idiomas{
    grid-template-columns: repeat(3, 1fr);
  }
}

.produtos_div{
  background-color: #20a1fd;

  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 300px;
  width: 32%;
  height: 100%;

  border-radius: 10px;
}

.window{
  display: block;

  position: fixed;
  background-color: rgba(0,85,170,0.6);

  width: 20%;
  min-width: 200px;

  padding: 0px 0px 10px 10px;

  right: 20px;
  top: -50%;
  
  border-radius: 0px 0px 10px 10px;
  
  transition: top 0.5s ease-in-out;
}

.window.slideIn{
  top: 75px;
}

#topBarBtn3Lin{
  padding: 3px;
}

.button_nav_top{
  width: 95%;
  padding: 10px;
}

.btn_page{
  width: 48%;
}

.op_arm{
  background-color: #000;
}

p{
  font-family: 'Segoe UI', sans-serif;
  color: #000;
  font-weight: 600;
}

.button_nav{
  width: 20%;
  min-width: fit-content;
  padding: 10px;
}

.top{
  margin-bottom: 20px;
  margin-right: 50px;
  right: 50px;
  height: 50px;
  width: 50px;
}

.button_init{
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-around;  
}

.div_nav_bar_button{
  min-width: 400px;

  display: flex;
  align-items: center;
  justify-content: space-around;

  width: 40%;
}

.div_logo{
  top: auto;
  bottom: auto;
  
  height: 50px;
  width: 100px;


  margin-left: 30px;
}

.contato_div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav_bar{
  top: 0px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #20a1fd;
  position: fixed;

  left: auto; right: auto;
  width: 100vw;
  height: 75px;
}

.total_div{
  display: flex;
  justify-content: center;
}

.container {
  max-width: 75vw;
  left: auto;
  right: auto;
  margin: 80px 20px 20px 20px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-left: 8px solid #0055aa;
}

.container_produtos{
  width: 90%;
  max-width: 100%;
}

.h1_pro{
  text-align: inherit;
}

h1 {
  text-align: center;
  color: #0055aa;
}

label {
  display: block;
  margin-top: 15px;
  color: #333;
}

input, select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 2px solid #0055aa;
  border-radius: 5px;
}

.btn_cursos{
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background: #ffe200;
  color: #000;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn_cursos:hover{
  background: #e6b800;
}

button {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background: #ffe200;
  color: #000;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background: #e6b800;
}

#mensagem {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  color: green;
}

.title_div_idiomas{
  width: 100vw; 
  justify-content:center;
}