* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
a {
  text-decoration: none;
}
.contenedor {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
header {
  background-color: #0f54a1;
  padding: 20px 0;
}
header .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .contenedor .logo img {
  width: 25rem;
  height: 5rem;
}
header .contenedor nav a {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}
header .contenedor nav a:hover {
  font-weight: bold;
}
.header .movil {
  display: none;
}
.scheduler {
  padding: 10px;
}
.form-group {
  max-width: 1080px;
  min-width: 700px;
}
.scheduler input[type=date],
.scheduler input[type=button] {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}
.formulario {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 25px;
  text-align: left;
}
.formulario div {
  margin: 15px 0;
}
.formulario select,
.formulario input[type=text],
.formulario input[type=number],
.formulario input[type=email],
.formulario input[type=button] {
  width: 100%;
  height: 30px;
}
.ServerBusy {
  display: none;
}
.horariossedes {
  text-align: center;
}
.horariossedes h2 {
  padding: 25px 0;
}
.horariossedes .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.horariossedes .contenedor .sedes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 40%;
  min-width: 300px;
  background-color: #0f54a1;
  border-radius: 25px;
  color: white;
  height: 200px;
  padding: 25px 0;
  font-size: 0.8rem;
  margin: 25px 0;
}
.fotos .fotosvialibre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.fotos .fotosvialibre img {
  border-radius: 25px;
  width: 300px;
  margin: 25px 0;
}
.footer {
  height: 100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 720px) {
  .form-group {
    max-width: 1080px;
    min-width: 100%;
  }
}
@media all and (max-width: 480px) {
  .header .movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .movil .logo {
    width: 80%;
  }
  .header .movil .logo img {
    width: 80%;
  }
  .header .movil .burger-menu {
    color: #fff;
    font-size: 35px;
  }
  .header .movil .slideMenu {
    position: absolute;
    top: 80px;
    left: -100%;
    background: #0f54a1;
    text-align: center;
    padding: 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .movil .slideMenu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .movil .slideMenu nav a {
    display: block;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .movil .slideMenu.active {
    left: 0;
  }
  .header .contenedor {
    display: none;
  }
  .header {
    z-index: 99;
    position: fixed;
  }
  .horariossedes h2 {
    padding-top: 100px;
  }
}
