header{

  width: 100%;
  background-image: url(../img/fondo1.jpg);
  background-size: cover;
  display: table;
  height: 340px;
  background-position: 54% 35%;
}
#header2{

  width: 100%;
  background-image: url(../img/fondo1.jpg);
  background-size: cover;
  display: table;
  height: 590px;
  background-position: 54% 45%;
}

#grax{
  font-size: 35px;
}

.logo1 img{
  height: 100px;
  width: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}  
.copete{
  margin-top: 50px;
  text-align: center;
}
.texto2 h2{
  /* color: #fff; */
  font-size: 23px;
  text-shadow: 0 2px 2px rgba(255,255,255,.9);
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width:1024px) {
.logo1 img{
  height: 150px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
}

}
@media (min-width:768px) {

#grax{
  font-size: 50px;
  margin-top: 10%;
}
.texto2 h2{
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
}
}