#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  display: none;
}


.slides-pagination {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 0;
  text-align: center;
  width: 36px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: transparent;
  margin: 20px 0;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #fff;
}
@media screen and (max-width: 420px) {
  .slides-pagination {
    display: none;
  }
  /* Flechas Direccionales */
  .slides-navigation {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
  }
  /* Flecha de color blanco */
  .flecha_blanca a {
    color: #fff;
  }
  /* Flecha de color azul */
  .flecha_azul a {
    color: #0195ab;
  }
  .slides-navigation a {
    position: absolute;
    display: block;
    width: 30px;
    height: 40px;
    font-size: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    border-radius: 5px;
  }
  .slides-navigation a.prev {
    left: 0;
  }
  .slides-navigation a.next {
    right: 0;
  }

}



/* --- NOSOTROS --- */
.capa_slider {
  position: absolute;
  background: rgb(1, 149, 171, .5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* Texto Inicial */
.capa_slider .texto_nosotros{
  color: #fff;
  width: 80%;
  padding: 0;
  max-width: 1000px;
}
.capa_slider .texto_nosotros h1 {
  text-align: center;
  font-family: Linotte Heavy;
}
.capa_slider .texto_nosotros p {
  text-align: justify;
  font-family: Linotte Regular;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .capa_slider .texto_nosotros h1 {
    font-size: 18px;
    font-weight: normal;
  }
  .capa_slider .texto_nosotros p {
    font-size: 12px;
    font-weight: normal;
  }
}
@media screen and (max-width: 320px) {
  .capa_slider .texto_nosotros p {
    font-size: 12px;
  }
}
/* Opciones Nosotros */
.opciones_nosotros {
  width: 80%;
  padding: 0;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
}
.opciones_nosotros h2 {
  text-align: center;
  font-family: Linotte Heavy;
  width: 100%;
  font-size: 32px;
  margin: 0;
}
.opciones_nosotros_contenido {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.opciones_nosotros_contenido div {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.opciones_nosotros_contenido div figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.opciones_nosotros_contenido div figure img {
  height: 120px;
}
.opciones_nosotros_contenido div h3 {
  color: #fff;
  text-align: center;
  font-family: Linotte Regular;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.opciones_nosotros_contenido div p {
  text-align: justify;
  font-weight: bold;
  font-family: Linotte Regular;
  margin-top: -10px;
}
@media screen and (max-width: 1150px) {
  .opciones_nosotros_contenido {
    justify-content: space-around;
  }
  .opciones_nosotros_contenido div {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .opciones_nosotros_contenido div {
    width: 150px;
  }
  .opciones_nosotros h2 {
    font-size: 18px;
    font-weight: normal;
  }
  .opciones_nosotros_contenido div h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .opciones_nosotros_contenido div p {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
  }
  .opciones_nosotros_contenido div figure img {
    height: 60px;
    vertical-align: top;
  }
}
@media screen and (max-width: 400px) {
  .opciones_nosotros_contenido div {
    width: 100%;
  }
  .opciones_nosotros_contenido div figure img {
    height: 50px;
  }
}
@media screen and (max-width: 380px) {
  .opciones_nosotros_contenido div {
    width: 100px;
  }
  .opciones_nosotros_contenido div p {
    display: none;
  }
}


