@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BookItalic.otf') format("opentype"), url('../fonts/MessinaSans-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans book;
  src: url('../fonts/MessinaSans-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Duplicateslab;
  src: url('../fonts/DuplicateSlab-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Duplicateslab;
  src: url('../fonts/DuplicateSlab-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vitesse;
  src: url('../fonts/Vitesse-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --dark-slate-blue: #1f355e;
  --slate-grey: #5b7f95;
  --cumbres-azul-2: #ececec;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

body {
  color: #797979;
  text-align: left;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition-property: none;
}

h1 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: #1d1f2eb3;
  margin-bottom: 0;
  font-size: 1rem;
}

a {
  color: #1f355e;
  text-decoration: none;
  transition-property: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  color: #1d1f2eb3;
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button.is-white {
  color: var(--dark-slate-blue);
  background-color: #fff;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  text-align: left;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.is-relative {
  z-index: 1;
  position: relative;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.bd-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: #e6e7e8;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

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

.text-rich-text h1 {
  color: var(--dark-slate-blue);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  color: var(--slate-grey);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  color: var(--slate-grey);
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  color: var(--slate-grey);
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote {
  margin-bottom: .75rem;
}

.text-rich-text ul {
  margin-bottom: .75rem;
  padding-left: 0;
}

.text-rich-text li {
  background-image: url('../images/check-cumbres-azul-marino.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: .8rem .8rem;
  padding-left: 1.25rem;
  list-style-type: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #f7f7f7;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-checkbox-label.text-size-small {
  font-size: .875rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  border-color: var(--slate-grey);
  background-color: var(--slate-grey);
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-relative {
  position: relative;
}

.container-large.is-rel {
  z-index: 1;
  position: relative;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.border-color-blue {
  border: 1px solid #123a5e;
}

.max-width-large.align-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-top: 12rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-small.flex-left {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.button-secondary {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.padding-vertical.padding-huge {
  padding: 6rem 0;
}

.padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.text-color-green {
  color: #007f6e;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.nav_data-link {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.nav_dropdown-item {
  border-right: 1px #5b7f9533;
  flex: 1;
  justify-content: center;
  display: flex;
  position: static;
}

.nav_dropdown-item.is-hidden {
  display: none;
}

.nav-dropdpwn_wrapper {
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav-dropdpwn_wrapper:hover {
  color: #1f355e;
  background-color: #fff;
}

.nav-dropdown_brand-image {
  z-index: 1;
  width: 8rem;
  margin: 1.1rem;
  position: relative;
}

.top-bar_icon {
  color: #fff;
  align-self: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.top-bar_icon.blue {
  color: #025572;
}

.top-bar_icon.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.nav-dropdown-about_image-wrapper {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.button-row {
  display: flex;
}

.home-about_content-right {
  padding: 3.5rem;
}

.home-about_content-right.background-color-blue {
  height: 23rem;
  padding: 2.5rem;
}

.button-cta {
  color: #123a5e;
  text-align: left;
  background-color: #fff;
  border: 1px #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  font-family: Messinasans, sans-serif;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.button-cta:hover {
  color: #123a5e;
  border-style: none;
  box-shadow: 0 1px 16px #1d1f2e33;
}

.button-cta.visita {
  display: none;
}

.lottie-play-icon {
  align-self: center;
  width: 48px;
}

.text-block-download-button {
  flex: 0 auto;
  align-self: auto;
}

.home-about_content-left {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-auto-flow: column;
  align-items: center;
}

.text-color-white {
  color: #fff;
}

.text-color-white.text-align-center {
  text-align: center;
}

.home-about_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.nombre-colegio {
  transform-style: preserve-3d;
  font-family: NewslabBlack, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transform: rotateX(-11deg)rotateY(-134deg)rotateZ(0);
}

.home-levels_title-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.home-levels_image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.home-levels_link-wrapper {
  background-color: #fafafa;
  text-decoration: none;
}

.level-box {
  color: #0f3f65;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px #000;
  border-bottom: 2px #ef4b48;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.level-box:hover {
  color: #fff;
  background-color: #0000;
  border-top-color: #24cd7f;
  box-shadow: 1px 1px 12px 3px #0003;
}

.home-levels_component {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-line {
  background-color: var(--slate-grey);
  width: 6rem;
  height: 3px;
}

.home-levels_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-facilities-image_feature-wrapper {
  align-items: center;
  display: flex;
}

.home-facilities-image_content-left {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-facilities-image_text-wrapper {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.home-facilities-image_logo {
  z-index: 3;
  width: 12rem;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  display: none;
}

.home-facilities-image_left-arrow {
  z-index: 100;
  background-color: var(--cumbres-azul-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-slate-blue);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  inset: auto 8rem 1rem auto;
  box-shadow: 1px 1px 16px #0003;
}

.home-facilities-image_image {
  object-fit: cover;
  width: 100%;
  height: 32rem;
}

.home-facilities-image_slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.home-facilities-image_slide {
  width: 100%;
}

.home-facilities-image_right-arrow {
  z-index: 100;
  background-color: var(--cumbres-azul-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-slate-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  display: flex;
  inset: auto 3rem 1rem auto;
  box-shadow: 1px 1px 16px #0003;
}

.home-facilities-image_icon-circle {
  background-color: var(--dark-slate-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.home-facilities-image_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

.home-cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

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

.home-cta_content-right {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.home-cta_content-right.background-color-blue {
  justify-content: center;
}

.text-style-vitesse {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: NewslabBlack, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.title-line_wrapper {
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
}

.title-line-bg {
  background-color: var(--dark-slate-blue);
  width: 1rem;
  height: 3px;
  position: absolute;
}

.section-form.background-color-whitesmoke {
  display: block;
}

.form_content-right {
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.form_content-right.background-color-white {
  align-items: stretch;
  position: relative;
}

.background-color-whitesmoke {
  background-color: #f5f5f5;
}

.background-color-blue {
  background-color: var(--slate-grey);
}

.footer_bottom-link {
  color: #ffffffa6;
  text-align: right;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-links_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
}

.footer_link-image {
  background-color: #fff;
  border-radius: 6px;
  max-width: 150px;
}

.footer_logo {
  width: 200px;
  position: static;
  inset: 0% auto auto 0%;
}

.footer_links-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_brand-wrapper {
  flex-direction: column;
  margin-right: 15px;
  display: flex;
}

.footer-link {
  color: var(--cumbres-azul-2);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: #fff;
}

.footer {
  border-bottom: 20px #fdda46;
  padding-top: 0;
}

.footer.background-color-blue {
  z-index: 2;
  position: relative;
}

.footer_top-brand {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_credits {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
}

.footer_credits-wrapper {
  background-color: #507286;
  padding-left: 2.5rem;
}

.footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.header-style {
  font-family: Duplicateslab, sans-serif;
  font-size: 3rem;
}

.header-style.text-color-white {
  text-transform: uppercase;
  font-family: NewslabBlack, sans-serif;
}

.header-style.text-color-white.no-padding {
  line-height: .7;
}

.text-block-74 {
  color: #fff;
  max-width: 600px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.block-quote {
  border-left-color: var(--dark-slate-blue);
  background-color: var(--slate-grey);
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.25rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.about-model-component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.about-model_content-right {
  overflow: hidden;
}

.why-us_faq-content {
  background-color: #fff;
  border-top: 1px #ebecf0;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.why-us_faq-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  max-height: 3rem;
  padding: 1.5rem 3.4rem 1.5rem 5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_icon {
  align-self: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  display: block;
  position: absolute;
  right: 0;
}

.why-us_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-number-wrap {
  color: #183b66;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-right: 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-number-wrap.background-color-blue {
  color: #fff;
  margin-bottom: 0;
}

.about-number-wrap.background-color-green {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.about-number-wrap.background-color-darkgreen {
  background-color: var(--dark-slate-blue);
}

.about-number-wrap.background-color-yellow {
  background-color: var(--cumbres-azul-2);
}

.background-color-yellow {
  background-color: #fcf081;
}

.background-color-darkgreen {
  background-color: #126676;
}

.about-cta_component.background-color-blue {
  color: var(--cumbres-azul-2);
}

.cta_content {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
}

.about-facilities_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.why-us-tabs_list {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-right: 0;
  display: grid;
}

.why-us-tabs_content-wrapper {
  width: 100%;
  position: relative;
}

.sidebar-link {
  line-height: 1.5em;
  display: flex;
}

.why-us-tabs_menu {
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.why-us-tabs_video-wrapper {
  z-index: 10;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.play-lottie-animation {
  width: 48px;
}

.why-us-tabs_brand-wrapper {
  border-top: 5px solid var(--slate-grey);
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 1.5rem;
  display: flex;
}

.why-us-tabs_content {
  flex: 0 auto;
  overflow: visible;
}

.why-us-tabs_content-box {
  z-index: 999;
  background-color: #fff;
  margin-top: -18.7rem;
  margin-right: 0;
  padding: 3.5rem;
  position: relative;
}

.why-us-tabs_tab {
  width: 100%;
}

.why-us-tabs_tab-link {
  color: #1d1f2eb3;
  background-color: #fff;
  padding: 1rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  transition: background-color .3s;
}

.why-us-tabs_tab-link:hover {
  background-color: #5b7f951a;
}

.why-us-tabs_tab-link.w--current {
  z-index: 5;
  background-color: var(--slate-grey);
  color: #fff;
  padding-bottom: 15px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

.why-us-tabs_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

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

.model-intro_columns {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.model-intro_lightbox {
  background-color: #2d3153;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dimensiones-personalizadas-1200x800-px.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
  position: sticky;
  top: 220px;
}

.model-intro_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.model-intro_content-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  display: flex;
}

.model-intro_content-wrapper.background-color-whitesmoke {
  color: var(--dark-slate-blue);
}

.parrafo {
  color: #1d1f2eb3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Messinasans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.parrafo.margin-bottom {
  margin-bottom: 20px;
}

.parrafo.claro {
  color: #fff;
  text-align: left;
  border: 1px #fff;
  margin-left: 0;
}

.check {
  color: #ef4b48;
  margin-right: 6px;
}

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

.model-profile_box {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #123a5e1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2.5rem 2.5rem;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.levels-intro_columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.levels-intro_content.background-color-blue {
  color: var(--cumbres-azul-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4.5rem 3.5rem;
  display: flex;
}

.levels-tabs_logo {
  position: absolute;
  inset: 0% 20px auto auto;
}

.level-tabs_tab-pane {
  border-left: 3px solid var(--slate-grey);
  background-color: #fafafa;
  height: 100%;
}

.levels-tabs_content-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5rem 3rem 3rem;
  display: flex;
}

.level-tabs_component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.level-tabs_tabs {
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.level-tabs_tabs-content {
  flex: 1;
}

.level-tabs_menu {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  display: grid;
}

.levels-tabs_link-wrapper {
  color: #025572;
  background-color: #f5f5f5;
  align-items: center;
  padding: 1.5rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  transition: background-color .6s;
  display: flex;
}

.levels-tabs_link-wrapper:hover {
  background-color: #009ade1a;
}

.levels-tabs_link-wrapper.w--current {
  z-index: 5;
  background-color: var(--dark-slate-blue);
  color: #fff;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  display: flex;
}

.badge-1 {
  background-color: var(--slate-grey);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.badge-1.background-color-darkgreen {
  background-color: #025572;
}

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.section-levels-cta {
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.levels-cta_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 3.5rem 5rem;
  display: flex;
  position: relative;
}

.levels-cta_lockup {
  height: 3rem;
  position: absolute;
  inset: 0% auto auto 60px;
}

.home-facilities-image_icon {
  color: #fff;
  width: .75rem;
  display: flex;
}

.div-block-227 {
  z-index: 1;
  color: #cbe880;
  background-color: #e6e7e8;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 100%;
  margin-left: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-form_icon-circle {
  background-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
}

.footer-form_icon {
  color: #fff;
  align-items: center;
  width: 1rem;
  display: flex;
}

.footer-form_data-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-form_data-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.levels-intro_image-wrapper.background-preschool {
  background-color: #fafafa;
  overflow: hidden;
}

.levels-intro_image-wrapper.background-elementary {
  background-image: url('../images/web1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.levels-intro_image-wrapper.background-middle-school {
  background-image: url('../images/web6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.levels-intro_image-wrapper.background-highschool {
  background-image: url('../images/cumbres-guadalajara-preparatoria-1-3-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-form_adress-links {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-blog {
  overflow: hidden;
}

.section-blog.background-color-whitesmoke {
  display: flex;
}

.section-blog.background-color-whitesmoke.is-hidden {
  display: none;
}

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

.blog_item {
  background-color: #fff;
  border: 1px #fff;
  height: 100%;
}

.blog_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 4.5rem;
  display: flex;
  position: relative;
}

.blog_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog_category {
  background-color: var(--slate-grey);
  color: #fff;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog54_title-wrapper {
  margin-bottom: .5rem;
}

.blog54_button-wrapper {
  border-top: 1px solid var(--slate-grey);
  justify-content: flex-end;
  align-items: center;
  height: 3rem;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-tertiary {
  color: #323e48;
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.blog54_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogpost3_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.blogpost_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

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

.breadcrumb-link.w--current {
  border-bottom: 2px solid #000;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost1_category-link {
  margin-right: 1rem;
  text-decoration: none;
}

.blogpost1_category-link.w--current {
  border-bottom: 2px solid #000;
}

.heading-xlarge-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.blogpost_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blogpost3_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost3_social-link {
  background-color: var(--dark-slate-blue);
  color: var(--cumbres-azul-2);
  border-radius: 20px;
  padding: .25rem;
}

.blogpost3_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogpost_content {
  margin-bottom: 4rem;
}

.blogpost_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost_logo-image {
  width: 8rem;
  margin-right: 1.5rem;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.blog_image-overlay {
  color: var(--dark-slate-blue);
  background-color: #1f355ec9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_image-button {
  color: #fff;
  padding: .5rem 1rem;
}

.text-block-80 {
  color: #ececec61;
  text-align: center;
  text-transform: uppercase;
  font-family: NewslabBlack, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  inset: auto 3% 0% auto;
}

.section-home-header-wrapper {
  overflow: hidden;
}

.modal-form-visit {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-visit-wrapper.background-color-white {
  min-width: 40rem;
  position: relative;
  box-shadow: 1px 1px 36px 20px #0000000d;
}

.modal-visit_close-icon {
  background-color: var(--cumbres-azul-2);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-icon_line-1 {
  background-color: var(--dark-slate-blue);
  width: 2rem;
  min-width: 2rem;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.modal-close-icon_line-2 {
  background-color: var(--dark-slate-blue);
  align-self: auto;
  width: 2rem;
  min-width: 2rem;
  height: 2px;
  transform: rotate(-45deg);
}

.cumbres-text-transparent {
  color: #123a5e1a;
  font-family: NewslabBlack, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 12rem;
}

.div-block-232 {
  z-index: -1;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.modal-form-preschool {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pagintation {
  margin-top: 2rem;
}

.modal-form-general, .modal-form-download, .modal-form-elementary, .modal-form-middle {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.ambientes-seguros_bullet-wrapper {
  z-index: 1;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.pdf-ambientes-seguros {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-ambientes-seguros {
  display: block;
}

.page-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.5em;
}

.f01_logo {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-bottom: 40px;
  margin-right: 15px;
  display: flex;
}

.ambientes-seguros_number-square {
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.ambientes-seguros_number-square.background-color-green {
  background-color: var(--dark-slate-blue);
  color: var(--cumbres-azul-2);
}

.ambientes_embed {
  max-width: 48rem;
  margin-bottom: 0;
}

.ambientes-bullets_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.button-row-left {
  display: flex;
}

.level-tabs_english-level {
  max-width: 20rem;
}

.footer-credits_by-bd {
  background-color: #ffffff1a;
  padding: .5rem;
}

.foter-credits_by-bd-list {
  grid-column-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  align-content: center;
  align-items: center;
}

.image-68 {
  width: 6rem;
}

.section-thank-you {
  background-image: linear-gradient(#f6f6f6e6, #f6f6f6e6), url('../images/highlandsmx-instalaciones2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 220px;
  display: flex;
}

.thank-you_brand {
  width: 6rem;
  max-width: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.levels-image-bg {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  position: absolute;
}

.levels-cta_parallax-wrapper {
  background-color: #1f355ed1;
  height: 100%;
  text-decoration: underline;
  position: absolute;
  inset: 0%;
}

.home-header_slider {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  display: flex;
}

.home-header_slider-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.is-hidden {
  display: none;
}

.home-header_slider-overlay {
  z-index: 1;
  background-image: linear-gradient(72deg, var(--dark-slate-blue) 17%, #1f355e78);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-header_mask {
  width: 100%;
}

.heading-hero {
  color: var(--cumbres-azul-2);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1em;
}

.container-hero {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
}

.process-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: static;
}

.block {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60px;
  display: flex;
}

.block_wrap {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.content_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.box-number {
  color: var(--slate-grey);
  font-size: 3rem;
  font-weight: 700;
}

.floating-whatsapp-button {
  z-index: 10;
  background-color: #00be43;
  border-radius: 100000px;
  width: 57px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  padding: 12px;
  box-shadow: 0 4px 16px #00be4452;
}

.icon-whatsapp-floating-button {
  height: 100%;
}

.image-70 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 80vh;
  position: absolute;
  inset: 0%;
}

.filter_reset {
  color: #6e6e6e;
  border-bottom: 1px solid #24cd7f;
  padding-bottom: .2rem;
  text-decoration: none;
}

.radio_button {
  border: 2px solid #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  background-color: #009ade;
  background-image: none;
  border-color: #009ade;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-color: #009ade;
}

.content_filter {
  position: relative;
}

.filter_options {
  max-height: 15rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: auto;
}

.filter_tag {
  color: #fff;
  background-color: #24cd7f;
  border-radius: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: .85rem;
  font-weight: 500;
  position: relative;
}

.filter_block-header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.filter_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-small-2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.filter_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter_tags-wrapper {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: start;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.filter_tags-text {
  color: #8f8f8f;
  margin-right: 1rem;
}

.radio_field {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.filter_column {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-bottom-style: none;
  position: sticky;
  top: 14rem;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.option-results {
  color: #3c7c43;
  display: none;
}

.filter_header {
  background-color: #ffffffe6;
  border: 1px solid #dae4d8;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.text-color-green {
  color: #5b7f95;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.filter_form-wrapper {
  margin-bottom: 0;
}

.filter_tag-remove {
  opacity: .5;
  filter: invert();
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: column;
  width: 1.5rem;
  margin-top: .4rem;
  margin-right: .5rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-71 {
  object-fit: cover;
  width: 100%;
  height: 16rem;
}

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

.div-block-238 {
  background-color: #fff;
}

.div-block-239 {
  background-color: #009ade1a;
  padding: 1rem 1.5rem;
}

.div-block-239.text-align-center {
  background-color: #009ade1a;
}

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

.div-block-240 {
  height: 100%;
  position: relative;
}

.div-block-241 {
  background-color: #ececec33;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-hide {
  display: none;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: #dfdfdf;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -2rem;
}

.checkbox.w--redirected-checked {
  background-color: #009ade;
}

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

.checkbox-label {
  margin-left: 1rem;
}

.home-facilities-image_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.home-facilities-image_slide-2 {
  overflow: hidden;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.contact7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact7_component.background-color-white {
  align-content: start;
  height: 100%;
  margin: -3rem;
  padding: 3rem;
}

.contact7_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact7_image {
  object-fit: cover;
  height: 100%;
  max-height: 24rem;
  display: block;
}

.contact7_image-wrapper {
  height: 100%;
  position: sticky;
  top: 12rem;
  overflow: hidden;
}

.contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.academies_name-wrapper {
  padding: 1rem;
}

.academies-heading {
  color: #fff;
  text-align: center;
  font-family: Duplicateslab, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.academies_tag-wrapper {
  background-color: #fff;
  height: 1.75rem;
  margin: 1rem .5rem .5rem;
  padding: .25rem .75rem;
  position: absolute;
}

.image-72 {
  width: 8rem;
  position: absolute;
  inset: 0% 1rem auto auto;
}

.div-block-242 {
  position: relative;
  overflow: hidden;
}

.image-73 {
  z-index: 1;
  width: 16rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-74 {
  width: 9rem;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.academies-transition {
  z-index: 1000;
  background-color: #5b7f95;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-75 {
  width: 24rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.text-size-xxlarge {
  font-size: 8rem;
}

.div-block-243 {
  z-index: 1;
  position: relative;
}

.text-span-2 {
  text-shadow: 1px 1px 6px #00000061;
  font-family: Messinasans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

._360_map-embed {
  width: 100%;
}

._360_tabs {
  flex-direction: row;
  display: flex;
}

._360_tab-content {
  flex: 1;
}

.deg_tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  width: 18rem;
  max-height: 618px;
  display: grid;
  overflow: scroll;
}

._360-tab_link-1 {
  color: #123a5e;
  text-align: left;
  background-color: #fafafa;
  border: 2px #cbe880;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  font-size: .751rem;
  display: flex;
}

._360-tab_link-1.w--current {
  color: #fff;
  text-align: left;
  background-color: #123a5e;
  background-image: url('../images/arrow-tabs.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  padding: 1rem 3rem 1rem 2rem;
  font-size: .75rem;
}

.grid-8 {
  grid-template-rows: auto;
}

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

.top-bar_component {
  background-color: var(--slate-grey);
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 3rem;
  padding-left: 40px;
  display: flex;
}

.nav-dropdown_main-link {
  color: #fff;
  background-color: #fdda46;
  background-image: linear-gradient(#009adecc, #009adecc);
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown_main-link:hover {
  border: 2px #fdda46;
}

.button-arrow {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.nav_logo-link {
  border: 1px #000;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  padding-left: 0;
}

.nav_logo-link.w--current {
  background-color: #fff0;
  border-radius: 100%;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.nav-dropdown_container {
  background-color: #fff;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-bar_item {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-dropdown-levels_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-224 {
  align-items: center;
  display: flex;
}

.nav_link {
  color: var(--slate-grey);
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.top-bar_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  place-content: center space-around;
  align-self: center;
  align-items: stretch;
  font-style: normal;
  display: flex;
}

.nav_component {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
}

.divider-email {
  background-color: #e6e7e84d;
  width: 1px;
  height: 100%;
}

.nav_dropdown {
  color: var(--slate-grey);
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-family: Messinasans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .6s;
  display: flex;
}

.nav_dropdown:hover {
  color: #123a5e80;
}

.nav_dropdown.w--open {
  background-color: #123a5e1a;
}

.top-bar_link-icon {
  background-color: var(--dark-slate-blue);
  color: #323e48;
  border-radius: 50%;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  padding: .125rem;
  display: flex;
}

.top-bar-icon-item {
  margin-right: .5rem;
}

.button-arrow-relative {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.top-bar_language-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 10rem;
  display: flex;
}

.blog_image-overlay-copy {
  background-color: #1f355ecc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_link-cta {
  background-color: var(--dark-slate-blue);
  color: #ececec;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 3rem;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-dropdown_cta {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-direction: column;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.nav-dropdown_cta:hover {
  background-color: var(--slate-grey);
  color: #fff;
}

.nav-dropdown_cta.w--current:hover {
  color: #fff;
}

.nav-dropdown-levels_title-wrapper {
  color: var(--dark-slate-blue);
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav_logo {
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-dropdown_link-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 10rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-dropdown_link-image.is-full {
  height: 100%;
}

.top-bar_link-icons-wrapper {
  justify-content: space-between;
  display: flex;
}

.top-bar-icon-text.is-flex {
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  width: 100%;
}

.nav_brand-wrapper {
  background-color: #fff;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.top-bar_language-button {
  align-self: flex-start;
  width: 100%;
  height: 100%;
}

.dropdown-arrow {
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.nav_wrapper {
  z-index: 1000;
  height: 12rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_brand-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.nav_container {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #5b7f9533;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

.nav_links-wrapper {
  color: #123a5e;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #007f6e;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-3.hide-desktop {
  display: none;
}

.nav-dropdown_link {
  color: #323e48;
  background-color: #f6f6f6;
  border: 1px #fdda46;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.nav-dropdown_link:hover {
  color: #fff;
  border: 2px #fdda46;
  box-shadow: 1px 1px 16px #0000001a;
}

.nav-dropdown_link.w--current {
  padding-bottom: 10px;
}

.top-bar_content-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_dropdown-list {
  min-width: 100%;
  display: none;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px solid #5b7f9533;
  flex: 0 auto;
  min-width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  position: absolute;
  inset: 3rem 0 auto;
  box-shadow: 0 20px 20px #00000012;
}

.nav_arrow {
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 1rem;
  margin-left: .5rem;
  display: flex;
}

.nav-dropdown_image-wrapper {
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-bar_text-info {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.heading-small-navbar {
  color: var(--slate-grey);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.text-block-79 {
  display: none;
}

.nav-dropdown-cta_link-wrapper {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  margin-left: 1rem;
}

.div-block-236 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.descarga-folleto_text-wrapper {
  flex-direction: row;
  display: flex;
}

.descargar-folleto_text {
  max-width: 44ch;
}

.title-line-bg-2 {
  background-color: #123a5e;
  width: 1rem;
  height: 3px;
  position: absolute;
}

.model-certificaciones {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-certificaciones {
  display: none;
}

.model-profile_content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-padding {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.heading-2 {
  color: var(--slate-grey);
}

.heading-3 {
  color: var(--dark-slate-blue);
}

.parrafo-regular {
  color: #1d1f2eb3;
  text-align: justify;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.close-icon {
  cursor: pointer;
  position: absolute;
  inset: 2% 3% auto auto;
}

.section {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 0;
  display: block;
  position: static;
}

.modal-form-high {
  z-index: 5000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro-img-container-copy {
  background-image: linear-gradient(#00000080, #00000080), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.lightbox-link-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Dimensiones-personalizadas-1200x800-px.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-9 {
  color: #1f355e;
}

.lightbox-link-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Instalaciones-4-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 200px;
  display: flex;
}

.check-2 {
  color: #1f355e;
  background-image: url('../images/check-cumbres-azul-marino.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .5rem .5rem;
  width: 2rem;
  margin-right: 12px;
  font-size: 1rem;
  line-height: 1px;
}

.paragraph-enphasis {
  color: #5b7f95;
  font-weight: 700;
}

.div-block-202 {
  background-color: #5b7f95;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 40px 140px;
  font-family: Messinasans, sans-serif;
  display: flex;
  position: relative;
}

.lottie-animation-2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 30px;
}

.text-block-66 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2em;
}

.div-block-203 {
  background-image: url('../images/cumbres-gdl-cta.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-7 {
  font-family: NewslabBlack, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.image-44 {
  max-width: 90px;
  margin-bottom: 20px;
}

.cta-button-columns {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-call-2-action {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-call-to-action {
  color: #fff;
  text-align: center;
  text-shadow: none;
  max-width: 360px;
  margin-bottom: 20px;
  font-family: Messinasans, sans-serif;
  line-height: 24px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.modelo-pedagogico_img-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.link-10 {
  color: #fff;
}

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

.paragraph-white {
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-bottom: 20px;
  font-family: Messinasans, sans-serif;
  line-height: 24px;
}

.paragraph-white.no-paddings {
  margin-bottom: 0;
}

.about-number-wrap-3 {
  color: #323e48;
  background-color: #1f355e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
  position: static;
}

.title-underline-text {
  color: #5b7f95;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Messinasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.div-block-184 {
  background-color: #5b7f95;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  padding: 60px 60px 60px 40px;
  display: flex;
  position: relative;
}

.title-underline-line {
  background-color: #1f355e;
  height: 2px;
  margin-top: 10px;
}

.text-block-20 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.lightbox-link-5 {
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/preview-crece-siempre.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.two-columns-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.ambientes-seguros-number-wrap-2 {
  z-index: 1;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.title-underline-wrap {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.slider-7 {
  height: 100%;
}

.buttton-regular {
  z-index: 1;
  color: #5b7f95;
  background-color: #fff;
  max-width: 200px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
}

.div-block-370 {
  background-color: #f6f6f6;
  border: 20px solid #fff;
  width: 50%;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 16px #0000001a;
}

.div-block-369 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.right-arrow-4 {
  display: none;
}

.div-block-371 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.icon-10 {
  display: none;
}

.secci-n-promociones {
  background-color: #323e48;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 300px;
  max-height: 300px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: static;
}

.left-arrow-4 {
  display: none;
}

.title-cta {
  color: #fff;
  text-transform: uppercase;
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
}

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

.colaboradores_layout {
  border: 1px solid var(--dark-slate-blue);
  color: #fff;
  background-color: #1f355e96;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: min-content max-content;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.colaboradores_icon {
  width: 2.5rem;
}

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

.section-rh-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  position: relative;
}

.title-line-bg-3 {
  background-color: #025572;
  width: 1rem;
  height: 3px;
  position: absolute;
}

.div-block-368 {
  position: sticky;
  top: 10rem;
}

.rh-form_component {
  grid-column-gap: 8rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rh-form_content-left {
  height: 100%;
  position: relative;
}

.html-embed-15 {
  height: auto;
}

.rh-form_content-right {
  border: 2px solid #deebf7;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-76 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 12%;
  width: 100%;
  height: 100%;
  max-height: 23rem;
}

.school-label {
  color: var(--cumbres-azul-2);
  text-transform: uppercase;
  font-family: NewslabBold, sans-serif;
  font-size: 1.5rem;
}

.school-label.text-color-white {
  color: var(--cumbres-azul-2);
}

.school-label.blue {
  color: var(--slate-grey);
}

.about-model_certifications-image {
  color: #082a44;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.about-model_certifications-item {
  grid-column-gap: 16px;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-model_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-marquee_container {
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-marquee_mask {
  position: relative;
}

.home-header_client-logo {
  height: 6rem;
}

.logo-marquee_gradient-left {
  z-index: 1;
  background-image: linear-gradient(to right, #f5f5f5 31%, #0000);
  width: 12rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-header_client-logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center end;
  margin-left: 0;
  margin-right: 1rem;
  display: grid;
}

.logo-marquee_gradient-left-copy {
  z-index: 1;
  background-image: linear-gradient(270deg, #f5f5f5 31%, #0000);
  width: 12rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.top-bar_link-icons-wrapper-2 {
  justify-content: space-between;
  display: flex;
}

.top-bar_link-icon-2 {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.top-bar_icon-2 {
  color: #fff;
  align-self: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.text-bienvenidos {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
}

.hub-topbar {
  background-color: #ececec26;
  border: 1px solid #ececec38;
  border-radius: 6px;
  align-items: center;
  height: 2rem;
  padding: .125rem .5rem;
  display: flex;
}

.image-77 {
  height: 1rem;
}

.top-bar-icon-text-copy.is-flex {
  grid-template-rows: max-content;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: flex;
}

.top-bar_hub-item {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.flex-block {
  grid-column-gap: 2rem;
  align-items: stretch;
}

.footer_link-image-2 {
  background-color: #fff;
  border-radius: 6px;
  max-width: 150px;
  max-height: 8rem;
}

.hub-link {
  object-fit: contain;
  background-color: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  justify-content: center;
  max-width: 6rem;
  padding: 1rem;
  display: flex;
  overflow: hidden;
}

.hub_hub-logo {
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.hub_hub-logo.align-center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer_bottom-link-2 {
  color: #ffffffa6;
  text-align: right;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.ambientes-seguros_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.text-rich-text-2 {
  text-align: justify;
}

.logo-ambientes-seguros {
  width: 18rem;
  min-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.ambientes-seguros_logo {
  position: sticky;
  top: 240px;
}

.whatsapp-button_info-text {
  background-color: var(--dark-slate-blue);
  border-radius: .825rem;
  justify-content: center;
  align-items: center;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .125rem;
  display: flex;
}

.whatsapp_component {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.level-header-img {
  object-fit: cover;
  height: 100%;
}

.code-embed {
  width: 100%;
}

.social-media-embed {
  margin-top: 1rem;
}

.blog44_item-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #5b7f95;
  background-color: #21469c1a;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .375rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

.section_blog44 {
  background-color: #f2f2f2;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.title-underline-wrap-2 {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5 {
  color: #5b7f95;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.title-underline-line-2 {
  background-color: #fdda46;
  height: 2px;
  margin-top: 10px;
}

.blog44_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog44_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog44_image-wrapper {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

.blog44_item {
  border-radius: 1rem;
  overflow: hidden;
}

.blog44_item.blog-article:hover {
  box-shadow: 0 2px 20px #0000001a;
}

.facilities-wrap {
  width: 100%;
  max-width: 1140px;
}

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

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog44_item-link:hover {
  box-shadow: 0 2px 5px #0003;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.breadcrumb-link-2 {
  color: #000;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.section_blog-post3-header {
  background-color: #5b7f950d;
  padding-top: 5rem;
  position: relative;
}

.blog-post3-header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.div-block-421 {
  background-image: url('../images/cumbressaltillo_bachillerato20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post3-header_title-wrapper {
  flex-direction: column;
  display: flex;
}

.main-wrapper-2 {
  margin-top: 13.5rem;
}

.main-wrapper-2.blog-article:hover {
  box-shadow: 0 2px 20px #0000001a;
}

.blog-post3-header_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.block-quote-3 {
  border-left-color: #5b7f95;
}

.blog-post3-header_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post3-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post3-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog-post3-header_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post3-header_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.blog-post3-header_author-text {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section-form.background-color-whitesmoke {
    display: block;
  }

  .card-hover-item {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .max-width-medium {
    align-self: auto;
  }

  .section-home-header {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .home-about_buttons-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-form.background-color-whitesmoke {
    display: block;
  }

  .section-blog.background-color-whitesmoke {
    justify-content: center;
  }

  .section-home-header-wrapper, .home-header_slider {
    height: 60vh;
  }

  .home-header_slide {
    width: 100%;
  }

  .home-header_slider-overlay {
    margin-left: auto;
    margin-right: auto;
  }

  .home-header_mask {
    width: 100%;
  }

  .container-hero {
    flex-direction: row;
    align-self: auto;
    align-items: center;
    height: 60vh;
    display: flex;
  }

  .deg_tabs-menu {
    max-height: 600px;
  }

  .nav_wrapper {
    height: 12rem;
  }

  .nav_links-wrapper {
    max-width: none;
  }

  .nav_dropdown-list.w--open {
    flex: 0 auto;
  }

  .bold-text {
    color: var(--slate-grey);
  }
}

@media screen and (min-width: 1920px) {
  .section-home-header-wrapper {
    height: 80vh;
  }

  .home-header_slider {
    justify-content: flex-start;
    align-items: stretch;
    height: 80vh;
  }

  .home-header_slider-overlay {
    background-image: linear-gradient(72deg, var(--dark-slate-blue) 19%, #1f355ee3 34%, #1f355e00);
  }

  .heading-hero {
    color: var(--cumbres-azul-2);
  }

  .container-hero {
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
  }

  .image-70 {
    object-position: 50% 50%;
  }

  .nav_container {
    max-width: 1919px;
  }
}

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

  .bd-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    margin-top: 9rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-vertical.padding-huge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .nav_data-link {
    font-size: 14px;
  }

  .nav_dropdown-item {
    flex-direction: column;
    justify-content: flex-start;
    position: static;
  }

  .nav-dropdpwn_wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 4rem;
    padding-left: 2.5rem;
    display: flex;
  }

  .nav-dropdown-about_image-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .home-about_content-right {
    width: 100%;
    padding-top: 40px;
  }

  .home-about_content-right.background-color-blue {
    padding: 2.5rem;
  }

  .home-about_content-left {
    width: 100%;
    height: 400px;
  }

  .home-about_component {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-levels_image-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 24rem;
  }

  .home-levels_link-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .level-box {
    flex-direction: column-reverse;
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
    display: flex;
  }

  .title-underline-wrapper {
    margin-bottom: 40px;
  }

  .home-levels_image {
    width: 100%;
  }

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

  .footer_credits-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-header.background-color-blue {
    margin-top: 6rem;
  }

  .about-model-component {
    grid-template-columns: 1fr;
  }

  .why-usa_faq {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .why-us_faq-content {
    border-bottom-color: #deebf7;
  }

  .why-us_component {
    grid-template-columns: 1fr;
  }

  .cta_content {
    flex-direction: column;
    grid-template-columns: max-content;
    align-items: flex-start;
    display: flex;
  }

  .about-facilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .why-us-tabs_list {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .why-us-tabs_content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .sidebar-link {
    font-size: 12px;
  }

  .why-us-tabs_menu {
    flex-direction: row;
    width: 100%;
    margin-left: -13px;
    position: sticky;
    top: 100px;
    overflow: scroll;
    box-shadow: 0 1px 16px -14px #000;
  }

  .why-us-tabs_video-wrapper {
    width: 100%;
    max-height: none;
  }

  .why-us-tabs_content {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .why-us-tabs_content-box {
    margin-top: -25.3rem;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-us-tabs_tab-link {
    border-right: 1px solid #93d8f7;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin-left: 3px;
    display: flex;
  }

  .why-us-tabs_tab-link:hover {
    background-color: #f6f6f6;
  }

  .why-us-tabs_tab-link.w--current {
    justify-content: center;
  }

  .model-intro_columns {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .model-intro_lightbox {
    height: 300px;
  }

  .model-intro_list {
    grid-template-columns: 1fr;
  }

  .model-intro_content-wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    height: auto;
  }

  .model-profile_box {
    width: auto;
  }

  .levels-intro_columns {
    grid-template-columns: 1fr;
  }

  .levels-tabs_logo {
    display: none;
  }

  .levels-tabs_content-box {
    height: 400px;
  }

  .level-tabs_tabs {
    flex-direction: column;
  }

  .level-tabs_menu {
    flex-direction: row;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .levels-tabs_link-wrapper {
    justify-content: center;
    align-items: center;
    min-width: 24rem;
    display: flex;
  }

  .levels-tabs_link-wrapper:hover {
    background-color: #f6f6f6;
  }

  .levels-tabs_link-wrapper.w--current {
    background-color: #123a5e;
    justify-content: center;
    min-width: 24rem;
    padding-right: 2rem;
  }

  .gallery_component {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .preschool-gallery_image-wrapper {
    max-height: 16rem;
  }

  .levels-intro_image-wrapper {
    height: 32rem;
  }

  .levels-intro_image-wrapper.background-preschool {
    height: 24rem;
  }

  .blog-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blogpost3_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-xlarge-2 {
    font-size: 2.75rem;
  }

  .blogpost_content {
    margin-bottom: 3rem;
  }

  .modal-visit-wrapper.background-color-white {
    min-width: auto;
  }

  .section-ambientes-seguros {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .section-thank-you {
    margin-top: 100px;
  }

  .process-wrap {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .block_wrap {
    width: auto;
  }

  .content_wrap {
    height: auto;
  }

  .image-70 {
    object-fit: cover;
    height: 100%;
  }

  .filter_block-header {
    align-items: start;
    padding-left: 1rem;
  }

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

  .filter_tags-wrapper {
    margin-top: .5rem;
  }

  .filter_header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 16px;
  }

  .content_collection-list, .home-facilities-image_component-2 {
    grid-template-columns: 1fr;
  }

  .contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact7_component.background-color-white {
    grid-template-columns: 1fr;
  }

  .academies_tag-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-73 {
    width: 12rem;
  }

  .grid-7 {
    margin-bottom: 2rem;
  }

  .academies-transition {
    display: none;
  }

  ._360_tabs {
    flex-direction: column;
  }

  .deg_tabs-menu {
    z-index: 100;
    background-color: #fff;
    width: 100%;
    display: flex;
    position: sticky;
    top: 6rem;
  }

  ._360-tab_link-1 {
    text-align: center;
    align-items: center;
    min-width: 16rem;
  }

  ._360-tab_link-1.w--current {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-bar_component {
    height: 3rem;
    padding-left: 2rem;
  }

  .nav-dropdown_main-link {
    background-color: #fff;
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .nav_logo-link {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .nav_logo-link.w--current {
    padding-left: 0;
  }

  .nav-dropdown_container {
    flex-direction: row;
    max-width: none;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .top-bar_item {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 50%;
  }

  .nav-dropdown-levels_component {
    grid-row-gap: 0px;
  }

  .nav_button {
    background-color: #fff;
    padding: 0;
  }

  .nav_button.w--open {
    background-color: #fff;
  }

  .nav_link {
    color: #0f3f65;
    justify-content: flex-start;
    height: 4rem;
    padding-left: 2.5rem;
    font-size: 1rem;
    position: relative;
  }

  .nav_link.w--current {
    height: 50px;
  }

  .nav_link.site-ofical {
    background-color: var(--slate-grey);
    color: var(--cumbres-azul-2);
  }

  .top-bar_list {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    height: 3rem;
    display: flex;
    position: relative;
  }

  .nav_component {
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    position: sticky;
    top: 0;
    box-shadow: 1px 1px 12px 8px #0000000d;
  }

  .nav_dropdown {
    color: #123a5e;
    object-fit: fill;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.5rem;
    font-weight: 400;
    display: flex;
    position: relative;
  }

  .nav_dropdown.w--open {
    color: #e6e7e8;
    background-color: #123a5e;
    flex: 0 auto;
    width: 100%;
    height: 4rem;
    position: absolute;
  }

  .top-bar_link-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .top-bar_language-wrapper {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 50%;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    display: flex;
  }

  .nav_link-cta {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .nav-dropdown_cta {
    display: none;
  }

  .nav-dropdown_link-image {
    max-width: 160px;
    display: none;
  }

  .top-bar_link-icons-wrapper {
    grid-column-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
  }

  .nav_brand-wrapper {
    flex-direction: row-reverse;
    flex: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .top-bar_language-button {
    justify-content: center;
    align-items: center;
    height: 3rem;
    min-height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_wrapper {
    height: 9rem;
  }

  .icon-mobile-menu {
    align-items: center;
    font-size: 32px;
    display: flex;
    position: absolute;
    inset: 0% 5% 0% auto;
    overflow: visible;
  }

  .nav_container {
    background-color: #fff;
    border-top-style: none;
  }

  .nav_links-wrapper {
    background-color: #fafafa;
    border-top: 1px solid #5b7f9533;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-top: 6rem;
    padding-bottom: 0;
    display: none;
    position: absolute;
  }

  .nav-dropdown_link {
    color: #5b7f95;
    justify-content: center;
    width: 100%;
    max-height: 60px;
    padding-left: 0;
    display: flex;
  }

  .nav_lottie {
    width: 32px;
    display: flex;
  }

  .nav_dropdown-list {
    margin-top: 0;
    display: none;
    position: relative;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    border-bottom: 1px solid #5b7f9533;
    width: 100%;
    margin-top: 60px;
    padding: 0 0 0;
    position: static;
    top: 60px;
  }

  .nav-dropdown_image-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    display: none;
  }

  .heading-small-navbar {
    font-size: 1rem;
  }

  .model-certificaciones {
    grid-template-columns: 1fr 1fr;
  }

  .model-profile_content-wrapper {
    height: auto;
  }

  .top-padding {
    font-size: 14px;
  }

  .close-icon {
    position: absolute;
    inset: 2% 3% auto auto;
  }

  .section {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .lightbox-link-4 {
    height: 300px;
  }

  .div-block-203 {
    height: 400px;
  }

  .section-call-2-action {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .title-underline-wrap {
    margin-bottom: 40px;
  }

  .div-block-370 {
    width: 100%;
    height: 500px;
    position: static;
  }

  .div-block-369 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    display: flex;
    position: static;
  }

  .div-block-371 {
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .secci-n-promociones {
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .section-rh-form {
    position: relative;
  }

  .rh-form_component {
    flex-direction: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .top-bar_link-icons-wrapper-2 {
    justify-content: flex-end;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .top-bar_link-icon-2 {
    margin-left: 10px;
  }

  .top-bar_hub-item {
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 50%;
    margin-right: 40px;
  }

  .ambientes-seguros_wrapper {
    flex-direction: column-reverse;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .title-underline-wrap-2 {
    margin-bottom: 40px;
  }

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

  .blog_list-wrapper-2 {
    padding-left: 2rem;
  }

  .div-block-421 {
    height: 300px;
  }

  .main-wrapper-2 {
    margin-top: 9rem;
  }

  .blog-post3-content_content {
    margin-bottom: 3rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-wrapper {
    margin-left: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-vertical.padding-huge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-home-header {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .home-about_content-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-about_content-right.background-color-blue {
    height: auto;
  }

  .home-about_content-left {
    width: 100%;
    height: 300px;
  }

  .text-color-white {
    text-align: left;
  }

  .home-about_buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .home-levels_image-wrapper {
    height: 24rem;
  }

  .home-levels_link-wrapper {
    width: 100%;
  }

  .level-box {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer_bottom-link {
    padding-left: 1.25rem;
  }

  .footer_top-brand {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .header-style.text-color-white.no-padding {
    line-height: 1.2;
  }

  .why-us_faq-wrapper {
    min-width: auto;
  }

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

  .why-us-tabs_list {
    display: flex;
  }

  .why-us-tabs_content-box {
    margin-top: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-us-tabs_component {
    display: flex;
  }

  .model-intro_lightbox {
    position: static;
  }

  .parrafo {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .parrafo.margin-bottom {
    line-height: 1.5em;
  }

  .levels-intro_content.background-color-blue {
    padding: 2rem;
  }

  .levels-tabs_logo {
    display: none;
  }

  .gallery_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .preschool-gallery_image-wrapper {
    aspect-ratio: 1;
  }

  .levels-cta_content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .levels-cta_lockup {
    left: 30px;
  }

  .levels-intro_image-wrapper {
    aspect-ratio: 1;
    height: auto;
  }

  .blog-list {
    grid-template-columns: 100%;
    width: 100%;
  }

  .blogpost3_header {
    grid-row-gap: 1rem;
  }

  .blogpost_breadcrumb {
    margin-bottom: 1rem;
  }

  .heading-xlarge-2 {
    font-size: 1.75rem;
  }

  .blogpost_image {
    object-fit: cover;
  }

  .blogpost_content {
    margin-bottom: 2rem;
  }

  .ambientes-seguros_bullet-wrapper {
    align-items: flex-start;
  }

  .footer-credits_by-bd {
    padding-left: 1.25rem;
  }

  .container-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .heading-small-2 {
    font-size: 1rem;
  }

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .academies-heading {
    text-align: left;
    font-size: 1rem;
  }

  .academies_tag-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-7 {
    grid-template-columns: auto;
  }

  .top-bar_component {
    padding-left: 0;
  }

  .nav_logo-link {
    flex: none;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav_logo-link.w--current {
    margin-top: 0;
    margin-left: 0;
  }

  .nav_link {
    color: var(--slate-grey);
  }

  .nav_link.site-ofical {
    color: var(--slate-grey);
    background-color: #fff0;
  }

  .top-bar_list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_component {
    height: 6rem;
  }

  .nav_dropdown {
    color: var(--slate-grey);
  }

  .top-bar_link-icons-wrapper {
    justify-content: space-around;
  }

  .nav_brand-wrapper {
    height: 5.5rem;
  }

  .top-bar_language-button {
    justify-content: flex-start;
  }

  .nav_brand-component {
    justify-content: start;
    justify-items: start;
  }

  .nav_links-wrapper {
    border-top: 3px #fdda46;
  }

  .nav_dropdown-list {
    display: none;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
  }

  .nav_arrow {
    color: var(--slate-grey);
  }

  .heading-small-navbar {
    text-align: left;
    font-size: 1rem;
  }

  .model-certificaciones {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .parrafo-regular {
    text-align: left;
  }

  .close-icon {
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .section {
    padding: 0%;
  }

  .intro-img-container-copy {
    width: 100%;
    height: 300px;
  }

  .cta-button-columns {
    flex-direction: column;
    align-items: center;
  }

  .ambientes-seguros-number-wrap-2 {
    align-items: flex-start;
  }

  .div-block-371 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rh-form_content-right {
    max-width: none;
    padding: 10px;
  }

  .school-label {
    line-height: 1;
  }

  .school-label.text-color-white {
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .top-bar_link-icons-wrapper-2 {
    justify-content: space-around;
  }

  .text-bienvenidos {
    font-size: 1.25rem;
  }

  .top-bar_hub-item {
    margin-right: 0;
  }

  .footer_bottom-link-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
  }

  .level-header-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .facilities-wrap {
    margin-bottom: 0;
  }

  .blog_list-wrapper-2 {
    padding-left: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .blog-post3-content_content {
    margin-bottom: 2rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: left;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium {
    text-align: left;
  }

  .text-rich-text figure {
    margin-left: 0;
  }

  .max-width-medium.bottom {
    margin-top: auto;
    padding-bottom: 10dvh;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .main-wrapper {
    margin-top: 8rem;
  }

  .main-wrapper.no-margin-top {
    margin-top: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .nav_data-link {
    font-size: .75rem;
    line-height: 10px;
  }

  .nav_data-link.no-wrap {
    white-space: nowrap;
  }

  .nav-dropdpwn_wrapper {
    align-items: center;
    padding-left: 1rem;
  }

  .nav-dropdown-about_image-wrapper {
    align-items: center;
  }

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

  .section-home-header {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100dvh;
    padding-bottom: 0;
    display: flex;
  }

  .home-about_content-right {
    padding: 20px;
  }

  .home-about_content-right.background-color-blue {
    padding: 1.5rem;
  }

  .button-cta {
    margin-bottom: 0;
    padding-left: 10px;
  }

  .home-about_content-left {
    width: 100%;
    height: 16rem;
  }

  .home-about_component {
    flex-direction: column;
    display: flex;
  }

  .text-color-white {
    line-height: 1.25;
  }

  .home-about_buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .nombre-colegio {
    font-size: 2.5rem;
  }

  .home-levels_image-wrapper {
    height: 16rem;
  }

  .level-box {
    margin-bottom: 10px;
  }

  .home-levels_component {
    grid-template-columns: 1fr;
  }

  .home-facilities-image_image {
    object-fit: cover;
    height: 24rem;
  }

  .home-facilities-image_slide {
    height: 24rem;
  }

  .home-facilities-image_icon-circle {
    width: 2rem;
    height: 2rem;
  }

  .home-facilities-image_content-right {
    grid-template-columns: 1fr;
  }

  .text-style-vitesse {
    margin-bottom: 1rem;
  }

  .footer_bottom-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
  }

  .footer_brand-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .footer {
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

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

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-header {
    margin-top: 4rem;
  }

  .section-header.background-color-blue {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header-style {
    font-size: 2rem;
  }

  .header-style.text-color-white {
    font-size: 1.75rem;
  }

  .block-quote {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 20px;
    display: flex;
  }

  .why-usa_faq {
    margin-top: 3rem;
  }

  .why-us_faq-content {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .why-us_faq-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 15px;
  }

  .faq02_icon {
    inset: auto 0% auto auto;
  }

  .why-us_component {
    margin-bottom: 0;
  }

  .about-number-wrap {
    margin-bottom: 20px;
    margin-right: 0;
    top: -3rem;
  }

  .why-us-tabs_menu {
    top: 60px;
  }

  .why-us-tabs_video-wrapper {
    z-index: 9;
  }

  .why-us-tabs_content-box {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .why-us-tabs_tab-link.w--current {
    padding-top: 15px;
  }

  .model-intro_lightbox {
    height: 200px;
    max-height: 200px;
  }

  .model-intro_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .model-intro_content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parrafo {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .parrafo.claro {
    font-size: 14px;
    line-height: 18px;
  }

  .model-profile_box {
    width: 100%;
  }

  .levels-intro_content.background-color-blue {
    padding: 1.5rem;
  }

  .levels-tabs_logo {
    display: none;
  }

  .levels-tabs_content-box {
    height: auto;
    padding: 60px 20px;
  }

  .levels-tabs_link-wrapper, .levels-tabs_link-wrapper.w--current {
    min-width: 18rem;
  }

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

  .preschool-gallery_image-wrapper {
    max-height: none;
  }

  .levels-cta_content-wrapper {
    padding: 50px 20px 40px;
  }

  .levels-cta_lockup {
    max-width: 100px;
    height: auto;
    left: 20px;
  }

  .home-facilities-image_icon {
    width: .75rem;
  }

  .footer-form_icon-circle {
    width: 2rem;
    height: 2rem;
  }

  .home-form_data-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .levels-intro_image-wrapper.background-preschool {
    height: 16rem;
  }

  .levels-intro_image-wrapper.background-elementary, .levels-intro_image-wrapper.background-middle-school, .levels-intro_image-wrapper.background-highschool {
    height: 24rem;
  }

  .home-form_adress-links {
    grid-template-columns: min-content 1fr;
  }

  .blog_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blogpost_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-home-header-wrapper {
    height: 100dvh;
  }

  .ambientes-seguros_bullet-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .section-ambientes-seguros {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-heading {
    font-size: 24px;
  }

  .ambientes-seguros_number-square.background-color-green {
    margin-bottom: 1rem;
  }

  .footer-credits_by-bd {
    background-color: #0000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .foter-credits_by-bd-list {
    justify-content: start;
  }

  .section-thank-you {
    margin-top: 60px;
  }

  .home-header_slider {
    height: 100dvh;
  }

  .home-header_slider-overlay {
    background-image: linear-gradient(3deg, var(--dark-slate-blue) 50%, #1f355ecc 67%, #1f355e00 84%);
  }

  .heading-hero {
    font-size: 2rem;
  }

  .container-hero {
    height: 100dvh;
    inset: 0%;
  }

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

  .block_wrap {
    width: 100%;
  }

  .floating-whatsapp-button {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    padding: 8px;
  }

  .image-70 {
    height: 40dvh;
    margin-top: 6rem;
  }

  .image-70.right {
    object-position: 50% 50%;
  }

  .home-facilities-image_component-2 {
    grid-row-gap: 4rem;
  }

  .home-facilities-image_slide-2 {
    height: 24rem;
  }

  .contact7_component {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .contact7_component.background-color-white {
    padding: 1.5rem;
  }

  .section-contact7.background-color-whitesmoke {
    margin-top: 5rem;
  }

  .academies-heading {
    margin-bottom: 0;
    line-height: 1.25;
  }

  .academies_tag-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-73 {
    right: -26%;
  }

  .deg_tabs-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 5rem;
  }

  ._360-tab_link-1, ._360-tab_link-1.w--current {
    min-width: 12rem;
  }

  .top-bar_component {
    padding-left: 0;
  }

  .nav_logo-link {
    margin-left: 0;
  }

  .nav_logo-link.w--current {
    margin-top: 0;
    margin-left: 0;
  }

  .top-bar_item {
    width: auto;
  }

  .nav_button {
    margin-left: 1rem;
  }

  .nav_link {
    border-bottom: 1px solid #123a5e1a;
    padding-left: 1rem;
  }

  .top-bar_list {
    flex: 0 auto;
    justify-content: space-between;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_component {
    justify-content: space-between;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_dropdown {
    border-bottom: 1px solid #123a5e1a;
    padding-left: 1rem;
  }

  .top-bar_link-icon {
    margin-left: 0;
    margin-right: 5px;
  }

  .top-bar_language-wrapper {
    align-self: stretch;
    height: 3rem;
    max-height: 3rem;
    top: 5rem;
    left: 1.25rem;
  }

  .nav_logo {
    width: 3.5rem;
    height: 3.5rem;
  }

  .top-bar_link-icons-wrapper {
    justify-content: flex-start;
    margin-top: 10px;
    inset: 0% auto auto 0%;
  }

  .nav_brand-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_wrapper {
    height: 5rem;
    max-height: 5rem;
  }

  .nav_brand-component {
    flex: 1;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
  }

  .nav_links-wrapper {
    z-index: 15;
    width: 100%;
    margin-top: 5rem;
  }

  .button-3.hide-desktop {
    background-color: var(--dark-slate-blue);
    display: block;
  }

  .nav_lottie {
    width: 30px;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
  }

  .nav-dropdown_image-wrapper {
    display: none;
  }

  .heading-small-navbar {
    font-size: .75rem;
  }

  .top-padding {
    font-size: .75rem;
    line-height: 10px;
  }

  .close-icon {
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .section {
    padding: 60px 5%;
  }

  .intro-img-container-copy {
    width: 100%;
    height: 300px;
  }

  .lightbox-link-4 {
    height: 250px;
  }

  .div-block-202 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-66 {
    text-align: center;
  }

  .about-number-wrap-3 {
    margin-bottom: 20px;
  }

  .title-underline-text {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-184 {
    margin-left: 0;
    padding: 40px 20px;
  }

  .lightbox-link-5 {
    background-image: linear-gradient(#1f355e66, #1f355e66), url('../images/preview-crece-siempre.jpg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
  }

  .ambientes-seguros-number-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .buttton-regular {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-370 {
    height: 250px;
  }

  .div-block-369 {
    height: auto;
  }

  .div-block-371 {
    padding-top: 60px;
  }

  .image-76 {
    object-fit: cover;
  }

  .link-11 {
    display: block;
  }

  .school-label {
    font-size: 1.25rem;
  }

  .school-label.text-color-white {
    font-size: 1.2rem;
  }

  .about-model_certifications-item {
    grid-template-columns: 1fr;
  }

  .home-header_client-logo {
    height: 4rem;
  }

  .logo-marquee_gradient-left {
    width: 4rem;
  }

  .home-header_client-logo-row {
    grid-column-gap: 1rem;
  }

  .logo-marquee_gradient-left-copy {
    width: 4rem;
  }

  .top-bar_link-icons-wrapper-2 {
    justify-content: flex-start;
    margin-top: 10px;
    inset: 0% auto auto 0%;
  }

  .top-bar_link-icon-2 {
    margin-left: 0;
    margin-right: 5px;
  }

  .hub_hub-logo {
    max-width: 12rem;
  }

  .footer_bottom-link-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
  }

  .logo-ambientes-seguros {
    width: auto;
    min-width: auto;
    max-width: 12rem;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .main-wrapper-2 {
    margin-top: 7rem;
  }

  .block-quote-3 {
    border-left-color: #5b7f95;
  }

  .blog-post3-header_component {
    grid-template-columns: 1fr;
  }
}

#w-node-ceef4a83-8ee6-37f4-07fa-911ad004a21f-fb3a78c8 {
  align-self: center;
}

#w-node-ab9cd5dc-0b5a-d18a-5fdd-01cf35ab9b19-fb3a78c8 {
  place-self: center stretch;
}

#w-node-ab9cd5dc-0b5a-d18a-5fdd-01cf35ab9b1c-fb3a78c8 {
  align-self: center;
}

#w-node-d7ec75ab-788e-ca6c-ed10-8aaf94e49301-fb3a78c8 {
  align-self: auto;
}

#w-node-_0eb379b2-99e3-45cc-dc0f-ac1c88c8c116-f98c1d63, #w-node-_0eb379b2-99e3-45cc-dc0f-ac1c88c8c117-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d9b-f98c1d63, #w-node-c2fac590-f550-865d-d03b-58eaf74b1f75-f98c1d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53, #w-node-_368b9b3b-48da-ed3f-dde3-10f2280cc96a-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd060aa7-c7ff-72f4-3a97-6d990fe6debd-35238f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0441-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accab-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612accb2-612acca7 {
  place-self: center start;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accb4-612acca7 {
  align-self: center;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accba-612acca7 {
  justify-self: start;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accbf-612acca7 {
  justify-self: stretch;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acccc-612acca7 {
  align-self: center;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acceb-612acca7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accf5-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd02-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd0f-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd1c-612acca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acd29-612acca7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acd2d-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd30-612acca7, #w-node-_0f68d8d5-d67e-e706-5378-f244ff7efaf2-fb3a78cb, #w-node-_4709e446-1bc6-5de6-be99-1d3b0d7d5f44-fb3a78cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-fb3a78cf {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-fb3a78cf {
  align-self: stretch;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78cf, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78cf, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78cf, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78cf, #w-node-_3de64590-d5e6-76b7-6090-614b791d192c-fb3a78d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed0cb82d-d8e9-f40f-fcd3-105b8f60dae6-fb3a78d1 {
  justify-self: start;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-fb3a78d7 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-fb3a78d7 {
  align-self: stretch;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d7, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d7, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d7, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-fb3a78d9 {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-fb3a78d9 {
  align-self: stretch;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d9, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d9, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d9, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d9, #w-node-ef1b0774-baad-cfee-1bb1-f1934b1c6517-fb3a78da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#principios-educativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-fb3a78da {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-efa83fed-7212-7ebd-a6b6-2dd674a16109-fb3a78da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#propositos-formativos.w-node-e2fbe9a4-4814-cd58-e1a0-7b405b9108c8-fb3a78da {
  justify-self: auto;
}

#w-node-f9d42aff-c148-d833-8840-23d23c6a37c2-fb3a78da {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a4b75fb2-74d6-6b51-3d80-2a4784a73e82-fb3a78da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-fb3a78db {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-fb3a78db {
  place-self: stretch center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78db, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78db, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78db, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551af-fb3a78df {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551b6-fb3a78df {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551da-fb3a78df {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-c66ba6be-6e6b-96ea-b6cb-1e4cb21c35ad-fb3a78e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-a5bdbf39-5801-6276-eadb-e2466ff6d3c2-58334cc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accb2-612acca7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accba-612acca7 {
    justify-self: start;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accf5-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd02-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd0f-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd1c-612acca7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center stretch;
  }

  #w-node-b80d6601-8295-e74f-bd44-ca47ce00fc47-fb3a78cc, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78cf, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78cf, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78cf, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78cf, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d7, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d7, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d7, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d7, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d9, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d9, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d9, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d9, #principios-educativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-fb3a78da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f759801c-af4c-568f-704c-dfa0550ec630-fb3a78da {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78db, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78db, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78db, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c25-fb3a78dc {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c32-fb3a78dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c3f-fb3a78dc {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c5a-fb3a78dc {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c73-fb3a78dc {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_49517880-71d5-8520-ed63-59c36de7db22-fb3a78dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e67c00a4-ff83-8b39-5822-d31b3ff7eb8d-fb3a78c8, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-_7f72c5f3-c242-4913-a554-1174f811935e-f811935e, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-a5bdbf39-5801-6276-eadb-e2466ff6d3c2-58334cc4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3f20bd12-2b66-9169-1b86-0581c7fe40f1-fb3a78cc, #w-node-_3f20bd12-2b66-9169-1b86-0581c7fe40f8-fb3a78cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78cf, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78cf, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78cf, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78cf, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d7, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d7, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d7, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d7, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d9, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d9, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d9, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f759801c-af4c-568f-704c-dfa0550ec630-fb3a78da {
    grid-row: 1 / 2;
  }

  #w-node-_64ce234e-9d14-d51e-425d-846bddabd932-fb3a78da {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78db, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78db, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78db, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ceef4a83-8ee6-37f4-07fa-911ad004a21f-fb3a78c8, #w-node-e67c00a4-ff83-8b39-5822-d31b3ff7eb8d-fb3a78c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d79-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d7b-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d7d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d85-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d87-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d89-f98c1d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d9b-f98c1d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8a97894-f3ec-317d-3654-c845629739ff-35238f53 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_368b9b3b-48da-ed3f-dde3-10f2280cc96a-35238f53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0446-35238f53 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0448-35238f53 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7f72c5f3-c242-4913-a554-1174f811935e-f811935e, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-a5bdbf39-5801-6276-eadb-e2466ff6d3c2-58334cc4, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78cf, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78cf, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78cf, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78cf, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d7, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d7, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d7, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d7, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78d9, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78d9, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78d9, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78d9, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-fb3a78db, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-fb3a78db, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-fb3a78db, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-fb3a78db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BookItalic.otf') format('opentype'), url('../fonts/MessinaSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans book';
  src: url('../fonts/MessinaSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicateslab';
  src: url('../fonts/DuplicateSlab-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicateslab';
  src: url('../fonts/DuplicateSlab-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vitesse';
  src: url('../fonts/Vitesse-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewslabBlack';
  src: url('../fonts/NewslabBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewslabBold';
  src: url('../fonts/NewslabBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}