@font-face {
  font-family: primer print;
  src: url(../tipografias/primer_print.ttf);
   }
@font-face {
  font-family: primer-print-bold;
  src: url(../tipografias/primer_print_bold.ttf);   
   }

.slider {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: -1; }

.swiper-container, .swiper-container-2 {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.img-baner {
  background-size: cover;
  background-position: center; }

.seccion_2 {
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
}

.titulo {
  font-family: primer-print-bold;
  color: #fff;
  text-align: center;
  font-size: 45px; }

.contenido {
  font-family:"primer print";
  color: #fff;
      font-size: 22px;
    text-align: center;
    line-height: 27px;
    /*margin-top: 16%;*/
    margin-bottom: 5%;
}

.opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.op {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: primer-print-bold|;
  font-size: 12px;
  margin-top: 15px;
      text-align: center;
}

.donar, .sponsors, .adoptar, .se_parte {
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  color: #fff; }

.donar {
  background-color: rgba(229, 166, 15, 0.6); }

.sponsors {
  background-color: rgba(7, 124, 171, 0.6); }

.adoptar {
  background-color: rgba(136, 81, 125, 0.6); }

.se_parte {
  background-color: rgba(231, 51, 92, 0.6); }

@media (min-width: 426px) {
  .donar, .sponsors, .adoptar, .se_parte {
    width: 180px;
    height: 150px; } }

@media (min-width: 768px) {
  .donar, .sponsors, .adoptar, .se_parte {
    width: 200px;
    height: 180px; } }

@media (min-width: 1024px) {
  .slider {
    top: 0; 
    height: 100vh;
  }
  .seccion_2 {
    position: relative;
        margin-top: 0px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .descipcion {
    width: 70%;
    width: 70%;
    margin: auto; }
  .titulo {
    font-size: 80px;
    margin-top: 0px;
    margin-bottom: 15px; }
  .opciones {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .op {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center; 
    font-size: 18px;
  }
  .donar, .sponsors, .adoptar, .se_parte {
    width: 150px;
    height: 150px; } }

@media (max-height: 500px) {
  .op {
    width: 25%; }
  .donar, .sponsors, .adoptar, .se_parte {
    width: 120px;
    height: 120px; } }

.seccion_3 .contenido {
  color: #000; }

.title {
  font-family: calibri;
  font-size: 30px;
  text-align: center;
  position: relative;
  padding: 15px 0px; }
  .title::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px dashed #333333;
    width: 180px;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.sector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sector .contenido {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.imagen {
  padding: 15px;
  border: 1px dashed #e7335c;
  border-radius: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }
  .imagen img {
    border-radius: 40px;
    display: block; }

@media (min-width: 768px) {
  .sector {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sector .contenido {
      width: 50%;
      padding: 0px 15px;
      -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      order: inherit; }
  .imagen {
        max-width: 50%;
    margin-left: auto;
    margin-right: auto} }

.testimonios {
  position: relative;
  height: 100vh;
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: "calibri";
  margin-top: 25px;
  margin-bottom: 25px; }
  .testimonios p {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.26); }
  .testimonios .img-baner {
    background-position: 70%; }

.swiper-pagination {
  position: relative; }

.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #fff;
  position: relative; }

.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%; }

@media (min-width: 768px) {
  .testimonios p {
    width: 50%;
    left: 0; }
  .swiper-pagination {
    width: 50%; } }

@media (min-width: 1024px) {
  .testimonios p {
    padding: 50px; } }

.numeros_progresivos {
  background-color: #cccccc;
  margin-bottom: 25px; }
  .numeros_progresivos .title {
    color: #808080; }
    .numeros_progresivos .title::after {
      display: none; }

.contenedor_numeros_progresivos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.item_np {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px; }

.icon-contem {
  width: 50%;
  text-align: center;
  font-size: 80px;
  color: #808080;
  text-align: right;
  padding-right: 15px; }

.contem_numeros p {
  margin: 0px;
  font-size: 18px;
  color: #808080;
  font-family: "calibri"; }

.numero {
  font-family: calibri; }

@media (min-width: 426px) {
  .item_np {
    width: 50%; } }

@media (min-width: 1024px) {
  .item_np {
    width: 25%; } }

.content_eventos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 30px; }

.item_eventos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px; }

.foto {
  width: 100%; }

.descripcion_evento {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "calibri"; }
  .descripcion_evento p {
    margin: 0; }

.evento_naranja {
  background-color: rgba(234, 137, 40, 0.8); }

.evento_azul {
  background-color: rgba(7, 124, 171, 0.8); }

.evento_morado {
  background-color: rgba(136, 81, 125, 0.8); }

.evento_rosado {
  background-color: rgba(231, 51, 92, 0.8); }

@media (min-width: 541px) {
  .item_eventos {
    position: relative; }
  .foto {
    width: 60%; }
  .descripcion_evento {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    padding: 15px; } }

@media (min-width: 725px) {
  .item_eventos {
    width: 25%; }
  .foto {
    width: 70%; }
  .descripcion_evento {
    width: 60%; } }

@media (min-width: 1024px) {
  .foto {
    width: 98%; }
  .foto img{
      margin-left: auto;
      margin-right: auto;
          height: 100%;
  }    
  .descripcion_evento {
    right: 8%; } }


.modal_santafaustina {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.imagen_modal{
  width: 60%;
  position: relative;

}

.imagen_modal img{
  margin: auto;
}

span.exit {
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: -13px;
    top: -18px;
    cursor: pointer;
}