.bg-gastronomia2025 {
  background-image: url(./img/Cabecera-Concurso-Mobile.webp);
  min-height: 490px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
@media (min-width: 768px) {
  .bg-gastronomia2025 {
    background-image: url(./img/Cabecera-Concurso-de-Gastronomia.webp) ;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 800px !important;
    background-attachment: fixed;
  }
  .size-40{
    font-size: 2.5rem;
  }
}
.btn-inscripciones {
  display: inline-block;
  position: relative;
  height: fit-content;
  margin-bottom: 10px;
}
.btn-blackupc {
  background-color: #000;
  color: white;
  border-radius: 0;
  border: 1px solid #000;
  position: relative;
  z-index: 9;
  padding: 10px 24px;
  text-decoration-line: none;
  font-weight: 500;
}
.sombrebutton {
  background-color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  top: 5px;
  left: 5px;
}
.btn-inscripciones .btn-blackupc:hover {
  color: #000;
  text-decoration-line: none;
  background-color: #fff;
}
.btn-inscripciones:hover .sombrebutton {
  background-color: #000
}
@media (min-width: 992px) {
  iframe.size-video-gastronomia{
    height: 400px;
  }
}

ul.arrow {
  list-style: none;
  padding-left: 0;
}
ul.arrow li {
  position: relative;
  padding-left: 20px; /* espacio para la flecha */
  margin-bottom: 10px;
}
ul.arrow li::before {
  content: '';
  background-image: url(https://res.cloudinary.com/upcbinary/image/upload/v1681240979/pregrado/imagenes/landings/eventos/concurso-gastronom%C3%ADa/flecha_l5s1tb.png);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 7px;
}
.bg-premio1 {
    background-image: url(./img/Imagen-del-concurso.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-premio2 {
    background-image: url(./img/Victorinox.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-premio3 {
    background-image: url(./img/Giftcards-de-regalo.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-premio4 {
    background-image: url(./img/Experiencia-UPC-Premio.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-premio5 {
    background-image: url(./img/Masterclass-UPC.webp);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 500px) {
    .bg-premio1, .bg-premio2, .bg-premio3, .bg-premio4, .bg-premio5 {
        height: 250px !important;
    }
}

/* linea de tiempo */

.slider-timeline {
  width: 100%;
  /* max-width: 100vw; */
  overflow: hidden;
  position: relative;
}
.slides-timeline {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%; 
}
.slide-timeline {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.dots-timeline {
  position: relative;
  background: transparent;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* max-width: 48rem; */
  width: 100%;
  margin: 0 auto;
}
.dots-timeline::before {
  content: '';
  position: absolute;
  width: 86%;
  /* max-width: 42rem; */
  height: 3px;
  background-color: red;
  top: 30%;
  left: 4%;
  z-index: -1;
}
@media (max-width: 386px) {
  .dots-timeline::before {
    top: 27%;
  }
}
.dot-timeline {
  padding: 0;
  cursor: pointer;
  /* margin: 0 40px; */
  border: none;
  background: transparent;
}
.dot-timeline .circulo {
  height: 35px;
  width: 35px;
  background-color: white;
  border: 2px solid red;
  border-radius: 50%;
  margin: 16px auto 10px;
}
.dot-timeline.active .circulo {
  background-color: red;
}
button:focus {
  outline: none;
}
img.ico-calendario {
  width: 70px; 
  height: auto;
  margin-top: -12px;
}

/* fin - linea de tiempo */

.btn-section-redupc {
  display: inline-block;
  position: relative;
  height: fit-content;
  margin-bottom: 10px;
}
.btn-redupc {
  background-color: red;
  color: white;
  border-radius: 0;
  border: 1px solid red;
  position: relative;
  z-index: 9;
  padding: 10px 24px;
  text-decoration-line: none;
  font-weight: 500;
}
.sombrebutton-red {
  background-color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  top: 5px;
  left: 5px;
}
.btn-section-redupc .btn-redupc:hover {
  color: red;
  text-decoration-line: none;
  background-color: #fff;
}
.btn-section-redupc:hover .sombrebutton-red {
  background-color: red;
}

.why-study img {
    height: 185px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.why-study .border-red {
    border: solid 1.6px red;
    border-bottom-right-radius: 25px;
    min-height: 164px;
}
@media (min-width: 768px) {
    .why-study .border-red {
        min-height: 182px;
    }
}
@media (min-width: 992px) {
    .why-study .border-red {
        min-height: 201px;
    }
}
@media (min-width: 1200px) {
    .why-study .border-red {
        min-height: 185px;
    }
}
.why-study h3 {
    border-bottom: solid 1.6px red;
    line-height: 18.16px;
}
.why-study p {
    line-height: 18.5px;
    font-size: 15px;
}
.why-study .slick-dots li {
    margin: 0px 2px;
}
.arrows-slider-whystudy.prev-arrow {
    left: 22%;
}
.arrows-slider-whystudy.next-arrow {
    right: 22%;
}
.why-study .slick-dots li.slick-active button::before {
    content: "";
    background: red;
    height: 8px;
    border-radius: 10px;
    width: 22px;
    top: 5px;
}
.why-study .slick-dots li button::before {
    color: rgb(229, 10, 23) !important;
    font-size: 12px;
}
@media (min-width: 400px) {
    .arrows-slider-whystudy.prev-arrow {
        left: 26%;
    }
    .arrows-slider-whystudy.next-arrow {
        right: 26%;
    }
}
@media (min-width: 600px) {
    .arrows-slider-whystudy.prev-arrow {
        left: 30%;
    }
    .arrows-slider-whystudy.next-arrow {
        right: 30%;
    }
}
@media (min-width: 768px) {
    .arrows-slider-whystudy.prev-arrow {
        left: 42%;
    }
    .arrows-slider-whystudy.next-arrow {
        right: 42%;
    }
}
@media (min-width: 992px) {
    .arrows-slider-whystudy.prev-arrow {
        left: 45%;
    }
    .arrows-slider-whystudy.next-arrow {
        right: 45%;
    }
}
@media (min-width: 1200px) {
    .arrows-slider-whystudy.prev-arrow {
        left: 46%;
    }
    .arrows-slider-whystudy.next-arrow {
        right: 46%;
    }
}
@media (min-width: 768px) {
  .bg-gastronomia-gracias2025 {
    /* background-image: url(./img/Gracias-por-inscribirte.webp); */
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
  }
}
.bg-gastronomia-gracias2025 {
    background-image: url(./img/Gracias-por-inscribirte.webp);
    min-height: 90vh;
}
figure.item-jurado {
  height: 500px;
}
img.img-jurado {
  object-fit: cover; 
  height: 500px; 
  width: 100%;
}