.maps{
  height: 400px;
  cursor: pointer;
}
.maps .capa-anti-zoom {
      width: 100%;
      height: 400px;
      position: absolute;
      cursor: pointer;
  }
  iframe{
    box-sizing: border-box;
  }

.inner{
  height: 170px;
  background: #747474;
}

.inner-h2{
  width: 100%;
  position: absolute;
  z-index: 9999;
}

.inner-h2 h2{
  font-size: 1.7em;
  color: #fff;
  align-content: center;
  width: 25%;
  margin-left: 370px;
  float: center;
  text-align: center;
  background:#747474;
}

.inner{
  padding-top: 35px;
}

.inner p{
  color: #fff;
  position:relative;
  text-align: center;
  padding:50px 10px;
  margin: 0;
  z-index: 0;
  border-top: solid 2px #4d4d4d;
}

/*------FORMULARIO DE CONTACTO--------*/

.form-contact{
  float: left;
  height: 670px;
  padding: 20px;
}


.formulario{
  width:100%;
  height:650px;
  margin:0 auto;

}

.contact_form{
  width:100%;
  margin:auto;
}
.contact_form h2 {
  margin-top: 20px;
  margin-bottom: 5px;

}


/*— estilos para los ul y li  —*/
.form {
  width:100%;
  float: left;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
  list-style-type:none;
  display: flex;
  flex-wrap: wrap;

}
.contact_form span {
  color: #fcae00;
}
.excep {
  width: 100%;
  height: auto;
}
  .form .excep li  {
  width:100%;
  box-sizing: border-box;
  height:30px;
  margin: 34px 0px;
  border-bottom:1px solid #eee;
  transition: 0.5s;
}


.form > li  {
width:100%;
height:70px;
margin: 20px 0px;
border-bottom:1px solid #eee;
}
/* === Elementos del Formulario === */
.form .excep li label {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  font-weight: light;
  padding: 3px;

}
.form  li label {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  font-weight: light;
  padding: 3px;
  float: left;

}
.form  li input {
  width:90%;
  transition: 0.9s;
  box-sizing: border-box;
  height: 30px;
  padding:5px 8px;
}
.form  li input:hover{
  width: 100%;
  transition: 1.2s;
}

.form textarea {
  width: 90%;
  box-sizing: border-box;
  padding:5px;
  height: 60px;
  padding: 5px;
  transition:0.9s;

}
.form textarea:hover{
  width: 100%;
  height: 80px;
  transition:1.2s;
}
.form button {
  margin-left:0px;
  margin-top: 40px;
}

.datos{
  float: left;
  height: 700px;
  padding: 20px;
}

.text-descripcion{
  margin-top: 90px;
}

/* Estilos visuales del formulario */
.form  input, .form  textarea {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    padding-right: 30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

    .form  input:focus, .form textarea:focus {
        background: #fff;
        border: 1px solid #555;
        box-shadow: 0 0 3px #aaa;
        padding-right: 70px;
    }

    /* === Validacion HTML5 === */
    .form  input:required, .form  textarea:required {
        background: #fff url(images/red_asterisk.png) no-repeat 98% center;
    }

        .form  input:required:valid, .form textarea:required:valid {
            background: #fff url(images/valid.png) no-repeat 98% center;
            box-shadow: 0 0 5px #5cd053;
            border-color: #28921f;
        }

    .form  input:focus:invalid, .form textarea:focus:invalid {
        background: #fff url(images/invalid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #d45252;
        border-color: #b03535;
    }

/* === Comentarios del Formulario === */
.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 8px;
    padding: 1px 6px;
    z-index: 999; /* Comentario por encima de otros elementos*/
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
        content: "\25C0";
        color: #d45252;
        position: absolute;
        top: 1px;
        left: -6px;
    }

.form  input:focus + .form_hint {
    display: inline;
}

.form input:required:valid + .form_hint {
    background: #28921f;
}

    .form   input:required:valid + .form_hint::before {
        color: #28921f;
    }

    /* === Estilos del boton de Envio === */
  	button.submit {
  		width:35%;
      margin-top: 0px;
  	  padding:10px;
  	  font-family:Abel-Regular;
  	  font-size:0.9em;
  	  font-weight: bold;
  	  line-height: 1;
  	  color:#fcae00;
  		border:solid 1px #fcae00;
  		transition:0.5s;
  	  border-radius: 5px;
  	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  	}
  	button.submit:hover {
  		color:#fff;
  		background:#fcae00;
  		color: #FFF;
  		cursor: pointer;
  		transition:  0.5s;
  }
  	button.submit:active {
  		border: 1px solid #fff;
  		box-shadow: 0 0 10px 5px #444 inset;
  	}




  	.form_hint, .required_notification {
  	    font-size: .9em;
  	}


  	.required_notification {
  	    color: #d45252;
        padding-top: 20px;
  	    display: inline;
  	    float: left;
  	}
