@charset "UTF-8";

/*
Paleta de cores
Verde-escuro: #2F4B34
Verde: #406E3F
Verde-claro: #B7D692
Verde-água: #519B84
Verde-kelly: #58AA38
Verde-amarelado: #81C12A
Branco-esfumaçado: #F5F5F5
Pastel: #EAE0CC
Azul: #3B506B
Preto: #000000
*/

/* GLOBAL STYLR */

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
 
/* Scroll bar */

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #D5B484;
  border-radius: 50px;
}

ul {
  list-style-type: none;
}

li,
a {
  text-decoration: none;
  position: relative;
}

:root {
  --Verde-escuro: #2f4b34;
  --Verde: #406e3f;
  --Verde-claro: #b7d692;
  --Verde-água: #519b84;
  --Branco-esfumaçado: #f5f5f5;
  --Pastel: #eae0cc;
  --Azul: #3b506b;
  --Preto: #000000;
  --Verde-kelly: #58aa38;
  --Verde-amarelado: #81c12a;
}

body,
html {
  background: var(--Pastel);
  color: var(--Azul);
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

/* HEADER */

.header-container {
  display: flex;
  justify-content: space-between;
  height: 150px;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 10%;
  background-color: white;
}

.column {
  padding: 10px;
}

.logo {
  width: auto;
  margin-right: 10px;
}

.header-logo {
  width: 200px;
  transition: all 0.2s ease-in-out;
}

.header-logo:hover {
  transform: scale(1.1);
}

.search {
  width: 40%;
  margin: 0 5px;
}

.column_search {
position: relative;
}

.search-box {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
}

#txtBusca {
  font-size: 18px;
  border: none;
  width: 75%;
  position: relative;
  height: 65px;
  left: 34px;
  background: transparent;
  outline: none;
}

#search-image {
  margin-bottom: -13px;
  margin-left: 35px;
}

.login-cadastro {
  width: auto;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.login-cadastro > a {
  margin-right: 10px;
  color: #000000;
}

.login-cadastro > a:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #d5b484;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.login-cadastro > a:hover:after {
  width: 100%;
  left: 0;
}

.account-icon {
  transition: all 0.2s ease-in-out;
}

.account-icon:hover {
  transform: scale(1.1);
}

/* NAVIGATION MENU */

.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 70px;
  background-color: white;
}

.main-menu > li > a {
  position: relative;
  padding: 5px 10px;
  color: #000000;
}

.main-menu > li > a:after {
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #d5b484;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.main-menu > li > a:hover:after {
  width: 100%;
  left: 0;
}

/* Main */

main {
  position: relative;
  height: 100vh;
  width: 100vw;
  display: block;
}

section#esqsenha {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 250px;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
  transition: width 0.3s, height 0.3s;
  transition-timing-function: ease;
}

section#esqsenha > div#imagem {
  display: block;
  background: var(--Branco-esfumaçado) url(../Imagens/cravo.jpg) no-repeat;
  height: 200px;
  background-size: cover;
  background-position: left;
}

section#esqsenha > div#formulario {
  padding: 10px;
  display: block;
}

div#formulario > h1 {
  text-align: center;
  margin-bottom: 10px;
}

div#formulario > p {
  text-align: center;
  font-size: 0.8em;
  color: var(--Azul);
}

form > div.campo {
  background-color: var(--Verde-amarelado);
  border: 2px solid var(--Verde-kelly);
  width: 100%;
  display: block;
  height: 40px;
  border-radius: 8px;
  margin: 5px 0px;
}

div.campo > label {
  display: none;
}

div.campo > span {
  color: white;
  /*background-color:black;*/
  font-size: 1.65em;
  width: 40px;
  padding: 5px;
}

div.campo > input {
  background-color: #f5f5f5;
  font-size: 0.8em;
  width: calc(100% - 46px);
  height: 100%;
  transform: translateY(-8.6px);
  border: 0px;
  border-radius: 8px;
  padding: 6px;
  color: black;
}

div.campo > button:focus-within {
  background-color: white;
  border: none;
}

form > button {
  display: block;
  font-size: 0.8em;
  width: 100%;
  height: 40px;
  background-color: var(--Verde-amarelado);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: var(--Branco-esfumaçado);
}

form > button:houver {
  background-color: #b7d692;
}

/* RODAPÉ */

/* .footer-container {
  max-width: 100%;
  margin: auto;
  background-color: white;
  padding: 80px;
} */

.logo-footer {
  display: none;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 0 1%;
}

/* COPYRIGHT */

.copyright {
  background-color: #519b84;
  text-align: center;
  padding: 15px 0;
}

.copyright > p {
  color: #fff;
}

/* BACK TO TOP ICON */

.back-to-top {
  position: fixed;
  bottom: 10px;
  float: right;
  right: 50px;
}

.back-to-top > img {
  width: 80%;
}


/* Mobile Menu */

.menu-btn {
  display: none;
  color: var(--Verde-água)
}

.mobile-menu {
  background-color: white;
  display: none;
}

.mobile-menu a {
  color: #000000;
}


/*modal*/

#modal_valida{
text-align: center;
padding: 20px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 50%;
border-radius: 5%;
display: none;
position: relative;
top: 100px;
background-color:var(--Branco-esfumaçado);
}

/* DADOS DE PESQUISA */

.busca{
  display: flex;
  flex-direction: column;
  position: absolute;
  font-size: 1rem;
  border-radius: 10px;
  top: 60px;
  left: 10%;
  background-color: rgb(255, 255, 255);
  width: 65%;
  text-align: center;
  margin-top: 5px;
  z-index: 5;
}

.busca li{
   padding-top: 10px;
   z-index: 5;
}

.busca ul li a{
  color: #000000;
}

/* Estilos para o modal */
#modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
}

#modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#modal-close:hover,
#modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}