@charset "UTF-8";
html {
  font-size: 20px;
}
@media (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-size: 0.8rem;
}

.slick-dotted.slick-slider.slider_type_2 {
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .slick-dotted.slick-slider.slider_type_2 {
    margin-bottom: 4rem;
  }
}

.punticos1 {
  bottom: 5%;
  display: flex;
  gap: calc(18px / 2);
  list-style: none;
  justify-content: left;
  margin: 0 0 0 12px;
  padding: 0;
  position: absolute;
  width: calc(100% - (20px));
}
.punticos1 li button {
  background-color: transparent;
  border: 1px solid #5A1300;
  border-radius: 100%;
  font-size: 0;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}
.punticos1 li.slick-active button {
  background-color: #5A1300;
  border: 1px solid #5A1300;
}

.punticos2 {
  bottom: -8%;
  display: flex;
  gap: calc(18px / 2);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: calc(100% - (20px));
}
.punticos2 li button {
  background-color: transparent;
  border: 1px solid #FF4E5A;
  border-radius: 100%;
  font-size: 0;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
}
.punticos2 li.slick-active button {
  background-color: #FF4E5A;
  border: 1px solid #FF4E5A;
}

.punticos3 {
  bottom: calc(-14px * 2);
  display: flex;
  gap: calc(14px / 2);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.punticos3 li button {
  background-color: transparent;
  border: 1px solid #FF4E5A;
  border-radius: 100%;
  font-size: 0;
  height: 14px;
  margin: 0;
  padding: 0;
  width: 14px;
}
.punticos3 li.slick-active button {
  background-color: #FF4E5A;
  border: 1px solid #FF4E5A;
}

.punticos4 {
  bottom: calc(-14px * 2);
  display: flex;
  gap: calc(14px / 2);
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.punticos4 li button {
  background-color: transparent;
  border: 1px solid #FF4E5A;
  border-radius: 100%;
  font-size: 0;
  height: 14px;
  margin: 0;
  padding: 0;
  width: 14px;
}
.punticos4 li.slick-active button {
  background-color: #FF4E5A;
  border: 1px solid #FF4E5A;
}
.punticos4 li:nth-child(2) button {
  border: 1px solid #FF8100;
}
.punticos4 li:nth-child(2).slick-active button {
  background-color: #FF8100;
  border: 1px solid #FF8100;
}
.punticos4 li:nth-child(3) button {
  border: 1px solid #A3C51A;
}
.punticos4 li:nth-child(3).slick-active button {
  background-color: #A3C51A;
  border: 1px solid #A3C51A;
}
.punticos4 li:nth-child(4) button {
  border: 1px solid #4181C8;
}
.punticos4 li:nth-child(4).slick-active button {
  background-color: #4181C8;
  border: 1px solid #4181C8;
}

.slick-prev {
  background-color: #fff;
  border-radius: 100%;
  bottom: -3.5rem;
  color: #FFF7EC;
  font-size: 1rem;
  height: 2rem;
  left: initial;
  right: 2rem;
  top: initial;
  width: 2rem;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  color: initial;
  outline: initial;
  background-color: #fff;
}
.slick-prev::before {
  content: none;
}
.slick-prev.btn_prev_2 {
  color: #FF4E5A;
  bottom: initial;
  left: 1rem;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.btn_prev_2 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.btn_prev_2 {
    display: none;
    top: 100%;
  }
}
.slick-prev.btn_prev_3 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.3rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.btn_prev_3 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.btn_prev_3 {
    display: none;
    top: 100%;
  }
}
.slick-prev.btn_prev_4 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.8rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.btn_prev_4 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.btn_prev_4 {
    display: none;
    top: 100%;
  }
}
.slick-prev.btn_prev_5 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.8rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}
.slick-prev.btn_prev_6 {
  color: #FF4E5A;
  bottom: initial;
  left: 0.8rem;
  font-size: 0.7rem;
  right: initial;
  top: 50%;
}

.slick-next {
  background-color: #fff;
  border-radius: 100%;
  bottom: -3.5rem;
  color: #FFF7EC;
  font-size: 1rem;
  height: 2rem;
  right: 0;
  top: initial;
  width: 2rem;
  z-index: 1;
}
.slick-next:hover, .slick-next:active, .slick-next:focus {
  color: initial;
  outline: initial;
  background-color: #fff;
}
.slick-next::before {
  content: none;
}
.slick-next.btn_next_2 {
  color: #FF4E5A;
  bottom: initial;
  right: 1rem;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.btn_next_2 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.btn_next_2 {
    display: none;
    top: 100%;
  }
}
.slick-next.btn_next_3 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.4rem;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.btn_next_3 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.btn_next_3 {
    display: none;
    top: 100%;
  }
}
.slick-next.btn_next_4 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.8rem;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.btn_next_4 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.btn_next_4 {
    display: none;
    top: 100%;
  }
}
.slick-next.btn_next_5 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.8rem;
  left: initial;
  top: 50%;
}
.slick-next.btn_next_6 {
  color: #FF4E5A;
  bottom: initial;
  font-size: 0.7rem;
  right: 0.8rem;
  left: initial;
  top: 50%;
}

.home_premios {
  position: relative;
}
.home_premios::before {
  color: #fff;
  content: "*Imágenes de referencia";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(270deg);
  transform-origin: 0 0;
}
.home__bloque1 {
  background: url("../img/bg_01.jpg") no-repeat center center;
  background-size: cover;
}
.home__bloque2 {
  background-color: #ffd900;
  overflow: hidden;
  position: relative;
}
.home__bloque2::before {
  background: url("../img/bg_02.png") no-repeat;
  content: "";
  height: 536px;
  left: 30px;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
}
@media (max-width: 768px) {
  .home__bloque2::before {
    top: 40%;
  }
}
.home__bloque2::after {
  background: url("../img/bg_02.png") no-repeat;
  content: "";
  height: 536px;
  right: 30px;
  position: absolute;
  top: 30px;
  transform: rotateY(180deg);
  width: 200px;
  z-index: 1;
}
@media (max-width: 768px) {
  .home__bloque2::after {
    top: 40%;
  }
}
.home__bloque2 .row {
  position: relative;
  z-index: 10;
}
.home__bloque2 .contenido {
  padding: 60px 0;
}
.home__bloque2 .contenido h2 {
  color: #5A1300;
  font-weight: 800;
  margin: 0 auto 50px;
  max-width: 570px;
  text-align: center;
}
.home__bloque2 .contenido .pasos {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 1100px;
  width: 96%;
}
@media (max-width: 768px) {
  .home__bloque2 .contenido .pasos {
    display: grid;
  }
}
.home__bloque2 .contenido .mensaje {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
}
.home__bloque2 .contenido .mensaje p {
  background-color: #fff;
  border-radius: 20px;
  color: #5A1300;
  font-size: 27px;
  font-weight: 800;
  margin: 0 auto;
  max-width: 660px;
  padding: 6px;
  text-align: center;
}
.home__bloque3 {
  background: url("../img/bg_03.jpg") no-repeat center center;
  background-size: cover;
}
.home__bloque3 .formulario {
  margin: 0 auto;
  max-width: 800px;
  padding: 30px 0;
  width: 96%;
}
.home__bloque3 .formulario h2 {
  color: #efd929;
  font-size: 40px;
  font-weight: 800;
  padding: 20px 6px;
  text-align: center;
}
.home__bloque3 .formulario input[type=text], .home__bloque3 .formulario input[type=date], .home__bloque3 .formulario select {
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-radius: 24px;
  border: 2px solid #fff;
  padding: 10px 6px;
  font-size: 20px;
}
.home__bloque3 .formulario input[type=text]::-moz-placeholder, .home__bloque3 .formulario input[type=date]::-moz-placeholder, .home__bloque3 .formulario select::-moz-placeholder {
  color: #ffffff;
}
.home__bloque3 .formulario input[type=text]::placeholder, .home__bloque3 .formulario input[type=date]::placeholder, .home__bloque3 .formulario select::placeholder {
  color: #ffffff;
}
.home__bloque3 .formulario select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("../img/arrow_down.png") no-repeat;
  background-size: 30px;
  background-position: 98% 50%;
}
.home__bloque3 .formulario select::-ms-expand {
  display: none;
}/*# sourceMappingURL=home.css.map */