/*A*/

:root {
  --gold: #ffcd00;
  --dark-slate-blue: #1a428a;
  --white: white;
  --plum: #cf95e2;
  --medium-violet-red: #e50695;
  --medium-aquamarine: #56b99a;
  --pale-turquoise: #84dade;
  --ghost-white: #eaedf3;
  --medium-aquamarine-2: #3bd4ae;
  --transparente: #ddd0;
}

.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('../../../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;
}

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

body {
  background-color: var(--gold);
  color: #333;
  font-family: Neue haas grotesk display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

.header {
  z-index: 2;
  background-color: var(--dark-slate-blue);
  justify-content: space-between;
  align-items: center;
  height: 140px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header.scroll {
  height: 60px;
}

.logo-svg {
  height: 90px;
  transition: all .2s;
}

.logo-svg.scroll {
  height: 40px;
}

.nav-header {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 68%;
  display: flex;
  position: relative;
}

.link-header {
  color: var(--white);
  letter-spacing: .4px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Gt america mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
}

.link-header:hover {
  color: var(--dark-slate-blue);
}

.link-header.btn {
  background-color: var(--plum);
  padding: 6px 15px;
}

.link-header.btn:hover {
  background-color: var(--medium-violet-red);
}

.link-header.esconder {
  display: none;
}

.fondo-header {
  z-index: 0;
  background-color: var(--medium-aquamarine);
  width: 69%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.section-hero {
  z-index: 1;
  justify-content: space-between;
}

.col-a-section-hero {
  flex-wrap: wrap;
  width: 40%;
  position: relative;
}

.col-b-section-hero {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding: 2vw 50px;
  display: flex;
}

.foto-hero {
  float: left;
  width: 50%;
  height: 20vw;
  display: block;
}

.header-principal {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.1em;
}

.header-secundario {
  letter-spacing: .5px;
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
}

.fila-bot-n-texto {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.btn {
  background-color: var(--medium-aquamarine);
  letter-spacing: .4px;
  padding: 6px 15px;
  font-family: Gt america mono, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
}

.fila-titulo-hero {
  color: var(--white);
  width: 95%;
  margin-bottom: 25px;
}

.fila-subtitulo-hero {
  color: #2c2230;
  column-count: 2;
  column-gap: 7%;
}

.fila-subtitulo-hero.una-col {
  column-count: 1;
  width: 67%;
}

.subrayado-negro {
  border-bottom: 1px solid #2c2230;
  padding-bottom: 2px;
  display: inline-block;
}

.boton-verde {
  background-color: var(--medium-aquamarine);
  text-align: center;
  letter-spacing: .4px;
  align-items: center;
  width: auto;
  height: 60px;
  margin-bottom: 0;
  padding: 0 19px 0 15px;
  font-family: Gt america mono, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.boton-verde:hover {
  background-color: var(--medium-violet-red);
}

.boton-verde.flecha {
  background-image: url('https://mtyideal2040.com/files/images/flecha.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-verde.mas {
  background-image: url('https://mtyideal2040.com/files/images/mas.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-verde.paloma {
  background-image: url('https://mtyideal2040.com/files/images/aplicar.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-verde.video {
  background-color: var(--medium-violet-red);
  margin-right: 10px;
  padding-right: 45px;
}

.boton-verde.video:hover, .boton-verde.video.verde {
  background-color: var(--medium-aquamarine);
}

.boton-verde.video.verde:hover {
  background-color: var(--medium-violet-red);
}

.boton-verde.descarga {
  background-image: url('https://mtyideal2040.com/files/images/descargar.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 36%;
  padding-right: 47px;
}

.p-nota-boton {
  color: var(--white);
  letter-spacing: .2px;
  max-width: 280px;
  margin-bottom: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.salto-header {
  height: 140px;
  transition: all .2s;
}

.salto-header.scroll {
  height: 60px;
}

.section-proyectos {
  z-index: 1;
  background-color: var(--white);
  color: var(--dark-slate-blue);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.link-proyecto {
  width: 25%;
  text-decoration: none;
}

.link-proyecto.dos {
  margin-top: 5%;
}

.link-proyecto.tres {
  margin-top: 10%;
}

.link-proyecto.cuatro {
  margin-top: 15%;
}

.header-principal-segundo {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.subrayado-morado-negro {
  border-bottom: 1px solid #2c2230;
  padding-bottom: 2px;
  display: inline-block;
}

.fila-titulo-plan {
  color: var(--dark-slate-blue);
  padding: 25px 4vw 25px 25px;
}

.img-plan-fila {
  width: 100%;
}

.fila-bot-n-plan {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.header-section {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.header-section.sin-margen-lados {
  padding-left: 0;
  padding-right: 0;
}

.titulo-seccion {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
}

.body-general {
  background-color: var(--gold);
}

.section-videos {
  z-index: 1;
  color: var(--dark-slate-blue);
  background-color: #e9edf3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-videos.esconder {
  display: none;
}

.videos-container {
  height: 19.2vw;
  position: relative;
  overflow: hidden;
}

.video-item {
  float: left;
  width: 33.33%;
  padding-left: 25px;
}

.videos-slide {
  width: 120vw;
}

.video-content {
  width: 100%;
  transition: all .2s;
  display: block;
  position: relative;
}

.img-video {
  width: 100%;
}

.play-btn {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 25px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icono-play {
  width: 40px;
}

.datos-video {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.titulo-video {
  color: var(--white);
}

.btn-next {
  background-image: linear-gradient(to right, #0000, #00000070);
  width: 20%;
  padding: 25px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-videos {
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  display: flex;
}

.flecha-video {
  cursor: pointer;
  height: 15px;
}

.section-noticias {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-noticias.esconder {
  display: none;
}

.link-noticia {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-noticia:hover {
  padding-top: 0;
  padding-bottom: 50px;
}

.fila-titulo-noticia {
  color: var(--white);
  margin-top: 20px;
}

.dato-menor {
  letter-spacing: .2px;
  margin-bottom: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.dato-menor.categoria {
  color: var(--plum);
}

.fila-fecha-y-categoria-noticia {
  color: var(--pale-turquoise);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.fila-boton-noticia {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.imagen-noticia {
  width: 100%;
}

.flecha-ver-mas {
  filter: saturate(0%) invert();
  height: 15px;
}

.boton-rosa {
  background-color: var(--plum);
  color: var(--white);
  text-align: center;
  letter-spacing: .4px;
  margin-bottom: 0;
  padding: 7px 19px;
  font-family: Gt america mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.boton-rosa:hover {
  background-color: var(--medium-violet-red);
}

.boton-rosa.flecha {
  background-image: url('https://mtyideal2040.com/files/images/flecha.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-rosa.descargar {
  text-align: left;
  background-image: url('https://mtyideal2040.com/files/images/descargar.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-right: 47px;
}

.boton-rosa.paloma {
  background-image: url('https://mtyideal2040.com/files/images/aplicar.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 36%;
  padding-right: 47px;
}

.footer {
  z-index: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.footer.sola {
  padding-top: 20px;
  padding-bottom: 20px;
}

.video-cuadrado-hero {
  float: left;
  width: 50%;
  height: 20vw;
  display: block;
}

.img-logo-footer {
  width: 127px;
}

.fila-links-footer {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.sub-col-a-footer {
  text-align: left;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.sub-col-a-footer.esconder {
  display: none;
}

.titulo-grupo-footer {
  color: var(--medium-aquamarine);
  letter-spacing: .2px;
  margin-bottom: 30px;
  font-family: Gt america mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.titulo-grupo-footer.categoria {
  color: var(--plum);
}

.link-footer {
  color: var(--dark-slate-blue);
  width: 100%;
  margin-bottom: 17.5px;
  font-family: Ryker text, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-footer:hover {
  color: var(--medium-aquamarine);
}

.link-footer.relative {
  position: relative;
  right: -160px;
}

.link-footer.esconder {
  display: none;
}

.fila-doble-links-footer {
  display: flex;
}

.fila-extras-footer {
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.fila-extras-footer.sola {
  margin-top: 0;
}

.link-menor-footer {
  color: var(--dark-slate-blue);
  line-height: 1em;
  text-decoration: none;
}

.ligas-legales-footer {
  justify-content: space-between;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.link-menor-footer-a-o {
  color: var(--dark-slate-blue);
  width: 50%;
  padding-left: 25px;
  line-height: 1em;
  text-decoration: none;
}

.icono-red {
  color: var(--medium-violet-red);
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icono-red:hover {
  color: var(--medium-aquamarine);
}

.icono-red.relative {
  position: relative;
  right: -160px;
}

.section-sobre-mty-ideal-2040 {
  z-index: 1;
  background-color: var(--white);
  padding: 100px 25px;
}

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

.col-a-sobre-mty {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.img-sobre-mty {
  width: 100%;
}

.icono-sobre-mty {
  width: 33.33%;
}

.fila-desc-mty-ideal {
  max-width: 440px;
  padding-bottom: 25px;
  padding-left: 40px;
}

.p-general {
  color: #071c42;
  letter-spacing: .05em;
  font-family: Neue haas grotesk display, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
}

.fila-btn-mty-ideal {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.fila-titulo-mty-ideal {
  color: var(--dark-slate-blue);
  padding: 25px 4vw 25px 40px;
}

.section-linea-del-tiempo {
  z-index: 1;
  background-color: var(--ghost-white);
  color: var(--plum);
  padding: 100px 25px;
}

.section-linea-del-tiempo.esconder {
  display: none;
}

.container-linea-del-tiempo {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.linea-del-tiempo {
  margin-top: 40px;
}

.fila-linea-del-tiempo {
  justify-content: space-between;
  min-height: 130px;
  display: flex;
}

.grafico-linea-del-tiempo {
  z-index: 0;
  background-color: #c7ccd6;
  width: 10px;
  position: relative;
}

.dato-linea-del-tiempo {
  z-index: 1;
  background-color: var(--medium-aquamarine);
  align-items: center;
  width: 46.7%;
  padding: 32px;
  display: flex;
  position: relative;
}

.dato-linea-del-tiempo.vacio {
  background-color: #0000;
}

.inicio-linea-del-tiempo {
  background-color: #c7ccd6;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -5px;
  left: -5px;
}

.indicador-tiempo {
  background-color: var(--medium-aquamarine);
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.indicador-tiempo.revertir {
  left: -20px;
  right: auto;
}

.fila-titulo-linea-tiempo {
  color: var(--dark-slate-blue);
  padding-left: 40px;
  position: relative;
}

.fila-titulo-linea-tiempo.no-margin-bottom {
  margin-bottom: 0;
}

.fila-fecha-linea-tiempo {
  color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.img-linea-del-tiempo {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: 0;
}

.img-linea-del-tiempo.revertir {
  left: 0;
  right: auto;
}

.grafico-cuadrado-linea-del-tiempo {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: 80px;
}

.grafico-cuadrado-linea-del-tiempo.revertir {
  left: 80px;
  right: auto;
}

.numero {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  padding-left: 2px;
  font-size: .7em;
  display: flex;
  position: absolute;
  top: -5px;
  left: 0;
}

.fin-linea-del-tiempo {
  background-color: #c7ccd6;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.fila-intro-proyectos {
  color: var(--dark-slate-blue);
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.container-intro-proyectos {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.subrayado-rosa {
  border-bottom: 1px solid var(--plum);
  padding-bottom: 2px;
  display: inline;
}

.fila-intro-linea-del-tiempo {
  max-width: 468px;
}

.grupo-intro-linea-del-tiempo {
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.col-a-hero-about {
  flex-wrap: wrap;
  width: 18vw;
  display: flex;
}

.foto-hero-full {
  width: 100%;
  height: auto;
}

.fila-titulo-hero-about {
  color: var(--dark-slate-blue);
  width: 95%;
}

.section-hero-about {
  z-index: 1;
  background-color: var(--pale-turquoise);
  justify-content: space-between;
  display: flex;
}

.video-cuadrado-hero-menor {
  width: 100%;
  height: 18vw;
  display: inline-block;
}

.section-contenido-about {
  z-index: 1;
  background-color: var(--white);
  color: var(--dark-slate-blue);
  padding: 100px 25px;
}

.section-contenido-about.color {
  background-color: var(--ghost-white);
}

.section-contenido-about.texto-color-rosa {
  color: var(--plum);
}

.section-contenido-about.color-bis {
  background-color: var(--plum);
}

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

.container-contenido-about.doble-cols {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-contenido-about.doble-cols-largas {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-contenido-about.revert-contenido {
  flex-direction: row-reverse;
}

.fila-subtitulo-contenido-acerca {
  color: #2c2230;
}

.fila-contenido-acerca-p-general {
  column-count: 3;
  padding-top: 25px;
  padding-bottom: 25px;
}

.fila-contenido-acerca-p-general.dos-cols {
  column-count: 2;
}

.fila-contenido-acerca-p-general.una-cols {
  column-count: 1;
}

.fila-contenido-acerca-header-secundario {
  color: var(--plum);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.fila-contenido-acerca-header-secundario.azul {
  color: var(--dark-slate-blue);
}

.fila-contenido-header-principal {
  color: var(--dark-slate-blue);
  text-align: center;
  padding: 25px 120px;
  position: relative;
}

.header-principal-tercero {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 22.1px;
  font-weight: 700;
  line-height: 1.1em;
}

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

.fila-contendo-acerca-puntos {
  width: 60%;
  margin-bottom: 0;
  padding-left: 16px;
}

.fila-contendo-acerca-puntos.secundario {
  width: 100%;
  margin-left: 20px;
  padding-left: 12px;
}

.fila-contendo-acerca-puntos.full {
  width: 100%;
}

.fila-contendo-acerca-puntos.casi-full {
  width: 76%;
}

.list-item-acerca {
  color: var(--dark-slate-blue);
  padding-top: 7px;
  padding-bottom: 7px;
}

.list-item-acerca.espacio-adicional-iz {
  padding-left: 7px;
}

.header-principal-cuarto {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1em;
}

.footer-sticky {
  z-index: 0;
  background-color: var(--white);
}

.footer-1000 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.footer-sticky-gris {
  z-index: 0;
  background-color: #eaedf3;
}

.img-full-about {
  z-index: 1;
  width: 100%;
}

.col-a-informacion {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.img-col-b-informacion {
  width: 100%;
}

.col-b-informacion {
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  width: 36%;
  display: flex;
  position: relative;
}

.col-b-informacion.invertir-interno {
  align-items: flex-start;
}

.icono-col-con-foto {
  width: 33.33%;
  position: absolute;
  bottom: 0;
  left: -33.33%;
}

.icono-block-con-foto {
  width: 33.33%;
}

.section-noticias-completas {
  z-index: 1;
  color: var(--dark-slate-blue);
  background-color: #eaedf3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.fila-fecha-y-categoria-noticia-completas {
  color: var(--plum);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fila-titulo-noticia-completa {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 30px;
}

.link-noticia-completa {
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  margin-bottom: 50px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.paginacion {
  text-align: center;
  width: 100%;
  font-family: Gt america mono, sans-serif;
  display: inline-block;
}

.paginacion-numero {
  color: var(--dark-slate-blue);
  width: 30px;
  height: 30px;
  padding-top: 4px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.paginacion-numero:hover {
  color: var(--medium-violet-red);
}

.paginacion-numero.actual {
  color: var(--plum);
}

.paginacion-numero.actual:hover {
  color: var(--medium-violet-red);
}

.flecha-paginacion {
  background-color: var(--medium-aquamarine);
  color: var(--white);
  width: 30px;
  height: 30px;
  padding-top: 4px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.flecha-paginacion:hover {
  background-color: var(--medium-violet-red);
}

.col-b-hero-about {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-hero-noticias {
  z-index: 1;
  background-color: var(--white);
  justify-content: space-between;
  display: flex;
}

.fila-titulo-hero-noticias {
  color: var(--dark-slate-blue);
  width: 95%;
  margin-bottom: 34px;
}

.titulo-noticia-detalle {
  max-width: 530px;
  display: inline-block;
}

.video-embebed {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.fila-contenido-video {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fila-contenido-video.dos-cols {
  column-count: 2;
}

.fila-contenido-video.una-cols {
  column-count: 1;
}

.img-full-detalle-noticia {
  z-index: 1;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}

.fila-contenido-detalle-noticia-header {
  color: var(--plum);
  position: relative;
}

.img-full-hero-noticia {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero-detalle-noticia {
  z-index: 1;
  background-color: var(--ghost-white);
  position: relative;
}

.filtro-de-noticias {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.filtro-noticias {
  color: var(--medium-aquamarine);
  letter-spacing: .2px;
  border-bottom: 1px solid #1a428a00;
  margin-bottom: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
}

.filtro-noticias:hover {
  border-bottom-color: var(--dark-slate-blue);
}

.filtro-noticias.categoria {
  color: var(--plum);
}

.filtro-noticias.on {
  border-bottom: 1px solid var(--medium-aquamarine);
}

.espacio-filtro-noticias {
  width: 20px;
  height: 20px;
}

.section-hero-contact {
  z-index: 1;
  background-color: var(--ghost-white);
  color: var(--dark-slate-blue);
  justify-content: space-between;
}

.label {
  font-family: Gt america mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.input {
  border: 1px #000;
  margin-bottom: 0;
}

.fila-contacto {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.fila-contacto.vertical {
  flex-direction: column;
}

.col-contacto {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.text-area {
  border: 1px #000;
}

.footer-normal {
  background-color: var(--white);
}

.img-video-modulo {
  object-fit: cover;
  width: 40vw;
  height: 40vw;
}

.section-video {
  z-index: 1;
  background-color: var(--plum);
  justify-content: space-between;
  display: flex;
}

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

.play-btn-grande.esconder {
  display: none;
}

.icono-play-grande {
  width: 80px;
}

.rosa-estrecho {
  color: var(--plum);
  max-width: 397px;
  display: inline-block;
}

.form-contacto {
  margin-top: 10px;
  margin-bottom: 0;
}

.wrapper-general-sticky {
  z-index: 1;
  position: relative;
}

.section-hero-simple {
  z-index: 1;
  background-color: var(--plum);
  justify-content: space-between;
  display: flex;
}

.header-principal-primero {
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 690px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.salto-blanco-adicional-proyectos-detalle {
  background-color: var(--white);
  width: 100%;
  height: 50px;
}

.sub-titulo-hero-landing {
  display: block;
}

.subrayado-header-principal {
  background-color: var(--pale-turquoise);
}

.espacio-hero-participa {
  width: 30px;
  height: 30px;
}

.boton-play {
  background-color: var(--dark-slate-blue);
  color: #0000;
  text-align: center;
  letter-spacing: .4px;
  background-image: url('https://mtyideal2040.com/files/images/play_chico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
  position: absolute;
  right: -26px;
}

.boton-play.flecha {
  background-image: url('https://mtyideal2040.com/files/images/flecha.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-play.mas {
  background-image: url('https://mtyideal2040.com/files/images/mas.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-play.paloma {
  background-image: url('https://mtyideal2040.com/files/images/aplicar.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.video-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.video-slideshow {
  z-index: 1;
  background-color: #0000;
  height: auto;
}

.video-puntos {
  display: none;
}

.video-buttons {
  color: var(--dark-slate-blue);
  width: 70px;
  font-size: 15px;
  line-height: 1em;
}

.cerrar-video {
  z-index: 0;
  opacity: .64;
  cursor: pointer;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.slide-video {
  padding-left: 70px;
  padding-right: 70px;
}

.slideshow-hero-home {
  background-color: #0000;
  height: auto;
}

.slide-hero-home {
  background-color: var(--plum);
  justify-content: space-between;
  display: flex;
}

.slide-hero-home.segundo {
  background-color: var(--pale-turquoise);
}

.puntos-slide-hero-home {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 40px;
  padding-top: 0;
  padding-left: 50px;
  font-size: 8px;
  line-height: 1em;
  display: flex;
  left: auto;
  right: 0;
}

.puntos-slide-hero-home.esconder {
  display: none;
}

.header-secundario-segundo {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 1.2em;
}

.btn-slide-hero-home {
  background-color: var(--dark-slate-blue);
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1em;
  transition: all .2s;
  top: auto;
  bottom: 0;
  right: 50px;
}

.btn-slide-hero-home:hover {
  background-color: var(--medium-violet-red);
}

.btn-slide-hero-home.left {
  left: auto;
  right: 91px;
}

.vacio-col-footer-extras {
  width: 33.33%;
}

.vacio-col-footer-extras.esconder {
  width: 33.3%;
  display: none;
}

.header-secundario-primero {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.vector-red {
  width: 30px;
  height: 30px;
  margin-right: 19px;
}

.fila-contenido-mono {
  color: var(--dark-slate-blue);
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.fila-contenido-mono.azul {
  color: var(--dark-slate-blue);
}

.contenedor-tres-proyectos {
  justify-content: space-between;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.rosa {
  color: var(--plum);
}

.indenteado {
  margin-left: 2em;
}

.logo-micrositio {
  max-width: 400px;
}

.section-logo {
  background-color: var(--white);
  padding: 50px 25px;
}

.sections-videos-slideshow {
  background-color: var(--white);
  padding-top: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.container-video-home {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.grupo-indicador {
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  overflow: visible;
}

.grupo-indicador.invertir {
  left: -20px;
  right: auto;
}

.p-buz-n {
  letter-spacing: .2px;
  max-width: 1030px;
  margin-top: 40px;
  margin-bottom: 70px;
  font-family: Neue haas grotesk display, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4em;
}

.link-proyecto-dos {
  width: 25%;
  margin-top: 5%;
  text-decoration: none;
}

.link-proyecto-dos.dos {
  margin-top: 5%;
}

.link-proyecto-dos.tres {
  margin-top: 10%;
}

.link-proyecto-dos.cuatro {
  margin-top: 15%;
}

.link-proyecto-tres {
  width: 25%;
  margin-top: 10%;
  text-decoration: none;
}

.link-proyecto-tres.dos {
  margin-top: 5%;
}

.link-proyecto-tres.tres {
  margin-top: 10%;
}

.link-proyecto-tres.cuatro {
  margin-top: 15%;
}

.link-proyecto-cuatro {
  width: 25%;
  margin-top: 15%;
  text-decoration: none;
}

.link-proyecto-cuatro.dos {
  margin-top: 5%;
}

.link-proyecto-cuatro.tres {
  margin-top: 10%;
}

.link-proyecto-cuatro.cuatro {
  margin-top: 15%;
}

.container-contenido-about-grande {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-contenido-about-grande.doble-cols {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-contenido-about-grande.doble-cols-largas {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dos-cols {
  column-count: 2;
  display: inline-block;
}

.container-contenido-detalle-noticia {
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-contenido-detalle-noticia.doble-cols {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-contenido-detalle-noticia.doble-cols-largas {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.link-privacidad {
  color: var(--plum);
}

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

.dropdown-container {
  position: relative;
}

.dropdown-list {
  width: 100vw;
  height: 0;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-dropdown {
  float: left;
  clear: both;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  letter-spacing: .4px;
  padding: 5px 10px;
  font-family: Gt america mono, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-dropdown:hover {
  background-color: var(--plum);
}

.link-dropdown.btn {
  background-color: var(--plum);
  padding: 6px 15px;
}

.link-dropdown.btn:hover {
  background-color: var(--medium-violet-red);
}

.link-dropdown.esconder {
  display: none;
}

.salto-10 {
  height: 10px;
}

.cerrar-nav, .ham-btn {
  display: none;
}

.fila-redes-footer {
  display: flex;
}

.col-c-hero-about {
  flex-wrap: wrap;
  width: 18vw;
  display: flex;
}

.header-section-informativa {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 4.3vw;
  font-weight: 700;
  line-height: 1.1em;
}

.salto-filtro-noticias {
  display: none;
}

.lista-de-noticias-relacionadas {
  flex-wrap: wrap;
  display: flex;
}

.col-b-hero-buzon {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.col-a-hero-buzon {
  flex-wrap: wrap;
  width: 18vw;
  display: flex;
}

.col-c-hero-buzon {
  flex-flow: wrap;
  flex: none;
  justify-content: space-between;
  width: 100vw;
  display: flex;
}

.video-cuadrado-hero-buzon {
  width: 100%;
  height: 18vw;
  display: inline-block;
}

.foto-hero-buzon {
  width: 25vw;
  height: 25vw;
}

.video-cuadrado-hero-home {
  float: left;
  width: 50%;
  height: 20vw;
  display: block;
}

.header-en-menu {
  color: var(--pale-turquoise);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1em;
}

.bolder {
  font-family: Neue haas grotesk display w02, sans-serif;
  font-weight: 500;
}

.iframe-encuesta {
  z-index: 1;
  margin-bottom: 0;
}

.logos-gobierno {
  width: 100%;
}

.logo-gobierno-footer {
  max-height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
}

.logo-gobierno-footer.menor {
  max-height: 44px;
}

.separador-logo-footer {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.container-logos-centrados {
  text-align: center;
  padding-top: 30px;
}

.wrapper-participa {
  position: relative;
}

.logos-gobierno-participa {
  z-index: 1;
  width: 420px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.fila-logos-footer {
  padding-left: 25px;
  padding-right: 25px;
}

.logo-gobierno-footer-menor {
  max-height: 40px;
  margin-right: 40px;
  display: inline-block;
}

.logo-gobierno-footer-menor.menor {
  max-height: 44px;
}

.ligas-logos-footer-menor {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.ligas-legales-footer-menor-link {
  color: var(--dark-slate-blue);
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
}

.fila-extras-footer-menor {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fila-extras-footer-menor.sola {
  margin-top: 0;
}

.logos-gobierno-footer {
  width: 100%;
}

.logo-gobierno-about {
  max-height: 60px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.logo-gobierno-about.menor {
  max-height: 44px;
}

.col-b-hero-centrado {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.fila-pequena-desc-manifiesto {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-intro-manifiesto {
  color: #071c42;
  letter-spacing: .05em;
  max-width: 370px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Neue haas grotesk display, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
}

.foto-sola-hero {
  float: left;
  width: 20vw;
  height: 20vw;
  display: block;
}

.section-hero-foto-sola {
  z-index: 1;
  background-color: var(--pale-turquoise);
  justify-content: flex-start;
  display: flex;
}

.col-b-section-hero-foto-sola {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 2vw 50px;
  display: flex;
}

.section-opciones-como-participar {
  z-index: 1;
  background-color: var(--ghost-white);
  color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-opciones-como-participar.esconder {
  display: none;
}

.fila-titulo-como-participar {
  color: var(--dark-slate-blue);
  margin-bottom: 30px;
}

.container-consejo-ejecutivo {
  justify-content: space-between;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.container-consejo-ejecutivo.doble-cols {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-consejo-ejecutivo.doble-cols-largas {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.consejo-miembro {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lista-de-consejo-ejecutivo {
  flex-wrap: wrap;
  display: flex;
}

.fila-nombre-consejo {
  color: var(--dark-slate-blue);
  margin-bottom: 30px;
}

.fila-rol-consejo {
  color: var(--plum);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.imagen-consejo {
  filter: saturate(0%);
  mix-blend-mode: multiply;
  width: 100%;
}

.top-noticia-resumen {
  min-height: 10em;
}

.margen-negativo-50 {
  height: 0;
  margin-top: -50px;
}

.lista-de-proximos-eventos {
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.fila-proximos-eventos {
  border-bottom: 1px solid var(--pale-turquoise);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.col-evento-proximo {
  color: var(--dark-slate-blue);
  width: 25%;
}

.fila-bot-n-descargar-recurso {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.fila-nombre-recurso {
  color: var(--medium-aquamarine);
  margin-bottom: 10px;
}

.fila-nombre-archivo {
  color: var(--dark-slate-blue);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.select-plan {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border: 1px #000;
  margin-bottom: 0;
}

.select-plan.multiple {
  min-height: 122px;
}

.formulario-contacto-plan {
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
}

.section-contacto-plan {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.bold-text {
  font-family: Neue haas grotesk display w02, sans-serif;
}

.slider-hero-manifiesto {
  background-color: #0000;
  height: auto;
}

.nav-slider-manifiesto {
  display: none;
}

.slider-consejo {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.nav-slider-consejo {
  color: var(--dark-slate-blue);
  width: 50px;
  font-size: 21px;
}

.numeros-slider-consejo {
  font-size: 7px;
  line-height: 27px;
  bottom: -62px;
}

.slide-consejo {
  width: 33.33%;
}

.mask-slide-consejo {
  margin-left: 50px;
  margin-right: 50px;
}

.col-recurso {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  padding: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.col-datos-footer {
  margin-top: 30px;
}

.datos-footer {
  color: #071c42;
  letter-spacing: .05em;
  font-family: Neue haas grotesk display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.tel-link {
  color: var(--medium-violet-red);
  text-decoration: underline;
}

.sub-col-b-footer {
  text-align: left;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.sub-col-b-footer.esconder {
  display: none;
}

.boton-participa-solo {
  margin-top: 30px;
}

.fila-intro-de-mesa-t-cnica {
  max-width: 700px;
  margin-top: 20px;
}

.logo-consejo {
  mix-blend-mode: darken;
  object-fit: contain;
  width: 70%;
  max-height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-logo-consejo {
  background-color: #eaedf3;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.lista-de-noticias {
  flex-wrap: wrap;
  display: flex;
}

.link {
  color: var(--plum);
}

.boton-paloma {
  background-color: var(--dark-slate-blue);
  color: #0000;
  text-align: center;
  letter-spacing: .4px;
  background-image: url('https://mtyideal2040.com/files/images/aplicar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
  position: absolute;
  right: -26px;
}

.boton-paloma.flecha {
  background-image: url('https://mtyideal2040.com/files/images/flecha.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-paloma.mas {
  background-image: url('https://mtyideal2040.com/files/images/mas.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-paloma.paloma {
  background-image: url('https://mtyideal2040.com/files/images/aplicar.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-descarga {
  background-color: var(--dark-slate-blue);
  color: #0000;
  text-align: center;
  letter-spacing: .4px;
  background-image: url('https://mtyideal2040.com/files/images/descargar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Gt america mono, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
  position: absolute;
  right: -26px;
}

.boton-descarga.flecha {
  background-image: url('https://mtyideal2040.com/files/images/flecha.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-descarga.mas {
  background-image: url('https://mtyideal2040.com/files/images/mas.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.boton-descarga.paloma {
  background-image: url('https://mtyideal2040.com/files/images/aplicar.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: auto 32%;
  padding-right: 47px;
}

.section-repositorio {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  padding-bottom: 20px;
}

.link-repositorio {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 5px 20px 25px;
  text-decoration: none;
  display: flex;
}

.fila-panel-repositorio {
  color: var(--plum);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.fila-titulo-repositorio {
  color: var(--dark-slate-blue);
  margin-top: 20px;
}

.lista-de-ponencias {
  color: var(--medium-aquamarine);
  flex-wrap: wrap;
  display: flex;
}

.fila-de-repositorio {
  width: 33.33%;
  padding: 20px 5px;
}

.fila-de-repositorio.ultimo {
  border-bottom-style: none;
}

.tam-a-repositorio {
  border-bottom: 1px solid var(--medium-aquamarine);
}

.tam-b-repositorio {
  color: #b4b4b4;
  font-size: .9em;
  display: block;
}

.tam-c-repositorio {
  color: var(--plum);
  font-size: .7em;
}

.lista-repositorios {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.fila-colaps-repos {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: block;
}

.fila-colaps-repos.debug {
  display: block;
}

.titulo-repositorio {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.icono-flecha-rep {
  height: 17px;
  transition: all .2s;
  position: absolute;
  top: 4px;
  left: 0;
}

.icono-flecha-rep.on {
  transform: rotate(90deg);
}

.fila-bot-n-repositorio {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tab {
  letter-spacing: .5px;
  background-color: #ddd0;
  padding: 14px 25px;
}

.tab.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.tabs-menu {
  background-color: var(--ghost-white);
}

.titulo-tipo-repositorio {
  width: 100%;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.estructura-secundaria {
  justify-content: space-between;
  padding: 25px;
  display: flex;
}

.menu-secundario {
  background-color: #eaedf3;
  width: 20%;
}

.tab-secundario {
  letter-spacing: .5px;
  background-color: #ddd0;
  width: 100%;
  padding: 14px 25px;
}

.tab-secundario.w--current {
  background-color: var(--medium-aquamarine);
  color: var(--white);
}

.tabs-content-secundario {
  width: 80%;
}

.thumb-repositorio {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
}

.section-dos-botones {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
}

.col-boton-a {
  background-color: var(--pale-turquoise);
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 50px;
  display: flex;
}

.col-boton-a.segundo {
  background-color: var(--gold);
}

.titulo-comparte {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  max-width: 690px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.titulo-comparte.debug {
  position: relative;
}

.fila-bot-n-texto-dos-bot {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.nota-botones {
  color: var(--dark-slate-blue);
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.2em;
}

.logo-plan-estrategico {
  height: 110px;
  margin-bottom: 30px;
}

.grupo-botones-bottom {
  margin-top: 60px;
}

.fila-de-logos-adicionales {
  margin-top: 30px;
}

.logo-adicional {
  height: 60px;
  margin-right: 30px;
}

.slider-simple {
  height: auto;
}

.puntos-slide-simple {
  display: none;
}

.text-area-buzon {
  border: 1px #000;
  min-height: 250px;
  margin-bottom: 0;
}

.requerido {
  color: var(--medium-violet-red);
}

.section-misiones {
  z-index: 1;
  background-color: var(--white);
  color: var(--dark-slate-blue);
  padding: 100px 25px;
  display: none;
}

.section-misiones.color {
  background-color: var(--ghost-white);
}

.section-misiones.texto-color-rosa {
  color: var(--plum);
}

.section-misiones.color-bis {
  background-color: var(--plum);
}

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

.container-misiones.doble-cols {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-misiones.doble-cols-largas {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-misiones.revert-contenido {
  flex-direction: row-reverse;
}

.fila-misiones {
  border-bottom: 1px solid var(--ghost-white);
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.fila-misiones.ultimo {
  border-bottom-style: none;
}

.titulo-misiones {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  max-width: 690px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Ryker text, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.titulo-misiones.debug {
  position: relative;
}

.col-a-misiones {
  width: 34%;
}

.col-a-misiones.verde-oliva {
  color: #738c21;
}

.col-b-misiones {
  width: 50%;
}

.header-secundario-misiones {
  color: var(--medium-aquamarine-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 22.1px;
  font-weight: 700;
  line-height: 1.1em;
}

.header-secundario-misiones.rosa {
  color: var(--medium-violet-red);
}

.header-secundario-misiones.azul-claro {
  color: var(--pale-turquoise);
}

.header-secundario-misiones.azul-obscuro {
  color: #278c8d;
}

.header-secundario-misiones.verde-olivo {
  color: #738c21;
}

.header-secundario-misiones.rosa-claro {
  color: #d2a3db;
}

.numero-punto-mision {
  font-family: Neue haas grotesk display w02, sans-serif;
  display: inline-block;
}

.fila-punto-mision {
  margin-bottom: 20px;
  display: flex;
}

.numero-lista-punto-mision {
  color: #071c42;
  letter-spacing: .05em;
  min-width: 1.3em;
  margin-right: 15px;
  font-family: Neue haas grotesk display w02, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-block;
}

.section-mapa-propuestas {
  background-color: #fff;
  padding: 50px 25px;
}

.imagen-mapa {
  z-index: 1;
  max-height: 90svh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-buzon {
  color: var(--dark-slate-blue);
}

.form-buzon {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0;
}

.header-principal-buzon {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

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

.link-ver-mapa {
  color: var(--gold);
  text-decoration: none;
}

.aviso-footer {
  background-color: var(--medium-aquamarine);
  color: var(--dark-slate-blue);
  letter-spacing: .05px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.4em;
  position: absolute;
  inset: auto 0% 0%;
}

.mail-notificacion {
  color: var(--white);
}

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

.flex-pop-up-mapa {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px;
  display: flex;
}

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

.link-thumb-propuesta {
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  margin-bottom: 50px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.imagen-pop {
  z-index: 1;
  max-width: 650px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.link-subir-archivo {
  color: var(--medium-violet-red);
}

.section-hero-buzon {
  z-index: 1;
  background-color: var(--ghost-white);
  color: var(--dark-slate-blue);
  justify-content: space-between;
  display: flex;
}

.col-a-hero-new-buzon {
  flex-flow: column wrap;
  width: 25%;
}

.col-b-hero-new-buzon {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 70px 50px;
  display: flex;
}

.col-c-hero-new-buzon {
  flex-flow: column wrap;
  flex: none;
  justify-content: space-between;
  width: 25%;
}

.video-cuadrado-hero-new-buzon {
  width: 25vw;
  height: 25vw;
  display: block;
}

.foto-hero-new-buzon {
  aspect-ratio: 1;
  width: 100%;
}

.body-landing {
  background-image: url('https://mtyideal2040.com/files/images/IMPLAN_Landing.jpg');
  background-position: 50% 70px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 10000px;
}

.hero-landing {
  justify-content: center;
  align-items: center;
  height: 665px;
  display: flex;
  position: relative;
}

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

.titulo-hero {
  z-index: 1;
  color: var(--white);
  text-align: center;
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Ryker text, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.vision-landing {
  background-color: var(--pale-turquoise);
  display: flex;
}

.col-a-grafico {
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 240px;
  display: flex;
}

.col-a-grafico.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.vision-central {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 67px 20px 90px;
  display: flex;
}

.vision-central.segundo {
  background-color: var(--medium-aquamarine);
  padding-bottom: 67px;
}

.titulo-vision-monterrey {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  max-width: 540px;
  margin: 0 auto 52px;
  font-family: Ryker text, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
}

.p-vision {
  color: #262f2f;
  text-align: center;
  max-width: 620px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: Neue haas grotesk display, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4em;
}

.p-vision.segundo {
  font-size: 16px;
  display: none;
}

.imagen-cuadrada {
  width: 100%;
}

.section-una-ciudad {
  background-color: var(--white);
  padding: 95px 30px 40px;
}

.container-una-ciudad {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-vision-ciudad {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Ryker text, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1em;
}

.lista-tags {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.tag-ciudad {
  background-color: var(--medium-violet-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 19px 45px;
  font-family: Neue haas grotesk display w02, sans-serif;
  font-size: 24.5px;
  font-weight: 500;
  line-height: 1em;
}

.section-modelo {
  background-color: var(--white);
  padding: 50px 30px;
}

.container-modelo {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-modelo {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ryker text, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
}

.col-modelo {
  max-width: 430px;
}

.p-modelo {
  color: #3e3e3e;
  font-size: 17px;
  line-height: 1.5em;
}

.imagen-circulo {
  width: 45.6%;
  margin-top: 104px;
  padding-right: 30px;
}

.section-proyectos-landing {
  background-color: var(--white);
  padding: 40px 37px;
}

.nav-slider-landing {
  display: none;
}

.btn-proyectos {
  color: var(--white);
  width: 80px;
  font-size: 20px;
  line-height: 1em;
}

.slider-proyectos {
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  height: 830px;
}

.titulo-proyectos-landing {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  max-width: 1010px;
  margin: 59px auto 29px;
  font-family: Ryker text, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
}

.lista-de-botones {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 47px;
  display: flex;
}

.btn-landding {
  background-color: var(--medium-aquamarine);
  padding: 16px 26px;
  font-family: Gt america mono, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.imagen-slider-proyectos {
  aspect-ratio: 2 / 2.57;
  object-fit: cover;
  width: 372px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #00000082;
}

.section-queremos {
  background-color: var(--white);
  padding: 40px 30px 50px;
}

.container-queremos {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1087px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cuadrado-chico {
  width: 110px;
}

.col-imagenes-queremos {
  flex: none;
  width: 424px;
}

.imagen-queremos-grande {
  width: 100%;
}

.col-queremos {
  width: 100%;
  padding-top: 107px;
}

.queremos-interno {
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-queremos {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ryker text, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1em;
}

.p-estos {
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
}

.secton-logos-plan {
  background-color: var(--white);
  padding: 40px 37px 70px;
}

.lista-logos {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1307px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-plan {
  width: 24%;
}

.section-asi-se-construyo {
  background-color: var(--white);
  padding: 66px 30px 50px;
}

.container-asi-se-contruyo {
  max-width: 1307px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-asi-se-contruyo {
  color: var(--dark-slate-blue);
  text-align: center;
  max-width: 850px;
  margin: 0 auto 22px;
  font-family: Ryker text, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
}

.p-proceso {
  text-align: center;
  max-width: 570px;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17.5px;
  line-height: 1.3em;
}

.lista-linea-del-tiempo {
  flex-flow: column;
  display: flex;
}

.imagen-linea-del-tiempo {
  aspect-ratio: 2 / 1.82;
  object-fit: cover;
  width: 25%;
}

.cuadro-linea {
  aspect-ratio: 2 / 1.82;
  background-color: var(--gold);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  padding: 23px 17px 32px;
  display: flex;
  position: relative;
}

.cuadro-linea.azul {
  background-color: var(--dark-slate-blue);
}

.cuadro-linea.rosa {
  background-color: var(--medium-violet-red);
}

.titulo-linea {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.sub-titulo-linea {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue haas grotesk display w02, sans-serif;
  font-weight: 500;
  line-height: 1.1em;
}

.fila-linea-del-tiempo-non {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fila-linea-del-tiempo-par {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bottom-cuadro {
  width: 100%;
}

.p-cuadro-linea {
  color: var(--white);
  max-width: 233px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1em;
}

.triangulo-1 {
  background-color: var(--gold);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  right: -15px;
  transform: rotate(45deg);
}

.triangulo-2 {
  background-color: var(--dark-slate-blue);
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 45%;
  transform: rotate(45deg);
}

.triangulo-3 {
  background-color: var(--medium-violet-red);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: -15px;
  transform: rotate(45deg);
}

.section-consulta {
  background-color: var(--white);
  padding: 90px 30px 95px;
}

.container-consulta {
  max-width: 1307px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-consulta {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Ryker text, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1em;
}

.lista-repositorio {
  margin-bottom: 40px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.col-repositorio {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.link-rep-land {
  color: var(--dark-slate-blue);
  width: 100%;
}

.thumb-repositorio-land {
  aspect-ratio: 2 / 1.56;
  object-fit: cover;
  width: 100%;
  margin-bottom: 10px;
}

.tit-rep-land {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.fila-boton-ver-mas {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.btn-ver-mas {
  background-color: var(--medium-aquamarine);
  text-align: center;
  min-width: 200px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Gt america mono, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.section-suma {
  background-image: linear-gradient(90deg, var(--medium-aquamarine) 45%, var(--plum) 50%);
  padding-left: 30px;
  padding-right: 30px;
}

.container-suma {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1131px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-suma {
  background-color: var(--medium-aquamarine);
  color: var(--white);
  flex: none;
  width: 354px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 59px;
  padding-bottom: 59px;
  font-family: Ryker text, sans-serif;
  font-size: 44px;
  line-height: 1em;
}

.col-vision {
  background-color: var(--plum);
  width: 100%;
  padding-top: 54px;
  padding-left: 111px;
}

.p-sub-titulo-vision {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1em;
}

.titulo-rosa-vision-monterrey {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Ryker text, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 1em;
}

.lista-de-boton-vision {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-heroes {
  background-image: url('https://mtyideal2040.com/files/images/Plan-Estrategico_Banner.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.nuevo-slider {
  background-color: var(--transparente);
  height: 728px;
}

.nav-slider-nuevo {
  display: none;
}

.btn-slider {
  width: 51px;
  font-size: 15px;
}

.slider-contenido {
  height: 100%;
  display: flex;
}

.col-a-slider-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60.4%;
  height: 100%;
  padding: 39px 51px 54px;
  display: flex;
  position: relative;
}

.col-a-slider-hero.fondo-verde {
  background-color: var(--medium-aquamarine);
}

.logo-hero-plan {
  width: 380px;
}

.grafico-hero-slider {
  width: 156px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.titulo-slider-hero {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ryker text, sans-serif;
  font-size: 63px;
  font-weight: 700;
  line-height: .9em;
}

.img-slider-hero {
  object-fit: cover;
  width: 39.6%;
}

.grafico-bottom {
  width: 156px;
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .nav-header {
    width: 70%;
  }

  .fondo-header {
    width: 74%;
  }

  .col-a-section-hero {
    width: 47%;
  }

  .col-b-section-hero {
    width: 53%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .foto-hero {
    height: 23.5vw;
  }

  .fila-bot-n-texto {
    flex-flow: column wrap;
    align-items: flex-start;
    margin-top: 15px;
  }

  .fila-titulo-hero {
    margin-bottom: 15px;
  }

  .p-nota-boton {
    width: 100%;
    margin-top: 10px;
  }

  .section-proyectos {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-principal-segundo {
    font-size: 17px;
  }

  .fila-titulo-plan, .fila-bot-n-plan {
    padding-left: 0;
    padding-right: 0;
  }

  .video-cuadrado-hero {
    height: 23.5vw;
  }

  .container-intro-proyectos {
    margin-bottom: 60px;
  }

  .section-contenido-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .fila-contenido-header-principal {
    padding-left: 50px;
    padding-right: 50px;
  }

  .fila-contendo-acerca-puntos.casi-full {
    width: 100%;
  }

  .section-hero-contact {
    flex-flow: wrap;
  }

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

  .img-video-modulo {
    width: 100%;
    height: 100%;
  }

  .logo-micrositio {
    width: 30%;
    max-width: none;
  }

  .col-b-hero-buzon {
    order: 1;
    width: 100%;
    padding: 50px 25px;
  }

  .col-a-hero-buzon {
    width: 50%;
  }

  .col-c-hero-buzon {
    width: 100%;
  }

  .video-cuadrado-hero-buzon {
    width: 25vw;
    height: 25vw;
  }

  .video-cuadrado-hero-home {
    height: 23.5vw;
  }

  .header-en-menu {
    font-size: 17px;
    display: none;
  }

  .logo-gobierno-footer {
    max-height: 38px;
  }

  .logo-gobierno-footer-menor {
    margin-right: 8%;
  }

  .ligas-logos-footer-menor {
    align-items: center;
    display: flex;
  }

  .fila-pequena-desc-manifiesto {
    width: 100%;
  }

  .p-intro-manifiesto {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }

  .foto-sola-hero {
    height: 23.5vw;
  }

  .col-b-section-hero-foto-sola {
    width: 53%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-noticia-resumen {
    min-height: 0;
  }

  .fila-proximos-eventos {
    flex-wrap: wrap;
  }

  .col-boton-evento {
    width: 100%;
    margin-top: 20px;
  }

  .link-repositorio {
    width: 100%;
  }

  .fila-titulo-repositorio {
    max-width: 510px;
  }

  .fila-de-repositorio {
    width: 100%;
  }

  .lista-repositorios {
    flex-wrap: wrap;
  }

  .fila-bot-n-repositorio {
    flex-flow: column wrap;
    align-items: flex-start;
    margin-top: 15px;
  }

  .titulo-tipo-repositorio {
    padding-bottom: 15px;
  }

  .menu-secundario {
    width: 30%;
  }

  .tabs-content-secundario {
    width: 70%;
  }

  .section-dos-botones {
    flex-wrap: wrap;
  }

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

  .fila-bot-n-texto-dos-bot {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .section-misiones {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-hero-buzon {
    flex-flow: wrap;
  }

  .col-a-hero-new-buzon {
    width: 50%;
  }

  .col-b-hero-new-buzon {
    order: 1;
    width: 100%;
    padding: 50px 25px;
  }

  .col-c-hero-new-buzon {
    width: 50%;
  }

  .video-cuadrado-hero-new-buzon {
    width: 50vw;
    height: 50vw;
  }

  .vision-landing {
    flex-flow: column;
  }

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

  .col-a-grafico.top {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .vision-central {
    width: 100%;
    padding-bottom: 67px;
  }

  .imagen-cuadrada {
    width: 90px;
  }

  .slider-proyectos {
    height: 900px;
  }

  .col-imagenes-queremos {
    width: 290px;
  }

  .col-queremos {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .lista-linea-del-tiempo {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .imagen-linea-del-tiempo, .cuadro-linea {
    width: 100%;
  }

  .fila-linea-del-tiempo-non {
    flex-flow: wrap;
  }

  .fila-linea-del-tiempo-par {
    flex-flow: row-reverse wrap;
  }

  .triangulo-1 {
    z-index: 1;
    top: auto;
    bottom: -15px;
    right: 45%;
  }

  .triangulo-2.non {
    left: auto;
    right: -15px;
  }

  .triangulo-3 {
    top: auto;
    bottom: -15px;
    left: 45%;
  }

  .titulo-suma {
    width: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .col-vision {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .nuevo-slider {
    height: 860px;
  }

  .btn-slider {
    bottom: 50%;
  }

  .slider-contenido {
    flex-flow: column;
    display: block;
  }

  .col-a-slider-hero {
    width: 100%;
    height: 50%;
    padding-bottom: 39px;
  }

  .logo-hero-plan {
    width: 270px;
  }

  .titulo-slider-hero {
    font-size: 40px;
  }

  .img-slider-hero {
    width: 100%;
    height: 50%;
  }
}

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

  .logo-svg {
    height: 70px;
  }

  .nav-header {
    z-index: 4;
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
    transition: all .2s;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -70%;
  }

  .nav-header.on {
    right: 0%;
  }

  .link-header {
    margin-top: 16px;
    margin-bottom: 16px;
    display: inline-block;
  }

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

  .fondo-header {
    display: none;
  }

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

  .col-b-section-hero {
    text-align: center;
    width: 100%;
    padding: 50px 25px;
  }

  .foto-hero {
    width: 25%;
    height: 25vw;
  }

  .header-principal {
    font-size: 43px;
  }

  .fila-bot-n-texto {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .fila-titulo-hero {
    width: 100%;
  }

  .fila-subtitulo-hero {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-nota-boton {
    margin-top: 30px;
  }

  .salto-header {
    height: 110px;
  }

  .section-proyectos {
    flex-direction: column;
    align-items: center;
  }

  .link-proyecto {
    width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .fila-titulo-plan {
    text-align: center;
  }

  .fila-bot-n-plan {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-noticia {
    width: 50%;
  }

  .link-noticia:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .link-noticia.ultimo {
    width: 100%;
  }

  .top-noticia {
    max-width: 370px;
  }

  .footer {
    padding-top: 1px;
    padding-bottom: 110px;
  }

  .video-cuadrado-hero {
    width: 25%;
    height: 25vw;
  }

  .fila-links-footer {
    flex-direction: column;
  }

  .sub-col-a-footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .container-sobre-mty-ideal-2040 {
    flex-direction: column;
    max-width: 370px;
  }

  .col-a-sobre-mty {
    width: 100%;
  }

  .img-sobre-mty {
    width: 50%;
  }

  .icono-sobre-mty {
    width: 25%;
  }

  .fila-desc-mty-ideal {
    max-width: none;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fila-titulo-mty-ideal {
    padding-left: 0;
    padding-right: 0;
  }

  .section-linea-del-tiempo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fila-linea-del-tiempo {
    min-height: 110px;
  }

  .grafico-linea-del-tiempo {
    width: 5px;
  }

  .dato-linea-del-tiempo {
    padding: 15px 10px;
  }

  .inicio-linea-del-tiempo {
    width: 15px;
    height: 15px;
  }

  .indicador-tiempo {
    width: 20px;
    height: 20px;
  }

  .fila-titulo-linea-tiempo.no-margin-bottom {
    padding-left: 30px;
  }

  .img-linea-del-tiempo {
    width: 50px;
    height: 50px;
    top: -50px;
  }

  .grafico-cuadrado-linea-del-tiempo {
    width: 50px;
    height: 50px;
    top: -50px;
    right: 50px;
  }

  .grafico-cuadrado-linea-del-tiempo.revertir {
    left: 50px;
  }

  .numero {
    width: 21px;
    height: 21px;
    font-size: .5em;
  }

  .fin-linea-del-tiempo {
    width: 15px;
    height: 15px;
  }

  .container-intro-proyectos {
    margin-bottom: 40px;
  }

  .col-a-hero-about {
    width: 30vw;
  }

  .video-cuadrado-hero-menor {
    height: 30vw;
  }

  .container-contenido-about {
    flex-direction: column;
  }

  .container-contenido-about.revert-contenido {
    flex-direction: column-reverse;
  }

  .fila-contenido-acerca-p-general {
    column-count: 2;
  }

  .fila-contenido-header-principal {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-sticky, .footer-sticky-gris {
    position: static;
  }

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

  .link-noticia-completa {
    width: 50%;
  }

  .col-b-hero-about {
    text-align: center;
    align-items: center;
    width: 82%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-noticias {
    flex-direction: column;
  }

  .filtro-de-noticias {
    justify-content: flex-start;
  }

  .img-video-modulo {
    width: 100%;
    height: 100%;
  }

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

  .form-contacto {
    width: 100%;
  }

  .slide-hero-home {
    flex-direction: column;
  }

  .header-secundario-segundo {
    font-size: 16px;
  }

  .logo-micrositio {
    width: 40%;
  }

  .grupo-indicador {
    width: 20px;
    right: -10px;
  }

  .grupo-indicador.invertir {
    left: -10px;
  }

  .link-proyecto-dos, .link-proyecto-tres, .link-proyecto-cuatro {
    width: 60%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .dos-cols {
    column-count: 1;
  }

  .dropdown-container {
    width: 100%;
  }

  .dropdown-list {
    width: auto;
    display: block;
    position: static;
  }

  .link-dropdown {
    margin-left: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .link-dropdown:hover {
    background-color: #0000;
  }

  .salto-10.esconder-por-responsive {
    display: none;
  }

  .cerrar-nav {
    z-index: 3;
    position: fixed;
    inset: 0%;
  }

  .ham-btn {
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .linea-btn-hamb {
    background-color: var(--white);
    width: 100%;
    height: 2px;
  }

  .col-c-hero-about {
    display: none;
  }

  .header-section-informativa {
    font-size: 6vw;
  }

  .lista-de-noticias-relacionadas {
    flex-wrap: wrap;
  }

  .col-b-hero-buzon {
    text-align: center;
    align-items: center;
  }

  .video-cuadrado-hero-home {
    width: 25%;
    height: 25vw;
  }

  .header-en-menu {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
    display: block;
  }

  .logo-gobierno-footer {
    max-height: 60px;
    margin-bottom: 0;
  }

  .wrapper-participa {
    float: left;
    width: 100%;
  }

  .logos-gobierno-participa {
    text-align: center;
    width: 100%;
    position: static;
  }

  .ligas-logos-footer-menor {
    width: 100%;
  }

  .ligas-legales-footer-menor-link {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .fila-extras-footer-menor {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .logo-gobierno-about {
    max-height: 60px;
    margin-bottom: 0;
  }

  .col-b-hero-centrado {
    text-align: center;
    align-items: center;
    width: 70%;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-intro-manifiesto {
    width: 90%;
    margin-bottom: 10px;
  }

  .foto-sola-hero {
    width: 25%;
    height: 25vw;
  }

  .col-b-section-hero-foto-sola {
    text-align: center;
    width: 100%;
    padding: 50px 25px;
  }

  .top-como-participar {
    max-width: 370px;
  }

  .container-consejo-ejecutivo {
    flex-direction: column;
  }

  .consejo-miembro:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .consejo-miembro.ultimo {
    width: 100%;
  }

  .lista-de-consejo-ejecutivo {
    flex-wrap: wrap;
  }

  .top-noticia-resumen {
    max-width: 370px;
  }

  .lista-de-proximos-eventos, .fila-proximos-eventos {
    flex-wrap: wrap;
  }

  .col-evento-proximo {
    width: 50%;
  }

  .formulario-contacto-plan {
    flex-wrap: wrap;
  }

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

  .slide-consejo {
    width: 50%;
  }

  .col-recurso {
    width: 100%;
  }

  .col-recurso:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .col-recurso.ultimo {
    width: 100%;
  }

  .sub-col-b-footer {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-repositorio {
    display: block;
  }

  .link-repositorio:hover {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .link-repositorio.ultimo {
    width: 100%;
  }

  .fila-de-repositorio {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fila-bot-n-repositorio {
    margin-top: 0;
  }

  .titulo-tipo-repositorio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .boton-slider-simple {
    width: 50px;
    font-size: 17px;
  }

  .boton-slider-simple.left {
    left: 48.1%;
  }

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

  .container-misiones.revert-contenido {
    flex-direction: column-reverse;
  }

  .form-buzon {
    width: 100%;
  }

  .link-thumb-propuesta {
    width: 50%;
  }

  .col-b-hero-new-buzon {
    text-align: center;
    align-items: center;
  }

  .hero-landing {
    height: 380px;
  }

  .titulo-hero {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .titulo-vision-monterrey {
    font-size: 35px;
  }

  .p-vision {
    font-size: 16px;
    line-height: 1.5em;
  }

  .titulo-vision-ciudad {
    font-size: 35px;
  }

  .tag-ciudad {
    width: 100%;
    font-size: 16px;
    line-height: 1.3em;
  }

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

  .titulo-modelo {
    font-size: 35px;
  }

  .p-modelo {
    font-size: 16px;
  }

  .imagen-circulo {
    width: 100%;
    margin-top: 50px;
    padding-right: 0;
  }

  .btn-proyectos {
    width: 50px;
    height: 430px;
    margin-top: 0;
  }

  .slider-proyectos {
    height: 860px;
  }

  .titulo-proyectos-landing {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
  }

  .lista-de-botones {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .col-imagenes-queremos {
    width: 100%;
  }

  .col-queremos {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-queremos {
    font-size: 35px;
  }

  .p-estos {
    font-size: 16px;
    line-height: 1.5em;
  }

  .secton-logos-plan {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lista-logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .logo-plan {
    width: 100%;
  }

  .titulo-asi-se-contruyo {
    font-size: 35px;
  }

  .p-cuadro-linea {
    max-width: none;
    line-height: 1.5em;
  }

  .titulo-consulta {
    font-size: 35px;
  }

  .lista-repositorio {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .col-repositorio {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-suma {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .titulo-suma {
    width: 100%;
    padding: 40px 20px;
    font-size: 35px;
  }

  .col-vision {
    width: 100%;
    padding: 35px 20px;
  }

  .titulo-rosa-vision-monterrey {
    max-width: 380px;
    font-size: 35px;
  }

  .svg-plan {
    width: 100%;
  }

  .lista-de-boton-vision {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nuevo-slider {
    height: 660px;
  }

  .logo-hero-plan {
    width: 170px;
  }

  .grafico-hero-slider {
    width: 110px;
  }

  .titulo-slider-hero {
    font-size: 32px;
  }

  .grafico-bottom {
    width: 110px;
  }
}

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

  .logo-svg {
    height: 50px;
  }

  .nav-header {
    width: 80%;
    right: -80%;
  }

  .header-principal {
    font-size: 28px;
  }

  .fila-bot-n-texto {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .fila-subtitulo-hero {
    column-count: 1;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }

  .boton-verde {
    text-align: left;
    font-size: 13px;
  }

  .salto-header {
    height: 90px;
  }

  .link-proyecto {
    width: 100%;
  }

  .header-principal-segundo {
    font-size: 19px;
  }

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

  .link-noticia {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fila-fecha-y-categoria-noticia {
    justify-content: center;
    display: block;
  }

  .fila-boton-noticia {
    align-items: center;
  }

  .top-noticia {
    max-width: none;
  }

  .link-footer {
    line-height: 1.1em;
  }

  .fila-doble-links-footer {
    flex-direction: column;
  }

  .fila-extras-footer {
    flex-direction: column;
    margin-top: 0;
  }

  .link-menor-footer {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .ligas-legales-footer {
    width: 100%;
    margin-bottom: 10px;
  }

  .link-menor-footer-a-o {
    width: 100%;
  }

  .section-sobre-mty-ideal-2040 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .img-sobre-mty {
    width: 100%;
  }

  .icono-sobre-mty {
    width: 50%;
  }

  .grafico-linea-del-tiempo {
    display: none;
  }

  .dato-linea-del-tiempo {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dato-linea-del-tiempo.vacio {
    display: none;
  }

  .img-linea-del-tiempo {
    left: 50px;
    right: auto;
  }

  .grafico-cuadrado-linea-del-tiempo {
    left: 0;
    right: auto;
  }

  .numero {
    padding-top: 4px;
    padding-left: 1px;
  }

  .fila-intro-proyectos {
    max-width: none;
  }

  .container-intro-proyectos {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-a-hero-about {
    width: 100%;
  }

  .foto-hero-full {
    width: 50vw;
  }

  .section-hero-about {
    flex-wrap: wrap;
  }

  .video-cuadrado-hero-menor {
    width: 50vw;
    height: 50vw;
  }

  .fila-contenido-acerca-p-general, .fila-contenido-acerca-p-general.dos-cols {
    column-count: 1;
  }

  .header-principal-tercero {
    font-size: 18px;
  }

  .fila-contendo-acerca-puntos.secundario {
    width: auto;
  }

  .link-noticia-completa {
    text-align: center;
    width: 100%;
  }

  .filtro-de-noticias {
    flex-direction: column;
    align-items: center;
  }

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

  .form-contacto {
    margin-top: 20px;
  }

  .section-hero-simple {
    flex-direction: column;
  }

  .header-principal-primero, .header-secundario-primero {
    font-size: 20px;
  }

  .logo-micrositio {
    width: 60%;
  }

  .section-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grupo-indicador {
    display: none;
  }

  .link-proyecto-dos, .link-proyecto-tres, .link-proyecto-cuatro {
    width: 100%;
  }

  .ham-btn {
    border-top-width: 1px;
    border-bottom-width: 1px;
    width: 30px;
    height: 30px;
  }

  .linea-btn-hamb {
    height: 1px;
  }

  .fila-redes-footer {
    flex-direction: row;
  }

  .salto-filtro-noticias {
    width: 100%;
    height: 20px;
    display: block;
  }

  .header-en-menu {
    font-size: 10px;
  }

  .logo-gobierno-footer {
    margin-right: 0;
    display: block;
  }

  .separador-logo-footer {
    display: block;
  }

  .logo-gobierno-footer-menor {
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .ligas-logos-footer-menor {
    flex-direction: column;
    width: 100%;
  }

  .ligas-legales-footer-menor-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .fila-extras-footer-menor {
    flex-direction: column;
    margin-top: 0;
  }

  .logo-gobierno-about {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .col-b-hero-centrado {
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .p-intro-manifiesto {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .section-hero-foto-sola {
    flex-direction: column;
  }

  .top-como-participar {
    max-width: none;
  }

  .consejo-miembro {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .consejo-miembro:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fila-rol-consejo {
    justify-content: center;
    display: block;
  }

  .top-noticia-resumen {
    max-width: none;
  }

  .col-evento-proximo {
    width: 100%;
  }

  .fila-nombre-archivo {
    justify-content: center;
    display: block;
  }

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

  .slide-consejo {
    width: 100%;
  }

  .col-recurso {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0;
  }

  .col-recurso:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fila-panel-repositorio {
    justify-content: center;
    display: block;
  }

  .tam-a-repositorio {
    font-size: 19px;
  }

  .estructura-secundaria {
    flex-direction: column;
  }

  .menu-secundario, .tabs-content-secundario {
    width: 100%;
  }

  .col-boton-a {
    padding: 40px 25px 20px;
  }

  .titulo-comparte {
    font-size: 28px;
  }

  .fila-bot-n-texto-dos-bot {
    margin-bottom: 40px;
  }

  .logo-adicional {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .boton-slider-simple {
    top: 51%;
  }

  .boton-slider-simple.left {
    top: 51%;
    left: 0%;
  }

  .text-area-buzon {
    min-height: 160px;
  }

  .section-misiones {
    padding-bottom: 1px;
  }

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

  .titulo-misiones {
    font-size: 28px;
  }

  .col-a-misiones {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .header-secundario-misiones {
    font-size: 18px;
  }

  .section-mapa-propuestas {
    padding-top: 0;
  }

  .form-buzon {
    margin-top: 20px;
  }

  .header-principal-buzon {
    font-size: 20px;
  }

  .link-thumb-propuesta {
    text-align: center;
    width: 100%;
  }

  .vision-landing {
    flex-flow: column;
  }

  .col-a-grafico.top {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .vision-central {
    padding-bottom: 67px;
  }

  .imagen-cuadrada {
    width: 20%;
  }

  .titulo-vision-ciudad, .titulo-modelo {
    font-size: 25px;
  }

  .btn-proyectos {
    height: 377px;
  }

  .slider-proyectos {
    height: auto;
  }

  .titulo-proyectos-landing {
    font-size: 25px;
  }

  .lista-de-botones {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titulo-queremos, .titulo-asi-se-contruyo {
    font-size: 25px;
  }

  .cuadro-linea {
    aspect-ratio: auto;
  }

  .titulo-linea {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .sub-titulo-linea {
    font-size: 20px;
  }

  .titulo-consulta, .titulo-suma, .titulo-rosa-vision-monterrey {
    font-size: 25px;
  }

  .lista-de-boton-vision {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nuevo-slider {
    height: 590px;
  }

  .btn-slider {
    width: 25px;
  }

  .col-a-slider-hero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-hero-plan {
    width: 140px;
  }

  .grafico-hero-slider {
    width: 70px;
  }

  .titulo-slider-hero {
    font-size: 24px;
  }

  .grafico-bottom {
    width: 70px;
  }
}


@font-face {
  font-family: 'Neue haas grotesk display';
  src: url('https://mtyideal2040.com/files/images/fonts/Neue-Haas-Grotesk-Display-W02-Lt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue haas grotesk display w02';
  src: url('https://mtyideal2040.com/files/images/fonts/Neue-Haas-Grotesk-Display-W02-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt america mono';
  src: url('../images/fonts/GT-America-Mono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social media circled';
  src: url('https://mtyideal2040.com/files/images/fonts/Social-Media-Circled.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ryker text';
  src: url('../images/fonts/RykerText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}