@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body, html {
  position: relative;
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  color: #51504D;
  scroll-behavior: smooth;
  letter-spacing: -0.2px;
}
@media (max-width: 768px) {
  body, html {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  body, html {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 1rem;
  line-height: 1.2;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label {
  position: relative;
  display: block;
  font-size: 0.76rem;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  font-family: "Open Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  border: 1px solid #51504D;
  outline: 0px solid transparent;
  line-height: 1;
  color: #51504D;
  background: transparent;
}
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  place-content: center;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.2em;
  height: 1.2em;
  background: transparent;
  transform: translateY(-0.075em);
  margin-top: 2px;
  cursor: pointer;
  border: 1px solid #51504D;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: transform 0.1s ease-in-out;
  border-radius: 0.33em;
  box-shadow: inset 1em 1em #D10019;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  font-family: "Open Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  border: 1px solid #51504D;
  outline: 0px solid transparent;
  line-height: 1.2;
  color: black;
  background: transparent;
  padding-right: 2em;
}

.wrap-select {
  position: relative;
  width: 100%;
}
.wrap-select select {
  width: 100%;
  min-width: 10.29rem;
}
@media (max-width: 468px) {
  .wrap-select select {
    min-width: 100%;
  }
}
.wrap-select::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0.5em;
  width: 0.6em;
  height: 0.4em;
  transform: translateY(-50%);
  z-index: 10;
  background-image: url("../images/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}
@media (max-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

.t-title-big {
  font-size: 2.06rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .t-title-big {
    font-size: 1.76rem;
  }
}
.t-title-big2 {
  font-size: 1.76rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .t-title-big2 {
    font-size: 1.59rem;
  }
}
.t-title {
  font-size: 1.53rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .t-title {
    font-size: 1.29rem;
  }
}
.t-title2 {
  font-size: 1.41rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .t-title2 {
    font-size: 1.18rem;
  }
}
.t-text {
  font-size: 1.18rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .t-text {
    font-size: 1rem;
  }
}
.t-text-small {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .t-text-small {
    font-size: 0.88rem;
  }
}
.t-text-small2 {
  font-size: 0.88rem;
}
@media (max-width: 768px) {
  .t-text-small2 {
    font-size: 0.82rem;
  }
}
.t-text-extrasmall {
  font-size: 0.82rem;
}
@media (max-width: 768px) {
  .t-text-extrasmall {
    font-size: 0.76rem;
  }
}
.t-text-legal {
  font-size: 0.65rem;
  line-height: 1.33;
}
.t-bold {
  font-weight: 700;
}
.t-semi {
  font-weight: 600;
}
.t-normal {
  font-weight: 500;
}
.t-red {
  color: #D10019;
}
.t-white {
  color: white;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}

.m-b0 {
  margin-bottom: 0;
}
.m-b05 {
  margin-bottom: 0.5rem;
}
.m-b075 {
  margin-bottom: 0.75rem;
}
.m-b1 {
  margin-bottom: 1rem;
}
.m-b15 {
  margin-bottom: 1.5rem;
}
.m-b2 {
  margin-bottom: 2rem;
}
.m-b25 {
  margin-bottom: 2.5rem;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-t05 {
  margin-top: 0.5rem;
}
.m-t1 {
  margin-top: 1rem;
}
.m-t15 {
  margin-top: 1.5rem;
}

.p-t05 {
  padding-top: 0.5rem;
}
.p-t1 {
  padding-top: 1rem;
}

.btn {
  position: relative;
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.65rem;
  min-width: 9.71rem;
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.btn span {
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  .btn {
    min-width: 7.65rem;
  }
}
.btn--primary {
  background: #D10019;
  color: white;
  border: 2px solid #D10019;
  transition: background 0.5s ease, border 0.5s ease;
}
.btn--primary:hover {
  background: black;
  border: 2px solid black;
}
.btn--primary--white {
  background: white;
  color: #D10019;
}
.btn--secondary {
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.2);
  color: white;
}

.vpadd {
  padding: 4.5rem 0 4rem;
}
.vpadd--low {
  padding: 3.5rem 0 3rem;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper--int-lg {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .wrapper--int-lg {
    max-width: 90%;
  }
}
.wrapper--int-md {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .wrapper--int-md {
    max-width: 90%;
  }
}
.wrapper--int-sm {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper--int-sm {
    max-width: 90%;
  }
}

.msg_error {
  position: relative;
  width: 100%;
  color: #D10019;
  font-size: 0.82rem;
  text-align: center;
  display: none;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1rem;
}

.logos__header__logo {
  background: white;
  max-width: 22.35rem;
  padding: 0.5rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 576px) {
  .logos__header__logo {
    max-width: 19.12rem;
  }
}
.logos__footer__text {
  font-weight: 700;
  font-size: 0.82rem;
}
.logos__footer__imgs {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
@media (max-width: 576px) {
  .logos__footer__imgs {
    gap: 0.5rem;
  }
}
.logos__footer__img {
  background: white;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 4.41rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 576px) {
  .logos__footer__img {
    height: 3.82rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 468px) {
  .logos__footer__img {
    height: 3.24rem;
    padding: 0.5rem 0.5rem;
  }
}
.logos__footer__img:nth-of-type(2) {
  padding: 1.35rem 1rem;
}
@media (max-width: 468px) {
  .logos__footer__img:nth-of-type(2) {
    padding: 1.1rem 0.75rem;
  }
}
@media (max-width: 576px) {
  .logos__footer__img:nth-of-type(2) {
    padding: 1rem 0.5rem;
  }
}

.selects {
  width: 100%;
}
@media (max-width: 768px) {
  .selects {
    max-width: 22.06rem;
    margin: 0 auto;
  }
}
.selects__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .selects__title {
    flex-direction: column;
  }
}
.selects__title__text {
  margin-bottom: 0;
}
.selects__options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  background: white;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
  .selects__options {
    padding: 1rem 2rem;
    flex-direction: column;
    gap: 0.25rem;
  }
}
@media (max-width: 468px) {
  .selects__options {
    padding: 0.75rem 0.75rem;
  }
}
.selects__options__wrap-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  flex: 1;
}
@media (max-width: 468px) {
  .selects__options__wrap-option {
    gap: 0.5rem;
  }
}
.selects__options__wrap-option.invert {
  flex-direction: row-reverse;
}
.selects__options__wrap-option__flags {
  text-align: center;
  position: relative;
}
.selects__options__wrap-option__flags__nombre {
  margin-bottom: 0;
}
.selects__options__wrap-option__flag {
  height: 2.47rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  opacity: 0;
}
.selects__options__wrap-option__flag.base {
  position: relative;
  opacity: 1;
}
.selects__options--results {
  padding: 1rem 1rem;
}
.selects__options--results .selects__options__vs {
  font-size: 2.94rem;
}
@media (max-width: 768px) {
  .selects__options--results .selects__options__vs {
    line-height: 0.5;
    margin-bottom: 0.5rem;
  }
}
.selects__options--results .selects__options__wrap-option {
  padding: 0 1rem;
  gap: 2.5rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .selects__options--results .selects__options__wrap-option {
    gap: 1.5rem;
  }
}
.selects__options--results .selects__options__wrap-option__flag {
  height: 5rem;
}
@media (max-width: 768px) {
  .selects__options--results .selects__options__wrap-option__flag {
    height: 4.41rem;
  }
}
.selects__options--results .selects__options__wrap-option__input {
  width: 4.41rem;
  height: 4.41rem;
  flex: 0;
  font-weight: 600;
  font-size: 2.94rem;
  padding: 0.15em;
  text-align: center;
}

.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg) translate(calc(3vh - 1rem), 3vh);
  transform-origin: top left;
  z-index: 5;
}
@media (max-width: 768px) {
  .copyright {
    transform: rotate(0deg) translate(3vh, -3vh);
    transform-origin: center;
  }
}

.title-section {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .title-section {
    padding-left: 1.2rem;
  }
}
.title-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8rem;
  height: 110%;
  top: 0%;
  left: 0;
  background: #D10019;
}
@media (max-width: 576px) {
  .title-section::before {
    width: 0.5rem;
    height: 100%;
  }
}
.title-section--white {
  color: white;
}
.title-section--white::before {
  background: white;
}

.card-prize {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card-prize__header {
  position: relative;
  overflow: hidden;
}
.card-prize__header--after::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.card-prize__header__title {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.18rem;
  font-weight: 700;
  z-index: 10;
}
.card-prize__header__img {
  position: relative;
  display: block;
  width: 100%;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-prize__header__category {
  position: absolute;
  bottom: 0rem;
  left: 1rem;
  color: #D10019;
  background: white;
  font-size: 0.71rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.18rem 0.5rem 0.1rem;
  border-radius: 0.5rem;
  z-index: 10;
}
.card-prize__content {
  background: white;
  padding: 1rem 1.33rem;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-prize__content__title {
  font-size: 1.06rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.card-prize__content__subtext {
  font-size: 0.71rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.card-prize__content__text {
  font-size: 0.82rem;
  line-height: 1.33;
  flex: 1;
}
@media (max-width: 768px) {
  .card-prize__content__text {
    font-size: 0.76rem;
  }
}

.pestaña {
  position: absolute;
  height: 46%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

main section {
  padding: 4.5rem 0 4rem;
}
main .porra {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  background-image: url(../images/background.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
main .porra__header {
  text-align: right;
}
@media (max-width: 576px) {
  main .porra__header {
    text-align: center;
  }
}
main .porra__footer {
  width: 100%;
  text-align: right;
  padding: 0 5vh 5vh;
}
@media (max-width: 768px) {
  main .porra__footer {
    padding: 0 5% 5vh;
  }
}
main .porra__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
main .porra__content {
  position: relative;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  color: #51504D;
  margin: 2rem 0;
  overflow: hidden;
}
main .porra__content .slide__shirt {
  position: relative;
  width: 33%;
  height: 0;
  padding-bottom: 33%;
  background: #D10019;
  border-radius: 100%;
}
main .porra__content .slide__shirt--checking {
  min-width: 8.82rem;
  min-height: 8.82rem;
}
main .porra__content .slide__shirt--checking .slide__shirt__text {
  width: 100%;
  top: 50%;
  left: 0%;
}
@media (max-width: 468px) {
  main .porra__content .slide__shirt--checking {
    margin-bottom: 0.5rem;
  }
}
main .porra__content .slide__shirt--init {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(10%, 33%);
  z-index: 5;
}
@media (max-width: 468px) {
  main .porra__content .slide__shirt--init {
    width: 9.2rem;
    height: 9.2rem;
    transform: translate(-15%, 65%);
  }
}
main .porra__content .slide__shirt__image {
  position: absolute;
  width: 59%;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}
main .porra__content .slide__shirt__text {
  position: absolute;
  width: 96%;
  top: 50%;
  left: 2.2%;
  transform: translate(0, -50%);
  animation: 9s linear infinite rotation;
  transform-origin: center;
}
@keyframes rotation {
  0% {
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    transform: translate(0, -50%) rotate(360deg);
  }
}
main .porra__content .slide__wrap-links {
  position: absolute;
  display: flex;
  gap: 0.75rem;
  transform: translate(-1.5rem, 100%);
}
@media (max-width: 468px) {
  main .porra__content .slide__wrap-links {
    transform: translate(0, 0%);
    flex-direction: column;
    gap: 2rem;
  }
}
main .porra__content .slide__form {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.15rem;
}
main .porra__content .slide__form--selects {
  max-width: 32.35rem;
  margin: 0 auto 1rem;
}
main .porra__content .slide__form__group--check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
main .porra__content .slide__form__group--check .slide__form__label {
  width: auto;
  margin-bottom: 0;
  white-space: wrap;
}
main .porra__content .slide__form__group--check a {
  color: #D10019;
  text-decoration: underline;
}
main .porra__content .slide__form__group--check a:hover {
  text-decoration: none;
}
main .porra__content .slide__form__legal {
  font-size: 0.62rem;
  line-height: 1.5;
  margin-bottom: 0;
}
main .porra__content .slide__wrap-prizes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 468px) {
  main .porra__content .slide__wrap-prizes {
    gap: 0.25rem;
  }
}
main .porra__content .slide__wrap-prizes__prize {
  height: 4.12rem;
}
@media (max-width: 468px) {
  main .porra__content .slide__wrap-prizes__prize {
    height: 3.53rem;
  }
}
main .porra__content .slide__wrap-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 468px) {
  main .porra__content .slide__wrap-title {
    flex-direction: column;
  }
}
main .porra__content .slide__wrap-title__img {
  height: 4.71rem;
}
main .porra__content .slide__padd {
  padding: 0 7%;
}
main .porra__content.slide1 {
  max-width: 34.12rem;
  overflow: visible;
}
@media (max-width: 468px) {
  main .porra__content.slide1 {
    padding-bottom: 3.2rem;
  }
}
main .porra__content.slide1 .slide__text {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  main .porra__content.slide1 .slide__text {
    width: 70%;
  }
}
@media (max-width: 468px) {
  main .porra__content.slide1 .slide__text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main .porra__content.slide2 {
  max-width: 42.35rem;
}
main .porra__content.slide2 .slide__form__group:nth-of-type(1), main .porra__content.slide2 .slide__form__group:nth-of-type(2) {
  width: calc((100% - 11rem) / 12 * 6 + 5rem);
}
main .porra__content.slide2 .slide__form__group:nth-of-type(3) {
  width: calc((100% - 11rem) / 12 * 7 + 6rem);
}
main .porra__content.slide2 .slide__form__group:nth-of-type(4) {
  width: calc((100% - 11rem) / 12 * 5 + 4rem);
}
main .porra__content.slide2 .slide__form__group:nth-of-type(5) {
  width: calc((100% - 11rem) / 12 * 12 + 11rem);
}
@media (max-width: 468px) {
  main .porra__content.slide2 .slide__form__group {
    width: calc((100% - 11rem) / 12 * 12 + 11rem) !important;
  }
}
main .porra__content.slide3, main .porra__content.slide4, main .porra__content.slide5, main .porra__content.slide6 {
  width: 90%;
  max-width: 42.35rem;
}
main .porra__content.slide3 .slide__form__group:nth-of-type(1), main .porra__content.slide4 .slide__form__group:nth-of-type(1), main .porra__content.slide5 .slide__form__group:nth-of-type(1), main .porra__content.slide6 .slide__form__group:nth-of-type(1) {
  width: calc((100% - 11rem) / 12 * 6 + 5rem);
}
@media (max-width: 768px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(1), main .porra__content.slide4 .slide__form__group:nth-of-type(1), main .porra__content.slide5 .slide__form__group:nth-of-type(1), main .porra__content.slide6 .slide__form__group:nth-of-type(1) {
    width: calc((100% - 11rem) / 12 * 5 + 4rem);
  }
}
@media (max-width: 576px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(1), main .porra__content.slide4 .slide__form__group:nth-of-type(1), main .porra__content.slide5 .slide__form__group:nth-of-type(1), main .porra__content.slide6 .slide__form__group:nth-of-type(1) {
    width: calc((100% - 11rem) / 12 * 12 + 11rem);
  }
}
main .porra__content.slide3 .slide__form__group:nth-of-type(2), main .porra__content.slide3 .slide__form__group:nth-of-type(3), main .porra__content.slide3 .slide__form__group:nth-of-type(4), main .porra__content.slide3 .slide__form__group:nth-of-type(5), main .porra__content.slide4 .slide__form__group:nth-of-type(2), main .porra__content.slide4 .slide__form__group:nth-of-type(3), main .porra__content.slide4 .slide__form__group:nth-of-type(4), main .porra__content.slide4 .slide__form__group:nth-of-type(5), main .porra__content.slide5 .slide__form__group:nth-of-type(2), main .porra__content.slide5 .slide__form__group:nth-of-type(3), main .porra__content.slide5 .slide__form__group:nth-of-type(4), main .porra__content.slide5 .slide__form__group:nth-of-type(5), main .porra__content.slide6 .slide__form__group:nth-of-type(2), main .porra__content.slide6 .slide__form__group:nth-of-type(3), main .porra__content.slide6 .slide__form__group:nth-of-type(4), main .porra__content.slide6 .slide__form__group:nth-of-type(5) {
  width: calc((100% - 11rem) / 12 * 1.5 + 0.5rem);
}
@media (max-width: 768px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(2), main .porra__content.slide3 .slide__form__group:nth-of-type(3), main .porra__content.slide3 .slide__form__group:nth-of-type(4), main .porra__content.slide3 .slide__form__group:nth-of-type(5), main .porra__content.slide4 .slide__form__group:nth-of-type(2), main .porra__content.slide4 .slide__form__group:nth-of-type(3), main .porra__content.slide4 .slide__form__group:nth-of-type(4), main .porra__content.slide4 .slide__form__group:nth-of-type(5), main .porra__content.slide5 .slide__form__group:nth-of-type(2), main .porra__content.slide5 .slide__form__group:nth-of-type(3), main .porra__content.slide5 .slide__form__group:nth-of-type(4), main .porra__content.slide5 .slide__form__group:nth-of-type(5), main .porra__content.slide6 .slide__form__group:nth-of-type(2), main .porra__content.slide6 .slide__form__group:nth-of-type(3), main .porra__content.slide6 .slide__form__group:nth-of-type(4), main .porra__content.slide6 .slide__form__group:nth-of-type(5) {
    width: calc((100% - 11rem) / 12 * 1.75 + 0.75rem);
  }
}
@media (max-width: 576px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(2), main .porra__content.slide3 .slide__form__group:nth-of-type(3), main .porra__content.slide3 .slide__form__group:nth-of-type(4), main .porra__content.slide3 .slide__form__group:nth-of-type(5), main .porra__content.slide4 .slide__form__group:nth-of-type(2), main .porra__content.slide4 .slide__form__group:nth-of-type(3), main .porra__content.slide4 .slide__form__group:nth-of-type(4), main .porra__content.slide4 .slide__form__group:nth-of-type(5), main .porra__content.slide5 .slide__form__group:nth-of-type(2), main .porra__content.slide5 .slide__form__group:nth-of-type(3), main .porra__content.slide5 .slide__form__group:nth-of-type(4), main .porra__content.slide5 .slide__form__group:nth-of-type(5), main .porra__content.slide6 .slide__form__group:nth-of-type(2), main .porra__content.slide6 .slide__form__group:nth-of-type(3), main .porra__content.slide6 .slide__form__group:nth-of-type(4), main .porra__content.slide6 .slide__form__group:nth-of-type(5) {
    width: calc((100% - 11rem) / 12 * 3 + 2rem);
  }
}
@media (max-width: 468px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(2), main .porra__content.slide3 .slide__form__group:nth-of-type(3), main .porra__content.slide3 .slide__form__group:nth-of-type(4), main .porra__content.slide3 .slide__form__group:nth-of-type(5), main .porra__content.slide4 .slide__form__group:nth-of-type(2), main .porra__content.slide4 .slide__form__group:nth-of-type(3), main .porra__content.slide4 .slide__form__group:nth-of-type(4), main .porra__content.slide4 .slide__form__group:nth-of-type(5), main .porra__content.slide5 .slide__form__group:nth-of-type(2), main .porra__content.slide5 .slide__form__group:nth-of-type(3), main .porra__content.slide5 .slide__form__group:nth-of-type(4), main .porra__content.slide5 .slide__form__group:nth-of-type(5), main .porra__content.slide6 .slide__form__group:nth-of-type(2), main .porra__content.slide6 .slide__form__group:nth-of-type(3), main .porra__content.slide6 .slide__form__group:nth-of-type(4), main .porra__content.slide6 .slide__form__group:nth-of-type(5) {
    width: calc((100% - 11rem) / 12 * 6 + 5rem) !important;
  }
}
main .porra__content.slide3 .slide__form__group:nth-of-type(6), main .porra__content.slide4 .slide__form__group:nth-of-type(6), main .porra__content.slide5 .slide__form__group:nth-of-type(6), main .porra__content.slide6 .slide__form__group:nth-of-type(6) {
  width: calc((100% - 11rem) / 12 * 2.4 + 1.4rem);
}
@media (max-width: 576px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(6), main .porra__content.slide4 .slide__form__group:nth-of-type(6), main .porra__content.slide5 .slide__form__group:nth-of-type(6), main .porra__content.slide6 .slide__form__group:nth-of-type(6) {
    width: calc((100% - 11rem) / 12 * 6 + 5rem);
  }
}
main .porra__content.slide3 .slide__form__group:nth-of-type(7), main .porra__content.slide3 .slide__form__group:nth-of-type(8), main .porra__content.slide3 .slide__form__group:nth-of-type(9), main .porra__content.slide4 .slide__form__group:nth-of-type(7), main .porra__content.slide4 .slide__form__group:nth-of-type(8), main .porra__content.slide4 .slide__form__group:nth-of-type(9), main .porra__content.slide5 .slide__form__group:nth-of-type(7), main .porra__content.slide5 .slide__form__group:nth-of-type(8), main .porra__content.slide5 .slide__form__group:nth-of-type(9), main .porra__content.slide6 .slide__form__group:nth-of-type(7), main .porra__content.slide6 .slide__form__group:nth-of-type(8), main .porra__content.slide6 .slide__form__group:nth-of-type(9) {
  width: calc((100% - 11rem) / 12 * 3.2 + 2.2rem);
}
@media (max-width: 576px) {
  main .porra__content.slide3 .slide__form__group:nth-of-type(7), main .porra__content.slide3 .slide__form__group:nth-of-type(8), main .porra__content.slide3 .slide__form__group:nth-of-type(9), main .porra__content.slide4 .slide__form__group:nth-of-type(7), main .porra__content.slide4 .slide__form__group:nth-of-type(8), main .porra__content.slide4 .slide__form__group:nth-of-type(9), main .porra__content.slide5 .slide__form__group:nth-of-type(7), main .porra__content.slide5 .slide__form__group:nth-of-type(8), main .porra__content.slide5 .slide__form__group:nth-of-type(9), main .porra__content.slide6 .slide__form__group:nth-of-type(7), main .porra__content.slide6 .slide__form__group:nth-of-type(8), main .porra__content.slide6 .slide__form__group:nth-of-type(9) {
    width: calc((100% - 11rem) / 12 * 6 + 5rem);
  }
}
@media (max-width: 468px) {
  main .porra__content.slide3 .slide__form__group, main .porra__content.slide4 .slide__form__group, main .porra__content.slide5 .slide__form__group, main .porra__content.slide6 .slide__form__group {
    width: calc((100% - 11rem) / 12 * 12 + 11rem) !important;
  }
}
main .steps {
  background: #F5F3EF;
}
main .steps .wrap-steps {
  display: flex;
  justify-content: center;
  margin: 0 auto 1rem;
  max-width: 52.94rem;
  gap: 1.7rem;
}
@media (max-width: 992px) {
  main .steps .wrap-steps {
    flex-wrap: wrap;
    max-width: 26.47rem;
  }
}
main .steps .step {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 12.06rem;
}
main .steps .step__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.06rem;
  padding: 0 2.5rem;
  text-align: center;
  height: 3rem;
}
main .steps .step__title span {
  position: absolute;
  left: 0;
  font-size: 2.71rem;
}
main .steps .step__wrap-img {
  flex: 0;
}
main .steps .step__img {
  position: relative;
  display: block;
  height: 2.06rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 576px) {
  main .steps .step__img {
    width: 85%;
    height: auto;
  }
}
main .steps .step__img.step__img3 {
  height: 2.35rem;
  margin: 0 auto calc(1.5rem - 6px);
}
@media (max-width: 576px) {
  main .steps .step__img.step__img3 {
    width: 85%;
    height: auto;
  }
}
main .steps .step__text {
  flex: 1;
}
main .prizes-section {
  background: #D10019;
}
main .prizes-section .wrapper {
  position: relative;
}
main .prizes-section .title-section {
  margin-bottom: 3rem;
}
main .prizes-section .wrap-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0 1.75rem;
}
@media (max-width: 576px) {
  main .prizes-section .wrap-cards {
    padding: 0 0.75rem;
  }
}
main .prizes-section .card-prize {
  height: auto;
}
main .prizes-section .card-prize:nth-of-type(1), main .prizes-section .card-prize:nth-of-type(2) {
  width: calc((100% - 11rem) / 12 * 6 + 5rem);
}
@media (max-width: 768px) {
  main .prizes-section .card-prize:nth-of-type(1), main .prizes-section .card-prize:nth-of-type(2) {
    width: calc((100% - 11rem) / 12 * 12 + 11rem);
  }
}
main .prizes-section .card-prize:nth-of-type(3), main .prizes-section .card-prize:nth-of-type(4), main .prizes-section .card-prize:nth-of-type(5), main .prizes-section .card-prize:nth-of-type(6) {
  width: calc((100% - 11rem) / 12 * 3 + 2rem);
}
@media (max-width: 992px) {
  main .prizes-section .card-prize:nth-of-type(3), main .prizes-section .card-prize:nth-of-type(4), main .prizes-section .card-prize:nth-of-type(5), main .prizes-section .card-prize:nth-of-type(6) {
    width: calc((100% - 11rem) / 12 * 6 + 5rem);
  }
}
@media (max-width: 576px) {
  main .prizes-section .card-prize:nth-of-type(3), main .prizes-section .card-prize:nth-of-type(4), main .prizes-section .card-prize:nth-of-type(5), main .prizes-section .card-prize:nth-of-type(6) {
    width: calc((100% - 11rem) / 12 * 12 + 11rem);
  }
}
main .prizes-section .asteriscos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.75rem;
}
@media (max-width: 768px) {
  main .prizes-section .asteriscos {
    position: relative;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  main .prizes-section .asteriscos {
    padding: 0 0.75rem;
  }
}
main .prizes-section .asteriscos p {
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
main .newsletter {
  background: #F5F3EF;
}
main .newsletter .wrapper {
  text-align: center;
}
main .newsletter__img {
  position: relative;
  display: block;
  height: 2.35rem;
}
main .logos-section {
  position: relative;
  background: #D10019;
}
main .logos-section .logos__header {
  text-align: center;
}
main .logos-section .logos__header__logo {
  border-radius: 0.5rem;
  max-width: 15.29rem;
}
main .logos-section .logos__footer {
  text-align: center;
}
main .logos-section .logos__footer__text {
  margin-bottom: 0.75rem;
  color: white;
}
main .logos-section .logos__footer__imgs {
  justify-content: center;
}
main .rrss {
  background: white;
}
main .rrss .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 576px) {
  main .rrss .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .rrss__text {
  margin: 0 1rem 0.2rem 0;
}
@media (max-width: 576px) {
  main .rrss__text {
    width: 100%;
    text-align: center;
  }
}
main .rrss__link {
  transition: transform 0.33s cubic-bezier(0, 1.95, 0.52, 0.68);
  transform-origin: center;
}
main .rrss__link:hover {
  transform: scale(0.9);
}
main .rrss__link__img {
  height: 2.65rem;
}
@media (max-width: 576px) {
  main .rrss__link__img {
    height: 2.24rem;
  }
}

.int {
  background: #F5F3EF;
  overflow: hidden;
}
.int-header {
  position: relative;
  background-image: url(../images/interiores/frankfurt1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.int-header--selva {
  background-image: url(../images/interiores/selva1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.int-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.int-header__pestaña {
  top: 45%;
  height: 26%;
}
@media (max-width: 768px) {
  .int-header__pestaña {
    top: 40%;
    height: 24%;
  }
}
@media (max-width: 576px) {
  .int-header__pestaña {
    top: 35%;
    height: 20%;
  }
}
.int-header__content {
  position: relative;
  min-height: 26.47rem;
}
@media (max-width: 768px) {
  .int-header__content {
    min-height: 20.59rem;
  }
}
.int-header__content .title-section {
  position: absolute;
  bottom: 0.3vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.int-header__content .title-section::before {
  top: -0.5rem;
}
@media (max-width: 768px) {
  .int-header__content .title-section {
    bottom: 1rem;
  }
}
.int-header .logos__header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.int-header .logos__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 0 3vh 3vh;
}
.int-intro p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .int-intro p.t-bold {
    line-height: 1.25 !important;
  }
}
.int-content {
  padding-top: 0;
}
.int-content p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.int-content__group {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .int-content__group {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.int-content__group--invert {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .int-content__group--invert {
    flex-direction: column;
  }
}
.int-content__group--invert .int-content__group__img {
  left: 0;
  right: auto;
}
.int-content__group--invert .int-content__group__copyright {
  left: 1rem;
  right: auto;
}
.int-content__group__wrap-img, .int-content__group__wrap-text {
  position: relative;
  display: block;
  width: 60%;
}
@media (max-width: 768px) {
  .int-content__group__wrap-img, .int-content__group__wrap-text {
    width: 100%;
  }
}
.int-content__group__wrap-text {
  width: 40%;
}
@media (max-width: 768px) {
  .int-content__group__wrap-text {
    width: 100%;
  }
}
.int-content__group__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  .int-content__group__img {
    position: relative;
    width: 100%;
  }
}
.int-content__group__title {
  line-height: 1.33;
}
.int-content__group__text {
  line-height: 1.5;
}
.int-content__group__text a {
  text-decoration: underline;
}
.int-content__group__text a:hover {
  text-decoration: none;
}
.int-content__group__copyright {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  margin-bottom: 0 !important;
}
.int-participa {
  background: #D10019;
}
.int-participa__img {
  max-width: 11.76rem;
}
@media (max-width: 576px) {
  .int-participa__img {
    max-width: 10.29rem;
  }
}

.legales {
  background: #F5F3EF;
  padding-top: 6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .legales {
    padding-top: 4rem;
  }
}
.legales .logos__header__legales {
  position: absolute;
  top: 0;
}
.legales__content p, .legales__content li {
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 1rem;
}
@media (max-width: 576px) {
  .legales__content p, .legales__content li {
    line-height: 1.3;
  }
}
.legales__content ul {
  list-style: disc;
}
.legales__content ul.margin-only {
  list-style: none;
}
.legales__content ul.margin-only ul {
  list-style: circle;
}
.legales__content li {
  margin-left: 1rem;
}
.legales__content li b {
  margin-top: inherit;
}
.legales__content b {
  position: relative;
  display: block;
  margin-top: 2rem;
}
.legales section.steps {
  display: none;
}

.footer {
  background: #F5F3EF;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 3.5rem 0 3rem;
}
@media (max-width: 576px) {
  .footer .wrapper {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
}
.footer__legales {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.footer__legales__link:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */