
body {font-family: Verdana, sans-serif; margin:0}         


.dropbtn {
  background-color: rgb(255, 255, 255);
  border: none;
  padding: 15px 0px;
  position: sticky;
  text-decoration: none;
  cursor: pointer;
  width: 1000px;
  font-size: 23px;
  left: 0; 
  right: 0; 
  margin: auto; 
  top: 950px;
}


.dropbtn:hover {
  background-color: #bbb;
}

/*estio da caixa de texto*/
.dropdown-texto {
  text-align: left;
  background-color: #ffffff;
  width: 1000px;
  height: auto;
  text-decoration: none;
  background-size: auto;
  padding: 0.3em;
  
}

.dropdown-texto:not(:first-child) {
  display: none;
}

.dropdown-texto p {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-align:left;
  margin:auto;
  padding-left: 1em;
  padding-bottom: 0.5em;

}


.dropdown-texto2 {
  margin: auto;
  display: none;
  position: relative;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
  width: 1000px;
  margin-top: -60px;
 
}


.dropdown-texto2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  text-align:left;
  margin-left: 15px
}

/**************************Divisão de botões de caixa de texto*******************************/

.dropbtn3 {
  background-color: #ffffff3d;
  border: none;
  padding: 15px 0px;
  position: absolute;
  text-decoration: none;  
  cursor: pointer;
  width: 1000px;
  top: 950px;
  font-size: 23px;
  left: 0; 
  right: 0; 
  margin: auto; 
}

.dropbtn4 {
  background-color: #ffffff3d;
  border: none;
  padding: 15px 0px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  width: 1000px;
  bottom: 0px;
  right: 0px;
  font-size: 23px;
}

.dropbtn3:hover {
  background-color: #413e3d4f;
}

.dropbtn4:hover {
  background-color: #413e3d4f;
}


.show2 {display: block;}
/**************************Divisão de botões de caixa de texto*******************************/

.dropbtn5 {
  background-color: #ffffff3d;
  border: none;
  padding: 15px 0px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  width: 1000px;
  top: 950px;
  font-size: 23px;
  left: 0; 
  right: 0; 
  margin: auto; 
}

.dropbtn6 {
  background-color: #ffffff3d;
  border: none;
  padding: 15px 0px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  width: 1000px;
  bottom: 0px;
  right: 0px;
  font-size: 23px;
}

.dropbtn5:hover {
  background-color: #413e3d4f;
}

.dropbtn6:hover {
  background-color: #413e3d4f;
}

.show3 {display: block;}


  
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .dropdown-texto1 {
      width: 350px; 
      height: 290px;
    }
    .dropdown-texto2 {
      width: 500px; 
      height: 290px;
    }
 
  } 
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .dropdown-texto1 {
      width: 500px; 
      height: 250px;
    }
    .dropdown-texto2 {
      width: 500px; 
      height: 220px;
    }

  }

  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .dropdown-texto1 {
      width: 700px;
      height: 250px;
    }
    .dropdown-texto2 {
      width: 700px;
      height: 150px;
    }

  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .dropdown-texto1 {
      width: 1000px;
      height: 200px;
    }
    .dropdown-texto2 {
      width: 1000px; 
      height: 150px;
    }

  } 

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .dropdown-texto1 {
      width: 1000px; 
      height: 200px;
    }
    .dropdown-texto2 {
      width: 1000px; 
      height: 150px;
    }
  }
