:root {
  --midnight-blue: #1c263b;
  --white-smoke: #f3f3f3;
  --goldenrod: #e1b856;
  --white: white;
  --royal-blue: #36c;
  --lime-green: #4cb641;
  --medium-purple: #96c;
  --grey: #8a8a8a;
  --royal-3: #133f97;
  --lime-2: #3ca331;
  --morado-2-1: #8358af;
  --gold-2: #c79e3c;
  --royal-2: #2255bd;
  --morado-3: #704d95;
  --lime-3: #209115;
  --gold-3: #c48d08;
  --morado-2: #d9c2f9;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--midnight-blue);
  background-color: #eee;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.body-modulos {
  background-color: var(--white-smoke);
  padding: 53px;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 1em;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 1em;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3em;
}

.h5 {
  margin-top: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
}

.h6 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

.p-general {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.p-smaller {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.fila-botones {
  display: flex;
}

.boton {
  border: 1px solid var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 14px 30px 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
}

.boton:hover {
  border: 1px solid var(--goldenrod);
  color: var(--goldenrod);
  background-color: #0000;
}

.boton.secundario {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.boton.secundario:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.boton.terciario {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton.terciario:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

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

.espacio-boton {
  width: 15px;
  height: 15px;
}

.header {
  z-index: 4;
  background-color: var(--midnight-blue);
  padding: 20px 40px;
  transition: all .2s;
}

.header.on {
  background-color: var(--white-smoke);
}

.container-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.link-header {
  height: 80px;
  transition: all .2s;
}

.link-header.on {
  opacity: 0;
  width: 30px;
  height: 40px;
}

.logo-header {
  height: 100%;
}

.menu-principal {
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  display: flex;
}

.menu-acciones {
  flex: none;
  margin-left: 20px;
}

.link-principal {
  color: var(--white-smoke);
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.link-principal.w--current {
  color: var(--goldenrod);
}

.link-principal.inicia-sesion {
  border: 1px solid var(--goldenrod);
  border-radius: 100px;
  margin-left: 30px;
  padding: 11px 20px;
  transition: all .2s;
}

.link-principal.inicia-sesion:hover {
  background-color: var(--goldenrod);
}

.link-principal.afiliate {
  border-bottom: 1px solid var(--goldenrod);
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-principal.on {
  color: var(--midnight-blue);
}

.link-principal.logout {
  border-bottom: 1px solid var(--goldenrod);
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-principal.dashboard {
  border: 1px solid var(--goldenrod);
  border-radius: 100px;
  margin-left: 30px;
  padding: 11px 20px;
  transition: all .2s;
}

.link-principal.dashboard:hover {
  background-color: var(--goldenrod);
}

.body-home {
  background-color: var(--midnight-blue);
  height: 10000px;
}

.hero-home {
  background-color: var(--midnight-blue);
  height: 710px;
  padding-top: 219px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-bienestar {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.titulo-header {
  color: var(--white-smoke);
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 103px;
  font-weight: 400;
  line-height: 1em;
}

.video-hero {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -85px;
  position: relative;
}

.p-hero {
  color: var(--white);
  max-width: 440px;
  margin-top: 243px;
}

.p-hero-intro {
  color: #f3f3f3c2;
  max-width: 430px;
  margin-top: 185px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.fila-botones-hero {
  display: flex;
}

.play-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-btn {
  border: 1px solid var(--white-smoke);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.play-btn:hover {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.play-icon {
  height: 80px;
}

.iso {
  height: 40px;
}

.link-header-iso {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link-header-iso.on {
  width: 30px;
}

.section-nosotros {
  background-color: var(--white-smoke);
  text-align: center;
  padding: 115px 40px 20px;
}

.titular-nosotros {
  color: var(--midnight-blue);
  text-transform: uppercase;
  max-width: 990px;
  margin: 0 auto;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.una-iniciativa-de {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-una-iniciativa {
  margin-top: 30px;
  margin-bottom: 12px;
}

.img-coparmex {
  height: 100px;
}

.subrayado-amarillo {
  border-style: solid solid none;
  border-width: 8px 7px 1px;
  border-color: var(--goldenrod) var(--goldenrod) black;
  background-color: var(--goldenrod);
  color: var(--white);
  padding-bottom: 0;
  line-height: 1em;
  display: inline;
}

.section-juntos {
  background-color: var(--white);
  padding: 115px 40px;
}

.container-juntos {
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-imgs-juntos {
  flex-flow: wrap;
  justify-content: space-between;
  width: 40%;
}

.img-a-juntos {
  float: left;
  border-radius: 5px;
  width: 49%;
}

.img-b-juntos {
  float: right;
  border-radius: 5px;
  width: 80%;
  margin-top: -8%;
}

.col-b-contenidos-juntos {
  flex-direction: column;
  justify-content: space-around;
  width: 55%;
  display: flex;
}

.titulo-juntos {
  text-transform: uppercase;
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-ejes-de-accion {
  z-index: 1;
  background-color: var(--white);
  padding: 115px 40px;
  position: relative;
}

.container-ejes {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.titular-ejes-de-accion {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.modulo-eje {
  z-index: 4;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.modulo-eje.salud {
  z-index: 3;
  position: sticky;
}

.modulo-eje.igualdad {
  z-index: 2;
  position: sticky;
}

.modulo-eje.educacion {
  z-index: 1;
  position: sticky;
}

.imagen-eje {
  object-fit: cover;
  width: 66%;
  height: 400px;
}

.col-contenido-hero {
  background-color: var(--royal-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  padding: 25px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.col-contenido-hero.verde {
  background-color: var(--lime-green);
}

.col-contenido-hero.morado {
  background-color: var(--medium-purple);
  text-decoration: none;
}

.col-contenido-hero.amarillo {
  background-color: #f4b62a;
}

.icon-eje {
  height: 93px;
  margin-bottom: 30px;
}

.titulo-eje {
  color: var(--white);
  text-transform: uppercase;
  min-height: 4em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.p-eje {
  color: var(--white-smoke);
  max-width: 370px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.link-eje {
  color: var(--white);
  background-image: url(/assets/flecha_link.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 53%;
  padding-right: 19px;
  text-decoration: none;
  display: inline-block;
}

.row-eje {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sticky-container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.section-aliados-estrategicos {
  background-color: var(--midnight-blue);
  padding: 115px 40px;
}

.container-aliados {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.row-header-aliados {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.titular-aliados {
  color: var(--goldenrod);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.p-principal-aliados {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5em;
}

.lista-aliados-estrategicos {
  margin-left: -20px;
  margin-right: -20px;
}

.thumb-aliado {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  position: relative;
}

.thumb-aliado.relacionada {
  margin-bottom: 0;
}

.img-thumb {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 220px;
}

.aliados-resumen {
  margin-top: 39px;
  margin-bottom: 39px;
}

.p-resumen-aliado {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.section-empresas-estrategicas {
  background-color: var(--white);
  padding-bottom: 150px;
}

.top-empresas {
  float: left;
  width: 100%;
  padding-top: 115px;
  padding-left: 40px;
  padding-right: 40px;
}

.lista-logos-empresas {
  float: left;
  clear: both;
  background-color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.logo-empresa {
  object-fit: contain;
  max-width: 160px;
  max-height: 60px;
  margin-left: 26px;
  margin-right: 26px;
  padding-left: 20px;
  padding-right: 20px;
}

.logos-mask {
  width: 600vw;
  position: relative;
  left: 0;
}

.row-header-empresas {
  text-align: center;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.p-empresas {
  color: var(--midnight-blue);
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.grupo-logos {
  float: left;
}

.section-noticias-home {
  padding: 115px 40px;
}

.container-noticias-home {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container-noticias-home.relacionada {
  max-width: 1000px;
}

.lista-de-noticias {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.titulo-noticia {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
}

.img-noticia {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.img-noticia.relacionado {
  height: 270px;
}

.img-noticia.recurso {
  height: 244.531px;
}

.link-noticia {
  color: var(--goldenrod);
  background-image: url(/assets/flecha_link_amarilla.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 53%;
  padding-right: 19px;
  text-decoration: none;
  display: inline-block;
}

.section-call-to-action {
  background-color: var(--goldenrod);
  text-align: center;
  padding: 115px 40px;
}

.container-afiliate {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-afiliate {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1.1em;
}

.subrayado-azul {
  border-style: solid solid none;
  border-width: 16px 12px 1px;
  border-color: var(--midnight-blue) var(--midnight-blue) black;
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-bottom: 0;
  line-height: 1em;
  display: inline;
}

.fila-btn-afiliate-grande {
  width: 100%;
  margin-top: 50px;
}

.boton-grande {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 23px 52px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
}

.boton-grande:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-grande.secundario {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.boton-grande.secundario:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.boton-grande.terciario {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-grande.terciario:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.footer {
  padding: 80px 40px 120px;
}

.container-footer {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-footer {
  justify-content: space-between;
  display: flex;
}

.img-logo-footer {
  height: 150px;
}

.col-links-footer {
  text-align: right;
  flex-flow: wrap;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.col-sociales-footer {
  text-align: right;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  overflow: hidden;
}

.link-footer {
  color: var(--midnight-blue);
  text-transform: uppercase;
  height: auto;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.link-sociales {
  margin-left: 10px;
}

.icono-social {
  border-radius: 100%;
  width: 26px;
}

.col-links-footer-interno {
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.sub-titulo-redes-footer {
  margin-bottom: 12px;
}

.row-footer-legales {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.link-legales-footer {
  color: var(--midnight-blue);
  margin-right: 20px;
  text-decoration: none;
  display: block;
}

.nota-legales-footer {
  margin-bottom: 0;
}

.pop {
  z-index: 5;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop.debug {
  display: block;
}

.flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.close {
  z-index: 0;
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.embebed {
  z-index: 1;
  background-color: #000;
  width: 50vw;
  position: relative;
}

.hero-acciones {
  background-color: var(--midnight-blue);
  align-items: flex-end;
  height: 500px;
  padding: 219px 40px 40px;
  display: flex;
  position: relative;
}

.imagen-fondo {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-seccion {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.degradado-hero {
  z-index: 0;
  background-image: linear-gradient(#00000075, #0000 52%, #0000005c);
  position: absolute;
  inset: 0%;
}

.section-row-acciones {
  background-color: var(--white);
  padding: 115px 40px;
}

.container-acciones {
  border-radius: 5px;
  max-width: 1300px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.titular-eje-seccion {
  background-color: var(--royal-blue);
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.titular-eje-seccion.verde {
  background-color: var(--lime-green);
}

.titular-eje-seccion.morado {
  background-color: var(--medium-purple);
}

.titular-eje-seccion.amarillo {
  background-color: var(--goldenrod);
}

.row-informacion {
  justify-content: space-between;
  display: flex;
}

.col-a-informacion {
  background-color: #1c4aa7;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.col-a-informacion.verde {
  background-color: #2ea721;
}

.col-a-informacion.morado {
  background-color: #8750be;
}

.col-a-informacion.amarillo {
  background-color: #ce9d29;
}

.sub-titulo-sccion {
  color: var(--white-smoke);
  text-transform: uppercase;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.btn-temario {
  color: var(--white-smoke);
  cursor: pointer;
  background-color: #36c;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 51px 15px 15px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

.btn-temario.verde {
  background-color: var(--lime-green);
}

.btn-temario.morado {
  background-color: var(--medium-purple);
}

.btn-temario.amarillo {
  background-color: var(--goldenrod);
}

.btn-temario.ultimo {
  margin-top: 20px;
}

.flecha-boton-temario {
  border-right: 2px solid var(--goldenrod);
  border-bottom: 2px solid var(--goldenrod);
  color: #0000;
  text-align: center;
  width: 15px;
  height: 15px;
  padding-bottom: 9px;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  top: 27px;
  right: 24px;
  transform: rotate(-135deg);
}

.flecha-boton-temario.on {
  top: 19px;
  transform: rotate(45deg);
}

.col-b-informacion {
  background-color: #154096;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 40px;
  display: flex;
}

.col-b-informacion.verde {
  background-color: #219c14;
}

.col-b-informacion.morado {
  background-color: #793eb4;
}

.col-b-informacion.amarillo {
  background-color: #ca9109;
}

.icon-eje-detalle {
  height: 93px;
  margin-bottom: 70px;
}

.link-temario {
  color: var(--white-smoke);
  background-image: url(/assets/flecha_link.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 15px 15px 15px 60px;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-temario:hover {
  padding-left: 30px;
}

.link-temario.w--current {
  color: var(--goldenrod);
}

.show-temario {
  display: none;
}

.hero-noticias {
  background-color: var(--midnight-blue);
  align-items: flex-end;
  padding: 130px 40px 40px;
  display: flex;
  position: relative;
}

.section-noticias-seccion {
  background-color: var(--white);
  padding: 50px 40px 115px;
}

.filtro-noticias {
  color: var(--grey);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 60px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.filtro-noticias.azul {
  color: var(--royal-blue);
}

.filtro-noticias.verde {
  color: var(--lime-green);
}

.filtro-noticias.morado {
  color: var(--medium-purple);
}

.filtro-noticias.amarillo {
  color: var(--goldenrod);
}

.row-filtro {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.titulo-noticias {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 103px;
  font-weight: 400;
  line-height: 1em;
}

.categoria {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 6px 17px;
  position: absolute;
  top: 20px;
  right: 40px;
  box-shadow: 0 2px 5px #0003;
}

.categoria.azul {
  color: var(--royal-blue);
}

.categoria.verde {
  color: var(--lime-green);
}

.categoria.amarillo {
  color: var(--goldenrod);
}

.categoria.morado {
  color: var(--medium-purple);
}

.hero-contacto {
  background-color: #202020;
  align-items: flex-end;
  height: 310px;
  padding: 219px 40px 40px;
  display: flex;
  position: relative;
}

.section-contacto {
  justify-content: space-between;
  display: flex;
}

.datos-formulario {
  border-right: 1px solid var(--white-smoke);
  background-color: var(--white);
  width: 50%;
  padding: 40px;
  overflow: hidden;
}

.forma-contacto {
  margin-bottom: 0;
}

.input {
  background-color: #0000;
  border: 1px solid #bebebe;
}

.input:focus {
  border-color: #bebebe;
}

.textarea {
  background-color: #0000;
  border: 1px solid #bebebe;
  min-height: 120px;
}

.textarea:focus {
  border-color: #bebebe;
}

.sub-titulo-contacto {
  color: var(--grey);
  text-transform: uppercase;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.p-contacto {
  color: var(--grey);
  max-width: 370px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.col-img-contacto {
  background-color: var(--white);
  width: 50%;
}

.puntos-alcance {
  height: 0;
  overflow: hidden;
}

.punto-container {
  z-index: 0;
  float: left;
  text-align: center;
  position: relative;
}

.punto-container:hover {
  z-index: 2;
}

.p-interno-punto-hover {
  z-index: 2;
  clear: both;
  background-color: var(--midnight-blue);
  color: var(--goldenrod);
  text-transform: uppercase;
  margin-bottom: -3px;
  padding: 4px 5px 3px;
  font-size: 11px;
  line-height: 11px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.p-interno-punto-hover:hover {
  opacity: 1;
}

.puntoto-valor {
  z-index: 0;
  clear: both;
  background-color: var(--midnight-blue);
  width: 7px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -5px;
  transform: rotate(45deg);
}

.fila-botones-formulario {
  margin-top: 40px;
  display: flex;
}

.section-registro {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
  display: flex;
  position: relative;
}

.fixed {
  z-index: 4;
  position: fixed;
  inset: 0% 0% auto;
}

.absolute {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto;
}

.registro {
  background-color: var(--midnight-blue);
}

.contenido-dashboard {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-dashboard {
  flex: none;
  width: 30%;
  min-width: 330px;
  height: 100%;
  padding: 40px;
  overflow: scroll;
}

.form-registro {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 5px;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
}

.pop-registro {
  z-index: 5;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-registro.debug {
  display: block;
}

.flex-registro {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.close-registro {
  z-index: 0;
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.titulo-registro {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}

.lista-de-links {
  flex-direction: column;
  display: flex;
}

.fila-botones-registro {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.link-login {
  color: var(--goldenrod);
  background-image: url(/assets/flecha_link_amarilla.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 62%;
  padding-left: 22px;
  text-decoration: none;
}

.pop-login {
  z-index: 5;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-login {
  z-index: 0;
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.pop-recuperar {
  z-index: 5;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-recuperar {
  z-index: 0;
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.btn-dashboard {
  color: var(--white-smoke);
  cursor: pointer;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 51px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  transition: all .2s;
  position: relative;
}

.btn-dashboard:hover {
  border-color: #fff;
}

.btn-dashboard.verde {
  background-color: var(--lime-green);
}

.btn-dashboard.morado {
  background-color: var(--medium-purple);
}

.btn-dashboard.amarillo {
  background-color: var(--goldenrod);
}

.btn-dashboard.ultimo {
  margin-top: 20px;
}

.main-dashboard {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  padding: 70px 40px 40px;
  overflow: scroll;
}

.main-dashboard.salario-digno {
  background-color: var(--royal-blue);
}

.main-dashboard.salud {
  background-color: var(--lime-green);
}

.main-dashboard.diversidad {
  background-color: var(--medium-purple);
}

.main-dashboard.educacion {
  background-color: var(--goldenrod);
}

.main-dashboard.kit-empresas {
  border-left: 1px solid var(--royal-3);
  background-color: var(--midnight-blue);
  position: relative;
}

.btn-dashboard-solo {
  color: var(--white-smoke);
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 51px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.btn-dashboard-solo:hover {
  border-color: #fff;
}

.btn-dashboard-solo.verde {
  background-color: var(--lime-green);
}

.btn-dashboard-solo.morado {
  background-color: var(--medium-purple);
}

.btn-dashboard-solo.amarillo {
  background-color: var(--goldenrod);
}

.btn-dashboard-solo.ultimo {
  margin-top: 20px;
}

.titulo-dashboard-eje {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 103px;
  font-weight: 400;
  line-height: 1em;
}

.lista-de-archivos {
  background-color: #1c4aa7;
  border-radius: 5px;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
}

.lista-de-archivos.salud {
  background-color: var(--lime-2);
}

.lista-de-archivos.diversidad {
  background-color: var(--morado-2-1);
}

.lista-de-archivos.educacion {
  background-color: var(--gold-2);
}

.lista-de-archivos.kit-empresas {
  background-color: var(--royal-blue);
}

.lista-de-archivos.autodiagnostico {
  background-color: #243457;
}

.boton-descargar {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
  position: relative;
}

.boton-descargar.secundario {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.boton-descargar.secundario:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.boton-descargar.terciario {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-descargar.terciario:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.boton-descargar.ultimo {
  margin-bottom: 0;
}

.img-descargar {
  float: right;
  color: #0000;
  cursor: pointer;
  background-image: url(/assets/descargar.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transition: all .2s;
  display: block;
}

.img-descargar:hover {
  background-color: #36c;
}

.section-video-home {
  padding-left: 40px;
  padding-right: 40px;
}

.ratio-video-home {
  width: 100%;
}

.play-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bandera-nosotros-home {
  width: 50px;
  margin-bottom: 50px;
}

.play-character {
  margin-bottom: 0;
  text-decoration: none;
}

.row-datos {
  justify-content: space-between;
  display: flex;
}

.col-datos {
  width: 32%;
}

.dato-juntos {
  color: var(--goldenrod);
  text-transform: uppercase;
  max-width: 290px;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 1.2em;
}

.de-cada-menor {
  text-transform: none;
  max-width: 37px;
  margin-left: 6px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: .2em;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -15px;
}

.forma-registro {
  width: 100%;
  margin-bottom: 0;
}

.input-registro {
  border: 1px #000;
  border-radius: 5px;
  height: 42px;
  margin-bottom: 0;
}

.forma-interna-fila-registro {
  flex-direction: column;
  display: flex;
}

.espacio-forma {
  flex: none;
  width: 20px;
  height: 20px;
}

.boton-azul {
  border: 1px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 14px 30px 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
}

.boton-azul:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-azul.secundario {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.boton-azul.secundario:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.boton-azul.terciario {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-azul.terciario:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.p-dato {
  max-width: 154px;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.p-dato.debug {
  color: var(--white-smoke);
}

.fuente {
  margin-top: 17px;
  font-size: .8em;
  display: block;
}

.fila-formulario {
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.fila-formulario.autodiagnostico {
  margin-bottom: 0;
}

.fila-formulario.single {
  flex-direction: column;
}

.section-beneficios {
  background-color: var(--midnight-blue);
  justify-content: space-between;
  display: flex;
}

.container-beneficios {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.titulo-beneficios {
  color: var(--white-smoke);
  text-align: left;
  text-transform: uppercase;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2em;
}

.col-puntos-beneficios {
  background-color: #38548e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  max-width: 1090px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 40px;
  display: flex;
}

.punto-beneficio {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 42px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.p-header-lateral {
  max-width: 310px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5em;
}

.col-a-titulo-beneficios {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 40px;
  display: flex;
}

.col-puntos-interno {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
  padding-left: 40px;
  display: flex;
}

.flecha-beneficio {
  color: var(--goldenrod);
  margin-right: 1em;
  font-size: .7em;
  display: inline-block;
  position: absolute;
  top: -.2em;
  bottom: 0;
  left: 0;
}

.flecha-beneficio.azul {
  color: #38558e;
}

.section-organismos {
  background-color: var(--white);
  padding-bottom: 150px;
  padding-left: 40px;
  padding-right: 40px;
}

.titular-organismos {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.grupo-logos-organismos {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-organismo {
  float: left;
  object-fit: contain;
  max-width: 180px;
  max-height: 81px;
  margin-right: 80px;
  display: inline-block;
}

.menu-interno {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-responsive, .icono-empresa, .cerrar-menu, .menu-hamb {
  display: none;
}

.legales-footer {
  display: flex;
}

.legales-wrapp {
  padding: 150px 40px 40px;
}

.titulo-legales {
  color: var(--midnight-blue);
  text-transform: uppercase;
  max-width: 990px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

.p-legales {
  max-width: 900px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.5em;
}

.p-organismos-promotores {
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.body-eje {
  background-color: #d19393;
  background-image: url(/assets/Ejes_detalle.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-hero-detalle-eje {
  background-color: var(--medium-purple);
  padding: 130px 40px 35px;
}

.section-hero-detalle-eje.salario-digno {
  background-color: var(--royal-blue);
}

.section-hero-detalle-eje.salud {
  background-color: var(--lime-green);
}

.section-hero-detalle-eje.educacion {
  background-color: var(--goldenrod);
}

.container-header-eje {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.titulo-eje-detalle {
  color: var(--white-smoke);
  text-transform: uppercase;
  max-width: 655px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.1em;
}

.section-eje-detalle {
  justify-content: space-between;
  display: flex;
}

.col-a-detalle-eje-left {
  background-color: var(--morado-2-1);
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.col-a-detalle-eje-left.salario-digno {
  background-color: var(--royal-2);
}

.col-a-detalle-eje-left.salud {
  background-color: var(--lime-2);
}

.col-a-detalle-eje-left.educacion {
  background-color: var(--gold-2);
}

.col-interno-left-detalle {
  float: right;
  width: 100%;
  max-width: 545px;
  padding-top: 48px;
}

.sub-titulo-eje-detalle-col-left {
  color: var(--white-smoke);
  max-width: 460px;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.47em;
}

.paragraph {
  color: var(--white-smoke);
  max-width: 470px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.3em;
}

.col-a-detalle-eje-right {
  background-color: var(--morado-3);
  width: 50%;
  padding-left: 115px;
  padding-right: 40px;
}

.col-a-detalle-eje-right.salario-digno {
  background-color: var(--royal-3);
}

.col-a-detalle-eje-right.salud {
  background-color: var(--lime-3);
}

.col-a-detalle-eje-right.educacion {
  background-color: var(--gold-3);
}

.col-interno-right-detalle {
  width: 100%;
  max-width: 410px;
  padding-top: 53px;
  padding-bottom: 53px;
}

.heading-2 {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.lista-de-dropdowns {
  margin-top: 99px;
}

.fila-boton {
  margin-bottom: 27px;
}

.boton-dropdown {
  background-color: #8358af;
  border-radius: 20px;
  padding: 19px 67px 18px 24px;
  font-size: 20px;
  line-height: 1em;
  position: relative;
  box-shadow: 0 2px 5px #00000021;
}

.boton-dropdown.salario-digno {
  background-color: var(--royal-2);
}

.boton-dropdown.salud {
  background-color: var(--lime-2);
}

.boton-dropdown.educacion {
  background-color: var(--gold-2);
}

.flecha-down-dropdown {
  border-right: 2px solid var(--white-smoke);
  border-bottom: 2px solid var(--white-smoke);
  color: #1c263b00;
  width: 18px;
  height: 18px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 15px;
  right: 26px;
  transform: rotate(45deg);
}

.flecha-down-dropdown.on {
  top: 25px;
  transform: rotate(-135deg);
}

.lista-de-links-dropdown {
  padding-top: 9px;
  padding-bottom: 14px;
  display: none;
}

.lista-de-links-dropdown.debug {
  display: block;
}

.link-dropdown {
  color: var(--white-smoke);
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.btn-regresar {
  border: 1px solid var(--goldenrod);
  color: var(--white-smoke);
  background-color: #3898ec00;
  border-radius: 90px;
  padding: 10px 19px;
  position: absolute;
  bottom: 22px;
  right: 0;
}

.btn-regresar.educacion {
  border-color: var(--royal-blue);
}

.body-esquema {
  background-color: #e0c0c0;
  background-image: url(/assets/Eje_subdetalle.png);
  background-position: 50% 512px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 8000px;
}

.esquema-a {
  justify-content: space-between;
  display: flex;
}

.col-a-esquema-a {
  background-color: #8358af;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.col-a-esquema-a.salario-digno {
  background-color: var(--royal-3);
}

.col-a-esquema-a.salud {
  background-color: var(--lime-3);
}

.col-a-esquema-a.educacion {
  background-color: var(--gold-3);
}

.col-b-esquema-a {
  background-color: #96c;
  width: 50%;
  padding-left: 82px;
  padding-right: 40px;
}

.col-b-esquema-a.salario-digno {
  background-color: var(--royal-blue);
}

.col-b-esquema-a.salud {
  background-color: var(--lime-2);
}

.col-b-esquema-a.educacion {
  background-color: var(--gold-2);
}

.col-info-esquema-a {
  width: 100%;
  max-width: 628px;
  padding: 49px 114px 57px 40px;
}

.quote {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  font-style: italic;
  line-height: 1.42em;
}

.autor-quote {
  margin-top: 5px;
  font-size: .72em;
  display: block;
}

.imagen-quote {
  object-fit: cover;
  width: 100%;
  height: 572px;
}

.col-info-esquema-b {
  width: 100%;
  max-width: 520px;
  padding-top: 61px;
}

.heading-beneficios {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 33px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

.lista-de-beneficios {
  margin-top: 72px;
}

.p-beneficio {
  color: var(--white-smoke);
  background-image: url(/assets/Vector.svg);
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 29px;
  padding-left: 34px;
  font-size: 21px;
  line-height: 1.31em;
  display: inline-block;
}

.p-beneficio.blanco {
  background-image: url(/assets/Vector-2.svg);
}

.p-beneficio.salario-digno {
  background-image: url(/assets/salario_digno.svg);
}

.p-beneficio.salud {
  background-image: url(/assets/salud.svg);
}

.p-beneficio.educacion {
  background-image: url(/assets/educacion.svg);
}

.esquemas-b {
  background-color: #704d95;
  padding: 57px 40px 48px;
}

.esquemas-b.salario-digno {
  background-color: var(--royal-3);
}

.esquemas-b.salud {
  background-color: var(--lime-3);
}

.esquemas-b.educacion {
  background-color: var(--gold-3);
}

.container-por-que {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.heading-centrado {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 41px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

.fila-dos-cols {
  justify-content: space-between;
  display: flex;
}

.p-por-que {
  color: var(--white-smoke);
  max-width: 450px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.34em;
}

.espacio-medio-parrafos {
  flex: none;
  width: 30px;
}

.fila-esquema-c {
  background-color: #96c;
  padding: 100px 40px 53px;
}

.fila-esquema-c.salario-digno {
  background-color: var(--royal-2);
}

.fila-esquema-c.salud {
  background-color: var(--lime-2);
}

.fila-esquema-c.educacion {
  background-color: var(--gold-2);
}

.container-esquema-c {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-el-abc {
  color: var(--white-smoke);
  text-align: left;
  text-transform: uppercase;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.1em;
}

.p-en-una-esquema {
  color: var(--white-smoke);
  max-width: 470px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.34em;
}

.p-para-implem {
  color: var(--white-smoke);
  max-width: 470px;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.34em;
}

.fila-puntos {
  justify-content: space-between;
  display: flex;
}

.fila-puntos.reverse {
  flex-direction: row-reverse;
}

.imagen-puntos {
  object-fit: cover;
  width: 50%;
  height: auto;
}

.col-b-puntos {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 46px 77px 46px 33px;
  display: flex;
}

.col-b-puntos.reverse {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.col-puntos {
  justify-content: space-between;
  max-width: 510px;
  margin-bottom: 51px;
  display: flex;
}

.col-puntos.ultimo {
  margin-bottom: 0;
}

.numero-punto {
  color: var(--white-smoke);
  background-color: #96c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.numero-punto.salario-digno {
  background-color: var(--royal-2);
}

.numero-punto.salud {
  background-color: var(--lime-2);
}

.numero-punto.educacion {
  background-color: var(--gold-2);
}

.col-b-punto {
  width: 100%;
}

.titulo-interno-punto {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 21.8px;
  font-weight: 400;
  line-height: 1.2em;
}

.p-negro-punto {
  max-width: 470px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.34em;
}

.esquema-d {
  justify-content: space-between;
  display: flex;
}

.col-a-esquema-d {
  background-color: #96c;
  justify-content: flex-end;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.col-a-esquema-d.salario-digno {
  background-color: var(--royal-2);
}

.col-a-esquema-d.salud {
  background-color: var(--lime-2);
}

.col-a-esquema-d.educacion {
  background-color: var(--gold-2);
}

.col-interna-esquema-d {
  width: 100%;
  max-width: 480px;
  padding-top: 71px;
  padding-bottom: 40px;
}

.titulo-esquema-d {
  color: var(--white-smoke);
  background-image: url(/assets/Group-12.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 63px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 97px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.titulo-esquema-d.not {
  background-image: url(/assets/Group-14.svg);
  background-size: auto 63px;
}

.lista-de-positivos {
  margin-top: 35px;
  padding-left: 61px;
}

.col-b-esquema-d {
  background-color: #704d95;
  justify-content: flex-start;
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.col-b-esquema-d.salario-digno {
  background-color: var(--royal-3);
}

.col-b-esquema-d.salud {
  background-color: var(--lime-3);
}

.col-b-esquema-d.educacion {
  background-color: var(--gold-3);
}

.section-e {
  justify-content: space-between;
  display: flex;
}

.col-a-section-e {
  object-fit: cover;
  width: 50%;
}

.col-b-section-e {
  background-color: #96c;
  align-items: center;
  width: 50%;
  padding-top: 83px;
  padding-bottom: 83px;
  padding-left: 71px;
  display: flex;
}

.col-b-section-e.salario-digno {
  background-color: var(--royal-2);
}

.col-b-section-e.salud {
  background-color: var(--lime-2);
}

.col-b-section-e.educacion {
  background-color: var(--gold-2);
}

.heading-indicaciones {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 31px;
  padding-left: 34px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
}

.lista-de-indicadores {
  margin-top: 0;
}

.col-indicadores {
  max-width: 480px;
}

.fila-botones-esquema {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 42px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.btn-echa {
  border: 1px solid var(--goldenrod);
  color: var(--white-smoke);
  background-color: #3898ec00;
  border-radius: 90px;
  padding: 10px 19px;
}

.link-saber-mas {
  color: var(--white-smoke);
  margin-left: 26px;
  display: inline-block;
}

.body-caso-de-exito {
  background-color: #c09393;
  background-image: url(/assets/Caso-De-Exito.png);
  background-position: 50% 365px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 5000px;
}

.section-caso-de-exito {
  background-color: var(--morado-2);
  padding-left: 40px;
  padding-right: 40px;
}

.section-caso-de-exito.salario-digno {
  background-color: var(--royal-2);
}

.section-caso-de-exito.salud {
  background-color: var(--lime-2);
}

.section-caso-de-exito.educacion {
  background-color: var(--gold-2);
}

.container-caso-de-exito {
  justify-content: space-between;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-caso-de-exito {
  width: 50%;
  padding-top: 43px;
  padding-right: 40px;
}

.titulo-caso-de-exito {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 86px;
  font-weight: 400;
  line-height: 1.2em;
}

.titulo-caso {
  margin-top: 0;
  margin-bottom: 39px;
  font-size: 30px;
  line-height: 1.3em;
}

.quote-caso-de-exito {
  color: var(--midnight-blue);
  margin-bottom: 75px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 27px;
  font-style: italic;
  line-height: 1.42em;
}

.p-caso-de-exito {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.4em;
}

.col-b-caso-de-exito {
  width: 50%;
  padding-bottom: 40px;
  padding-left: 40px;
}

.img-logo-caso {
  width: 100%;
  margin-bottom: 42px;
}

.titulo-como-lo-hace {
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 39px;
  font-style: italic;
  line-height: 1.3em;
}

.numero-como-lo-hace {
  color: var(--midnight-blue);
  flex: none;
  width: 67px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1em;
}

.fila-punto-como-lo-hace {
  justify-content: space-between;
  margin-bottom: 43px;
  display: flex;
}

.p-punto-como-lo-hace {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3em;
}

.titulo-dashboard {
  color: var(--goldenrod);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 103px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.link-dashboard {
  color: var(--goldenrod);
  text-align: center;
}

.img-logo-dashboard {
  height: 80px;
}

.paragraph-dashboard {
  color: var(--midnight-blue);
  max-width: 520px;
  margin-bottom: 20px;
  padding-left: 57px;
  font-size: 21px;
  line-height: 1.3em;
  position: relative;
}

.fila-datos-dashbaord {
  width: 100%;
  margin-bottom: 71px;
}

.fila-usuario {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.imagen-perfil {
  border-radius: 100%;
  width: 60px;
  margin-left: 20px;
  display: none;
}

.p-link-dashboard {
  color: var(--white-smoke);
  cursor: pointer;
  margin-bottom: 0;
}

.flecha-dashboard {
  border-right: 2px solid var(--white-smoke);
  border-bottom: 2px solid var(--white-smoke);
  color: #e1b85600;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
  transform: rotate(45deg);
}

.dropdown-area {
  display: block;
  position: relative;
}

.dropdown-user {
  padding-top: 9px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.link-user-dropdown {
  color: var(--white-smoke);
  text-decoration: none;
  display: block;
}

.imagen-contacto {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-hero-preguntas-freceuntes {
  background-color: var(--midnight-blue);
  padding: 110px 40px 35px;
}

.section-preguntas-frecuentes {
  background-color: var(--midnight-blue);
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-preguntas-frecuentes {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.flecha-preguntas-freceuntes {
  border-right: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  color: #0000;
  width: 20px;
  height: 20px;
  transition: all .2s;
  position: absolute;
  top: 12px;
  right: 24px;
  transform: rotate(45deg);
}

.flecha-preguntas-freceuntes.on {
  top: 24px;
  transform: rotate(-135deg);
}

.fila-preguntas-frecuentes {
  margin-bottom: 20px;
}

.boton-preguntas-frecuentes {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  padding: 21px 64px 21px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
  position: relative;
}

.boton-preguntas-frecuentes.secundario {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.boton-preguntas-frecuentes.secundario:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.boton-preguntas-frecuentes.terciario {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-preguntas-frecuentes.terciario:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.boton-preguntas-frecuentes.ultimo {
  margin-bottom: 0;
}

.respuesta-pregunta-frecuente {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding: 30px 100px 30px 30px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  display: none;
}

.section-eventos-detalle {
  padding: 50px 40px;
}

.container-eventos {
  margin-left: auto;
  margin-right: auto;
}

.calendario {
  border-top: 1px solid var(--grey);
  border-left: 1px solid var(--grey);
}

.fila-calendario {
  justify-content: space-between;
  display: flex;
}

.col-calendario {
  border-right: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
  width: 14.28%;
  padding: 20px;
}

.valor-calendario {
  text-align: center;
  min-width: 36px;
  margin-bottom: 0;
  padding: 8px;
  display: inline-block;
}

.valor-calendario.current {
  background-color: var(--goldenrod);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 100%;
}

.valor-calendario.pasado {
  color: var(--grey);
}

.valor-calendario.header {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
}

.evento {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2em;
  position: relative;
}

.bullet {
  position: absolute;
  top: 0;
  left: 0;
}

.titulo-punto {
  font-weight: 700;
}

.container-eventos-hero {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mes-calendario {
  text-align: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.prev-arrow {
  border-bottom: 2px solid var(--midnight-blue);
  border-left: 2px solid var(--midnight-blue);
  color: #1c263b00;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
}

.next-arrow {
  border-right: 2px solid var(--midnight-blue);
  border-bottom: 2px solid var(--midnight-blue);
  color: #1c263b00;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  transform: rotate(-45deg);
}

.static {
  background-color: #5d6679;
}

.titulo-noticia-principal {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  max-width: 830px;
  margin: 0 auto;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 103px;
  font-weight: 400;
  line-height: 1em;
}

.p-fecha-noticia {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.cat-detalle-noticia {
  color: var(--goldenrod);
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.cat-detalle-noticia:hover {
  color: var(--goldenrod);
}

.hero-noticia {
  background-color: var(--midnight-blue);
  align-items: flex-end;
  padding: 219px 40px 40px;
  display: flex;
  position: relative;
}

.section-detalle-noticia {
  padding: 60px 40px;
}

.container-detalle-proyecto {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-detalle-noticia {
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.imagen-noticia {
  width: 100%;
  margin-bottom: 30px;
}

.video-embebed {
  margin-bottom: 30px;
}

.section-noticias-relacionadas {
  background-color: var(--white);
  padding: 90px 40px;
}

.link-eventos {
  color: var(--midnight-blue);
  margin-top: 14px;
  text-decoration: none;
}

.boton-descargar-evento {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  padding: 21px 64px 21px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s;
  position: relative;
}

.boton-descargar-evento.secundario {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  background-color: #0000;
}

.boton-descargar-evento.secundario:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.boton-descargar-evento.terciario {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  background-color: #0000;
}

.boton-descargar-evento.terciario:hover {
  border-color: var(--white-smoke);
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
}

.boton-descargar-evento.ultimo {
  margin-bottom: 0;
}

.lista-de-descargables-evento {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  margin-top: 30px;
  padding: 30px;
}

.container-recursos {
  margin-left: auto;
  margin-right: auto;
}

.container-recursos.relacionada {
  max-width: 1000px;
}

.thumb-recurso {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.thumb-recurso.relacionada {
  margin-bottom: 0;
}

.img-ver {
  float: right;
  color: #0000;
  cursor: pointer;
  background-image: url(/assets/ver.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transition: all .2s;
  display: block;
  position: static;
}

.img-ver:hover {
  background-color: #36c;
}

.img-play {
  float: right;
  color: #0000;
  cursor: pointer;
  background-image: url(/assets/video.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  transition: all .2s;
  display: block;
}

.img-play:hover {
  background-color: #36c;
}

.col-a-titulo-unete {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 40px;
  display: flex;
}

.col-puntos-unete {
  background-color: #ffda80;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  max-width: 1090px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 40px;
  display: flex;
}

.section-unete {
  background-color: #38558e;
  justify-content: space-between;
  display: flex;
}

.titulo-unete {
  color: var(--white-smoke);
  text-align: left;
  text-transform: uppercase;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2em;
}

.p-call-to-action {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5em;
}

.row-mes-eventos {
  margin-bottom: 20px;
}

.row-evento {
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.row-evento.relacionada {
  margin-bottom: 0;
}

.categoria-evento {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 6px 17px;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.categoria-evento.azul {
  color: var(--royal-blue);
}

.categoria-evento.verde {
  color: var(--lime-green);
}

.categoria-evento.amarillo {
  color: var(--goldenrod);
}

.categoria-evento.morado {
  color: var(--medium-purple);
}

.p-resumen-evento {
  color: var(--grey);
  max-width: 600px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.row-top-eventos {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.fecha-evento {
  color: var(--goldenrod);
  max-width: 600px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.texto-btn-item {
  float: left;
  padding-top: 8px;
}

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

.label-blanca {
  color: var(--white-smoke);
  width: 100%;
  margin-bottom: 10px;
  font-weight: 400;
}

.label-blanca.tres-cols {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 4.5em;
  padding-right: 20px;
  display: flex;
}

.fila-opcion-multiple {
  margin-bottom: 20px;
}

.fila-opcion-multiple.autodiagnostico {
  margin-bottom: 0;
}

.blanco {
  color: #f3f3f378;
}

.titulo-resultados {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.resultados {
  width: 100%;
  padding-top: 70px;
}

.p-empezar {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

.titulo-modulo-resultado {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

.fila-head-resultado {
  width: 100%;
  position: relative;
}

.embebed-privado {
  z-index: 1;
  background-color: #000;
  width: 64vw;
  height: 36vw;
  position: relative;
}

.section-evento {
  background-color: var(--royal-blue);
  text-align: center;
  padding: 115px 40px;
}

.fila-registro {
  justify-content: space-between;
  display: flex;
}

.col-registro {
  width: 100%;
}

.espacio-registro {
  flex: none;
  width: 15px;
  height: 20px;
}

.btn-cerrar {
  display: none;
}

.lista-de-checkboxes {
  flex-flow: wrap;
  display: flex;
}

.checkbox-column {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.lista-de-preguntas-tres-columnas {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.col-lista-de-preguntas-tres-columnas {
  width: 33.33%;
}

.titulo-grupo-preguntas {
  background-color: var(--lime-green);
  color: var(--white);
  height: 44px;
  padding: 7px;
  line-height: 1.2em;
  position: relative;
}

.titulo-grupo-preguntas.azul {
  background-color: var(--royal-blue);
}

.titulo-grupo-preguntas.morado {
  background-color: var(--medium-purple);
}

.titulo-grupo-preguntas.amarillo {
  background-color: var(--goldenrod);
}

.esconder-desktop {
  width: 0;
  display: block;
  overflow: hidden;
}

.label-principal {
  z-index: 1;
  width: 40vw;
  position: absolute;
  top: 8px;
  left: 9px;
}

.tabla-img {
  z-index: 5;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.imagen-tabla {
  max-width: 800px;
}

.close-tabla {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: .8em;
  display: flex;
  position: absolute;
  inset: -20px -20px auto auto;
  transform: rotate(45deg);
}

.wrapper-tabla {
  position: relative;
}

.flex-tabla {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.link-right-footer {
  color: var(--midnight-blue);
  margin-left: 20px;
  text-decoration: none;
  display: block;
}

.link-redes-footer {
  margin-left: 20px;
  text-decoration: none;
}

.col-right-footer {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icono-redes {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Social Media Circled, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.section-logos-organismos {
  background-color: var(--white-smoke);
  padding-bottom: 100px;
  overflow: hidden;
}

.mask-logos-organismos {
  width: 1000vw;
  display: flex;
  position: relative;
  left: 0;
}

.titulo-ya-me {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.line-que-sigue {
  background-color: var(--goldenrod);
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.titulo-conoce {
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.numero-ingresa {
  border: 1px solid var(--goldenrod);
  text-align: center;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.fila-titulo-dashboard {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-main-dashboard {
  width: 35%;
}

.lista-de-elementos-dashboard {
  width: 100%;
  margin-top: 30px;
}

.sub-titulo-dashboard {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Press Gothic Pro 0", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.punto-fichas {
  background-color: var(--midnight-blue);
  color: #1c263b00;
  border-radius: 100%;
  flex: none;
  width: 5px;
  height: 5px;
  margin-top: 9px;
  margin-right: 20px;
  display: block;
  position: absolute;
  left: 0;
}

.paragraph-dashboard-dos {
  color: var(--midnight-blue);
  max-width: 520px;
  margin-bottom: 20px;
  padding-left: 19px;
  font-size: 21px;
  line-height: 1.3em;
  position: relative;
}

.salto-dashboard {
  width: 100%;
  height: 30px;
}

.paragraph-dashboard-tres {
  color: var(--midnight-blue);
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.3em;
  position: relative;
}

.filtro-mentorias {
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 17px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
}

.filtro-mentorias:hover, .filtro-mentorias.on {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.fila-de-filtros {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.lista-de-elementos-mentorias {
  flex-flow: wrap;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.col-mentoria {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-thumb-mentoria {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.img-mentoria {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.titulo-link-mentoria, .titulo-mentoria-thumb {
  color: var(--midnight-blue);
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.desc-mentoria {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3em;
  position: relative;
}

.link-wa {
  z-index: 4;
  position: fixed;
  bottom: 35px;
  right: 35px;
}

.icono-svg {
  width: 70px;
}

.section-formulario-detalle {
  background-color: var(--midnight-blue);
  padding: 160px 40px 80px;
}

.form-registro-detalle {
  z-index: 1;
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
}

.ojito-div {
  position: relative;
}

.ojito-off {
  cursor: pointer;
  height: 100%;
  padding: 10px 12px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.ojito-on {
  cursor: pointer;
  height: 100%;
  padding: 10px 12px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .menu-principal {
    display: none;
  }

  .menu-acciones {
    margin-top: 20px;
    margin-left: 0;
  }

  .link-principal {
    color: var(--midnight-blue);
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 11px;
    font-family: "Press Gothic Pro 0", sans-serif;
    font-size: 39px;
    display: inline-block;
  }

  .link-principal.inicia-sesion {
    align-items: center;
    margin-left: 0;
    padding-top: 18px;
    display: flex;
  }

  .link-principal.afiliate {
    padding-bottom: 0;
  }

  .link-principal.dashboard {
    align-items: center;
    margin-left: 0;
    padding-top: 18px;
    display: flex;
  }

  .hero-home {
    height: auto;
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .titulo-header {
    max-width: none;
  }

  .titulo-juntos {
    max-width: 470px;
    margin-bottom: 0;
    font-size: 32px;
  }

  .col-contenido-hero {
    width: 49%;
    margin-bottom: 1.7vw;
  }

  .thumb-aliado {
    width: 50%;
  }

  .logos-mask {
    width: 1000vw;
  }

  .footer {
    padding-bottom: 80px;
  }

  .col-links-footer {
    width: 60%;
  }

  .row-footer-legales {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .embebed {
    width: 90vw;
  }

  .link-temario, .link-temario:hover {
    padding-left: 20px;
  }

  .row-filtro {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-contacto {
    flex-direction: column;
  }

  .datos-formulario {
    width: 100%;
  }

  .col-img-contacto {
    order: -1;
    width: 100%;
  }

  .nav-dashboard {
    min-width: 0;
  }

  .btn-dashboard {
    font-size: 16px;
  }

  .main-dashboard {
    padding-top: 40px;
  }

  .btn-dashboard-solo {
    font-size: 16px;
  }

  .titulo-dashboard-eje {
    font-size: 10vw;
  }

  .row-datos {
    flex-flow: wrap;
  }

  .col-datos {
    width: 48%;
    margin-top: 40px;
  }

  .dato-juntos {
    max-width: none;
  }

  .p-dato {
    max-width: 220px;
  }

  .titulo-beneficios {
    font-size: 5vw;
  }

  .p-header-lateral {
    width: 49%;
    max-width: none;
  }

  .titular-organismos {
    margin-bottom: 20px;
  }

  .link-organismos {
    width: 50%;
    margin-top: 30px;
  }

  .menu-interno {
    background-color: var(--white);
    height: 100%;
    padding: 40px;
    display: block;
    position: relative;
  }

  .menu-responsive {
    z-index: 6;
    width: 460px;
    transition: all .6s;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    right: -460px;
  }

  .menu-responsive.on {
    right: 0;
  }

  .icono-empresa {
    width: 35px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
  }

  .cerrar-menu {
    z-index: 5;
    background-color: #0000009e;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-hamb {
    border-top: 1px solid var(--white-smoke);
    border-bottom: 1px solid var(--white-smoke);
    align-items: center;
    width: 60px;
    height: 25px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-hamb.on {
    border-top-color: var(--midnight-blue);
    border-bottom-color: var(--midnight-blue);
  }

  .linea-media-hamb {
    border-bottom: 1px solid var(--white-smoke);
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .linea-media-hamb.on {
    border-bottom-color: var(--midnight-blue);
  }

  .section-eje-detalle {
    display: block;
  }

  .col-a-detalle-eje-left {
    width: 100%;
  }

  .col-interno-left-detalle {
    max-width: none;
    padding-bottom: 48px;
  }

  .col-a-detalle-eje-right {
    width: 100%;
    padding-left: 40px;
  }

  .col-interno-right-detalle {
    max-width: none;
  }

  .btn-regresar {
    position: static;
  }

  .esquema-a {
    display: block;
  }

  .col-a-esquema-a {
    width: 100%;
  }

  .col-b-esquema-a {
    width: 100%;
    padding-left: 40px;
  }

  .col-info-esquema-a {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .imagen-quote {
    height: 400px;
  }

  .col-info-esquema-b {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .col-b-puntos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col-b-puntos.reverse {
    padding-left: 40px;
  }

  .numero-punto {
    margin-right: 20px;
  }

  .col-interna-esquema-d {
    padding-bottom: 40px;
  }

  .titulo-esquema-d {
    padding-top: 78px;
    padding-left: 0;
  }

  .lista-de-positivos {
    padding-left: 0;
  }

  .col-b-section-e {
    padding-right: 40px;
  }

  .lista-de-indicadores, .fila-botones-esquema {
    padding-left: 0;
  }

  .btn-echa {
    margin-bottom: 18px;
    position: static;
  }

  .link-saber-mas {
    margin-left: 20px;
  }

  .container-caso-de-exito {
    flex-direction: column;
  }

  .col-a-caso-de-exito {
    width: 100%;
    padding-bottom: 70px;
    padding-right: 0;
  }

  .col-b-caso-de-exito {
    order: -1;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .titulo-dashboard {
    max-width: none;
  }

  .link-dashboard {
    margin-bottom: 20px;
  }

  .fila-usuario {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .fila-calendario {
    flex-wrap: wrap;
  }

  .col-calendario {
    display: none;
  }

  .col-calendario.ocupado {
    width: 100%;
    display: block;
  }

  .valor-calendario {
    background-color: var(--midnight-blue);
    color: var(--white-smoke);
    border-radius: 100%;
  }

  .thumb-recurso {
    width: 50%;
  }

  .titulo-unete {
    font-size: 5vw;
  }

  .row-evento {
    width: 50%;
  }

  .label-blanca.tres-cols {
    min-height: 0;
  }

  .fila-head-resultado {
    margin-bottom: 20px;
  }

  .fila-registro {
    justify-content: space-between;
  }

  .espacio-registro {
    flex: none;
  }

  .checkbox-column {
    width: 100%;
  }

  .lista-de-preguntas-tres-columnas {
    flex-flow: wrap;
  }

  .col-lista-de-preguntas-tres-columnas {
    width: 100%;
    margin-bottom: 60px;
  }

  .titulo-grupo-preguntas {
    height: auto;
  }

  .esconder-desktop {
    width: auto;
    display: block;
  }

  .label-principal {
    position: static;
  }

  .imagen-tabla {
    width: 100%;
    max-width: none;
  }

  .link-right-footer {
    margin-left: 0;
  }

  .link-redes-footer {
    margin-left: 0;
    margin-right: 20px;
  }

  .fila-titulo-dashboard {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo-main-dashboard {
    order: -1;
    width: 100%;
    margin-bottom: 60px;
  }

  .sub-titulo-dashboard {
    max-width: none;
  }

  .col-mentoria {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .link-principal {
    margin-top: 0;
  }

  .titulo-header {
    font-size: 10.5vw;
  }

  .titular-nosotros {
    font-size: 7vw;
  }

  .container-juntos {
    flex-direction: column;
  }

  .col-imgs-juntos {
    width: 100%;
  }

  .col-b-contenidos-juntos {
    width: 100%;
    margin-top: 60px;
  }

  .titular-ejes-de-accion {
    margin-bottom: 10px;
  }

  .col-contenido-hero {
    width: 100%;
  }

  .titulo-eje {
    min-height: 0;
  }

  .row-header-aliados {
    flex-direction: column;
  }

  .p-principal-aliados {
    font-size: 16px;
  }

  .thumb-aliado.relacionada {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .logos-mask {
    width: 2000vw;
  }

  .titulo-afiliate {
    font-size: 11.5vw;
  }

  .link-logo-footer {
    margin-bottom: 60px;
  }

  .col-links-footer {
    text-align: left;
    width: 100%;
  }

  .row-footer-legales {
    flex-direction: column;
  }

  .row-filtro {
    flex-direction: column;
    align-items: flex-start;
  }

  .titulo-noticias {
    font-size: 10.5vw;
  }

  .hero-contacto {
    height: auto;
    padding-top: 150px;
  }

  .contenido-dashboard {
    flex-direction: column;
    display: block;
  }

  .nav-dashboard {
    width: 100%;
    height: auto;
  }

  .form-registro {
    max-width: none;
    height: 100svh;
    overflow: scroll;
  }

  .main-dashboard {
    width: 100%;
    height: auto;
  }

  .main-dashboard.kit-empresas {
    border-top: 1px solid var(--royal-3);
    border-left-style: none;
  }

  .img-descargar {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .section-beneficios {
    flex-direction: column;
  }

  .titulo-beneficios {
    padding-right: 0;
  }

  .col-puntos-beneficios {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .punto-beneficio {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .p-header-lateral {
    width: 100%;
  }

  .col-a-titulo-beneficios {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .col-puntos-interno {
    padding-left: 0;
  }

  .menu-responsive {
    width: 350px;
    right: -350px;
  }

  .legales-footer {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .titulo-legales {
    font-size: 7vw;
  }

  .section-hero-detalle-eje {
    padding-top: 130px;
  }

  .titulo-eje-detalle {
    font-size: 50px;
  }

  .btn-regresar {
    bottom: 11px;
  }

  .fila-dos-cols {
    flex-direction: column;
  }

  .p-por-que {
    max-width: none;
    margin-bottom: 1em;
  }

  .espacio-medio-parrafos {
    display: none;
  }

  .fila-esquema-c {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .container-esquema-c {
    display: block;
  }

  .heading-el-abc {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .p-en-una-esquema, .p-para-implem {
    max-width: none;
    margin-bottom: 1em;
  }

  .fila-puntos, .fila-puntos.reverse {
    flex-direction: column;
  }

  .imagen-puntos {
    width: 100%;
  }

  .col-b-puntos {
    width: 100%;
    padding-top: 70px;
  }

  .p-negro-punto {
    max-width: none;
  }

  .esquema-d {
    flex-direction: column;
  }

  .col-a-esquema-d, .col-b-esquema-d {
    width: 100%;
  }

  .section-e {
    flex-direction: column;
  }

  .col-a-section-e {
    width: 100%;
  }

  .col-b-section-e {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
  }

  .col-indicadores {
    width: 100%;
    max-width: none;
  }

  .btn-echa {
    bottom: 11px;
  }

  .quote-caso-de-exito {
    margin-bottom: 40px;
  }

  .fila-datos-dashbaord {
    display: none;
  }

  .fila-usuario {
    flex-direction: row;
    margin-bottom: 40px;
  }

  .section-hero-preguntas-freceuntes {
    padding-top: 130px;
  }

  .respuesta-pregunta-frecuente {
    padding-right: 30px;
  }

  .titulo-noticia-principal {
    font-size: 10.5vw;
  }

  .hero-noticia {
    padding-top: 160px;
  }

  .section-noticias-relacionadas {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .thumb-recurso.relacionada {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .img-ver, .img-play {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }

  .col-a-titulo-unete {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .col-puntos-unete {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .section-unete {
    flex-direction: column;
  }

  .titulo-unete {
    padding-right: 0;
  }

  .p-call-to-action {
    font-size: 16px;
  }

  .row-evento.relacionada {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .texto-btn-item {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
  }

  .icono-cerrar {
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 200;
    display: flex;
    position: absolute;
    inset: 0% 5px 2px auto;
    transform: rotate(45deg);
  }

  .btn-cerrar {
    background-color: var(--midnight-blue);
    border-radius: 5px;
    padding-right: 33px;
    display: block;
    position: absolute;
    inset: 26px 30px auto auto;
  }

  .titulo-grupo-preguntas {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabla-img {
    padding-left: 0;
    padding-right: 0;
  }

  .close-tabla {
    top: -67px;
    right: 45%;
  }

  .sub-titulo-dashboard {
    font-size: 10.5vw;
  }

  .fila-de-filtros {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .link-header {
    height: 46px;
  }

  .menu-acciones {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-principal {
    text-align: center;
    margin-bottom: 3px;
    font-size: 24px;
  }

  .link-principal.inicia-sesion {
    background-color: var(--goldenrod);
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 9px;
  }

  .link-principal.afiliate {
    width: auto;
    margin-bottom: 10px;
  }

  .link-principal.dashboard {
    background-color: var(--goldenrod);
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 9px;
  }

  .hero-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-nosotros {
    padding-top: 70px;
  }

  .titular-nosotros {
    font-size: 10.5vw;
  }

  .img-coparmex {
    height: 60px;
  }

  .section-juntos {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .titulo-juntos {
    font-size: 6.3vw;
  }

  .section-ejes-de-accion {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .col-contenido-hero {
    margin-bottom: 3vw;
  }

  .thumb-aliado {
    width: 100%;
  }

  .top-empresas {
    padding-top: 30px;
  }

  .img-noticia.relacionado {
    height: 160px;
  }

  .section-call-to-action {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .titulo-afiliate {
    font-size: 10.5vw;
  }

  .col-a-footer {
    justify-content: center;
    width: 100%;
  }

  .link-footer {
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
  }

  .col-links-footer-interno {
    width: 100%;
  }

  .row-footer-legales {
    justify-content: space-between;
    align-items: center;
  }

  .link-legales-footer {
    text-align: center;
    margin-right: 0;
  }

  .nota-legales-footer {
    text-align: center;
  }

  .flecha-boton-temario {
    top: 20px;
    right: 0;
  }

  .hero-contacto {
    padding-top: 110px;
  }

  .contenido-dashboard {
    background-color: #fff;
  }

  .nav-dashboard {
    background-color: var(--midnight-blue);
  }

  .titulo-registro {
    font-size: 21px;
  }

  .lista-de-links {
    margin-top: 20px;
  }

  .fila-botones-registro {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .btn-dashboard, .btn-dashboard-solo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lista-de-archivos {
    padding: 10px;
  }

  .boton-descargar {
    margin-bottom: 10px;
    padding: 10px;
  }

  .img-descargar {
    display: block;
  }

  .col-datos {
    width: 100%;
  }

  .fila-formulario {
    flex-direction: column;
  }

  .section-organismos {
    padding-bottom: 90px;
  }

  .link-organismos {
    width: 100%;
  }

  .logo-organismo {
    margin-right: 50px;
  }

  .menu-interno {
    padding: 30px;
  }

  .menu-responsive {
    width: 250px;
    right: -250px;
  }

  .menu-hamb {
    width: 50px;
    height: 20px;
  }

  .legales-footer {
    flex-direction: column;
    display: flex;
  }

  .titulo-legales {
    font-size: 10.5vw;
  }

  .p-legales {
    font-size: 14px;
  }

  .p-organismos-promotores {
    margin-bottom: 0;
  }

  .section-hero-detalle-eje {
    padding-top: 110px;
  }

  .titulo-eje-detalle {
    font-size: 37px;
  }

  .sub-titulo-eje-detalle-col-left {
    font-size: 19px;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 45px;
  }

  .lista-de-dropdowns {
    margin-top: 40px;
  }

  .boton-dropdown {
    font-size: 16px;
  }

  .btn-regresar {
    margin-top: 20px;
    position: static;
  }

  .quote {
    font-size: 19px;
  }

  .heading-beneficios {
    padding-left: 0;
    font-size: 30px;
  }

  .lista-de-beneficios {
    margin-top: 40px;
  }

  .p-beneficio {
    font-size: 15px;
  }

  .p-beneficio.blanco {
    background-position: 0 1px;
  }

  .esquemas-b {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading-centrado {
    font-size: 30px;
  }

  .p-por-que {
    font-size: 15px;
  }

  .heading-el-abc {
    font-size: 30px;
  }

  .p-en-una-esquema, .p-para-implem {
    font-size: 15px;
  }

  .col-puntos {
    flex-direction: column;
  }

  .numero-punto {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .p-negro-punto {
    font-size: 15px;
  }

  .titulo-esquema-d {
    font-size: 30px;
  }

  .lista-de-positivos {
    margin-top: 40px;
  }

  .heading-indicaciones {
    padding-left: 0;
    font-size: 30px;
  }

  .lista-de-indicadores {
    margin-top: 40px;
  }

  .btn-echa {
    max-width: 151px;
    position: static;
  }

  .titulo-caso-de-exito {
    margin-bottom: 0;
    font-size: 30px;
  }

  .titulo-caso {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .quote-caso-de-exito {
    font-size: 19px;
  }

  .p-caso-de-exito {
    font-size: 15px;
  }

  .titulo-como-lo-hace {
    font-size: 25px;
  }

  .numero-como-lo-hace {
    width: auto;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .fila-punto-como-lo-hace {
    flex-direction: column;
  }

  .p-punto-como-lo-hace {
    font-size: 15px;
    font-weight: 400;
  }

  .titulo-dashboard {
    font-size: 60px;
  }

  .paragraph-dashboard {
    font-size: 15px;
  }

  .fila-usuario {
    flex-direction: column;
  }

  .link-user-dropdown {
    text-align: center;
  }

  .section-hero-preguntas-freceuntes {
    padding-top: 110px;
  }

  .respuesta-pregunta-frecuente {
    padding-left: 0;
    padding-right: 0;
  }

  .boton-descargar-evento {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .lista-de-descargables-evento {
    padding: 20px;
  }

  .thumb-recurso {
    width: 100%;
  }

  .img-ver, .img-play {
    display: block;
  }

  .row-evento {
    width: 100%;
  }

  .texto-btn-item {
    padding-top: 0;
  }

  .fila-opcion-multiple {
    flex-direction: column;
  }

  .titulo-resultados, .titulo-modulo-resultado {
    font-size: 45px;
  }

  .embebed-privado {
    width: 76.8vw;
    height: 43.2vw;
  }

  .section-evento {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .fila-registro {
    flex-direction: column;
  }

  .espacio-registro {
    display: none;
  }

  .titulo-grupo-preguntas {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .close-tabla {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: .6em;
  }

  .link-right-footer {
    text-align: center;
    margin-right: 0;
  }

  .link-redes-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .col-right-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .titulo-ya-me, .titulo-conoce {
    font-size: 20px;
  }

  .paragraph-dashboard-dos, .paragraph-dashboard-tres {
    font-size: 15px;
  }

  .titulo-link-mentoria, .titulo-mentoria-thumb {
    font-size: 20px;
  }

  .desc-mentoria {
    font-size: 15px;
  }

  .link-wa {
    bottom: 20px;
    right: 20px;
  }

  .icono-svg {
    width: 50px;
  }

  .section-formulario-detalle {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}


@font-face {
  font-family: 'Social Media Circled';
  src: url(/fonts/Social-Media-Circled.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url(/fonts/Poppins-ExtraBold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url(/fonts/Inter-VariableFont_slntwght.ttf) format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Press Gothic Pro 0';
  src: url(/fonts/Press_Gothic_Pro_0.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
