@font-face {
  font-family: "Gafata";
  src: url("../fonts/Gafata-Regular.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Gafata", sans-serif;
}

header {
  z-index: 10;
  width: 100%;
  background: #001a57;
  border-bottom: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px;
  position: fixed;
  top: 0%;
}

header a img {
  width: 230px;
}

header h2 a {
  color: #fff;
  text-decoration: none;
}

section {
  width: 100%;
  background: url(../img/fondo-marcona.jpg);
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  padding-top: 150px;
}

section .contenedor {
  width: 80%;
  background: rgba(250, 250, 250, 0.8);
  margin: 30px auto;
  border-radius: 20px;
  font-size: 20px;
}

section .contenedor .titulo-contenedor {
  width: 100%;
  background: #001a57;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  align-item: center;
  color: #fff;
}

section .contenedor .titulo-contenedor a {
  color: #ffffff;
  text-decoration: none;
  margin: 15px 20px;
  font-size: 30px;
}

section .contenedor .titulo-contenedor h3 {
  margin: 15px auto;
  font-size: 25px;
}

.alerta {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  color: white;
  background: green;
  -webkit-box-shadow: 0px 1px 3px #ccc;
          box-shadow: 0px 1px 3px #ccc;
  margin-bottom: 15px;
  border-radius: 2px;
  text-align: center;
}

.alerta-error {
  width: 100%;
  background: red;
}

.contenedor {
  padding-bottom: 30px;
}

.informacion {
  text-align: center;
  padding: 15%;
  padding-top: 40px;
}

.informacion h3 {
  margin-bottom: 30px;
}

.informacion h4 {
  margin-bottom: 20px;
}

.informacion p {
  margin-bottom: 50px;
}

.informacion ul, .informacion ol {
  margin-left: 50px;
  float: center;
  text-align: left;
  margin-bottom: 50px;
}

.informacion li {
  margin-top: 20px;
}

.informacion table, .informacion td, .informacion th {
  border: 1px solid #001a57;
}

.informacion th {
  background: #001a57;
  color: #fff;
}

.informacion table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.informacion td, .informacion th {
  padding: 10px 20px;
}

.informacion tr:hover {
  background: #8f8c8c;
}

footer {
  background: #001a57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-top: 3px solid #fff;
}

footer .info {
  width: 50%;
  text-align: left;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  padding-left: 15%;
}

footer .info img {
  padding-top: 30px;
}

footer .info h5 {
  margin: 0;
  padding: 0;
  margin: 30px 30px 30px 10px;
}

footer .info h5 i {
  margin-right: 10px;
}

footer .info h5 a {
  color: #fff;
  text-decoration: none;
}

footer .mapa {
  width: 50%;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 450px) {
  header {
    position: static;
    text-align: center;
  }
  header img {
    display: inline-block;
    margin: auto;
  }
  header h2 {
    padding-top: 15px;
  }
  section {
    padding-top: 0;
  }
  section .contenedor {
    overflow: auto;
    padding-bottom: 0;
  }
  section .contenedor .opciones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  section .contenedor .opciones a {
    width: 100%;
  }
  section .contenedor .info .informacion img {
    width: 80%;
    border: 1px solid #001a57;
  }
  section .contenedor .boton a {
    width: 60%;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  footer .info {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  footer .mapa {
    width: 80%;
  }
}
/*# sourceMappingURL=estilosFaqPintura.css.map */