#header{

  width: 100%;
  background-image: url(../img/foto1.jpg);
  background-size: cover;
  display: table;
  height: 397px;
  background-position: 54% 70%;
  position:relative;
  margin-top: 90px;
}
#header2{

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

#header .contenedor { text-align:center; display:table; height:inherit; width:85%;}

#grax{
  font-size: 35px;
}

.logo1 img{

  /* width: 300px; */
  height: 60px;
}
.frase{
  text-shadow: 3px 2px 3px rgba(246, 141, 31,.8);
  font-weight:900;
   display: table-cell;
  vertical-align: middle;
}
.texto2{
	padding-top:30px;
	margin-top: 60px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0,.8);
font-weight: 900;
}

.frase h2{
  color: #fff;
  font-size:48px;
  line-height:1.5em;

}
.texto2 h2{
  color: #fff;
  font-size: 23px;
  font-weight: lighter;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  text-align: center;
}


.overlay{
  background-color: rgba(0,0,0,0.3);
  width: inherit;
  height: inherit;
  position:absolute;
}


@media (min-width:768px){

  .texto h2{
  font-size: 30px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
.texto2 h2{
font-size: 30px;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 0px;
}
}
@media only screen and (max-width : 767px) {
.frase h2{ font-size:33px; line-height:1.4em;  }	
}

#grax{
  font-size: 50px;
  margin-top: 10%;
}
