:root {
  --background: #000;
  --rojo-vino: #200606;
  --secundary-color: #450000;
  --rojo-vino-claro: #780000;
  --primary-color: #b00;
  --white: white;
  --naranja-claro: #ff9e42;
  --naranja-oscuro: #ff1800;
  --amarillo: #ffb805;
  --amarillo-blanco: #ffeee4;
  --amarillo-claro: #ffd681;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--background);
  font-family: Inter Variablefont;
}

.body.form {
  background-image: none;
  min-height: 100vh;
  font-family: Subset Inter, Arial, sans-serif;
}

.container {
  flex-flow: wrap;
  justify-content: flex-start;
  max-width: 1500px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.section {
  background-image: linear-gradient(167deg, var(--primary-color) 40%, var(--secundary-color));
  position: relative;
}

.section.form {
  background-image: linear-gradient(167deg, var(--primary-color) 40%, var(--secundary-color));
  background-image: linear-gradient(167deg, var(--primary-color) 40%, var(--secundary-color));
}

.wrap_free-training {
  background-color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  color: var(--primary-color);
  letter-spacing: -2.3px;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
}

.heading-2 {
  color: var(--white);
}

.paragraph {
  color: var(--white);
  max-width: 518.4px;
}

.left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.right {
  background-image: url("https://cdn.prod.website-files.com/6940300049828c68385e1fd7/6940300049828c68385e1fdc_Capa_1.svg");
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  position: relative;
}

.right.form {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 530px;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.line {
  outline-offset: 0px;
  outline: 1.5px solid #6b6b6b;
  width: 80%;
  height: 0;
  margin-bottom: 100px;
}

.wrap-policy-privacy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.wrap-policy-description {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  font-weight: 300;
  display: flex;
}

.section-policy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-policy {
  padding-bottom: 40px;
}

.link-block {
  border: 1px solid var(--white);
  background-image: linear-gradient(289deg, var(--naranja-claro), var(--naranja-oscuro));
  border-radius: 11px;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont;
  font-size: 14px;
}

.text-block {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-style: italic;
}

.wrap-button-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.text-december {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.video {
  border-radius: 32px;
  width: 259px;
  height: 100%;
}

.background-video {
  z-index: 50;
  border-radius: 20px;
  width: 250px;
  height: 350px;
}

.play-pause-button {
  inset: 0%;
}

.section-chosen-ones {
  background-image: none;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-chosen-ones {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1237px;
  display: flex;
  position: relative;
}

.h1-chosen-ones {
  color: var(--white);
  text-align: center;
  max-width: 791.688px;
  font-size: 2.375rem;
}

.paragraph-chosen-ones {
  color: var(--white);
  text-align: center;
  max-width: 645.25px;
  font-size: .875rem;
}

.background-video-2 {
  z-index: 1;
  border-radius: 32px;
  width: 80%;
  height: 500px;
}

.wrap-video {
  border-radius: 32px;
  justify-content: center;
  width: 80%;
  max-width: 989.438px;
  height: 30%;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  background-image: linear-gradient(180deg, var(--amarillo) 30%, var(--amarillo-blanco));
  color: var(--background);
  border-radius: 11px;
  padding: 12px 17px;
  font-weight: 700;
}

.text-white-arrow {
  color: var(--white);
}

.wrap-text-arrow-chosen {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 3% 12%;
}

.h2-chosen-ones {
  color: var(--amarillo-claro);
  text-align: center;
  font-size: 2rem;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-size: .875rem;
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  font-size: .875rem;
  font-weight: 400;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-size: .875rem;
}

.wrap-text-chosen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.wrap-comunity-gives {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap-student {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.wrap-student-inter {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: #d9d9d9;
  border-radius: 15px;
  width: 250px;
  height: 300px;
}

.heading-12 {
  color: var(--white);
}

.text-block-5 {
  color: var(--white);
  text-align: center;
  width: 250px;
  font-weight: 300;
}

.section-student {
  margin-top: 0;
  margin-bottom: 0;
}

.image-skoll {
  border-radius: 32px;
  width: 100%;
}

.container-student {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.main {
  background-image: linear-gradient(180deg, var(--rojo-vino) 74%, var(--secundary-color) 100%, var(--rojo-vino-claro));
}

.text-span {
  color: var(--amarillo);
}

.wrap-paid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.wrap-text-paid {
  width: 50%;
  max-width: 470px;
  padding: .625rem;
}

.paragraph-8 {
  color: var(--white);
}

.image-9 {
  border-radius: 24px;
}

.container-paid-price {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 100%;
  height: 30%;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
}

.link-block-policy {
  text-decoration: none;
}

.h3 {
  color: #fff;
  font-size: .875rem;
}

.h3:hover {
  color: var(--amarillo-claro);
}

.wrap-policy-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.paragraph-10, .paragraph-11 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 20px;
  }

  .right {
    width: 80%;
  }

  .h1-chosen-ones {
    font-size: 30px;
  }

  .wrap-student {
    justify-content: flex-start;
    overflow: auto;
  }

  .h1-bootcamp {
    font-size: 32px;
    line-height: 40px;
  }

  .text-description-bootcamp {
    font-size: 12px;
  }

  .wrap-text-vector._1 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-13, .image-13.right, .image-13.right {
    width: 30%;
  }

  .image-danny {
    left: 20%;
  }

  .container-7 {
    width: 100%;
    max-width: 613px;
    padding-top: 20px;
  }

  .left-free {
    align-items: center;
    width: 100%;
  }

  .image-6 {
    inset: auto 0% 42% 76%;
  }

  .right-2 {
    width: 100%;
  }

  .section-4 {
    justify-content: center;
    display: flex;
  }

  .paragraph-12 {
    text-align: center;
  }

  .image-7 {
    right: -7%;
  }

  .image-2 {
    width: 200px;
    height: 200px;
  }

  .arrow-red-step {
    width: 80px;
    top: 26%;
  }

  .image {
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .right {
    background-size: contain;
  }

  .wrap-text-paid {
    width: 100%;
  }

  .h1-bootcamp {
    font-size: 24px;
    line-height: 30px;
  }

  .text-description-bootcamp {
    font-size: 10px;
    line-height: 16px;
  }

  .seating-wrapper, .wrap-text-vector._6, .wrap-text-vector._6, .wrap-asientos, .wrap-asientos.abajo, .wrap-asientos.abajo {
    display: none;
  }

  .image-14 {
    display: block;
  }

  .image-danny {
    left: auto;
  }

  .container-7 {
    max-width: 453px;
  }

  .h1-elite-university {
    text-align: center;
  }

  .image-6 {
    max-width: 25%;
    left: 71%;
  }

  .image--danny {
    left: auto;
  }

  .right-2 {
    background-size: contain;
  }

  .wrap-button-text-2 {
    justify-content: center;
  }

  .image-7 {
    width: 25%;
    right: -2%;
  }

  .card-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
  }

  .image-2 {
    width: 150px;
    height: 150px;
  }

  .wrap-grid-broker {
    max-width: 568px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-red-step {
    width: 50px;
    top: 46%;
    right: 3%;
  }

  .image {
    right: 2%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph {
    text-align: center;
  }

  .left {
    align-items: center;
    min-width: 300px;
    max-width: 300px;
  }

  .right {
    background-repeat: no-repeat;
    width: 300px;
    min-width: 250px;
    max-width: 500px;
    height: 300px;
    min-height: 231px;
  }

  .line {
    width: 80%;
  }

  .wrap-policy-privacy {
    max-width: 320px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-policy {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .wrap-button-text {
    justify-content: center;
  }

  .text-december {
    font-size: 12px;
  }

  .h1-chosen-ones {
    min-width: 320px;
    max-width: 320px;
    font-size: 29px;
  }

  .paragraph-chosen-ones {
    min-width: 320px;
    max-width: 414px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .wrap-video {
    width: 95%;
  }

  .button {
    text-align: center;
    min-width: 216px;
    max-width: 216.388px;
    font-size: 12px;
  }

  .text-white-arrow {
    font-size: 12px;
  }

  .wrap-text-arrow-chosen {
    position: relative;
    left: auto;
  }

  .h2-chosen-ones {
    font-size: 28px;
  }

  .text-block-3, .paragraph-7, .text-block-4 {
    font-size: 12px;
  }

  .wrap-text-chosen {
    max-width: 340px;
  }

  .wrap-comunity-gives {
    min-width: 320px;
    max-width: 320px;
  }

  .wrap-student {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-paid {
    flex-flow: wrap;
    justify-content: center;
  }

  .wrap-text-paid {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .paragraph-8 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
  }

  .container-paid-price {
    max-width: 320px;
  }

  .image-supreme-elite {
    min-width: 150px;
    max-width: 150px;
  }

  .container-4, .container-comunity {
    justify-content: center;
    display: flex;
  }

  .image-10 {
    position: relative;
    left: -4%;
  }

  .paragraph-9 {
    font-size: 12px;
  }

  .h3 {
    text-align: center;
    font-size: .875rem;
  }

  .paragraph-10, .paragraph-11 {
    font-size: 12px;
  }

  .container-bootcamp {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-description-bootcamp {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-video-bootcamp {
    width: 100%;
  }

  .h2-bootcamp {
    font-size: 26px;
    line-height: 30px;
  }

  .text-block-10 {
    font-size: 10px;
    line-height: 16px;
  }

  .image-danny {
    max-width: 250px;
    display: block;
    position: absolute;
    inset: auto 0% 0% 9%;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .h1-elite-university {
    text-align: center;
    font-size: 30px;
  }

  .image-6 {
    bottom: 24%;
    left: 72%;
  }

  .image--danny {
    width: 100px;
    left: 9%;
  }

  .image-logo.mobile {
    margin-bottom: 20px;
    display: block;
  }

  .right-2 {
    background-repeat: no-repeat;
    min-width: 250px;
    max-width: 333px;
    min-height: 231px;
  }

  .text-december-2 {
    font-size: 12px;
  }

  .wrap-button-text-2 {
    justify-content: center;
  }

  .paragraph-12 {
    text-align: center;
  }

  .image-7 {
    width: 30%;
    display: none;
    right: -49px;
  }

  .wrap-tariner-paragraph {
    max-width: 320px;
  }

  .wrap-training {
    justify-content: flex-start;
    max-width: 320px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-3 {
    display: none;
    left: 178px;
  }

  .image-3._1 {
    left: 110%;
  }

  .card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    padding-left: 60px;
    overflow: auto;
  }

  .image-2 {
    width: 200px;
    max-width: none;
    height: 200px;
  }

  .wrap-grid-broker {
    flex-flow: row;
    justify-content: flex-start;
    min-width: auto;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    overflow: auto;
  }

  .image-11 {
    position: relative;
    right: 5%;
  }

  .h2-elite-university {
    font-size: 26px;
  }

  .wrap-steps {
    max-width: 320px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .arrow-red-step {
    width: 60px;
    position: relative;
    left: 40%;
    right: 40%;
  }

  .card-wrapper-inter {
    min-width: 200px;
    max-width: 200px;
  }

  .image {
    right: 26%;
  }

  .h3-2 {
    text-align: center;
    font-size: .875rem;
  }
}
