
/*
==============================================
Codigo de letras entre contenedores
==============================================
*/

.entre-contenedor{
height: 100px;
width: 100%;
}

.entre-contenedor h1{
text-align: center;
margin-top: 100px;
margin-bottom: 0px;
}

/*
==============================================
Contenedor texto
==============================================
*/
#contenedor3 {

  max-height: 100%;
  height: 360px; //altura del fondo
  position: relative;
  margin: 0 auto;
  padding: 5%;
  background-size: cover; //ajusta el fondo a la imagen
}

#contenedor3 h1{
     text-align: center;
    margin-top: 100px;
    color: #fff!important;
    font-weight: 700;
    font-size: 42px;
}


}
@media(max-width:767px) {
  #contenedor3 {
    height: 300px !important;
}
#contenedor3 h1 {
    margin-top: 60px;
    font-weight: 700;
    font-size: 38px !important;
}
}