@import url(historia.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


* {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', 'Times New Roman', Times, serif, Geneva, Verdana, sans-serif;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 0%;

}

.principal {

  background-size: cover;
  background-position: center;
  z-index: -1;

}

.header {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 40px;
  text-align: left;
  opacity: 0.8;

}

header {
  align-items: center;
  padding: 0.7rem 1rem;
  display: flex;

}

.logo img {
  height: 100px;
}



.conta {
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float: left;


}

.conta a {
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float: left;
  background-color: #ffffff;
  margin: 0 2px;
  border-radius: 3px;
}

.menuTopo {
  overflow: hidden;
  background-color: #4B7238;
  top: 0px;
  position: sticky;
  display: flex;
  justify-content: space-around;
  z-index: 80;

}

.menuTopo ul li {
  float: left;
  border: none;
  border-left: solid 2px;
  border-right: solid 2px;
  color: #ffffff;
}

.menuTopo ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;

}

.menuTopo a {
  display: flex;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  float: right;
  background-color: #4B7238;
  justify-content: space-around;

}

.menuTopo a:hover {
  background-color: #4B7238;
  opacity: 0.5;
  color: #e8f1f2;

}

.buttons {
  position: absolute;
  /*top: 20px;*/
  right: 20px;



}

.btn:hover {
  background-color: #4B7238;
}

.btn {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  padding: 10px 20px;
  border: solid 2px;
  border-color: #FDCD08;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s;


}

.btn1 {

  font-size: 40px;
  border: none;
  cursor: pointer;
  background-color: #ffffff;

}

header img {
  width: 100px;
}

main {
  flex: 1;
  display: flex;
}

.menu {
  flex-basis: 250px;
  background-color: var(--cor-principal);
  display: flex;
  flex-direction: column;
  /*Organiza os itens em um coluna */
  margin: 0;
  padding: 0;
  z-index: 90;
}

.menu a {
  text-decoration: none;
  color: #fff;
  padding: 15px;
  display: block;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.menu li {
  margin-bottom: 10px;
  border-bottom: #ddd solid;
}

.menu a:hover {
  background-color: #ddd;
  color: black;
}

.slogan {
  background: linear-gradient(#ffde59, #ff914d);
  height: 400px;
  color: #4B7238;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;

}

.img-slogan {
  height: 150px;

}

.div-slogan {
  width: 250px;
}

.texto-slogan {
  width: 300px;
  text-align: center;

}

.image-container {
  display: flex;
  /* Define layout flexível */
  justify-content: center;
  /* Centraliza as imagens horizontalmente */
  gap: 20px;
  /* Espaço entre as imagens */
  background-color: #597c52;

}

.image-container img {
  width: 600px;
  /* Define a largura das imagens (ajustável) */
  height: auto;
  /* Mantém a proporção da imagem */
  border: 50px solid #597c52;
  /* Adiciona uma borda (opcional) */
  border-radius: 8px;
  /* Bordas arredondadas (opcional) */
}

.left {
  right: 0.5%;
  background-color: off;
}

.left::after {
  left: 100%;
}

.content {
  padding: 20px 30px;
  background-color: #e8f1f2;
  position: relative;
  border-radius: 6px;
}

.content h2 {
  margin-top: 0;
}

.mvv {
  background: linear-gradient(#ffde59, #ff914d);
  height: 500px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;

}

.imgv {
  width: auto;
}

.texto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 8px;
  /* width: 129%; */
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.mvv-conteiner:hover .texto {
  opacity: 1;
}

.mvv-conteiner {
  flex-direction: row;
  justify-content: space-around;

}

.left {
  right: 0.5%;
  background-color: off;
  width: 400px;
}

.left::after {
  left: 100%;
}

.Premios {
  background: #597c52;
  height: 550px;
  text-align: center;

  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
  font-size: 22px;
}



.slider {
  /* Imgs */
  margin: 0 auto;
  width: 800px;
  height: 400px;
  overflow: hidden;
}

.slides {
  width: 400%;
  height: 400px;
  display: flex;
}

.slides input {
  display: none;
}

.slide {
  width: 25%;
  position: relative;
  transition: 2s;
}

.slide img {
  width: 800px;
}

.menu_naveg {
  /*menu manual */
  position: absolute;
  width: 750px;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px #ffffff;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background-color: #ffffff;
}

#radio1:checked~.primeiro {
  margin-left: 0;
}

#radio2:checked~.primeiro {
  margin-left: -25%;
}

#radio3:checked~.primeiro {
  margin-left: -50%;
}

#radio4:checked~.primeiro {
  margin-left: -75%;
}

/* BTNS para mudar as imgs */
/* button {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin: 0 5px;
} */

.navega div {
  /* Menu Automático*/
  border: 2px solid rgb(255, 255, 255);
  padding: 5px;
  border-radius: 10px;
  transition: 0.5s;
}

.navega {
  position: absolute;
  width: 800px;
  margin-top: 360px;
  display: flex;
  justify-content: center;
}

.navega div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked~.navega .auto_btn1 {
  background-color: #949494;
}

#radio2:checked~.navega .auto_btn2 {
  background-color: #949494;
}

#radio3:checked~.navega .auto_btn3 {
  background-color: #949494;
}

#radio4:checked~.navega .auto_btn4 {
  background-color: #949494;
}

.card {
  background-color: #f1f1f1;
  width: 250px;
  margin: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

footer {
  background-color: #4B7238;
  /* Verde escuro */
  color: #fff;
  /* Branco */
  padding: 20px 0;

}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 200px;
  margin: 10px;
}

.footer-section h4 {
  color: #ffcc00;
  /* Amarelo */
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #ffcc00;
  /* Amarelo */
}

.social-icons {
  display: flex;
  /* Ativa o layout flexbox */
  flex-direction: row;
  /* Alinha os ícones horizontalmente */
  justify-content: center;
  /* Centraliza os ícones no contêiner */
  gap: 15px;
  /* Adiciona espaçamento entre os ícones */
  margin-top: 20px;

}

.social-icons a {
  color: #ffcc00;
  font-size: 20px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ffcc00;
  /* Amarelo */
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #ffcc00;
  /* Linha amarela */
  padding-top: 10px;
}

.images {
  display: flex;
  /* Usa o flexbox para alinhar os itens lado a lado */
  align-items: center;
  /* Alinha verticalmente no centro */
  gap: 20px;
  /* Espaçamento entre a imagem e o texto */

}

@media screen and (max-width:1960px) {


  header img {
    width: 100px;
    height: auto;
  }

  .menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #207a3b;
    padding-top: 50px;
    color: black;
  }

  .menu button {
    display: block;
    width: 30px;
    position: absolute;
    background-color: #207a3b;
    top: 10px;
    right: 20px;
    color: #fff;

    font-size: 30px;
    border: none;
    cursor: pointer;
  }

  .mostrar {
    display: none;
  }

  main {
    padding: 10px;
  }
}

@media screen and (max-width:1028px) {

  .esquerda,
  .direita {
    width: 100%;
    padding: 10px;
  }

  .corpo {
    width: 100%;
    padding: 5px;
    margin: 0;
  }
}

@media screen and (max-width: 700px) {

  .image-container{
    flex-direction: column;


  }
}

@media screen and (max-width: 400px) {

  .menuTopo ul li,
  .menuTopo a {
    float: none;
    width: 100%;
  }

}