@charset "UTF-8";
.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: #fff;
  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: #fff;
  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: #584266;
  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 */