:root {
  --size-title: calc(100vw * 0.016);
  --size-text: calc(100vw * 0.012);
}

.phone {
  display: none;
}

.linea-tiempo {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100vw;
  left: 0px;
  bottom: 2%;
}

.linea-tiempo img {
  width: 90vw;
}

.contenedor {
  height: 100%;
}

.imagenes .imagen-evento {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffe61c;
}

.swiper-slide h2 {
  font-size: var(--size-title);
  line-height: 1.2;
}

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

.swiper-slide {
  text-align: center;
  background-color: #ffe61c;
  height: 100vh;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  padding: 5px 10px;
  border-radius: 0;
  width: 250px;
  height: auto;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: rgb(255, 255, 255);
  opacity: 1;
  background: rgba(0, 0, 0, 0.589);
}

.swiper-pagination-bullet-active {
  color: #ffe61c;
  background-image: url("https://imgix.cosmicjs.com/cb84aaf0-ee4b-11ec-8fb8-5d396858ac9b-01FONDOFECHA.png");
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: white;
}

.contenido {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  margin: 50px 0;
}

.contenido .izq {
  width: 30%;
  text-align: left;
  padding: 0 10px;
}

.contenido .der {
  width: 70%;
  text-align: left;
  padding: 0 10px;
}

.contenido .der p {
  font-size: var(--size-text);
}

@media screen and (max-width: 1240px) {
  :root {
    --size-title: calc(100vw * 0.023);
    --size-text: calc(100vw * 0.018);
  }
}

@media screen and (max-width: 960px) {
  :root {
    --size-title: calc(100vw * 0.028);
    --size-text: calc(100vw * 0.023);
  }

  .contenido {
    flex-direction: column;
  }

  .contenido .izq {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .contenido .der {
    width: 100%;
  }

  .linea-tiempo img {
    width: 95vw;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --size-title: calc(100vw * 0.04);
    --size-text: calc(100vw * 0.03);
  }
}

@media screen and (max-width: 480px) {
  .imagenes .imagen-evento {
    height: 400px !important;
  }

  :root {
    --size-title: calc(100vw * 0.046);
    --size-text: calc(100vw * 0.036);
  }

  .principal {
    height: 125vh !important;
    background-image: url("https://imgix.cosmicjs.com/82c94870-ee4b-11ec-8fb8-5d396858ac9b-PORTADAMOVIL.png") !important;
  }

  .phone {
    display: inherit;
  }

  .escritorio {
    display: none;
  }

  .swiper-slide {
    height: 100%;
  }

  .linea-tiempo img {
    width: 100vw;
  }

  .linea-tiempo {
    bottom: 2.5%;
  }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
}

._hj-f5b2a1eb-9b07_feedback_minimized_label {
  top: -60% !important;
}
