.section {
  background-image: url('../images/fondo.png');
  background-position: 0 0;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 500px;
  max-width: 600px;
  height: auto;
  min-height: 100svh;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.section.blanco {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  padding-top: 3svh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.div-block.terminos {
  position: static;
}

.image {
  height: 6svh;
}

.div-block-2 {
  z-index: 1;
  background-image: url('../images/fondo.png');
  background-position: 20% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 2;
  position: absolute;
  inset: 10vh auto auto 0%;
  overflow: hidden;
}

.div-block-3.puntuacion {
  z-index: 3;
  top: 20vh;
}

.image-2 {
  height: 25svh;
  position: relative;
  left: -50%;
}

.image-2.puntuacion {
  left: -70%;
}

.balondr {
  z-index: 2;
  position: absolute;
  inset: 58.5svh 0% auto auto;
  overflow: hidden;
}

.balondr.puntuacion {
  z-index: 3;
}

.image-3 {
  height: 25svh;
  position: relative;
  right: -50%;
}

.image-3.puntuacion {
  right: -70%;
}

.div-block-4 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 35svh 0% auto;
}

.image-4 {
  max-width: 90%;
  height: 20svh;
  position: static;
}

.body {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body.terminos {
  background-color: #fff;
}

.div-block-5 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5svh;
}

.div-block-6 {
  background-color: #fff;
  border-radius: 15svh;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: auto;
  padding: 2svh;
  display: flex;
  box-shadow: 0 2px 5px #00000061;
}

.code-embed {
  color: #c9c9c9;
  width: 5svh;
  height: 5svh;
}

.code-embed.actual, .code-embed-2, .code-embed-3, .code-embed-4 {
  color: #000;
}

.icono {
  color: #c9c9c9;
}

.icono.actual {
  color: #000;
}

.div-block-7 {
  z-index: 3;
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto auto 20svh 3svh;
}

.paragraph {
  font-size: 1.5svh;
  line-height: 1.8svh;
}

.div-block-8 {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/e545a0cd8c9d4a83849b6e71de98958b486ad7a4.png');
  background-position: 100%;
  background-size: auto 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  text-align: justify;
  max-width: 80%;
  font-family: Work Sans, sans-serif;
  font-size: 1.5svh;
  line-height: 1.8svh;
}

.paragraph-3 {
  text-align: center;
  max-width: 100%;
  font-family: Work Sans, sans-serif;
  font-size: 1.2svh;
  line-height: 1.5svh;
}

.heading {
  text-align: center;
  max-width: 100%;
  font-family: Work Sans, sans-serif;
  font-size: 3.5svh;
  font-weight: 600;
  line-height: 3.5svh;
}

.paragraph-4 {
  width: 80%;
  margin-top: 10svh;
  font-family: Work Sans, sans-serif;
  font-size: 1.5svh;
  font-weight: 600;
  line-height: 1.5svh;
}

.div-block-9 {
  background-color: #000;
  border-radius: 3.5svh;
  width: 75%;
  height: 60svh;
  margin-top: 2svw;
  position: relative;
  overflow: hidden;
}

.div-block-10 {
  opacity: .7;
  background-image: url('../images/c9ac55c15620be4211840f2eec9dc539db6396c9.png');
  background-position: 20% 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.tabs {
  width: 80%;
}

.tabs-menu {
  display: none;
}

.select-field {
  color: #fff;
  background-color: #000;
  border-radius: .8svh;
  font-family: Work Sans, sans-serif;
  font-size: 1.2svh;
  font-weight: 400;
  line-height: 1.2svh;
}

.link-block {
  color: #fff;
  background-color: #000;
  border-radius: 3.5svh;
  text-decoration: none;
}

.text-block {
  padding: 1.5svh 2svh 1.5vh;
  font-family: Work Sans, sans-serif;
  font-size: 2svh;
  font-weight: 500;
  line-height: 2svh;
}

.text-block-2 {
  z-index: 5;
  color: #fff;
  text-align: center;
  width: 80%;
  margin-top: 2svh;
  font-family: Work Sans, sans-serif;
  font-size: 2.5vh;
  font-weight: 400;
  line-height: 2.5svh;
  position: relative;
  left: 10%;
}

.grid {
  z-index: 5;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
  width: 80%;
  position: relative;
  top: 3svh;
  left: 15%;
}

.text-block-3 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1.5svh;
  font-weight: 700;
  line-height: 1.5svh;
}

.text-block-4 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1.5svh;
  font-weight: 400;
  line-height: 1.5svh;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-top: 2svh;
  margin-bottom: 1svh;
  font-family: Montserrat, sans-serif;
  font-size: 2.5svh;
  font-weight: 700;
  line-height: 3svh;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  margin-top: 1svh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1svh;
  font-weight: 600;
  line-height: 1.5svh;
}

.div-block-11 {
  background-color: #cf0029;
  border-radius: 50svh;
  width: 10%;
  height: .3svh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11._2 {
  margin-bottom: 4svh;
}

.div-block-12 {
  background-color: #cf0029;
  border: 0;
  border-radius: 50svh;
  cursor: pointer;
  margin: 2svh auto;
  padding-left: 5svh;
  padding-right: 5svh;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2svh;
  font-weight: 600;
  line-height: 3.5svh;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2svh 1vh 2svh 1svh;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-13._2 {
  margin-top: 2svh;
}

.link-block-2 {
  background-color: #cf0029;
  border-radius: 50svh;
  justify-content: center;
  align-items: center;
  padding: .5svh 1.5svh;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-size: 1.3svh;
  line-height: 2svh;
  text-decoration: none;
}

.image-6 {
  height: 5svh;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2svh;
  font-weight: 700;
  line-height: 2.5svh;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span {
  color: #cf0029;
}

.image-7 {
  height: 2.2svh;
  margin-right: 1.5svh;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  margin-top: 2svh;
  margin-bottom: 2svh;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.video-modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  position: fixed;
  inset: 0%;
  z-index: 9999;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal__backdrop {
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.video-modal__dialog {
  background-color: #000;
  border-radius: 20px;
  width: min(92vw, 900px);
  max-height: 90vh;
  padding: 48px 20px 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 60px #0006;
}

.video-modal__close {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
}

.video-modal__close-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.video-modal__player {
  border-radius: 12px;
  width: 100%;
  max-height: calc(90vh - 68px);
  display: block;
}

.modal-open {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section {
    min-width: 100svw;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .image {
    width: 30svw;
    height: auto;
  }

  .paragraph-5 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph-6 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .div-block-11 {
    width: 20svw;
    height: auto;
    padding-top: 5px;
  }

  .div-block-11._2 {
    margin-bottom: 60px;
  }

  .text-block-5 {
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .video-modal__dialog {
    width: calc(100vw - 24px);
    padding: 44px 14px 14px;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-right: 5%;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-color: #000;
    width: 100svw;
  }

  .div-block {
    z-index: 3;
  }

  .div-block-2 {
    opacity: .7;
    background-image: url('../images/93911f7bb46710aec7e66d5672488dcc26e01cf6.png');
    background-position: 20% 0;
    background-size: auto;
  }
}

