@font-face {
  font-family: Bicyclette Thin;
  src: url('../fonts/Bicyclette-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette Regular;
  src: url('../fonts/Bicyclette-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bicyclette Light;
  src: url('../fonts/Bicyclette-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppeiko;
  src: url('../fonts/PPEiko-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Social media circled;
  src: url('../fonts/Social-Media-Circled.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f3f3f4;
  --tan: #b79f7f;
  --midnight-blue: #1c1f3c;
  --super-white: #fff;
  --black: #212121;
  --transparent: #fff0;
}

body {
  background-color: var(--white-smoke);
  color: #333;
  font-family: Bicyclette Light, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.body-home {
  background-image: url('../images/Home.png');
  background-position: 50% -403px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 4000px;
}

.header-principal {
  background-color: #1c1f3c;
  padding: 30px;
}

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

.logo-link-header {
  align-items: center;
  display: flex;
}

.logo-header {
  height: 49px;
}

.nav-header {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 770px;
  margin-left: 20px;
}

.link-header {
  color: var(--white-smoke);
  text-transform: uppercase;
  align-items: center;
  height: 47px;
  font-family: Bicyclette Light, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.link-header.social {
  font-family: Social media circled, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.section-hero {
  background-color: #ece9e4;
  padding-top: 70px;
}

.titulo-hero {
  z-index: 1;
  color: var(--midnight-blue);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Ppeiko, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 1.1em;
  position: relative;
}

.imagen-hero {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  margin-top: -157px;
}

.b-thin-hero {
  font-family: Bicyclette Thin, sans-serif;
  font-size: 1.25em;
  font-weight: 100;
}

.full-span-left {
  text-align: left;
  width: 100%;
  display: inline-block;
}

.section-contenido-colapsable {
  background-color: #fff;
  padding: 92px 30px 62px;
}

.section-contenido-colapsable.gris-dos {
  background-color: #dcddda;
}

.section-contenido-colapsable.gris-tres {
  background-color: #dad3c9;
}

.section-contenido-colapsable.azul {
  background-color: var(--tan);
}

.section-contenido-colapsable.uno {
  background-color: var(--super-white);
}

.section-contenido-colapsable.color-1 {
  background-color: #f3f3f3;
}

.section-contenido-colapsable.color-2 {
  background-color: #d7d8d5;
}

.section-contenido-colapsable.color-3 {
  background-color: #d5cdc3;
}

.section-contenido-colapsable.color-4 {
  background-color: #ad9576;
}

.container-colapsable {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-colapsable {
  color: var(--black);
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ppeiko, sans-serif;
  font-size: 69px;
  font-weight: 100;
  line-height: 1em;
}

.contenido-colapsable {
  padding-top: 52px;
  padding-bottom: 60px;
  display: none;
}

.contenido-colapsable.on {
  display: block;
}

.leer-m-s-btn {
  color: var(--black);
  font-family: Bicyclette Thin, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.3em;
  text-decoration: none;
}

.flecha-leer-mas {
  letter-spacing: -4px;
}

.sub-titulo-colapsable {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Ppeiko, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.3em;
}

.intro-colapsable-valia {
  color: #b79f7f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bicyclette Thin, sans-serif;
  font-size: 37px;
  font-weight: 300;
  line-height: .9em;
}

.eiko-thin-intro {
  font-family: Ppeiko, sans-serif;
  font-size: .85em;
  font-weight: 100;
}

.p-desc-colapsable {
  color: #979797;
  max-width: 320px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3em;
}

.footer {
  background-color: var(--super-white);
  padding: 30px;
}

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

.p-footer {
  color: var(--black);
  margin-bottom: 0;
  font-family: Bicyclette Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
}

.link-footer {
  color: var(--black);
  font-family: Bicyclette Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
}

.contenedor-logos-home {
  z-index: 1;
  padding-left: 30px;
  position: relative;
}

.logo-universidad {
  height: 40px;
  margin-bottom: 0;
  position: absolute;
  bottom: 28px;
  left: 30px;
}

.tabla-de-plataforma {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.col-de-plataforma {
  width: 50%;
  margin-top: 29px;
  margin-bottom: 29px;
  padding-left: 20px;
  padding-right: 20px;
}

.concepto-taller {
  color: var(--tan);
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Ppeiko, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 1em;
}

.flecha-plataforma {
  align-items: flex-end;
  width: 31px;
  height: 70px;
  margin-bottom: 30px;
  margin-left: 7px;
  display: flex;
  position: relative;
}

.flecha-abajo {
  border-right: 1px solid #b79f7f;
  border-bottom: 1px solid var(--tan);
  width: 31px;
  height: 31px;
  position: relative;
  top: -6px;
  transform: rotate(45deg);
}

.linea-flecha {
  border-right: 1px solid #b79f7f;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tabla-datos-talleres {
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.col-taller {
  text-align: center;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.col-taller.central {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.logo-taller {
  width: 79%;
  margin-bottom: 5px;
}

.tabla-interna-talleres {
  margin-top: 20px;
}

.fila-tabla-interna {
  border-bottom: 1px solid var(--tan);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.fila-tabla-interna.ultimo {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.valor-tabla {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1em;
}

.valor-tabla.calidad {
  margin-bottom: 5px;
}

.p-desc-taller {
  color: #979797;
  text-align: left;
  min-height: 190px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3em;
}

.cantidades {
  background-color: var(--tan);
  color: #f3f3f4ab;
  text-align: center;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: inline-block;
}

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

.col-diplomados-a {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 40%;
  display: flex;
}

.col-diplomados-a.central {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.col-diplomados-b {
  border-left: 1px solid var(--tan);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 66.66%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col-diplomados-b.central {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

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

.titulo-hero-seccion {
  z-index: 1;
  color: var(--black);
  max-width: 950px;
  margin: 0 auto;
  font-family: Ppeiko, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.1em;
  position: relative;
}

.grupo-contenido {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.grupo-contenido.on {
  display: block;
  position: relative;
}

.titulo-seccion {
  color: var(--black);
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Ppeiko, sans-serif;
  font-size: 78px;
  font-weight: 100;
  line-height: 1em;
}

.p-desc-contenido {
  color: #979797;
  column-count: 2;
  max-width: 693px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 17px;
  line-height: 1.3em;
}

.sub-titulo-contenido {
  color: var(--tan);
  max-width: 820px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Ppeiko, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.3em;
}

.fila-contacto {
  border-top: 1px solid silver;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.fila-contacto.primero {
  border-top-style: none;
}

.p-dato-contacto {
  color: #979797;
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3em;
}

.col-b-contacto {
  width: 70%;
}

.tabla-datos-contacto {
  max-width: 670px;
  margin-top: 30px;
  padding-left: 30px;
}

.link-contacto {
  color: var(--tan);
  text-decoration: none;
}

.mapa-container {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.mapa {
  background-color: #e4e4e4;
  border: 1px solid #dfdfdf;
  height: 410px;
}

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

.punto-container {
  float: left;
  display: block;
}

.logo-mapa {
  width: 100px;
  margin-bottom: 7px;
}

.icono-punto {
  background-color: var(--black);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.p-desc-plataforma-online {
  color: var(--midnight-blue);
  max-width: 450px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}

.tabla-modalidad {
  max-width: 670px;
}

.lista-de-puntos-plataforma {
  color: var(--tan);
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 23px;
  font-size: 16px;
}

.p-punto-plataforma {
  color: #979797;
  max-width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 17px;
  line-height: 1.3em;
}

.valor-talleres {
  color: #979797;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3em;
}

.valor-talleres.participantes {
  color: var(--black);
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1em;
}

.logo-diplomado {
  background-color: var(--white-smoke);
  border-radius: 5px;
  margin-bottom: 20px;
}

.fila-tabla-interna-diplomado.ultimo {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.linea-diplomado {
  border-top: 1px solid var(--tan);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.btn-call {
  background-color: var(--black);
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 1px;
}

.linea-flecha-btn {
  border-bottom: 1px solid var(--tan);
  color: #0000;
  width: 29px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.cabeza-flecha {
  border-top: 1px solid var(--tan);
  border-right: 1px solid var(--tan);
  color: #0000;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -19px;
  transform: rotate(45deg);
}

.fila-costos-talleres {
  justify-content: center;
  display: flex;
}

.grupo-logo-y-titulo {
  background-color: #3b3b3b;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 115px;
  margin-bottom: 30px;
  display: flex;
}

.titulo-diplomado {
  color: var(--black);
  margin-bottom: 30px;
  font-family: Ppeiko, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

.p-desc-diplomado {
  color: #979797;
  text-align: left;
  max-width: 530px;
  min-height: 190px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.fila-costos-diplomado {
  justify-content: center;
  display: flex;
}

.logo-link-header-menu {
  align-items: center;
  display: none;
}

.lista-de-links {
  justify-content: space-between;
  display: flex;
}

.container-footer-menu {
  justify-content: space-between;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.link-footer-menu {
  color: var(--black);
  font-family: Bicyclette Light, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
}

.btn-hamb, .btn-cerrar {
  display: none;
}

.sub-titulo-taller {
  color: #666;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1em;
}

.btn-bienvenido-empresa {
  z-index: 1;
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-bienvenido-empresa:hover {
  z-index: 1;
  padding-bottom: 10vh;
  position: relative;
}

.logo-valia-empresa {
  object-fit: contain;
  border-radius: 4px;
  height: 8vh;
}

.btn-bienvenido-uni {
  z-index: 1;
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-bienvenido-uni:hover {
  z-index: 1;
  padding-bottom: 10vh;
  position: relative;
}

.logo-valia-universidad {
  clear: none;
  object-fit: contain;
  border-radius: 4px;
  height: 8vh;
}

.wrapper-btns {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.lista-plataforma {
  color: var(--black);
  margin-bottom: 20px;
  padding-left: 16px;
}

.item-plataforma {
  margin-top: 20px;
  padding-left: 7px;
}

.imagen-fondo {
  z-index: 0;
  opacity: .16;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.titulo-bienvenidos {
  z-index: 0;
  border-bottom: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bicyclette Thin, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.linea-bienvenidos {
  z-index: 0;
  border-right: 1px solid var(--white-smoke);
  width: 50%;
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 0;
}

.valia-bienv {
  background-color: #25378c;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 35px;
  display: flex;
}

.valia-opciones {
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.link-bienv-cuadrado {
  background-color: var(--white-smoke);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  width: 430px;
  height: 430px;
  padding: 32px 43px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0000001c;
}

.link-bienv-cuadrado:hover {
  transform: scale(1.05);
}

.titulo-valia-bienv {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Bicyclette Regular, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.texto-bienv {
  color: #8b8b8b;
  margin-bottom: 0;
  font-family: Bicyclette Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2em;
}

.logo-valia-bienv {
  object-fit: contain;
  height: 67px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.logo-valia-bienv.empresa {
  position: relative;
}

.link-falso-valia-bienc {
  border-bottom: 1px solid var(--tan);
  color: var(--tan);
  font-size: 17px;
  display: inline-block;
}

.link-falso-valia-bienc.empresa {
  color: #25378c;
  border-bottom-color: #25378c;
}

.fila-productos {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col-producto {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.img-producto {
  width: 100%;
}

.link-menu {
  color: #fff;
  text-transform: uppercase;
  padding-top: 3px;
  line-height: 1em;
  text-decoration: none;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.link-menu:hover {
  color: #dbd6cf;
}

.link-menu.contacto {
  color: #dbd6cf;
  text-align: center;
  border: 1px solid #dbd6cf;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 10px 15px 7px;
  font-size: 12px;
  line-height: 1em;
  display: flex;
}

.link-menu.contacto:hover {
  color: #121a3b;
  background-color: #dbd6cf;
}

.titulo-semi-grande {
  color: #121a3b;
  text-transform: uppercase;
  width: 40%;
  margin-bottom: 0;
  font-family: Bicyclette Light, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
}

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

.fila-de-datos {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.label-punto {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 13px;
}

.col-valores-b {
  background-color: #fff;
  width: 64%;
  padding: 65px 68px;
  overflow: hidden;
}

.top-etica-2 {
  background-color: #121a3b;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 43px 62px;
  display: flex;
}

.col-de-datos {
  width: 100%;
}

.p-general {
  color: #585553;
  max-width: 590px;
  margin-bottom: 0;
  font-family: Bicyclette Light, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.col-valores-2 {
  background-color: #fff;
  width: 36%;
  overflow: hidden;
}

.bloque-semana {
  background-image: linear-gradient(270deg, #fff 49%, #121a3b 54%);
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.dato-punto {
  opacity: .39;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bicyclette Light, sans-serif;
  font-weight: 300;
}

.titulo-general {
  color: #121a3b;
  text-transform: uppercase;
  max-width: 290px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bicyclette Light, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}

.sub-titulo {
  color: var(--white-smoke);
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
}

.sub-titulo.estructura {
  color: var(--black);
  font-family: Ppeiko, sans-serif;
}

.sub-titulo.experiencia {
  color: var(--tan);
  text-align: center;
  max-width: 470px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.flecha-abajo-2 {
  border-right: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  width: 31px;
  height: 31px;
  position: relative;
  top: -6px;
  transform: rotate(45deg);
}

.intro-colapsable-valia-2 {
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 13px;
  font-size: 20px;
  font-weight: 300;
  line-height: .9em;
}

.col-de-plataforma-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
}

.lista-de-ventajas {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 74px;
  display: flex;
}

.p-general-2 {
  color: #585553;
  max-width: 590px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.3em;
}

.p-general-2.ventajas {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
}

.p-general-2.estructura {
  opacity: .6;
  color: var(--black);
  max-width: none;
  margin-bottom: 0;
  font-weight: 300;
}

.p-general-2.estructura-pesada {
  opacity: .6;
  color: var(--black);
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 0;
  font-family: Bicyclette Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.p-general-2.estructura-sub {
  opacity: .6;
  color: var(--black);
  max-width: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.p-general-2.identidad {
  color: var(--black);
  max-width: none;
  margin-bottom: 0;
  font-weight: 300;
}

.linea-flecha-2 {
  border-right: 1px solid var(--white-smoke);
  width: 51%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lista-estructura {
  grid-column-gap: 0rem;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.col-estructura {
  width: 50%;
  padding-left: 27px;
  padding-right: 27px;
}

.liena-chica {
  border-bottom: 1px solid var(--tan);
  max-width: 80px;
  height: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.liena-chica.blanca {
  border-bottom-color: var(--white-smoke);
}

.bloque-marcas {
  text-align: center;
  background-color: #f0f0f0;
  padding: 55px 40px;
}

.container-general {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.titulo-general-2 {
  color: #121a3b;
  text-transform: uppercase;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

.titulo-general-2.relaciones {
  color: #585553;
  max-width: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

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

.logo-icon {
  width: 110px;
}

.lista-estructura-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.lista-estructura-2.experiencia {
  margin-left: auto;
  margin-right: auto;
}

.liena-chica-2 {
  border-bottom: 1px solid #dbd6cf;
  max-width: 80px;
  height: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lista-de-items {
  text-align: center;
  margin-top: 60px;
}

.titulo-general-3 {
  color: #121a3b;
  text-transform: uppercase;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}

.titulo-general-3.exp {
  color: var(--black);
  max-width: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.titulo-general-3.experiencia {
  color: var(--black);
  text-align: center;
  max-width: 510px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ppeiko, sans-serif;
  font-weight: 100;
}

.btn-call-2 {
  background-color: #212121;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 1px;
}

.col-diplomados-b-2 {
  text-align: left;
  border-left: 1px solid #b79f7f;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.logo-universidad-2 {
  width: auto;
  height: 40px;
  margin-top: 10px;
}

.valor-tabla-2 {
  color: #212121;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1em;
}

.valor-tabla-2.calidad {
  margin-bottom: 5px;
}

.linea-flecha-btn-2 {
  color: #0000;
  border-bottom: 1px solid #b79f7f;
  width: 29px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.cabeza-flecha-2 {
  color: #0000;
  border-top: 1px solid #b79f7f;
  border-right: 1px solid #b79f7f;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -19px;
  transform: rotate(45deg);
}

.titulo-diplomado-2 {
  color: #212121;
  margin-bottom: 30px;
  font-family: Ppeiko, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

.linea-diplomado-2 {
  border-top: 1px solid #b79f7f;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo-diplomado-2 {
  background-color: #f3f3f4;
  border-radius: 5px;
  margin-bottom: 20px;
}

.linea-valor {
  border-bottom: 1px solid var(--tan);
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.serif {
  font-family: Ppeiko, sans-serif;
  font-size: .9em;
  font-weight: 100;
}

.linea-info-general {
  border-bottom: 1px solid var(--tan);
  max-width: 70px;
  height: 0;
  margin-top: 38px;
  margin-bottom: 38px;
}

.section-btn-final {
  background-color: var(--black);
  padding: 90px 30px;
}

.btn-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-final {
  border: 1px solid var(--tan);
  background-color: #1c1f3c!important;
  padding: 16px 36px 15px 30px;
  text-decoration: none;
  transition: all .2s;
}

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

.label-btn-externo {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Bicyclette Thin, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 1.3em;
  text-decoration: none;
}

.flecha-solicita {
  letter-spacing: -4px;
  margin-left: 10px;
  display: inline-block;
}

.cierre-nota {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cierre-nota.experiencia {
  margin-left: auto;
  margin-right: auto;
}

.p-general-3 {
  color: #585553;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.p-general-3.ventajas {
  color: var(--black);
  width: 100%;
  margin-bottom: 0;
}

.p-general-3.estructura {
  opacity: .6;
  color: var(--black);
  max-width: none;
  margin-bottom: 0;
  font-weight: 300;
}

.p-general-3.estructura-pesada {
  opacity: .6;
  color: var(--black);
  text-transform: uppercase;
  max-width: none;
  margin-bottom: 0;
  font-family: Bicyclette Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.p-general-3.estructura-sub {
  opacity: .6;
  color: var(--black);
  max-width: none;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.p-general-3.identidad {
  color: var(--black);
  max-width: none;
  margin-bottom: 0;
  font-weight: 300;
}

.puntito-experiencia {
  background-color: var(--tan);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .header-principal {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .titulo-hero {
    font-size: 60px;
  }

  .imagen-hero {
    height: 450px;
    margin-top: -46px;
  }

  .titulo-colapsable {
    font-size: 55px;
  }

  .concepto-taller {
    padding-left: 18px;
    padding-right: 18px;
  }

  .p-desc-taller {
    min-height: 270px;
  }

  .p-desc-plataforma-online {
    max-width: none;
  }

  .logo-valia-empresa {
    height: 6vh;
  }

  .logo-valia-universidad {
    height: 6vw;
  }

  .valia-opciones {
    flex-direction: column;
    max-width: 450px;
  }

  .link-bienv-cuadrado {
    width: 100%;
    height: auto;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .titulo-valia-bienv {
    color: #3a3a3a;
  }

  .logo-valia-bienv {
    margin-top: 20px;
  }

  .link-menu {
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .link-menu.contacto {
    border-radius: 60px;
  }

  .titulo-semi-grande {
    width: 50%;
    font-size: 20px;
  }

  .col-valores-b {
    width: 50%;
    padding-left: 38px;
    padding-right: 0;
  }

  .col-valores-2 {
    width: 50%;
  }

  .col-de-plataforma-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .lista-estructura-2.experiencia, .cierre-nota.experiencia {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-header {
    align-items: center;
  }

  .nav-header {
    z-index: 4;
    background-color: #1c1f3c;
    border-top-style: none;
    border-bottom-style: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding: 59px 31px;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
  }

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

  .link-header {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 40px;
    font-weight: 300;
  }

  .link-header.social {
    font-size: 40px;
  }

  .titulo-hero {
    font-size: 8vw;
  }

  .imagen-hero {
    height: 53vw;
    margin-top: -30px;
  }

  .titulo-colapsable {
    font-size: 6.9vw;
  }

  .contenido-colapsable {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sub-titulo-colapsable {
    width: 70vw;
    font-size: 7vw;
  }

  .logo-universidad {
    height: 4vw;
    bottom: 15px;
  }

  .tabla-de-plataforma {
    margin-left: 0;
    margin-right: 0;
  }

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

  .tabla-datos-talleres {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .col-taller {
    width: 100%;
    margin-top: 39px;
    margin-bottom: 39px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-taller.central {
    border-left-style: none;
    border-right-style: none;
  }

  .logo-taller {
    margin-bottom: 11px;
  }

  .p-desc-taller {
    column-count: 2;
    min-height: 0;
  }

  .tabla-datos-dipliomados {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .col-diplomados-a {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .col-diplomados-b {
    border-left-style: none;
    order: -1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-seccion {
    font-size: 10.8vw;
  }

  .p-desc-contenido {
    column-count: 1;
    padding-right: 30px;
  }

  .sub-titulo-contenido {
    font-size: 7vw;
    line-height: 1.2em;
  }

  .col-a-contacto {
    width: 30%;
  }

  .p-desc-plataforma-online {
    column-count: 1;
  }

  .linea-diplomado {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .btn-call {
    margin-top: 40px;
  }

  .grupo-logo-y-titulo {
    min-height: 140px;
  }

  .logo-link-header-menu {
    display: block;
  }

  .lista-de-links {
    width: 100%;
    display: block;
  }

  .container-footer-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: block;
  }

  .link-footer-menu {
    color: var(--tan);
    margin-top: 16px;
    margin-bottom: 0;
  }

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

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

  .btn-cerrar {
    align-items: center;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 77px;
    right: 31px;
    transform: rotate(45deg);
  }

  .hamb-linea-central-dos {
    border-right: 1px solid var(--white-smoke);
    width: 50%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .logo-valia-empresa {
    height: 6vw;
  }

  .link-menu {
    font-size: 15px;
    line-height: 15px;
  }

  .titulo-semi-grande {
    width: auto;
    max-width: 390px;
  }

  .container-valores-2 {
    text-align: center;
    display: block;
  }

  .col-valores-b {
    width: 100%;
    padding: 29px 28px;
  }

  .top-etica-2 {
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .p-general {
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .col-valores-2 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
  }

  .bloque-semana {
    background-image: none;
    padding-bottom: 40px;
  }

  .dato-punto {
    max-width: 100%;
  }

  .titulo-general {
    max-width: 270px;
    min-height: auto;
    margin: 20px auto 15px;
  }

  .col-de-plataforma-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lista-de-ventajas {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-flow: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-general-2 {
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .lista-estructura {
    flex-flow: column;
  }

  .col-estructura {
    width: 100%;
  }

  .bloque-marcas {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .titulo-general-2 {
    max-width: 270px;
    min-height: auto;
    margin: 20px auto 15px;
  }

  .lista-de-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .logo-icon {
    width: 90px;
  }

  .lista-estructura-2 {
    flex-flow: column;
  }

  .titulo-general-3 {
    max-width: 270px;
    min-height: auto;
    margin: 20px auto 15px;
  }

  .btn-call-2 {
    margin-top: 40px;
  }

  .col-diplomados-b-2 {
    border-left-style: none;
    order: -1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .linea-diplomado-2 {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .cierre-nota {
    flex-flow: column;
  }

  .p-general-3 {
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .link-header {
    font-size: 12vw;
  }

  .section-hero {
    padding-top: 40px;
  }

  .titulo-hero {
    margin-bottom: 20px;
  }

  .contenido-colapsable {
    padding-top: 0;
  }

  .footer {
    padding-top: 19px;
    padding-bottom: 19px;
  }

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

  .p-footer, .link-footer {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .contenedor-logos-home {
    justify-content: space-between;
    padding-right: 30px;
    display: flex;
  }

  .logo-universidad {
    height: 6vw;
    margin-right: 0;
    bottom: 2vw;
  }

  .p-desc-taller {
    column-count: 1;
  }

  .col-diplomados-b {
    margin-top: 39px;
  }

  .p-desc-contenido, .sub-titulo-contenido {
    margin-top: 30px;
  }

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

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

  .p-dato-contacto {
    width: 100%;
    max-width: none;
  }

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

  .tabla-datos-contacto {
    padding-right: 30px;
  }

  .mapa {
    height: 230px;
  }

  .btn-bienvenido-empresa {
    border-bottom: 1px solid var(--white-smoke);
    border-right-style: none;
    width: 100%;
    height: 40vh;
    padding-bottom: 0;
  }

  .btn-bienvenido-empresa:hover {
    padding-bottom: 0;
    transform: none;
  }

  .logo-valia-empresa {
    height: 15vw;
  }

  .btn-bienvenido-uni {
    width: 100%;
    height: 40vh;
  }

  .btn-bienvenido-uni:hover {
    padding-bottom: 0;
  }

  .logo-valia-universidad {
    height: 15vw;
  }

  .wrapper-btns {
    flex-direction: column;
    display: flex;
  }

  .titulo-bienvenidos {
    height: 20vh;
    position: static;
  }

  .linea-bienvenidos {
    display: none;
  }

  .valia-bienv {
    align-items: flex-start;
    height: 100vh;
    padding: 20px;
  }

  .link-bienv-cuadrado {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .col-producto {
    width: 100%;
  }

  .titulo-semi-grande {
    text-align: center;
    max-width: 330px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
  }

  .fila-de-datos {
    flex-flow: column;
  }

  .col-valores-b {
    padding-top: 20px;
  }

  .top-etica-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .col-de-datos {
    margin-bottom: 20px;
  }

  .p-general {
    margin-bottom: 30px;
  }

  .bloque-semana {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dato-punto {
    margin-bottom: 0;
  }

  .titulo-general {
    font-size: 23px;
  }

  .sub-titulo.experiencia {
    font-size: 15px;
  }

  .p-general-2 {
    margin-bottom: 30px;
  }

  .container-general {
    margin-top: 0;
  }

  .titulo-general-2 {
    font-size: 23px;
  }

  .titulo-general-2.relaciones {
    font-size: 15px;
  }

  .titulo-general-3 {
    font-size: 23px;
  }

  .col-diplomados-b-2 {
    margin-top: 39px;
  }

  .logo-universidad-2 {
    width: 40%;
    height: auto;
    margin-right: 0;
  }

  .p-general-3 {
    margin-bottom: 30px;
  }
}


@font-face {
  font-family: 'Bicyclette Thin';
  src: url('../fonts/Bicyclette-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette Regular';
  src: url('../fonts/Bicyclette-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bicyclette Light';
  src: url('../fonts/Bicyclette-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppeiko';
  src: url('../fonts/PPEiko-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social media circled';
  src: url('../fonts/Social-Media-Circled.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}