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

.w-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

body {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 2.44em;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.94em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.56em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.28em;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: .78em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  max-width: none;
  margin-bottom: 0;
  font-size: .9em;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  transition: color .4s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1em;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  text-align: left;
  background-image: url('../images/check-circle-1.svg');
  background-position: 0 24%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 35px;
  font-size: .9em;
}

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

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.sg-left-top-wrapper {
  width: 300px;
  min-height: 100vh;
  background-color: #444445;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.sg-right-bottom-wrapper {
  width: auto;
  min-height: 100vh;
  flex-direction: column;
  margin-left: 300px;
  display: flex;
  position: relative;
}

.sg-outer-wrapper {
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.return-to-top-lb {
  z-index: 100;
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #00b7bd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 16px;
  box-shadow: 6px 6px 16px rgba(51, 51, 51, .15);
}

.return-to-top-lb:hover {
  color: rgba(238, 238, 238, .75);
  background-color: #b06330;
}

.sg-brand-wrapper {
  width: 100%;
  border-bottom: .5px solid rgba(238, 238, 238, .5);
  padding: 32px;
}

.sg-anchor-links-wrapper {
  width: 100%;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  overflow: auto;
}

.sg-return-to-home-lb {
  width: 100%;
  color: #eee;
  background-color: #444445;
  border-top: .5px solid rgba(238, 238, 238, .5);
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.sg-return-to-home-lb:hover {
  background-color: #333334;
}

.sg-return-to-home-lb.desktop-only {
  margin-top: auto;
}

.sg-return-to-home-lb.mobile-only {
  height: 0;
  border-top-style: none;
  padding: 0;
}

.sg-anchor-lb {
  color: #eee;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.sg-anchor-lb:hover {
  background-color: #000;
}

.sg-anchor-lb.w--current {
  background-color: #333334;
  box-shadow: inset 3px 0 #00b7bd;
}

.sg-divider {
  width: 100%;
  height: .5px;
  min-height: .5px;
  background-color: rgba(238, 238, 238, .25);
  margin-top: 32px;
  margin-bottom: 32px;
}

.sg-divider.typography {
  width: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px;
}

.global-section.sg {
  border-bottom: .5px solid rgba(238, 238, 238, .5);
}

.global-section.sg.bottom {
  border-bottom-style: none;
}

.global-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.logo-lb {
  max-width: 100%;
}

.logo-lb.sidebar {
  height: 48px;
  margin-bottom: 16px;
}

.logo-img {
  height: 100%;
}

.return-to-top-icon {
  width: 33.33%;
}

.sg-return-to-home-icon {
  height: 16px;
  margin-right: 8px;
}

.sg-return-to-home-icon.mobile-only {
  display: none;
}

.sg-typography-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text {
  max-width: 65ch;
  font-size: 1em;
}

.text.sg-typography-label {
  text-transform: uppercase;
  font-weight: 700;
}

.text.sg-typography-label.non-caps {
  text-transform: none;
}

.text.small {
  font-size: .78rem;
}

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

.text.mobile-only {
  display: none;
}

.text.sg-colour-label {
  text-align: center;
  margin-bottom: 2px;
  font-size: .78em;
}

.text.sg-colour-label.main {
  font-weight: 700;
}

.text.sg-colour-label.hex {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
}

.top {
  width: 100%;
  height: 0;
}

.sg-heading-wrapper {
  max-width: 550px;
  margin-bottom: -16px;
}

.sg-heading-wrapper.h2 {
  max-width: 440px;
}

.sg-heading-wrapper.h3 {
  max-width: 350px;
}

.sg-heading-wrapper.h4 {
  max-width: 275px;
}

.sg-heading-wrapper.h5 {
  max-width: 220px;
}

.sg-heading-wrapper.h6 {
  max-width: 210px;
}

.inline-link:hover {
  color: rgba(238, 238, 238, .75);
}

.sg-colours-grid {
  max-width: 575px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: -16px;
  margin-right: -16px;
}

.sg-colour-wrapper {
  width: 100%;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  display: flex;
}

.sg-colour-wrapper.main {
  background-color: #444445;
  border-radius: 5px;
}

.sg-colour-swatch {
  width: 100%;
  background-color: #000;
  border-radius: 50%;
  margin-bottom: 16px;
  padding-top: 100%;
}

.sg-colour-swatch.primary-shade-1 {
  background-color: #444445;
}

.sg-colour-swatch.primary-shade-2 {
  background-color: #333334;
}

.sg-colour-swatch.primary-tint-1 {
  background-color: #777778;
}

.sg-colour-swatch.primary-tint-2 {
  background-color: #99999a;
}

.sg-colour-swatch.secondary-hue {
  background-color: #00b7bd;
}

.sg-colour-swatch.secondary-shade-1 {
  background-color: #b06330;
}

.sg-colour-swatch.secondary-shade-2 {
  background-color: #844a24;
}

.sg-colour-swatch.secondary-tint-1 {
  background-color: #e39663;
}

.sg-colour-swatch.secondary-tint-2 {
  background-color: #eab08a;
}

.sg-colour-swatch.black {
  background-color: #333;
}

.sg-colour-swatch.white {
  background-color: #fff;
}

.sg-colour-swatch.error {
  background-color: #b00020;
}

.sg-colour-swatch.success {
  background-color: #00b04f;
}

.sg-colour-label-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg-logos-grid {
  grid-template-rows: auto;
}

.rtb p {
  margin-bottom: 16px;
}

.rtb h3, .rtb h4, .rtb h5, .rtb h6 {
  margin-bottom: 8px;
}

.rtb img {
  width: 100%;
  border-radius: 5px;
}

.rtb figcaption {
  color: rgba(238, 238, 238, .75);
  margin-top: 8px;
  font-size: .78em;
}

.rtb figure {
  margin-bottom: 16px;
}

.rtb ol {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.rtb ul {
  margin-bottom: 0;
  padding-left: 40px;
  list-style-type: disc;
}

.rtb blockquote {
  background-color: #444445;
  border-left-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 0;
  padding: 24px;
  box-shadow: inset 3px 0 #00b7bd;
}

.blog-post-first-letter {
  float: left;
  color: #00b7bd;
  margin-top: 4px;
  margin-right: 8px;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1;
}

.sg-buttons-grid {
  grid-template-rows: auto auto auto;
}

.sg-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 32px;
  display: flex;
}

.sg-button-block {
  width: 100%;
  height: 100%;
  border: .5px solid rgba(238, 238, 238, .5);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
}

.button {
  height: 60px;
  text-align: center;
  background-color: #00b7bd;
  border: 1px solid #00b7bd;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 8px 40px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s, color .4s;
  display: flex;
  box-shadow: 6px 6px 16px rgba(51, 51, 51, .1);
}

.button:hover {
  background-color: #444445;
  border-color: #444445;
  transform: translate(0, -1.5px);
}

.button.outlined {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.outlined:hover {
  background-color: #00b7bd;
  border-color: #00b7bd;
}

.button.outlined.secondary {
  background-color: rgba(0, 0, 0, 0);
}

.button.outlined.secondary:hover, .button.secondary {
  background-color: #444445;
  border-color: #444445;
}

.button.secondary:hover {
  background-color: #333334;
  border-color: #333334;
}

.button.arrow:hover {
  transform: none;
}

.button.form {
  width: 100%;
  color: #fff;
  background-color: #000;
  border-style: none;
}

.button.form.hide-all {
  display: none;
}

.button.cta {
  color: #000;
  background-color: #fff;
  border-style: none;
  font-weight: 600;
}

.button.cta:hover {
  color: #fff;
  background-color: #00b7bd;
}

.button-icon {
  height: 14px;
  margin-left: 16px;
}

.delete-me {
  border: .5px solid rgba(238, 238, 238, .5);
  border-radius: 5px;
  margin-top: 32px;
  padding: 32px;
}

.sg-button-wrapper-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 32px;
  display: flex;
}

.sg-logo-block {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: .5px solid rgba(238, 238, 238, .5);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 64px 32px;
  display: flex;
}

.favicon {
  width: 32px;
  height: 32px;
}

.webclip {
  width: 256px;
  height: 256px;
  object-fit: contain;
}

.code-span {
  color: #dfcb6c;
  background-color: #444445;
  padding: 6px 10px 4px;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-size: .78em;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.s_header {
  height: auto;
  padding-top: 123px;
  padding-bottom: 50px;
  position: relative;
}

.s_header.pading-bottom {
  padding-bottom: 40px;
}

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.superpuesto {
  margin-top: -360px;
}

.main_menu {
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  margin-right: auto;
}

.nav_menui {
  grid-column-gap: 1.5rem;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.link_menu {
  font-size: .8em;
}

.link_menu:hover {
  color: #00b7bd;
}

.link_menu.w--current {
  color: #00b7bd;
  font-weight: 600;
}

.img_logo {
  width: 200px;
  margin-right: 1rem;
}

.img_cover_programa {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_cover_programa.bg-cover-pe, .img_cover_programa.bg-cover-pe-copy {
  object-position: 65% 0%;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.grid_2-col.header {
  grid-column-gap: 3em;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
}

.grid_2-col.presentacion {
  grid-column-gap: 60px;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  margin-bottom: 6em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
}

.grid_2-col.semana {
  max-width: 60em;
  grid-column-gap: 60px;
  grid-row-gap: 2em;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
}

.grid_2-col.asesor {
  grid-column-gap: 60px;
  grid-template-columns: 1fr .75fr;
  justify-content: center;
  align-items: center;
}

.header_info {
  max-width: 500px;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header_form {
  color: #000;
  background-color: #fff;
  padding: 35px 35px 20px;
}

.title_programa {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2.3em;
}

.subtitle {
  margin-bottom: 1em;
  font-size: .4em;
  display: block;
}

.line_title {
  height: 8px;
  max-width: 80%;
  background-color: #00b7bd;
}

.line_title.small {
  height: 2px;
  max-width: 20%;
  background-color: #444445;
  margin-top: 2em;
  margin-bottom: 2em;
}

.line_title.seccion {
  width: 5%;
  height: 4px;
}

.header_fecha {
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.fecha_programa {
  color: #000;
  margin-left: 20px;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
}

.estilos__checkbox {
  padding-top: 1rem;
  font-size: 12px;
}

._2input {
  display: flex;
}

.estilos_obligatorios {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 12px;
  display: none;
}

.terminos {
  color: #00b7bd;
  font-weight: 400;
}

.estilos__imput {
  height: 40px;
  color: #333;
  border: 1px solid #000;
  margin-bottom: 0;
  font-size: 12px;
}

.estilos__imput.izq {
  margin-left: 10px;
}

.form_contenido {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.form_contenido.formperformlead {
  z-index: 50;
  position: static;
  top: 10px;
}

.checkbox-label {
  margin-bottom: 0;
}

.form_title {
  margin-top: 0;
  font-size: .8em;
  font-weight: 500;
}

.licenciado_header {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.frase_licenciados {
  text-align: right;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-size: .6em;
  font-weight: 700;
}

.frase_licenciados.footer {
  text-align: left;
}

.text_verde {
  color: #00b7bd;
}

.text_verde.big {
  font-size: 1.5em;
  font-weight: 600;
  display: block;
}

.text_obligatorio {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .7em;
}

.info_programa {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.grid_info_programa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.item_info_programa {
  color: #444445;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: .8em;
  display: flex;
}

.head_ip {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  font-weight: 600;
  display: flex;
}

.icon_ip {
  margin-bottom: .5em;
}

.link_ip {
  color: #00b7bd;
  margin-top: .5em;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-weight: 700;
}

.paragraph {
  text-align: center;
}

.black_section {
  background-image: url('../images/patter-1.png'), linear-gradient(#000, #2a2a2c);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.presentacion {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 20px;
}

.img_presentacion {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.info_presentacion {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.prf_presentacion {
  max-width: none;
  font-size: .9em;
}

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

.grado_box {
  align-items: center;
  display: flex;
}

.grado_box.dark {
  max-width: 800px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.icon_certificado {
  height: 60px;
  margin-right: 1em;
}

.grado_subtitle {
  color: #00b7bd;
  font-weight: 600;
}

.grado_title {
  font-size: 1em;
  font-weight: 700;
}

.recurso_right {
  position: absolute;
  top: auto;
  bottom: -5%;
  left: -9%;
  right: auto;
}

.recurso_right.left {
  height: auto;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonio {
  margin-bottom: 4em;
  padding-top: 80px;
}

.grid_testimonio {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.info_testimonio {
  background-color: #000;
  padding: 47px;
  position: relative;
}

.head_testimonio, .main_testimonio {
  z-index: 1;
  position: relative;
}

.frase_testimonio {
  font-size: 1.6em;
}

.title_testimonio {
  text-transform: uppercase;
  background-color: #00b7bd;
  margin-top: 1em;
  padding: 4px 16px;
  font-weight: 600;
  display: inline-block;
}

.nombre_usuario {
  margin-top: .5em;
  font-weight: 600;
}

.carrera_posgrado {
  color: #00b7bd;
  margin-bottom: 1em;
}

.lugar-de-trabajo {
  font-size: .8em;
}

.img_fondo_testimonio {
  width: 100%;
  height: 100%;
  opacity: .15;
  filter: grayscale();
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.play_testimonio {
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: -5%;
}

.img_play {
  width: 100%;
  height: 100%;
}

.seccion_tab {
  color: #000;
  background-color: #fff;
  margin-bottom: 6em;
  padding: 80px 35px;
  position: relative;
}

.link_tab {
  color: #777778;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(153, 153, 154, .5);
  font-size: 1.3em;
  font-weight: 700;
}

.link_tab.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #00b7bd;
}

.tab_programa {
  text-align: center;
}

.content_tab {
  padding: 35px;
}

.paragraph-2 {
  max-width: none;
}

.recursoi_tab {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.recursoi_tab.right {
  top: auto;
  bottom: -6%;
  left: -3%;
  right: auto;
}

.semana_internacional {
  background-image: url('../images/map-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 60px;
}

.head_seccion {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4em;
  display: flex;
}

.head_seccion.dark {
  color: #000;
}

.title_seccion {
  text-align: center;
}

.title_seccion.light {
  color: #fff;
}

.item_semana {
  align-items: center;
  display: flex;
}

.item_semana.hide {
  display: none;
}

.img_semana {
  border-radius: 4px;
  margin-right: 3em;
}

.info_semana {
  max-width: 30em;
  font-size: 1.1em;
}

.img_pais {
  border-radius: 4px;
  margin-top: .8em;
}

.beneficios_programa {
  opacity: 1;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid_beneficios {
  width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.item_beneficio {
  color: #000;
  text-align: center;
  border: 1px solid #99a5b2;
  border-radius: 4px;
  padding: 0 30px 30px;
  font-size: .8em;
}

.item_beneficio.light {
  color: #fff;
}

.icon_beneficio {
  width: auto;
  background-color: #fff;
  align-items: center;
  margin-top: -48px;
  margin-bottom: .7em;
  padding: 15px 28px;
  display: inline-block;
}

.icon_beneficio.dark {
  background-color: #1e1e1f;
  background-image: url('../images/patter-1.png'), linear-gradient(#1c1c1c, #1a1a1a);
  background-position: 100% 100%, 0 0;
  background-size: auto, auto;
}

.icon_img {
  height: 2.8em;
}

.icon_img.flag {
  height: 1.8em;
  border-radius: 2px;
}

.cont_horario {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.item_horario {
  color: #000;
  text-align: center;
  border: 1px solid #99a5b2;
  border-radius: 4px;
  padding: 0 63px 30px;
  font-size: .8em;
}

.title_horario {
  margin-bottom: .8em;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.lh_item {
  text-align: left;
}

.legal {
  max-width: none;
  color: #777778;
  text-align: center;
  margin-top: 20px;
  font-size: .7em;
}

.legal.hide {
  display: none;
}

.seccion_horarios {
  opacity: 1;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon_horario {
  width: auto;
  background-color: #fff;
  align-items: center;
  margin-top: -48px;
  margin-bottom: .7em;
  padding: 15px 28px;
  display: inline-block;
}

.seccion_brochure {
  background-image: url('../images/fondo_descargar-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding: 31px;
  text-decoration: none;
  display: block;
}

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

.icon_descargar {
  height: 80px;
}

.text_big {
  margin-top: -6px;
  font-size: 1.6em;
  font-weight: 700;
  display: block;
}

.requisitos {
  opacity: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon_requisitos {
  width: auto;
  background-color: #fff;
  align-items: center;
  margin-top: -48px;
  margin-bottom: .7em;
  padding: 15px 28px;
  display: inline-block;
}

.icon_requisitos.smoke {
  background-color: #f2f2f2;
  flex-direction: column;
  display: inline-block;
  position: relative;
  top: -11px;
}

.cta_licenciados {
  background-color: #000;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.cta_info {
  align-items: center;
  margin-right: 3em;
  display: flex;
}

.logo_f_licenciados {
  height: 55px;
  margin-right: 1.5em;
}

.s_asesora {
  background-color: #00b7bd;
  padding-top: 35px;
  padding-bottom: 35px;
}

.info_asesor {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img_asesor {
  height: 80px;
  margin-right: 1em;
}

.nombre_asesor {
  font-size: 1.5em;
  font-weight: 600;
}

.subtitle_asesor {
  font-size: .8em;
}

.icon.mr {
  margin-right: .8em;
}

.copyright {
  color: #777778;
  font-size: .8em;
}

.layout_footer {
  color: #000;
}

.info_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 1em;
  display: grid;
}

.info_footer.int_pr {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: .8em;
}

.item_footer {
  align-items: center;
  display: flex;
}

.fixed_menu {
  z-index: 5;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h4_modal {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.texto_terminos-2 {
  max-width: none;
  color: #000;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 0;
  font-size: 12px;
  line-height: 14px;
}

.contenido_modal_terminos-2 {
  z-index: 1;
  width: 70%;
  height: auto;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #00b7bd;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.info_modal_terminos {
  height: 600px;
  padding: 26px;
  overflow: auto;
}

.btn-3 {
  background-image: linear-gradient(#00b7bd, #00b7bd);
  border-radius: 2px;
  padding: 12px 27px;
  position: relative;
  top: 19px;
}

.btn-3:hover {
  color: #fff;
  background-image: linear-gradient(#000, #000);
}

.btn-3.modal_ter {
  padding-left: 45px;
  padding-right: 45px;
  position: static;
}

.modal_terminos {
  z-index: 10;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 61px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.title_modal_close {
  width: 100%;
  background-color: #00b7bd;
  justify-content: space-between;
  align-items: center;
  padding: 23px 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.title_modal_close.inversion {
  padding-top: 15px;
  padding-bottom: 15px;
}

.icon_close {
  width: 40px;
  height: 40px;
  max-width: 100%;
  cursor: pointer;
}

.overlay {
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefecios_programa {
  padding-top: 80px;
  padding-bottom: 80px;
}

.seccion_info_adicional {
  opacity: 1;
  background-image: linear-gradient(#f3f3f3, #f3f3f3);
  padding-top: 80px;
  padding-bottom: 80px;
}

.seccion_info_adicional.cursos-pasantias {
  padding-top: 120px;
  padding-bottom: 20em;
}

.tab_ia {
  display: flex;
}

.tab_ia.horizontal {
  flex-direction: column;
}

.tabs-content {
  flex: 1;
  margin-left: 60px;
  overflow: visible;
}

.tabs-content.hz {
  color: #000;
  margin-left: 0;
}

.menu_tab_ia {
  flex-direction: column;
  display: flex;
}

.menu_tab_ia.horizontal {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2em;
}

.link_tab_ia {
  color: #777778;
  background-color: #fff;
  border-left: 4px solid #fff;
  align-items: center;
  margin-bottom: 16px;
  padding: 20px 60px;
  font-size: .9em;
  transition: all .2s, color .4s;
  display: flex;
  box-shadow: 2px 2px 2px rgba(153, 153, 154, .14);
}

.link_tab_ia.w--current {
  color: #fff;
  background-color: #00b7bd;
  border-left-color: #000;
  font-weight: 600;
}

.link_tab_ia.hide-all {
  display: none;
}

.link_tab_ia.hz {
  flex: 1;
  justify-content: center;
  margin-right: 1em;
  padding: 10px 16px;
  font-size: .8em;
}

.link_tab_ia.hz.last {
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.icon_tab_link {
  height: 40px;
  margin-right: .8em;
}

.icon_tab_link.hz {
  height: 30px;
}

.gird_tab_info {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  color: #000;
}

.gird_tab_info.full-row {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.gird_tab_info.margin-top {
  margin-top: 2em;
}

.item_info_tab {
  color: #444445;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.icon_item_tab {
  margin-right: .8em;
}

.info_tab_link {
  text-align: left;
}

.logo_form {
  height: 30px;
  margin-right: 2em;
}

.modal_inversion {
  z-index: 10;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 61px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.info_inversion {
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
}

.cuota_p {
  margin-bottom: 1em;
}

.precio_inversion {
  color: #00b7bd;
  margin-bottom: 1em;
  font-family: Nhaasgrotesktxstd, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.item_docentes {
  color: #000;
  text-align: center;
  border: 1px solid #99a5b2;
  border-radius: 4px;
  padding: 0 30px 30px;
  font-size: .8em;
}

.item_docentes.light {
  color: #fff;
}

.item_docentes__head {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.item_docentes__nombre {
  text-align: center;
  font-size: 1em;
  line-height: 1.3;
}

.line {
  width: 40px;
  height: 2px;
  background-color: #00b7bd;
}

.info_docente {
  color: #000;
}

.item_docente {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #99a5b2;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-around;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.item_docente:hover {
  background-color: #eee;
  border: 1px solid #444445;
}

.docente_line {
  width: 22px;
  height: 4px;
  background-color: #00b7bd;
  margin-top: 16px;
}

.title-2col {
  align-items: flex-end;
  display: flex;
}

.docente_extrac {
  margin-top: 16px;
  font-size: 16px;
}

.docente_vermas {
  color: #00b7bd;
  flex: none;
  margin-top: .8em;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.docente_vermas:hover {
  color: #000;
}

.img_bandera {
  margin-bottom: 4px;
  margin-left: 8px;
}

.docente_title {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.docente_info {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}

.title_h4 {
  max-width: 179px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.docente_wrapper {
  flex: 1;
}

.title-ciclo {
  text-align: left;
  font-size: 1.3em;
}

.italic-text {
  font-style: normal;
}

.arrow_down {
  transform: rotate(90deg);
}

.content_acordeon {
  padding-left: 0;
  font-size: 1em;
  overflow: hidden;
}

.modulo__temas {
  margin-top: .8em;
}

.title_h3_section {
  color: #00b7bd;
  font-size: 1em;
}

.title_h3_section.acordeon {
  color: #000;
  margin-bottom: 0;
}

.icon_box {
  width: 42px;
  height: 42px;
  background-color: #e1f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 0;
  display: flex;
}

.icon_box.admin {
  filter: grayscale();
  background-color: #e1f4f4;
  flex: none;
  margin-left: 20px;
}

.item_modulo {
  margin-bottom: 1em;
  padding-left: 20px;
  font-size: .9em;
}

.modulo_subtitle {
  font-size: .9em;
}

.trigger_acordeon {
  cursor: pointer;
  border: 2px solid #99999a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 16px;
  transition: border-color .2s, padding .2s;
  display: flex;
}

.trigger_acordeon:hover {
  border-color: #00b7bd;
  padding-left: 25px;
}

.content_section {
  margin-bottom: 36px;
  line-height: 25px;
}

.lista_indo_cursos_pasantias {
  padding-top: 0;
  padding-bottom: 0;
}

.grid__4col {
  width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.fixed_menu-home {
  z-index: 5;
  background-color: #000;
  border-top: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link_menu-home {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .7em;
}

.link_menu-home:hover {
  color: #00b7bd;
}

.link_menu-home.w--current {
  color: #00b7bd;
  font-weight: 600;
}

.link_menu-bx-buscador {
  height: 40px;
  max-width: 190px;
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  border: 1px solid #fff;
  border-radius: .2rem;
  align-items: center;
  margin-left: .5rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-left: 1rem;
  display: flex;
}

.input_buscador {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.form-block-2 {
  margin-bottom: 0;
}

.image-2 {
  width: 20px;
}

.image-3 {
  width: 21px;
}

.text-banner {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}

.grid-2 {
  grid-row-gap: 8px;
}

.html-embed {
  font-size: 15px;
}

.padding-section {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-global {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 4rem;
}

.padding-global.fgooter {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.title-component {
  color: #000;
}

.title-component.is-center {
  text-align: center;
  margin-bottom: 3rem;
}

.tab_program-main {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .35);
  border-bottom: 1px solid rgba(0, 0, 0, .35);
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 0;
}

.tab_program-main-item {
  color: rgba(0, 0, 0, .45);
  background-color: rgba(221, 221, 221, 0);
  padding-top: 0;
  padding-bottom: 2rem;
  font-size: 1rem;
}

.tab_program-main-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #00b7bd;
  font-weight: 600;
}

.grid_programa {
  grid-template-columns: 1fr 1fr 1fr;
}

.programa_item-header {
  position: relative;
}

.programa_item-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

.programa_item-modalidad {
  grid-column-gap: .5rem;
  align-items: center;
  font-size: .7rem;
  font-weight: 400;
  display: flex;
}

.programa_item-text-date {
  grid-column-gap: .5rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1rem;
  display: flex;
}

.programa_item-body {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  border-left: 1px solid rgba(0, 0, 0, .5);
  border-right: 1px solid rgba(0, 0, 0, .5);
  padding: 1rem 1.5rem;
  font-size: .8rem;
}

.programa_item-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.programa_item-text-inicio {
  margin-bottom: .3rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.programa_item-text-dia {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.line-grey {
  width: 100%;
  height: .5px;
  background-color: #c4c4c4;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pasantias {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pasantias-item {
  border-left: 2px solid #00b7bd;
  align-items: center;
  padding-left: .5rem;
  font-size: .7rem;
  display: flex;
}

.pasantias-item-img {
  width: 20px;
}

.title-card {
  margin-bottom: .5rem;
}

.butn {
  width: 100%;
  text-align: center;
  background-color: #000;
  margin-top: 1.5rem;
}

.footer_section {
  background-color: #000;
}

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

.item_footer-home {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.item_footer-home-bx {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.item_footer-home-txt {
  grid-column-gap: .5rem;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.item_footer-home-txt.cel {
  align-items: flex-start;
  font-size: .8rem;
  text-decoration: none;
}

.item_footer-home-bx-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
}

.btn_foote {
  width: 232px;
  grid-column-gap: .7rem;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.line-footer {
  width: 50px;
  height: 2px;
  background-color: #00b7bd;
}

.title_footer {
  color: #00b7bd;
  margin-bottom: .5rem;
}

.link-block {
  text-decoration: none;
}

.redes_bloc {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.link-red-bloc {
  width: 35px;
  height: 35px;
}

.image-6 {
  max-width: 170px;
}

.text-block-2 {
  font-size: 1rem;
}

.img_cover_programa-movil {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img_cover_programa-movil.bg-cover-pe, .img_cover_programa-movil.bg-cover-pe-copy {
  object-position: 65% 0%;
}

.fixd {
  z-index: 999;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.image-7 {
  width: 70px;
}

.modal-anuncio {
  z-index: 999;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  width: 450px;
}

.close {
  width: 30px;
  cursor: pointer;
}

.arrow_up {
  display: none;
}

@media screen and (min-width: 1280px) {
  .sg-colours-grid {
    max-width: 600px;
  }

  .sg-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sg-buttons-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid_2-col.header {
    grid-template-columns: 1.5fr 1fr;
  }

  .frase_licenciados {
    font-size: .7em;
  }

  .logo_form {
    height: auto;
  }

  .item_docente {
    border-style: solid;
  }

  .programa_item-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .image-6 {
    max-width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .sg-colours-grid {
    max-width: 625px;
  }

  .container {
    max-width: 1280px;
  }

  .grid_2-col.header {
    grid-template-columns: 1.75fr 1fr;
  }

  .grid_2-col.presentacion {
    font-size: 1em;
  }

  .header_form {
    max-width: 500px;
  }

  .line_title.small.docente {
    width: 15%;
    background-color: #00b7bd;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .black_section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .info_testimonio {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .item_semana {
    font-size: 1em;
  }

  .item_beneficio {
    padding-bottom: 40px;
    padding-left: 58px;
    padding-right: 58px;
    font-size: 1em;
  }

  .icon_img {
    border-radius: 4px;
  }

  .item_horario {
    font-size: 1em;
  }

  .link_tab_ia.hz {
    justify-content: center;
    font-size: 1em;
  }

  .item_docentes {
    padding-bottom: 40px;
    padding-left: 58px;
    padding-right: 58px;
    font-size: 1em;
  }

  .item_docentes__head {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link_menu-home {
    font-size: .8em;
  }

  .programa_item-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
  }

  .pasantias-item {
    font-size: .8rem;
  }

  .footer_wrapper {
    grid-column-gap: 1.2rem;
  }

  .image-6 {
    max-width: 230px;
  }
}

@media screen and (min-width: 1920px) {
  .global-section, .global-section.sg {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .sg-colours-grid {
    max-width: 650px;
  }

  .container.relative {
    max-width: 1500px;
  }

  .img_logo {
    width: 300px;
  }

  .header_info {
    max-width: 500px;
  }

  .foto_programa {
    width: 100%;
    object-fit: cover;
  }

  .link_menu-home {
    font-size: 1em;
  }

  .tab_program-main-item {
    font-size: 22px;
  }

  .programa_item-modalidad {
    font-size: 1rem;
  }

  .programa_item-body, .programa_item-text-inicio {
    font-size: 1.2rem;
  }

  .programa_item-text-dia {
    font-size: 2.5rem;
  }

  .pasantias-item {
    font-size: 1rem;
  }

  .pasantias-item-img {
    width: 40px;
  }

  .title-card {
    font-size: 1.3em;
  }

  .image-4 {
    width: 20px;
  }

  .item_footer-home-bx, .item_footer-home-txt.cel {
    font-size: 1.2rem;
  }

  .line-footer {
    width: 60px;
    height: 4px;
  }

  .title_footer {
    font-size: 1.5rem;
  }

  .image-6 {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.05em;
  }

  h2 {
    font-size: 1.72em;
  }

  h3 {
    font-size: 1.44em;
  }

  h4 {
    font-size: 1.22em;
  }

  .sg-left-top-wrapper {
    z-index: 5;
    width: 100%;
    min-height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: -150px;
  }

  .sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0;
  }

  .sg-outer-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .sg-brand-wrapper {
    height: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .sg-anchor-links-wrapper {
    z-index: 1;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: 0;
    bottom: -150px;
    left: 0%;
    right: 0%;
  }

  .sg-return-to-home-lb.desktop-only {
    display: none;
  }

  .sg-return-to-home-lb.mobile-only {
    height: auto;
    border-top-style: solid;
    padding: 32px;
    display: flex;
  }

  .sg-anchor-lb {
    flex: none;
  }

  .sg-anchor-lb.w--current {
    box-shadow: inset 0 -3px #00b7bd;
  }

  .logo-lb.sidebar {
    height: 48%;
  }

  .sg-return-to-home-icon.mobile-only, .text.mobile-only {
    display: block;
  }

  .sg-logos-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sg-buttons-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .s_header {
    background-color: #d0ebe4;
    padding-top: 200px;
  }

  .container.relative {
    z-index: 2;
    position: relative;
  }

  .nav_menui {
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: -2px 12px 15px -5px rgba(0, 0, 0, .21);
  }

  .menu_mb {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-top: 0;
  }

  .menu_mb.w--open {
    color: #00b7bd;
    background-color: #000;
  }

  .link_menu {
    color: #000;
    padding: 24px 40px;
    font-size: 1em;
    font-weight: 700;
  }

  .img_logo {
    z-index: 15;
    object-fit: fill;
    position: relative;
  }

  .img_cover_programa {
    z-index: 0;
    object-fit: contain;
    object-position: 50% 0%;
    margin-top: 85px;
  }

  .grid_2-col.header {
    grid-template-columns: 1fr;
  }

  .grid_2-col.presentacion {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid_2-col.presentacion.tab {
    margin-bottom: 0;
  }

  .grid_2-col.semana {
    grid-template-columns: 1fr;
  }

  ._2input {
    flex-direction: column;
  }

  .estilos__imput.izq {
    margin-left: 0;
  }

  .info_programa {
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
  }

  .grid_info_programa {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .presentacion.tab {
    padding-top: 20px;
  }

  .info_presentacion {
    margin-bottom: 60px;
  }

  .info_presentacion.tab {
    margin-bottom: 0;
  }

  .foto_programa {
    width: 100%;
  }

  .grid_beneficios {
    grid-template-columns: 1fr 1fr;
  }

  .contenido_modal_terminos-2 {
    width: 95%;
  }

  .btn-3 {
    position: static;
  }

  .menu_tab_ia.horizontal {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .link_tab_ia.hz {
    width: 30%;
    flex: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid__4col {
    grid-template-columns: 1fr 1fr;
  }

  .link_menu-home {
    color: #000;
    padding: 24px 40px;
    font-size: 1em;
    font-weight: 700;
  }

  .link_menu-bx-buscador {
    height: 50px;
    max-width: none;
    background-color: #000;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-right: 1rem;
  }

  .form-block-2 {
    width: 100%;
  }

  .padding-global {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab_program-main {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: .2rem;
    display: flex;
    overflow: auto;
  }

  .tab_program-main-item {
    min-width: 300px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .tab_program-main-item.w--current {
    padding-bottom: 1.5rem;
  }

  .grid_programa, .footer_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .img_cover_programa-movil {
    z-index: 0;
    object-fit: contain;
    object-position: 50% 0%;
    margin-top: 85px;
  }

  .arrow_up {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sg-brand-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .global-section {
    padding: 64px 40px;
  }

  .text.sg-colour-label {
    font-size: 1em;
  }

  .text.sg-colour-label.main {
    margin-bottom: 2px;
  }

  .text.sg-colour-label.hex {
    font-size: .78em;
  }

  .sg-colours-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-wrapper {
    flex-direction: row;
  }

  .sg-colour-swatch {
    width: 25%;
    margin-bottom: 0;
    margin-right: 16px;
    padding-top: 25%;
  }

  .sg-colour-label-wrapper {
    align-items: flex-start;
  }

  .sg-logos-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sg-buttons-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav_menui {
    margin-top: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .grid_2-col.semana {
    grid-row-gap: 30px;
  }

  .grid_2-col.asesor {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .title_programa {
    font-size: 2em;
  }

  .form-block {
    overflow: auto;
  }

  .estilos__imput {
    height: 45px;
    font-size: 14px;
  }

  .form_contenido.formperformlead {
    overflow: visible;
  }

  .info_presentacion {
    margin-bottom: 0;
  }

  .grid_testimonio {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .img_testimonio {
    height: 300px;
  }

  .play_testimonio {
    top: -10%;
    bottom: auto;
    left: auto;
    right: 7%;
  }

  .link_tab {
    font-size: 1em;
  }

  .link_tab.w--current {
    flex: 1;
  }

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

  .cta_info {
    margin-bottom: 28px;
  }

  .info_asesor {
    border-right-style: none;
  }

  .item_footer {
    font-size: 16px;
  }

  .modal_terminos {
    z-index: 6;
    display: none;
  }

  .tabs-menu {
    align-items: center;
    display: flex;
  }

  .modal_inversion {
    z-index: 6;
    display: none;
  }

  .item_docente {
    min-width: 60%;
    margin-right: 20px;
  }

  .content_section {
    max-width: 100%;
  }

  .link_menu-bx-buscador {
    height: 50px;
    max-width: none;
    background-color: #000;
    margin-right: .5rem;
  }

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

  .tab_program-main-item {
    min-width: 200px;
  }

  .item_footer-home {
    font-size: 16px;
  }

  .btn_foote {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .arrow_up {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sg-brand-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .global-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sg-colours-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sg-colour-swatch {
    margin-bottom: 0;
  }

  .sg-button-block {
    padding: 16px;
  }

  .button {
    width: 100%;
  }

  .delete-me {
    margin-top: 16px;
    padding: 16px;
  }

  .sg-logo-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .s_header {
    padding-top: 266px;
  }

  .nav_menui {
    margin-top: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu_mb {
    color: #fff;
    border-color: #fff;
    margin-top: 0;
    padding: 11px;
  }

  .link_menu.w--current {
    color: #00b7bd;
  }

  .img_logo {
    width: 170px;
    height: auto;
  }

  .img_cover_programa {
    width: 500px;
    height: 450px;
    object-fit: cover;
    object-position: 24% 0%;
    margin-top: 69px;
    display: none;
  }

  .img_cover_programa.bg-cover-pe-copy.ce {
    object-position: 29% 0%;
  }

  .grid_2-col.semana {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .header_form {
    padding: 17px;
  }

  .title_programa {
    font-size: 1.3em;
    display: block;
  }

  .subtitle {
    font-size: .5em;
  }

  .fecha_programa {
    font-size: 1em;
  }

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

  .frase_licenciados {
    text-align: center;
    margin-top: 11px;
  }

  .frase_licenciados.footer {
    text-align: center;
  }

  .grid_info_programa {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .black_section {
    padding-top: 0;
  }

  .presentacion {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .grado_box.dark {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .icon_certificado {
    margin-bottom: 1em;
  }

  .testimonio {
    padding-top: 90px;
  }

  .info_testimonio {
    padding: 20px 20px 49px;
  }

  .main_testimonio {
    font-size: 16px;
  }

  .frase_testimonio {
    font-size: 1.3em;
  }

  .play_testimonio {
    top: auto;
    bottom: -9%;
    left: auto;
    right: 40%;
  }

  .seccion_tab {
    margin-bottom: 0;
    padding: 100px 32px 80px;
  }

  .link_tab {
    min-width: 90%;
    flex-direction: column;
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
    display: flex;
  }

  .link_tab.w--current {
    flex: 0 auto;
  }

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

  .recursoi_tab {
    height: 50px;
  }

  .semana_internacional {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .title_seccion {
    font-size: 1.5em;
  }

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

  .img_semana {
    margin-bottom: 28px;
    margin-right: 0;
  }

  .info_semana {
    text-align: center;
  }

  .beneficios_programa {
    padding-top: 100px;
  }

  .grid_beneficios {
    flex-flow: wrap;
    display: flex;
  }

  .item_beneficio {
    width: 44%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: .7em;
  }

  .item_beneficio.light {
    width: auto;
  }

  .item_beneficio.light.mobil {
    width: 44%;
  }

  .item_beneficio.malla {
    width: auto;
    font-size: .8em;
  }

  .cont_horario.grid {
    grid-template-columns: 1fr;
  }

  .seccion_horarios {
    padding-top: 100px;
  }

  .requisitos {
    padding-top: 90px;
  }

  .cta_licenciados {
    flex-direction: column;
    padding-left: 29px;
    padding-right: 29px;
  }

  .cta_info {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .logo_f_licenciados {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .info_footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .item_footer {
    align-items: flex-start;
  }

  .fixed_menu {
    height: 85px;
    background-color: rgba(0, 0, 0, .75);
  }

  .texto_terminos-2 {
    text-align: justify;
    margin-top: -8px;
    padding-right: 10px;
    line-height: 20px;
  }

  .contenido_modal_terminos-2 {
    padding: 0 0 20px;
  }

  .info_modal_terminos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal_terminos {
    padding-top: 8px;
    display: none;
  }

  .icon_close {
    width: 30px;
    height: 30px;
    display: block;
  }

  .tabs-menu {
    flex-direction: column;
    overflow: visible;
  }

  .image {
    height: 20px;
  }

  .benefecios_programa {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .tab_ia {
    flex-direction: column;
  }

  .tab_ia.horizontal {
    margin-bottom: 40px;
  }

  .tabs-content {
    margin-left: 0;
  }

  .menu_tab_ia {
    margin-bottom: 26px;
  }

  .menu_tab_ia.horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: auto;
  }

  .link_tab_ia.hz {
    width: auto;
    flex-direction: row;
    margin-right: 0;
    padding: 16px 29px;
  }

  .icon_tab_link.hz {
    height: 25px;
  }

  .gird_tab_info {
    grid-template-columns: 1fr;
  }

  .logo_licenciados {
    height: 30px;
  }

  .modal_inversion {
    padding-top: 8px;
    display: none;
  }

  .item_docentes {
    padding-left: 16px;
    padding-right: 16px;
  }

  .item_docente {
    min-width: 90%;
    margin-right: 10px;
  }

  .icon_box {
    flex: 0 auto;
  }

  .content_section {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    padding-right: 20px;
  }

  .lista_indo_cursos_pasantias {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .grid__4col {
    grid-template-rows: auto auto;
    justify-content: stretch;
  }

  .text-block {
    font-size: 1em;
  }

  .fixed_menu-home {
    height: auto;
    background-color: #000;
  }

  .link_menu-home {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link_menu-home.w--current {
    color: #00b7bd;
  }

  .link_menu-bx-buscador {
    height: 50px;
    max-width: none;
    background-color: #000;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .padding-global {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .programas_wrapper {
    text-align: right;
    position: relative;
  }

  .tab_program {
    padding-bottom: 2rem;
  }

  .tab_program-main {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: visible;
  }

  .tab_program-main-item {
    border: 1px solid rgba(0, 0, 0, .35);
    border-radius: .5rem;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .8rem;
  }

  .tab_program-main-item:hover {
    color: #fff;
    background-color: rgba(0, 183, 189, .5);
  }

  .tab_program-main-item.w--current {
    color: #fff;
    background-color: #00b7bd;
    border-bottom-color: rgba(0, 0, 0, .5);
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .grid_programa {
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-bottom: .5rem;
    display: flex;
    overflow: auto;
  }

  .programa_item {
    min-width: 90%;
  }

  .programa_item-body {
    text-align: left;
    border-bottom-color: rgba(0, 0, 0, .35);
    border-left-color: rgba(0, 0, 0, .35);
    border-right-color: rgba(0, 0, 0, .35);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .programa_item-img {
    max-height: none;
  }

  .programa_item-text-inicio {
    text-align: left;
  }

  .image-5 {
    width: 20px;
  }

  .footer_wrapper {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .item_footer-home {
    align-items: flex-start;
  }

  .img_cover_programa-movil {
    width: 500px;
    height: 450px;
    object-fit: cover;
    object-position: 50% 50%;
    margin-top: 69px;
    display: block;
  }

  .img_cover_programa-movil.bg-cover-pe-copy.ce {
    object-position: 29% 0%;
  }

  .heading {
    margin-bottom: 8px;
  }

  .arrow_up {
    max-height: 50px;
    max-width: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: .8rem;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }
}

#Nombres-Completos.w-node-fe6ccf65-5483-3fc8-85c5-4454842d5bc7-09640c5b, #field.w-node-f0214023-5032-a073-f701-fc9815e44eeb-09640c5b, #field-2.w-node-d7abf0eb-371f-cef5-a7d1-4c7e7f86cab0-09640c5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_925194ab-c439-2121-201a-f1780a33c125-09640c5b, #w-node-_28467b66-a9be-32f5-f748-18445260f102-09640c5b, #w-node-_5cb0bd1c-b90c-874c-a8e1-664a7ce5a5e5-09640c5b, #w-node-_8dff0ac3-8c42-91cf-ccc2-68a4565285ff-09640c5b, #w-node-_8dff0ac3-8c42-91cf-ccc2-68a456528647-09640c5b, #w-node-_905e6395-fb06-2adf-562b-3597ff7ba322-09640c5b, #w-node-_39056606-1ecd-0862-ea50-5394ed2e2b12-09640c5b, #w-node-_39056606-1ecd-0862-ea50-5394ed2e2b36-09640c5b, #w-node-_635335b2-ee2e-0616-0ca1-c2b3b4bfe1b6-9327bdfe, #w-node-_9b5757fe-adf7-205a-cef6-7c05efebc3f5-9327bdfe, #w-node-fbbe0bc5-a1e6-75a8-3275-dcab8134d126-9327bdfe, #w-node-d32d86d8-899d-d0fb-cde2-99a383d14c8b-9327bdfe, #w-node-_8441930a-194f-0905-b4c6-4cf552752543-9327bdfe, #w-node-_635335b2-ee2e-0616-0ca1-c2b3b4bfe1b6-da7ff8cc, #w-node-_9b5757fe-adf7-205a-cef6-7c05efebc3f5-da7ff8cc, #w-node-fbbe0bc5-a1e6-75a8-3275-dcab8134d126-da7ff8cc, #w-node-d32d86d8-899d-d0fb-cde2-99a383d14c8b-da7ff8cc, #w-node-_8441930a-194f-0905-b4c6-4cf552752543-da7ff8cc, #w-node-_635335b2-ee2e-0616-0ca1-c2b3b4bfe1b6-9e4b5364, #w-node-_9b5757fe-adf7-205a-cef6-7c05efebc3f5-9e4b5364, #w-node-fbbe0bc5-a1e6-75a8-3275-dcab8134d126-9e4b5364, #w-node-d32d86d8-899d-d0fb-cde2-99a383d14c8b-9e4b5364, #w-node-_8441930a-194f-0905-b4c6-4cf552752543-9e4b5364 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ebee7c34-860d-b394-5afd-d7db22277490-9327bdfe, #w-node-ebee7c34-860d-b394-5afd-d7db22277490-da7ff8cc, #w-node-c959d8e1-e3af-6a9e-5d96-4ce6485a42da-87669802, #w-node-ebee7c34-860d-b394-5afd-d7db22277490-9e4b5364 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #email-2.w-node-_340d39f8-84b1-f513-fac7-b9fbe5991f23-09640c5b, #email-2.w-node-c691287e-8f0f-fc65-5b28-6182936f83c2-09640c5b, #email-2.w-node-d8097b03-35d4-54a4-4725-e378508a03e8-09640c5b, #email-2.w-node-_0764b4e0-b13f-9545-e653-701bc7f2bf73-09640c5b, #email-2.w-node-b2db58b3-b688-baec-8a5c-ae44f6694556-09640c5b, #email-2.w-node-c193db38-869e-2cee-1c0e-a8d408629971-09640c5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b5757fe-adf7-205a-cef6-7c05efebc3f5-9e4b5364, #w-node-fbbe0bc5-a1e6-75a8-3275-dcab8134d126-9e4b5364 {
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Nhaasgrotesktxstd';
  src: url('../fonts/NHaasGroteskTXStd-55Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxstd';
  src: url('../fonts/NHaasGroteskTXStd-65Md.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxstd';
  src: url('../fonts/NHaasGroteskTXStd-75Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}