html, body {
  scroll-behavior: smooth;
}
.size-30{
  font-size: 30px;
}
.size-22{
  font-size: 22px;
}
.zizou-light{
  font-family: "zizou-slab-light" !important;
}

.size-20{
  font-size: 20px !important;
}
.size-36 {
    font-size: 24px;
}

.bg-data-quest-upc-form {
  background-image: url(../img/Portada-landing-V2_mobile.webp);
  min-height: 490px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-color: red;
}
@media (min-width: 768px) {
  .bg-data-quest-upc-form {
    background-image: url(../img/Portada-landing-V2_Desktop.webp) ;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 96vh !important;
  }
  .size-36{
    font-size: 36px;
  }
}
.btn-inscripciones {
  display: inline-block;
  position: relative;
  height: fit-content;
  margin-bottom: 10px;
}
.btn-blackupc {
  background-color: white;
  color: #000;
  border-radius: 0;
  border: 1px solid white;
  position: relative;
  z-index: 9;
  padding: 10px 24px;
  text-decoration-line: none;
  font-weight: 500;
}
.sombrebutton {
  background-color: #000;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: 5px;
  left: 5px;
}
.btn-inscripciones .btn-blackupc:hover {
  color: #fff;
  text-decoration-line: none;
  background-color: #000;
}
.btn-inscripciones:hover .sombrebutton {
  background-color: #fff;
}

/* 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: white;
  top: 30%;
  left: 4%;
}
@media (max-width: 386px) {
  .dots-timeline::before {
    top: 27%;
  }
}
.dot-timeline {
  padding: 0;
  cursor: pointer;
  /* margin: 0 40px; */
  border: none;
  background: transparent;
  z-index: 2;
}
.dot-timeline .circulo {
  height: 35px;
  width: 35px;
  background-color: white;
  border: 2px solid white;
  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: 25px;
}
.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;
  white-space: normal;
}
.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;
}
.line-height-13 {
    line-height: 1.3;
}
.plus-right {
    float: right;
    font-size: 50px;
    line-height: 1;
    margin-top: -8px;
}
.bg-color-purple{
    background-color: #4B24B4;
}
.triangle-left {
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    width: 100%;
    height: 105%;
}
.triangle-right {
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
    width: 100%;
    height: 105%;
}
.overflow-hidden{
    overflow: hidden;
}
.bg-fondo-premios {
    background-image: url(../img/fondo_premiosV2.webp);
    background-size: cover;
    background-position: center;
    background-color: #000;
    background-attachment: fixed;
}
.box-border {
    padding: 10px;
    border: 5px solid white;
    border-radius: 40px;
    margin-bottom: 10px;
    max-width: 300px;
    width: 100%;
    min-height: 300px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0,.5)
}
.box-purple {
  border: 2px solid #4B24B4;
  border-radius: 10px;
  padding: 1rem 0.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.btn-purple {
  font-family: 'sgothic-bdcap' !important;
  background-color: #4B24B4;
  color: #fff !important;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
}
.circulo-num {
  font-family: 'zizou-slab-bold';
  position: absolute;
  background-color: #4B24B4;
  color: #fff !important;
  padding: 8px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  left: -20px;
  top: -20px;
}
@media (max-width: 768px) {
  .box-purple {
    margin-left: 15px;
  }
}
.height680 {
  height: 680px;
}
@media (min-width: 768px) {
  .bg-data-quest-upc-form .container.py-5 {
    height: 46rem;
  }
  .bg-data-quest-upc-form .container.py-5 .row.align-content-center {
    height: 100%;
  }
}