header .banner-contacto {
  background: url(../img/banner-seccion-contacto-motel-rendus-guadalajara.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  border-bottom: 2px solid #F2293B; }
header h1 {
  position: absolute;
  top: 55px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: Exmouth;
  font-size: 65px;
  color: #FFFFFF; }
  @media screen and (max-width: 992px) {
    header h1 {
      font-size: 40px; } }
header h2 {
  position: absolute;
  bottom: 30%;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-family: Roboto-regular;
  font-size: 80px;
  color: #F42534; }
  @media screen and (max-width: 992px) {
    header h2 {
      font-size: 70px; } }
  @media screen and (max-width: 480px) {
    header h2 {
      font-size: 50px; } }
  @media screen and (min-width: 2200px) {
    header h2 {
      bottom: 50%; } }

section h3 {
  text-align: center;
  font-family: Roboto-regular;
  font-size: 25px;
  line-height: 46.28px;
  color: #737277; }
section .formulario {
  max-width: 600px;
  height: 350px;
  padding: 0 10px;
  color: #FFFFFF; }
  section .formulario input[type="text"], section .formulario #mensaje {
    height: 35px;
    border: 1px solid #C3C4CA;
    background: #000000;
    margin: 13px 0;
    text-indent: 10px; }
  section .formulario #mensaje {
    height: 200px;
    text-indent: 10px; }

.envio #enviar {
  font-family: Roboto-regular;
  font-size: 16px;
  line-height: 46.28px;
  color: #FFFFFF;
  background: #000000;
  border: none;
  width: 97px;
  height: 35px;
  text-indent: -7px;
  transition: all .5s; }
.envio .icon-contact {
  color: red; }
.envio #enviar:hover {
  transition: all .5s;
  font-size: 18px; }
.envio h5 {
  text-align: center;
  font-family: Roboto-regular;
  font-size: 15px;
  line-height: 46.28px;
  color: #737277; }
.envio .enviando {
  display: none; }

.ubicacion #mapa {
  width: 100%;
  height: 610px; }

/*# sourceMappingURL=contacto.css.map */
