body {
    background: white;
    font-size: 18px;
    font-family: 'Mada', sans-serif !important;
}

h1 {
    font-weight: 700;
    font-size: 30px;
    color: black;
    text-align: left;
    font-family: 'Arsenal', sans-serif;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    color: #707070;
    text-align: left;
}

a {
    color: #815a2f;
    font-weight: 700;
}

section {
    background: white;
    padding: 0 15px;
}

hr {
    border: 1px solid #cbcbcb;
}

.contenedor {
    text-align: center;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    margin-bottom: 50px;
}

.contenedor iframe {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}


ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.about-border {
    display: block;
    width: 100%;
    height: 1px;
    background: #815a2f;
}

h2.encabezado-legal {
    margin-top: 50px;
    margin-bottom: 5px;
}



// PRUEBA FORMULARIO


.contact-form {
  margin-top: 30px;
}

.contact-wrap {
    width: auto;
    background: transparent;
}

.contact-form .input-block {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #000005;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 1px #fb2900;
}
.contact-form .input-block.textarea {
  height: 240px;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

.contact-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .button {
  background-color: #815a2f;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  border: none;
  width: 100%;
}
.contact-form .button:hover, .contact-form .button:focus {
  background-color: #694926;
}

@media (min-width: 768px) {
  .contact-wrap {
    width: 100%;
    margin: auto;
  }
}

/*----page styles---*/


.contact-wrap {
  padding-top: 15px;
}

.contact-form select#incidencias {
    display: block;
    line-height: 1.3;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}


.contact-form select#incidencias::-ms-expand {
  display: none;
}
.contact-form select#incidencias:hover {
  border-color: #888;
}
.contact-form select#incidencias:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.contact-form select#incidencias option {
  font-weight:normal;
}

.contact-form select#incidencias {
  cursor: pointer; /* "hand" cursor */
}


.contact-form .input-block.file
 {
    width: 100%;
    height: 100%;
}

.contact-form .input-block.select {
    padding: 0px 25px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.contact-form .input-block select {
  color: #333;
  font-size: 18px;
  line-height: 10px;
  font-weight: 300;
}

input#file {
    font-size: 15px;
}


.file-block {
    margin-bottom: 20px;
}


.contact-form .file-block label {
    font-weight: 300;
    color: #333;
    font-size: 18px;
    line-height: 20px;
}

.file-block input[type="file"] {
    font-size: 15px;
    margin-top: 5px;
}


img {width: 100%}

@media (min-width: 700px) {

  .center {
    max-width: 550px;
    margin: 0 auto;
  }


 }