

/* GENERAL
========================== */

header{
  background: #003051;
  background-image: url("../img/leon.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}

.desface{
  background: white;
}

.row{
  padding: 30px 40px;
}
.form-group{
  margin: 0px;
  padding: 0px;
}

@media (max-width: 600px) {
  .row{
    padding: 20px 5px;
  }
}

/* FORMULARIO */
#formulario .row form label {
    color: #003051;
    font-size: 15px;
}

#formulario .row form input {
    border-radius: 13px;
    background: #f3f3f3;
    border: none;
    height: 38px;
}

#formulario .row form select {
    border-radius: 13px;
    background: #f3f3f3;
      height: 38px;
          border: none;
}

#formulario .row form textarea {
    border-radius: 13px;
    background: #f3f3f3;
    border: none;
}

#formulario .row form .btn-formulario {
    background: #003051;
    /* margin-top: 10px; */
    color: #fff;
    height: 30px;
    width: 100%;
    border-radius: 10px;
    font-family:;
    font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
  border: none;
  margin-top: 15px;
}


#formulario::placeholder {
    color: #959595;
}

#formulario .row .mapa iframe {
    width: 100%;
    /* margin-top: 30px; */
    /*margin-left: 20px;*/
    height: 395px;
    border-radius: 13px;
    margin: 30px 0px;
}
