:root {
  --_color---primary--500: #f09614;
  --_color---primary--600: #cc7500;
  --_color---secondary--100: #e6ebf0;
  --_color---secondary--700: #455769;
  --_color---fundacion--100: #e2f1f7;
  --_color---neutral--900: #171717;
  --_color---secondary--900: #172d42;
  --_color---fundacion--900: #31535f;
  --_color---primary--100: #ffe9d9;
  --_color---neutral--700: #4b4b4b;
  --_color---secondary--800: #2e4255;
  --_color---secondary--200: #b8c0c7;
  --_color---neutral--200: #cecece;
  --_color---neutral--100: #e8e8e8;
  --_color---primary--200: #fc9;
  --_color---primary--300: #ffb966;
  --_color---primary--400: #ffa833;
  --_color---primary--700: #995300;
  --_color---primary--800: #630;
  --_color---primary--900: #331600;
  --_color---secondary--300: #a1abb5;
  --_color---secondary--400: #8a96a2;
  --_color---secondary--500: #73818f;
  --_color---secondary--600: #5c6c7c;
  --_color---fundacion--200: #c4e2ec;
  --_color---fundacion--300: #a7d2e1;
  --_color---fundacion--400: #8cc2d6;
  --_color---fundacion--500: #71b2c9;
  --_color---fundacion--600: #609baf;
  --_color---fundacion--700: #508395;
  --_color---fundacion--800: #416b7a;
  --_color---neutral--300: #b4b4b4;
  --_color---neutral--400: #9a9a9a;
  --_color---neutral--500: #7f7f7f;
  --_color---neutral--600: #656565;
  --_color---neutral--800: #313131;
}

.button {
  background-color: var(--_color---primary--500);
  color: #fff;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding: 0 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.button:where(.w-variant-a0b2c280-822d-0df1-e9b1-3c8e4e4a3620) {
  border: 1px solid var(--_color---primary--500);
  color: var(--_color---primary--600);
  background-color: #f0961400;
}

.button:hover {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.button:hover:where(.w-variant-a0b2c280-822d-0df1-e9b1-3c8e4e4a3620) {
  background-color: #f096141a;
  background-image: none;
}

.button:active {
  background-image: linear-gradient(#fff3, #fff3);
}

.button:active:where(.w-variant-a0b2c280-822d-0df1-e9b1-3c8e4e4a3620) {
  background-color: #f0961433;
}

.button.secondary {
  border: 1px solid var(--_color---primary--500);
  color: var(--_color---primary--600);
  background-color: #f0961400;
}

.button.secondary:hover {
  background-color: #f096141a;
  background-image: none;
}

.button.secondary:active {
  background-color: #f0961433;
}

.button.secondary.patrocinador {
  color: #24226a;
  background-color: #24226a00;
  border-color: #24226a;
}

.button.secondary.patrocinador:hover {
  background-color: #24226a1a;
}

.body {
  mix-blend-mode: normal;
  font-family: Roboto, sans-serif;
  transition: all .2s;
  display: block;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.link-block {
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  display: inline-block;
}

.custom-button {
  cursor: auto;
  background-color: #244c96;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.nav {
  color: var(--_color---primary--500);
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.nav:hover {
  color: var(--_color---primary--500);
  text-decoration: underline;
}

.nav:active {
  color: var(--_color---primary--600);
}

.container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #e6e8ef;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.container.details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 1;
  background-color: var(--_color---secondary--100);
  color: var(--_color---secondary--700);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container.sesion {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--_color---fundacion--100);
  color: var(--_color---neutral--900);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
}

.container.faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_color---secondary--100);
  color: var(--_color---secondary--900);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 32px;
}

.container.hero {
  background-color: #000;
  background-image: linear-gradient(145deg, #609baf33, #0000), linear-gradient(90deg, black, #141414 0%, white 0%, var(--_color---fundacion--900) 0%, #fff0), url('../images/hero.jpg');
  color: var(--_color---secondary--100);
  background-position: 0 0, 0 0, 108% 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 50%;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}

.container.description {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--_color---primary--100);
  color: var(--_color---neutral--700);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 48px;
}

.image {
  aspect-ratio: 1;
  width: 160px;
}

.text-block-2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.date {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_color---fundacion--900);
  color: var(--_color---fundacion--100);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.day {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.month {
  font-size: 18px;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hour-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-block-3 {
  color: var(--_color---fundacion--900);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.webinar-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.webinar-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.webinar-data {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.webinar-speaker {
  color: var(--_color---fundacion--900);
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.button-wrapper {
  justify-content: space-between;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  color: var(--_color---fundacion--900);
  align-self: center;
}

.pregunta {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.answer {
  color: var(--_color---secondary--800);
  line-height: 18px;
}

.body-home {
  color: var(--_color---neutral--900);
  background-color: #fafdff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.image-3 {
  height: 32px;
}

.div-block-4, .div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.eyebrow {
  color: var(--_color---secondary--200);
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.text-block-5 {
  color: var(--_color---secondary--200);
  font-weight: 400;
  line-height: 21px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: flex;
}

.h2 {
  color: var(--_color---primary--500);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h2.description {
  color: var(--_color---primary--600);
}

.div-block-11 {
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-span, .bold-text, .text-span-2 {
  font-weight: 600;
}

.text-block-6, .text-block-7 {
  line-height: 21px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 540px;
  display: flex;
}

.text-block-8 {
  color: var(--_color---neutral--700);
  line-height: 21px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 120px;
  padding-top: 16px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  columns: 2;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 16px;
  display: block;
}

.question {
  color: var(--_color---secondary--900);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_color---secondary--900);
  flex-flow: column;
  display: flex;
}

.text-block-9 {
  color: var(--_color---secondary--800);
}

.footer {
  background-color: var(--_color---neutral--900);
  color: var(--_color---neutral--200);
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-20 {
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.body-s {
  align-self: center;
  font-size: 12px;
  line-height: 16px;
}

.link-block-2 {
  color: var(--_color---neutral--200);
  vertical-align: baseline;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: var(--_color---neutral--100);
  text-decoration: underline;
}

.text-block-10 {
  align-self: center;
  font-size: 12px;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-22 {
  display: none;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 40px;
  display: none;
}

.link-menu {
  background-color: var(--_color---secondary--900);
  color: var(--_color---secondary--100);
  border-radius: 24px;
  justify-content: center;
  width: 100%;
  height: 64px;
  text-decoration: none;
  display: none;
}

.link-menu:hover {
  background-image: linear-gradient(#ffffff0d, #ffffff0d);
}

.link-menu:active {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.link-menu.inscripciones.w--current {
  display: none;
}

.text-block-11 {
  align-self: center;
}

.body-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-26 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.paragraph {
  color: var(--_color---neutral--700);
  text-align: center;
  max-width: 480px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph.patrocinador {
  color: #24226a;
  margin-bottom: 8px;
  font-weight: 700;
}

.image-4 {
  width: auto;
}

.div-block-27 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container.details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.hero {
    background-position: 0 0, 0 0, 100% 100%;
    justify-content: center;
    align-items: flex-start;
    padding-right: 48px;
  }

  .container.description {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image {
    width: 120px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .date {
    height: 120px;
    padding-top: 0;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-7 {
    max-width: 400px;
  }

  .h1 {
    font-size: 48px;
  }

  .div-block-10, .div-block-16 {
    margin-bottom: 80px;
  }

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

  .div-block-20, .div-block-26 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container.details {
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
  }

  .container.sesion {
    flex-flow: column;
  }

  .container.hero {
    background-image: linear-gradient(145deg, #609baf33, #0000), linear-gradient(90deg, black, #141414 0%, white 0%, var(--_color---fundacion--900) 0%, #00000080), url('../images/hero.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 50%;
    background-attachment: scroll, scroll, scroll;
    padding: 24px;
  }

  .container.description {
    flex-flow: column;
    padding: 24px;
  }

  .text-block-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .date {
    flex-flow: row;
    width: auto;
    height: 48px;
  }

  .day {
    font-size: 28px;
  }

  .month {
    font-size: 24px;
  }

  .webinar-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .webinar-name {
    font-size: 22px;
    line-height: 28px;
  }

  .webinar-speaker {
    font-size: 18px;
    line-height: 24px;
  }

  .webinar-speaker.hospital {
    font-size: 16px;
  }

  .div-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-4 {
    flex: 1;
    justify-content: space-between;
  }

  .div-block-5 {
    display: none;
  }

  .div-block-6 {
    height: 64px;
  }

  .div-block-7 {
    max-width: 420px;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .text-block-5 {
    color: var(--_color---secondary--100);
  }

  .div-block-10 {
    margin-bottom: 64px;
  }

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

  .h2.description {
    font-size: 32px;
  }

  .div-block-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-16 {
    margin-bottom: 64px;
  }

  .div-block-17 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 16px;
  }

  .div-block-18 {
    columns: 1;
  }

  .div-block-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    order: 0;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-top: 16px;
  }

  .body-s {
    order: 1;
    align-self: flex-start;
  }

  .div-block-21 {
    align-self: flex-start;
  }

  .div-block-22 {
    padding-top: 32px;
    display: block;
  }

  .div-block-23, .div-block-24 {
    display: none;
  }

  .div-block-25, .link-menu {
    display: flex;
  }

  .link-menu.inscripciones {
    background-color: var(--_color---primary--500);
  }

  .link-menu.inscripciones:hover {
    background-color: var(--_color---primary--600);
  }

  .link-menu.inscripciones.w--current {
    display: flex;
  }

  .text-block-11 {
    color: var(--_color---secondary--100);
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-11.inscripciones {
    color: var(--_color---primary--100);
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: flex;
  }

  .button.secondary.patrocinador {
    width: 100%;
  }

  .container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .container.details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
  }

  .container.sesion {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container.faq {
    margin-bottom: 12px;
    padding: 24px;
  }

  .container.hero {
    aspect-ratio: 3 / 4;
    background-image: linear-gradient(180deg, black, #141414 0%, white 0%, var(--_color---fundacion--900) 0%, #00000080), url('../images/hero.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    background-attachment: scroll, scroll;
  }

  .image {
    width: 80px;
  }

  .date {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    width: auto;
    height: 48px;
  }

  .day {
    font-size: 28px;
  }

  .month {
    font-size: 24px;
    line-height: 24px;
  }

  .div-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .webinar-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .webinar-speaker {
    font-size: 18px;
  }

  .webinar-speaker.hospital {
    font-size: 16px;
  }

  .div-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .info-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-3 {
    height: 24px;
  }

  .div-block-7 {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .div-block-17 {
    margin-bottom: 16px;
  }

  .div-block-18 {
    column-gap: 12px;
  }

  .div-block-20 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
  }

  .link-block-2 {
    height: 40px;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .link-menu.inscripciones {
    background-color: var(--_color---primary--500);
  }

  .link-menu.inscripciones:hover {
    background-color: var(--_color---primary--600);
  }

  .link-menu.inscripciones.w--current {
    background-color: var(--_color---primary--500);
    color: var(--_color---primary--100);
  }

  .link-menu.inscripciones.w--current:hover {
    background-color: var(--_color---primary--600);
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph {
    text-align: left;
  }

  .image-4 {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}


