/* Fontes */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*   font-family: "Poppins", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* font-family: "Lora", serif; */

/* Fim Fontes */

/* Config Geral */
* {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  z-index: 0;
  position: relative;
  background-color: #f1f1f1;
  font-family: "Poppins", sans-serif;
}

section {
  padding-inline: 10%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.espacador {
  width: 100%;
  height: 80px;
  /* border: 3px solid red; */
}

.titulo {
  font-family: "Lora", serif;
  font-size: 48px;
  font-weight: 300;
  color: #30166B;
}

.titulo hr {
  border: 2px solid #30166B;
}

/* Fim Config Geral */

/* Navbar */
header {
  z-index: 901;
  position: fixed;
}

.navbarSuperior {
  z-index: 900;
  background-color: #30166B;
  color: #F2D561;
  display: flex;
  width: 100vw;
  height: 100px;
  padding-inline: 10%;

  align-items: center;
  justify-content: space-between;
}

.logoSuperior {
  height: 90px;
  margin-top: 5px;
}

.box-interativo {
  display: flex;
  gap: 50px;
  font-size: 42px;
}

.box-pesquisa {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

  font-size: 24px;
  background-color: #f1f1f1;
  color: #30166B;

  width: 400px;
  height: 45px;
  padding-inline: 10px;

  border: 3px solid #F2D561;
  border-radius: 8px;
  gap: 10px;
}

.icon-navbarSuperior {
  cursor: pointer;
}

.input-pesquisa {
  background-color: #f1f1f1;
  color: #30166B;
  font-size: 16px;

  width: 90%;
  height: 100%;
  padding-left: 5px;

  border: 0;
  border-radius: 8px;
}

.input-pesquisa:focus {
  outline: none;
}

/* Fim Navbar */

/* SubNavbar */
.navbar-Inferior {
  z-index: 999;
  background-color: #F2D561;
  width: 100vw;
  height: 50px;
  padding-inline: 10%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

  display: flex;
  justify-content: space-between;
}

.navbar-Inferior a {
  margin: auto;

  font-size: 20px;
  text-decoration: none;
  color: #000;
}

/* Fim SubNavbar */

/* Main */
main {
  z-index: 1;
  background-color: #f1f1f1;
  width: 100vw;
  margin-top: 130px;
}

/* Banner */
.banner {
  width: 100%;
  height: 500px;
  background-image: url('img/bannerApagado.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease-in-out 0.5s;
}

.banner:hover {
  background-image: url('img/bannerAceso.png');
}

/* Fim Banner */

/* Produtos */
.box-produtos {
  /* border: 3px solid #30166B; */
  width: 200%;
  height: 300px;
  overflow-y: hidden;
  display: flex;
}

.box-produtos .produto {
  width: 300px;
  height: 100%;
  margin-right: 20px;
  overflow-y: hidden;
}

.box-produtos .produto img {
  width: 100%;
  height: 80%;
}

.box-produtos .btn-visualizar {
  background-color: #30166B;
  color: #F2D561;
  width: 100%;
  height: 25%;
  margin-top: -10px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;

  text-align: center;
  align-content: center;
  font-size: 24px;
}

/* Fim Produtos */

/* Sobre */
.box-sobre {
  display: flex;
  width: 100%;
}

.box-sobre p {
  width: 50%;
  font-size: 20px;
  text-align: justify;
}

.box-sobre img {
  width: 50%;
  height: 500px;
  margin-left: 50px;
  border-radius: 20px;
}

/* Fim Sobre */

/* Objetivo */
.Objetivo {
  z-index: 3;
  background-color: #30166B;
  box-shadow: 0px 15px 20px #000;
}

.Objetivo .titulo {
  color: #F2D561;
  text-align: center;
}

.box-objetivo {
  display: flex;
  padding-inline: 10%;
  color: #f1f1f1;
}

.box-objetivo p {
  width: 50%;
  font-size: 20px;
  text-align: justify;
}

.box-objetivo img {
  width: 50%;
  height: 550px;
  margin-left: 50px;
  border-radius: 20px;
}

/* Fim Objetivo */

/* Equipe */
.Equipe {
  z-index: 2;
  background-color: #F2D561;
}

.Equipe .titulo {
  text-align: center;
}

/* Agrupamendo dox box-img */
.box-equipe {
  display: flexbox;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* Config Grupo IMG e P */
.box-equipe .box-img {
  z-index: 10;
  cursor: pointer;
  margin: auto;
  display: inline-block;
  overflow-y: hidden;
  text-align: center;

  /* border: 3px solid red; */
  height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Config IMG */
.box-equipe img {
  z-index: 10;
  position: relative;
  margin: auto;
  margin: 0px 15px 15px;
  width: 200px;
  height: 210px;
  top: 30px;
  
  object-fit: cover;
  border: 7px solid #30166B;
  border-radius: 50%;
  transition: ease all 0.5s;
}

/* Hover IMG */
.box-equipe img:hover {
 top: -20px;
}

/* Config P */
.box-equipe .box-img p {
  z-index: 5;
  position: relative;
  margin: auto;
  width: 50%;
  height: 45px;
  top: -30px;
  
  color: #30166B;
  /* border: 3px solid red; */
  
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  transition: ease all 0.5s;
}
/* FimEquipe */

/* Fim Main */

/* Modais */


.janela-modal {
  z-index: 1000;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}.janela-modal .espacador {
  height: 30px;
}.janela-modal .titulo {
  text-align: center;
  font-size: 36px;
} /* Config do espaçador e titulo*/

.janela-modal.abrir {
  display: flex;
}

/* Config Container */
.janela-modal .modal-sugestoes {
  margin: auto;
  z-index: 1001;
  background-color: #f1f1f1;
  width: 60%;
  min-width: 400px;
  height: 80vh;
  border: 10px solid #30166B;
  border-radius: 20px;
  transition: ease all .5s;
}.janela-modal .modal-sugestoes:hover {
  box-shadow: #F2D561 0px 10px 20px 10px;

}

/* Config Container Conteudo */
.modal-sugestoes .box-sugestoes {
  padding-inline: 10%;
  text-align: justify;
}

/* Config input */
.box-sugestoes textarea {
  width: 100%;
  height: 20vh;
  padding: 10px;

  background-color: #e1e1e1;
  border: 3px solid #30166B;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;

  resize: none; /* impede o redimensionamento manual */
  outline: none;
  line-height: 1.5;
  vertical-align: top;  /* Garante que o texto comece no topo */
}.box-sugestoes textarea::placeholder{
  position: absolute;
  top: 10px;
  color: #30166B;
}.box-sugestoes textarea:focus{
  outline: none;
}

/* Config button */
.box-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}.box-btn button{
  margin: auto;
  width: 40%;
  padding: 10px;

  background-color: #e1e1e1;
  color: #30166B;
  border: 2px solid #30166B;
  border-radius: 20px;

  font-size: 16px;
  font-weight: 600;
}/* Fim Config button */

/* Animação Modal Sugestões */
@keyframes abrirmodal {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, -5px);
  } to {
    opacity: 1;
    transform: translate3d(0,0,0 );
  }
}

.abrir .modal-sugestoes{
  animation: abrirmodal 0.5s;
}
/* Fim Animação Modal Sugestões */


/* Fim Modais */