:root {
  --_wanda---rojo: #b71b30;
  --ames-2: #4f9ca4;
  --color: whitesmoke;
  --white: white;
  --ames-1: #ffc103;
  --texto: #333;
  --_wanda---blanco: white;
  --_wanda---azul-2: #235372;
  --_wanda---verde-oscuro: #25baba;
  --_wanda---azul-1: #196086;
  --_wanda---verde-claro: #a5d0bc;
  --_wanda---amarillo: #e8af44;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  letter-spacing: -6px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120px;
  font-style: italic;
  font-weight: 900;
  line-height: 90px;
}

h2 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-style: italic;
  font-weight: 900;
  line-height: 36px;
}

h3 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  color: var(--_wanda---rojo);
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  opacity: .35;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

p {
  text-transform: none;
  margin-bottom: 10px;
}

a {
  color: var(--ames-2);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.hero {
  background-color: #000;
}

.wrapp-1440 {
  text-align: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.wrapp-1440.white {
  color: var(--color);
  text-align: center;
}

.wrapp-1440.white.hero {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-image: url('../images/diego_imagen_h.jpg');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.wrapp-1440.campa-a {
  color: var(--color);
  text-align: center;
  background-color: #122527;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}

.wrapp-1440.reto {
  background-color: var(--ames-2);
  color: var(--white);
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.button {
  background-color: var(--ames-1);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 20px 35px;
  display: none;
}

.button.cta-prensa {
  background-color: var(--ames-2);
  width: 100%;
  display: block;
}

.button.cta-prensa:hover {
  background-color: var(--ames-1);
}

.div-block {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
}

.separador {
  background-color: var(--ames-2);
  border-radius: 50px;
  width: 6px;
  height: 6px;
}

.white {
  color: var(--color);
  text-transform: uppercase;
  vertical-align: baseline;
  display: inline;
}

.div-block-5 {
  z-index: 1;
  flex-flow: row;
  width: 90%;
  display: flex;
  position: relative;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ames-2);
  color: var(--color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  color: var(--ames-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  display: flex;
}

.campa-a {
  background-color: #000;
}

.amarillo {
  color: var(--ames-1);
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-8 {
  background-color: var(--ames-2);
  color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 1280px;
  margin: 2.5rem auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.heading-2 {
  text-transform: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.bg {
  background-color: #122527a6;
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--ames-1);
  text-transform: none;
}

.link:hover {
  color: var(--white);
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-11 {
  text-align: center;
  margin-top: 0;
  padding-top: 4rem;
  padding-left: 1.5rem;
}

.link-2 {
  color: var(--ames-1);
}

.div-block-12 {
  text-align: left;
  margin-top: 1rem;
  padding-top: 3rem;
  padding-right: 1.5rem;
}

.image-3 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

.div-block-13 {
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.body-2 {
  padding-bottom: 2.5rem;
}

.azul {
  color: var(--ames-2);
}

.btn-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ames-1);
  color: var(--texto);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0;
  display: flex;
}

.btn-social:hover {
  background-color: var(--color);
}

.div-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin: 1rem auto;
  display: grid;
}

.image-4 {
  width: 150px;
}

.flex-block {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
}

.div-block-15 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.div-block-17 {
  text-align: left;
  font-size: 16px;
  line-height: 18px;
}

.div-block-18 {
  border-radius: 15px;
  flex-flow: column;
  width: 125px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oro {
  z-index: 1;
  border: 2px solid var(--color);
  background-color: #0000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100px;
  padding-top: 15px;
  position: relative;
}

.plata {
  z-index: 1;
  border-style: none solid solid;
  border-width: 1px 2px 2px;
  border-color: var(--color);
  background-color: #0000;
  height: 100px;
  padding-top: 15px;
  position: relative;
}

.bronce {
  z-index: 1;
  border-style: none solid solid;
  border-width: 1px 2px 2px;
  border-color: var(--color);
  background-color: #0000;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100px;
  padding-top: 15px;
  position: relative;
}

.porcentaje {
  background-color: var(--ames-1);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 87%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.heading-5 {
  color: var(--ames-1);
  mix-blend-mode: hard-light;
  margin-top: -30px;
  margin-bottom: -60px;
  position: relative;
}

.link-3 {
  color: var(--white);
  text-decoration: underline;
}

.paragraph-3 {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  width: 65px;
  position: relative;
}

.prensa {
  background-color: var(--color);
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.prensa-wrapper {
  text-align: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.botones-prensa {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 75%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-home-congreso {
  background-image: url('../images/background-hero.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem 4rem 8rem;
  display: flex;
  position: relative;
}

.wrapper-hero-info-congreso {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-column-gap: 30px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.xviii-congreso-nacional-de-miastenia {
  color: #234749;
  text-transform: uppercase;
  border-left: 20px solid #f49c69;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  text-decoration: none;
}

.frame-36 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h3 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.frame-3 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-top: 5px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-8 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.text-3 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.frame-2 {
  grid-column-gap: 10px;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.section {
  background-image: url('../images/fondo-separador.svg');
  background-position: 50% 100%;
  background-size: auto 300px;
  height: 300px;
}

.logo-ames {
  margin-bottom: 2rem;
}

.cta {
  text-align: center;
  background-color: #f49c69;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}

.cta.principal {
  background-color: #234749;
}

.cta.principal:hover {
  background-color: #f49c69;
}

.cta.secundario {
  padding-left: 40px;
  padding-right: 40px;
}

.cta.secundario:hover {
  background-color: #234749;
}

.cta.secundario.max {
  padding-left: 40px;
  padding-right: 40px;
}

.cta.blanco {
  color: #234749;
  background-color: #0000;
  border: 1px solid #234749;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 800;
}

.cta.blanco:hover {
  color: #fff;
  background-color: #234749;
}

.landing-xvii-congreso {
  font-family: Poppins, sans-serif;
}

.div-block-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
  position: static;
  inset: auto auto 4rem 4rem;
}

.congreso-programacion {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: block;
}

.wrapper-programacion {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
  display: flex;
}

.h2-congreso {
  color: #234749;
  letter-spacing: 0;
  text-transform: none;
  font-size: 68px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.h2-congreso.light {
  color: #71c8d3;
  font-weight: 400;
}

.div-block-20 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.wrapper-contenido-congreso {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f4f9fa;
  border-radius: 50px;
  flex-flow: column;
  padding: 4rem;
  display: flex;
}

.wrapper-contenido-congreso.naranja {
  background-color: #f49c69;
}

.frame-32 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
}

.frame-5 {
  grid-column-gap: 10px;
  background-color: #234749;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-40 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-41 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  text-decoration: none;
  display: flex;
}

.viernes-21-0 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
}

.viernes-21-1 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-decoration: none;
}

.frame-10 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1196px;
  text-decoration: none;
  display: flex;
}

.fecha-event {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: minmax(50px, .25fr) minmax(5px, 1fr) repeat(auto-fit, minmax(90%, 1fr));
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  place-items: flex-start start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.horario {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.hora {
  color: #71c8d3;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.hora.blanco {
  color: #fff;
}

.programa {
  grid-row-gap: 15px;
  border-left: 10px solid #f49c69;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
}

.programa.rblanca {
  border-left-color: #fff;
}

.frame-39 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  box-sizing: border-box;
  color: #234749;
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.text-12._1line {
  min-height: 55px;
  padding-top: 10px;
}

.text-12.small {
  font-size: 22px;
}

.ponente-nombre {
  color: #234749;
  letter-spacing: 0;
  text-indent: 0;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.ponente-nombre.light {
  font-weight: 400;
}

.text-14 {
  opacity: 1;
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.frame-44 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #71c8d3;
  text-align: right;
  -webkit-text-stroke-color: #71c8d3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.text-16 {
  color: #71c8d3;
  text-align: right;
  -webkit-text-stroke-color: #71c8d3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-46 {
  border-left: 10px solid #f49c69;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 60px;
  padding-left: 1rem;
  text-decoration: none;
  display: flex;
}

.frame-46.cena, .frame-46.cafe {
  border-left-color: #71c8d3;
}

.text-17 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.text-18 {
  color: #71c8d3;
  text-align: right;
  width: 55px;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.dot-separador {
  display: none;
}

.frame-37 {
  grid-column-gap: 80px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.argenx_logo {
  object-fit: cover;
}

.wrapper-separador {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-5 {
  border-bottom: 1px dashed #c6f0f7;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 21.5px;
  left: .5px;
}

.frame-49 {
  z-index: 1;
  grid-column-gap: 20px;
  background-color: #c6f0f7;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-19 {
  color: #234749;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.frame-38 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.federacion-asem-logo {
  object-fit: cover;
  max-width: 1280px;
  height: auto;
}

.federacion-asem-logo.isabal {
  width: 160px;
  height: auto;
}

.federacion-asem-logo.fep {
  width: 65px;
}

.federacion-asem-logo.sen {
  width: 135px;
}

.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #234749;
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 4rem;
  display: flex;
}

.legal {
  color: var(--_wanda---blanco);
  font-size: 12px;
}

.link-footer {
  color: var(--white);
  font-size: 12px;
}

.link-footer:hover {
  text-decoration: underline;
}

.wrapper-legal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-23 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-24 {
  background-color: #fff;
  border-radius: 50px;
  width: 5px;
  height: 5px;
}

.div-block-25 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding-left: 15px;
  display: flex;
}

.frame-47 {
  grid-row-gap: 20px;
  border: 1px solid #71c8d3;
  border-radius: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.text-20 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.frame-48 {
  grid-column-gap: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-45 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #f49c69;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-50 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
}

.text-23 {
  color: #234749;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

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

.div-block-27 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ponente {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ponente.wrap {
  margin-bottom: 15px;
}

.frame-38-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

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

.div-block-28 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.heading-7 {
  letter-spacing: 0;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
}

.div-block-29 {
  color: var(--white);
  background-color: #234749;
  border-radius: 15px;
  max-width: 650px;
  margin-top: 2rem;
  padding: 1rem 2rem 2rem;
}

.heading-8 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.div-block-30 {
  background-color: var(--color);
  color: var(--texto);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
}

.div-block-30:hover {
  opacity: .8;
}

.div-block-31 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.landing-wanda {
  color: var(--_wanda---azul-2);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.wrapper-hero-wanda {
  max-width: 1440px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.logos-wanda {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.content-wanda {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.wrapper-content-wanda {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.heading-9 {
  text-transform: capitalize;
}

.heading-10 {
  letter-spacing: -1px;
  text-transform: none;
}

.wanda {
  letter-spacing: -2px;
  text-transform: none;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.text-span {
  color: var(--_wanda---verde-oscuro);
  font-weight: 700;
}

.cta-wanda {
  border: 2px solid var(--_wanda---azul-1);
  background-color: var(--_wanda---azul-1);
  border-radius: 10px;
  min-width: 150px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}

.cta-wanda.secundario {
  border: 2px solid var(--_wanda---azul-2);
  background-color: var(--_wanda---blanco);
  color: var(--_wanda---azul-2);
}

.cell {
  background-image: url('../images/fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 2rem;
}

.cell-2 {
  background-color: var(--_wanda---verde-claro);
  border-radius: 30px;
}

.cell-3 {
  background-color: var(--_wanda---amarillo);
  background-image: linear-gradient(#e8af44de, #e8af44de), url('../images/preguntas.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
}

.div-block-32 {
  background-color: var(--_wanda---amarillo);
  width: 100%;
  height: 10px;
}

.wrapper-contenido-wanda {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-titulo-wanda {
  text-align: center;
}

.paragraph-4 {
  line-height: 135%;
}

.carteles-wanda {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cartel-wanda {
  border-radius: 10px;
  overflow: clip;
}

.div-block-33 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  order: 0;
  display: flex;
}

.h1-wanda {
  letter-spacing: -2px;
  text-transform: none;
  font-size: 82px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
}

.h3-wanda {
  letter-spacing: -2px;
  text-transform: none;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.frame-83 {
  grid-row-gap: 2px;
  background-color: var(--color);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.frame-81 {
  grid-column-gap: 2px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.objetivo-wanda {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 190px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.layer_1 {
  object-fit: cover;
  overflow: hidden;
}

.text-24 {
  color: var(--_wanda---azul-1);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.frame-23 {
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 234px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.frame-24 {
  grid-row-gap: 20px;
  background-color: #fff;
  border-top-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 234px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.frame-82 {
  grid-column-gap: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-25 {
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 204px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.frame-84 {
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 204px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.frame-85 {
  grid-row-gap: 20px;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 204px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.reto-wanda {
  background-color: var(--color);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.retos-wanda {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contador {
  text-align: center;
}

.text-block-2 {
  text-align: center;
  margin-top: 0;
  font-size: 82px;
  line-height: 100%;
}

.mensaje-wanda {
  background-color: var(--_wanda---azul-2);
  color: var(--_wanda---blanco);
  border-radius: 30px;
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  line-height: 135%;
  display: none;
}

.div-block-34 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.div-block-35 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-90 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.frame-86 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1090px;
  text-decoration: none;
  display: flex;
}

.frame-91 {
  grid-column-gap: 34px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-92 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 667px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #196086;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.yo-soy-wanda-y-tengo-algo-que-decirte {
  color: #25baba;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-89 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.durante-mucho-tiempo-fui-invisible-no-de-esas-invisibilidades-mgicas-de-los-cuentos-no-la-otra-la-qu {
  color: #196086;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.frame-88 {
  grid-column-gap: 102px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.miastenia-una-palabra-que-no-haba-escuchado-nunca-una-enfermedad-rara-crnica-autoinmune-afecta-la-co {
  color: #196086;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.group-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  height: 532px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.durante-mucho-tiempo-fui-invisible-no-de-esas-invisibilidades-mgicas-de-los-cuentos-no-la-otra-la-qu-2 {
  color: #196086;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.durante-mucho-tiempo-fui-invisible-no-de-esas-invisibilidades-mgicas-de-los-cuentos-no-la-otra-la-qu-3 {
  color: #196086;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
}

.miastenia-una-palabra-que-no-haba-escuchado-nunca-una-enfermedad-rara-crnica-autoinmune-afecta-la-co-2 {
  color: #196086;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.miastenia-una-palabra-que-no-haba-escuchado-nunca-una-enfermedad-rara-crnica-autoinmune-afecta-la-co-3 {
  color: #196086;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  text-decoration: none;
}

.mini-bento-wanda {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--_wanda---azul-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-right: 4rem;
  display: flex;
}

.div-block-38 {
  width: 510px;
}

.text-block-3 {
  letter-spacing: 0;
  height: 35%;
  font-size: 22px;
  line-height: 125%;
}

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

.heading-11 {
  text-align: left;
}

.text-block-5 {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 700;
}

.div-block-39 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--_wanda---azul-2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  font-weight: 600;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.seccion-footer {
  margin-top: 4rem;
}

.wrapper-footer-wanda {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}

.footer-wanda {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_wanda---azul-2);
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
}

.concurso-wanda {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px none var(--_wanda---verde-oscuro);
  text-align: center;
  background-color: #000;
  background-image: url('../images/miastenia-camiseta-wanda.jpg');
  background-position: 50% 28%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 4rem 1rem;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block-10 {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-home-congreso {
    padding: 2rem;
  }

  .wrapper-hero-info-congreso {
    padding-bottom: 2rem;
  }

  .frame-4 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .xviii-congreso-nacional-de-miastenia {
    font-size: 52px;
    line-height: 52px;
  }

  .frame-14 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .h3 {
    font-size: 34px;
    line-height: 42px;
  }

  .wrapper-programacion {
    padding: 2rem;
  }

  .div-block-20 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .wrapper-contenido-congreso {
    padding: 2rem;
  }

  .frame-5 {
    border-radius: 15px;
    padding: 15px 20px;
  }

  .text-7 {
    line-height: 115%;
  }

  .fecha-event {
    grid-template-columns: minmax(50px, .25fr) minmax(5px, 1fr) repeat(auto-fit, minmax(85%, 1fr));
  }

  .text-14 {
    font-size: 16px;
    line-height: 125%;
  }

  .dot-separador {
    display: none;
  }

  .frame-37 {
    grid-column-gap: 40px;
  }

  .frame-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-23 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .frame-47 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .frame-38-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .div-block-29 {
    width: 100%;
    max-width: none;
  }

  .logos-wanda, .wrapper-content-wanda {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .carteles-wanda {
    grid-template-columns: 1fr 1fr;
  }

  .frame-81, .frame-82 {
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .mensaje-wanda {
    width: 100%;
  }

  .frame-88 {
    flex-flow: column;
  }

  .div-block-37 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-40 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-footer-wanda {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-wanda {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    width: 90%;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3 {
    letter-spacing: -4px;
    font-size: 80px;
    line-height: 65px;
  }

  .div-block-10 {
    grid-template-columns: 1fr 1fr;
  }

  .image-3 {
    height: 70%;
    margin-top: 80px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 125px;
  }

  .flex-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-5 {
    font-size: 110px;
  }

  .wrapper-hero-info-congreso {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .frame-14 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .logo-ames {
    height: 80px;
  }

  .cta.principal, .cta.secundario {
    width: 100%;
  }

  .div-block-19 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .wrapper-contenido-congreso {
    border-radius: 25px;
    padding: 1rem;
  }

  .frame-5 {
    border-radius: 15px;
  }

  .frame-10 {
    grid-row-gap: 2rem;
  }

  .fecha-event {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .horario {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hora {
    font-size: 16px;
  }

  .programa {
    padding-left: 1rem;
  }

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

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

  .text-15, .text-16 {
    font-size: 16px;
  }

  .text-17 {
    font-size: 20px;
  }

  .text-18 {
    text-align: left;
    width: 100%;
  }

  .dot-separador {
    background-color: #f49c69;
    border-radius: 50px;
    width: 5px;
    height: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
  }

  .dot-separador.azul {
    background-color: #71c8d3;
  }

  .frame-37 {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .text-19 {
    text-align: center;
  }

  .frame-38 {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    border-radius: 25px;
  }

  .frame-47 {
    border-radius: 25px;
    padding: 1rem;
  }

  .frame-48 {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-27 {
    width: 100%;
  }

  .frame-38-copy {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-hero-wanda {
    max-width: none;
  }

  .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .carteles-wanda {
    grid-template-columns: 1fr;
  }

  .h1-wanda {
    font-size: 76px;
  }

  .frame-83 {
    padding: 1rem;
  }

  .frame-81 {
    overflow: hidden;
  }

  .objetivo-wanda {
    border-radius: 0;
    height: auto;
  }

  .frame-82 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }

  .retos-wanda {
    grid-template-columns: 1fr;
  }

  .div-block-37 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-38 {
    width: 470px;
  }

  .quick-stack {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-wanda {
    border-radius: 25px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 30px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 18px;
    line-height: 20px;
  }

  .wrapp-1440.campa-a, .wrapp-1440.reto {
    padding-top: 2.5rem;
  }

  .amarillo {
    color: var(--white);
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-3 {
    letter-spacing: -3px;
    font-size: 60px;
    line-height: 47px;
  }

  .link {
    text-transform: none;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-11 {
    width: 90%;
    margin-top: -2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-12 {
    text-align: center;
    margin-top: 2rem;
    padding-top: 0;
    padding-right: 0;
  }

  .image-3 {
    object-fit: cover;
    width: 100%;
    height: 80%;
    display: inline-block;
  }

  .btn-social {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    margin-top: -50px;
    margin-bottom: 0;
    font-size: 68px;
  }

  .link-3 {
    color: var(--white);
    text-decoration: underline;
  }

  .paragraph-3 {
    width: 90%;
  }

  .heading-6 {
    color: var(--ames-1);
  }

  .wrapper-home-congreso {
    background-position: 115% 0;
    padding: 3rem 1rem 1rem;
  }

  .wrapper-hero-info-congreso {
    padding-bottom: 2rem;
  }

  .frame-4 {
    grid-column-gap: 15px;
  }

  .xviii-congreso-nacional-de-miastenia {
    padding-left: 1rem;
    font-size: 34px;
    line-height: 110%;
  }

  .h3 {
    font-size: 18px;
    line-height: 110%;
  }

  .frame-3 {
    width: 100%;
  }

  .text {
    font-size: 24px;
  }

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

  .logo-ames {
    height: 60px;
  }

  .cta.principal, .cta.secundario {
    width: 100%;
  }

  .div-block-19 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .wrapper-programacion {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 1rem;
  }

  .h2-congreso {
    letter-spacing: 0;
    font-size: 36px;
  }

  .h2-congreso.light {
    margin-top: 0;
  }

  .frame-5 {
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
  }

  .text-7 {
    font-size: 23px;
  }

  .text-8 {
    font-size: 14px;
  }

  .viernes-21-0, .viernes-21-1 {
    font-size: 28px;
  }

  .fecha-event {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(50px, 1fr) minmax(5px, .5fr) repeat(auto-fit, minmax(60%, 1fr));
  }

  .horario {
    width: 100%;
  }

  .text-12 {
    font-size: 20px;
    line-height: 115%;
  }

  .text-12._1line {
    padding-top: 15px;
  }

  .dot-separador {
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .frame-38 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .frame-38-copy {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    padding: 1rem;
  }

  .div-block-30 {
    max-width: none;
  }

  .wanda {
    font-size: 34px;
  }

  .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h1-wanda {
    font-size: 50px;
  }

  .h3-wanda {
    font-size: 26px;
    line-height: 115%;
  }

  .retos-wanda {
    grid-template-columns: 1fr;
  }

  .frame-91 {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-92 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-25 {
    text-align: center;
  }

  .yo-soy-wanda-y-tengo-algo-que-decirte {
    text-align: center;
    font-size: 22px;
  }

  .group-22 {
    margin-top: 2rem;
  }

  .mini-bento-wanda {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-37 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-38 {
    width: auto;
  }

  .image-7, .image-8 {
    height: 185px;
  }

  .logo-ames-wanda {
    width: auto;
    height: 50px;
  }

  .logo-eumga-wanda {
    width: auto;
    height: 40px;
  }
}

#w-node-f5be041b-767b-5cd2-48d9-3ab5b709e192-242ea33c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe49d051-d73f-8875-2833-e556d35c1173-242ea33c {
  grid-row: span 2 / span 2;
}

#w-node-c3190b3a-6e15-a389-a586-5af67d4a50eb-242ea33c, #w-node-fb5d12d5-572f-5aef-0eba-2e3dafd83a2c-242ea33c, #w-node-_29ab1432-0bbf-de88-0b80-1c0b8a4ae9a8-242ea33c, #w-node-_236052d7-c2f8-44ad-e969-85c626260003-242ea33c, #w-node-_6c26b6e0-360d-4ee1-c362-a4a831d42ac5-242ea33c, #w-node-_1fb8e864-3ed6-a293-66e6-0a6f4c60afb2-242ea33c, #w-node-efa18cc4-6c4c-09d6-dad8-f6bd31e739e0-242ea33c, #w-node-_709e3312-3cba-020f-37e7-480633dd03e0-242ea33c, #w-node-a508e0b8-e1a2-84ee-3b63-d56853a98bbe-242ea33c, #w-node-_4d7e36e0-3541-f4c9-0ffd-96f6fd17efb5-242ea33c {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f5be041b-767b-5cd2-48d9-3ab5b709e192-242ea33c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe49d051-d73f-8875-2833-e556d35c1173-242ea33c {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b6b542b2-35ab-00f5-fc43-c9ecd76b46d3-fa22ea0d {
    justify-self: auto;
  }
}


