body {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background-color: white;
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  /* permite que o conteúdo quebre linha em telas menores */
}

/*Cabeçalho*/
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.dropdown:hover .dropdown-menu:hover {
  display: block;
}

.dropdown-menu li b {
  font-style: normal;
}

.dropdown-menu li a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #337AA6;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background-color: rgba(128, 128, 128, 0.405);
  color: green;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #337AA6;
  background-color: white;
  margin-right: 10px;
  height: 8.4vh;

}

#logo img {
  width: 9%;
  display: block;
  margin-right: 182px;
  height: auto;
}

ul {
  padding-top: 15px;
}

#flag1 {
  padding-right: 2vh;
  width: 29px;
  height: 31px;
  position: relative;
  top: -3px;
}

#flag2 {
  padding-right: 2vh;
  width: 25px;
}

#flag3 {
  padding-right: 2vh;
  width: 25px;
  height: 31px;
  position: relative;
  top: -3px;
}

#flag1:hover,
#flag2:hover,
#flag3:hover {
  transform: scale(1.2);
}

.item_nav {
  list-style: none;
  display: flex;
}

.item_nav>li>a {
  padding-right: 10px;
  padding-left: 10px;
  color: green;
  text-decoration: none;
  font-size: 18px;
}

.letras:hover {
  background-color: rgba(128, 128, 128, 0.405);
  padding-bottom: 2.4vh;
  padding-top: 2.4vh;
}

.bnt {
  background-color: #1D5273;
  color: #9BDAF2;
  border-radius: 2px;
}

#bnt:hover {
  background-color: #9BDAF2;
  color: #1D5273;
}

/*Formulario Orçamento*/
.formulario {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  /* centralização corrigida */
  transform: translate(-50%, -50%);
  border-radius: 8px;
  border: 5px solid;
  width: 75vh;
  max-width: 90%;
  /* impede que estoure a tela */
  height: 95vh;
  max-height: 95%;
  background-image: url(../img/tronco.jpg);
  background-size: cover;
  color: aliceblue;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1000;
}

#serv {
  font-weight: bold;
}

textarea {
  resize: vertical;
  width: 100%;
  min-height: 100px;
  max-height: 300px;
  padding: 8px;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
}

/*Login*/
#login {
  width: 190px;
  height: 290px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.767);
}

#cortina {
  display: none;
  position: fixed;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#btn-reset {
  background-color: #eeeeeece;
  color: rgba(0, 0, 0, 0.793);
}

.btn,
#btn-submeter {
  background-color: green;
  color: #eee;
  height: 35px;
  border-radius: 5px;
  margin-right: 5px;
}

#btn-fechar1,
#btn-fechar2 {
  background-color: #1D5273;
  color: #eee;
  height: 35px;
  border-radius: 5px;
  margin-right: 5px;
}

.bnt:hover {
  transform: scale(1.2);
}

#btn-fechar2:hover,
#btn-enter:hover,
#btn-fechar1:hover,
#btn-reset:hover,
#btn-submeter:hover {
  transform: scale(1.2);
}

#btn-enter {
  background-color: green;
  color: #eee;
  height: 35px;
  border-radius: 5px;
  margin-right: 5px;
}

/*Banner*/
.barnner h1,
.barnner img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  justify-content: center;
}

.barnner {
  background-image: url(../img/grama2.jpg);
  background-size: cover;
  width: 100%;
  height: 76.5vh;
  display: flex;
  flex-wrap: wrap;
  /* garante que o conteúdo se reorganize */
  justify-content: center;
  align-items: center;
  text-align: center;
}

#nome {
  color: rgb(255, 255, 255);
  font-size: 50px;
  margin-left: 6%;
}

.item img[src*="jardineiro.png"] {
  width: 54.7vh;
  max-width: 100%;
  border-right: 8px dashed rgb(255, 255, 255);
  margin-top: 20px;
  filter: drop-shadow(-5px 2px 10px black);
  height: auto;
}

.item img[src*="img/img1.jpeg"] {
  width: 45%;
  max-width: 100%;
  border-radius: 15px;
  margin-top: 20px;
  margin-left: 4%;
  height: auto;
}

/* Footer */
.rodape {
  background-color: white;
  color: green;
  width: 100%;
  height: 12.2vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
  text-align: center;

}

#imgbi {
  width: 20vh;
  max-width: 100%;
  height: auto;
}

#imgast {
  margin-top: 1vh;
  width: 10vh;
  max-width: 100%;
  height: auto;
}

#vissao {
  margin: 0;
  padding: 0;
  font-family: "Radley", serif;
  font-size: 60px;
}

/* Responsividade */
@media screen and (max-width: 1025px) {

/* CABEÇALHO */
  /* Logo */
  #logo img {
    width: 50px;
    height: auto;
    padding-left: 3%;
    border-radius: 50%;
    margin-right:80px;
  }

  /* Bandeiras */
  #flag1 {
    padding-right: 2vh;
    width: 50px;
    height: 45px;
    position: relative;
    top: -3px;
  }

  #flag2 {
    padding-right: 2vh;
    width: 48px;
    height: 38px;
  }

  #flag3 {
    padding-right: 2.35vh;
    width: 44px;
    height: 45px;
    position: relative;
    top: -3px;
  }

  #flag1:hover,
  #flag2:hover,
  #flag3:hover {
    transform: none;
  }


}