@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;
}

:root {
  --cumbres-4: #323e48;
  --cumbres-3: #fdda46;
  --cumbres-2: #ececec;
  --cumbres-1: #323e48;
}

.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-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;
}

.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;
}

body {
  color: #123a5e;
  text-align: left;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--cumbres-4);
  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(--cumbres-4);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  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: #123a5e;
}

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(--cumbres-3);
  color: var(--cumbres-4);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.button.is-secundary {
  border: 1px solid var(--cumbres-2);
  color: var(--cumbres-2);
  background-color: #fdda4600;
  padding-top: .5rem;
}

.button.is-secundary:hover {
  border-style: solid;
  border-color: var(--cumbres-2);
  color: var(--cumbres-2);
  background-color: #ffffff1a;
}

.heading-medium {
  color: var(--cumbres-4);
  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-weight-bold.text-color-blue {
  color: var(--cumbres-4);
}

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

.text-size-large.text-color-white.is-centered {
  text-align: left;
}

.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 {
  color: var(--cumbres-1);
  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 {
  font-style: normal;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

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

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  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.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  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: 32rem;
}

.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: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.text-size-tiny.text-color-white {
  color: var(--cumbres-1);
}

.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 {
  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-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;
}

.button-secondary {
  color: #123a5e;
  text-align: center;
  background-color: #0000;
  border: 2px solid #123a5e;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  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-small, .margin-bottom.margin-medium, .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-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.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-white50 {
  color: #ececec;
}

.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_component {
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
}

.top-bar_content-wrapper {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1265px;
  padding-left: 0;
  padding-right: 0;
  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;
}

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

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

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

.text-block-33 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.top-bar_link-icon {
  background-color: var(--cumbres-3);
  width: 2rem;
  height: 2rem;
  color: var(--cumbres-4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: .125rem;
  display: flex;
}

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

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

.top-bar_component.hide-tablet {
  height: 3rem;
}

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

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

.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;
}

.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_logo {
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.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;
}

.nav-dropdown_cta {
  background-color: var(--cumbres-1);
  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(--cumbres-3);
  color: var(--cumbres-4);
}

.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;
}

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

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

.nav-dropdown_main-link {
  background-color: var(--cumbres-3);
  color: #fff;
  background-image: linear-gradient(#fdda46cc, #fdda46cc), url('../images/cumbres-bosques-primaria-6-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.nav-dropdown_link {
  color: var(--cumbres-4);
  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;
}

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

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

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

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

.nav-dropdpwn_wrapper:hover {
  background-color: var(--cumbres-3);
  color: #123a5e;
}

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

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

.nav_dropdown {
  color: var(--cumbres-1);
  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;
}

.nav-dropdown_brand-image {
  max-width: 60px;
}

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

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

.top-bar_icon {
  width: 1.25rem;
  color: var(--cumbres-2);
  align-self: center;
  align-items: center;
  display: flex;
}

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

.top-bar_icon.blue, .top-bar_icon.social {
  color: var(--cumbres-1);
}

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

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

.nav-dropdown-levels_title-wrapper {
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

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

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

.button-row {
  display: flex;
}

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

.home-about_content-right.background-color-blue {
  color: var(--cumbres-2);
  padding: 2.5rem;
}

.button-cta {
  color: #123a5e;
  text-align: left;
  background-color: #fff;
  border: 1px #fff;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  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;
}

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

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

.home-about_content-left {
  object-fit: cover;
  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: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

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

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

.text-color-white.text-size-medium {
  color: #323e48c2;
}

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

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

.text-span {
  transform-style: preserve-3d;
  font-family: Duplicateslab, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  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 {
  flex: none;
  width: 100%;
  height: 20rem;
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-underline-wrapper {
  display: block;
}

.title-underline-wrapper.hide {
  display: none;
}

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

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

.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: 4rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  display: none;
}

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

.home-facilities-image_image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
}

.home-facilities-image_slider {
  background-color: #0000;
  height: 70svh;
  position: static;
}

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

.home-facilities-image_icon-circle {
  background-color: var(--cumbres-3);
  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 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: grid;
}

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

.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-duplicate {
  font-family: Duplicateslab, sans-serif;
  font-size: 2.75rem;
  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(--cumbres-1);
  width: 1rem;
  height: 3px;
  position: absolute;
}

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

.home-form_content-left.background-color-blue {
  background-color: var(--cumbres-1);
}

.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(--cumbres-1);
}

.footer_bottom-link {
  color: var(--cumbres-1);
  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 minmax(200px, max-content);
  align-content: start;
  align-items: 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: #fff;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--cumbres-3);
}

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

.footer_top-brand {
  border-bottom: 1px #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: var(--cumbres-3);
  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;
  line-height: 1;
}

.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(--cumbres-3);
  background-color: var(--cumbres-1);
  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 {
  max-height: 24rem;
  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-cumbres_yelow {
  background-color: var(--cumbres-3);
  color: var(--cumbres-1);
}

.background-color-yellow {
  background-color: var(--cumbres-3);
  background-color: #fcf081;
}

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

.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;
}

.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(--cumbres-3);
  background-color: var(--cumbres-1);
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 1.5rem;
  display: flex;
}

.education-model-pont {
  display: flex;
}

.image-65 {
  width: 32px;
}

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

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

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

.icon-box {
  background-color: var(--cumbres-1);
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 20px;
  display: flex;
}

.why-us-tabs_tab-link {
  color: var(--cumbres-4);
  background-color: #fff;
  padding: 1rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

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

.why-us-tabs_tab-link.w--current {
  z-index: 5;
  background-color: var(--cumbres-3);
  color: var(--cumbres-4);
  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(--cumbres-2);
}

.why-us-tabs_methodologys-component {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr;
}

.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;
}

.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;
}

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

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

.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: #fff;
  flex-direction: column;
  padding: 4.5rem 2rem;
  display: flex;
}

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

.level-tabs_tab-pane {
  border-left: 3px solid var(--cumbres-3);
  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: var(--cumbres-4);
  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: #323e4840;
}

.levels-tabs_link-wrapper.w--current {
  z-index: 5;
  background-color: var(--cumbres-1);
  color: var(--cumbres-2);
  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(--cumbres-3);
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.badge-1.background-color-darkgreen {
  background-color: var(--cumbres-1);
}

.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 {
  background-image: linear-gradient(#5b7f95cc, #5b7f95cc), url('../images/highlands-instalaciones-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  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;
}

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

.admissions_content-left {
  position: relative;
}

.admissions_content-right {
  display: flex;
}

.ambientes-seguros-number-wrap {
  z-index: 1;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.about-number-wrap-2 {
  color: #0f3f65;
  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;
}

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

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

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

.admissions_lightbox-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/preview-crece-siempre.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 20rem;
  position: sticky;
}

.home-facilities-image_icon {
  width: .75rem;
  color: var(--cumbres-4);
  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;
  display: flex;
}

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

.footer-form_icon {
  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;
}

.coming-soon_icon {
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.levels-intro_image-wrapper.background-preschool {
  background-color: #fafafa;
  background-image: url('../images/cumbres-bosques-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.levels-intro_image-wrapper.background-middle-school {
  background-image: url('../images/cumbres-bosques-primaria-6-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;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.button-row-2 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.section-blog {
  overflow: hidden;
}

.section-blog.background-color-whitesmoke {
  justify-content: center;
  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(--cumbres-3);
  color: var(--cumbres-4);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

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

.blog54_button-wrapper {
  border-top: 1px solid var(--cumbres-3);
  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: var(--cumbres-4);
  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 {
  color: #0000;
  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 {
  color: #0000;
  margin-right: 1rem;
  font-weight: 600;
  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: 50%;
  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(--cumbres-3);
  color: var(--cumbres-4);
  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: cover;
  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;
}

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

.heading-small-copy {
  color: var(--cumbres-1);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.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 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_image-overlay:hover {
  background-color: #fdda46a6;
}

.blog_image-button {
  border: 1px solid var(--cumbres-4);
  color: var(--cumbres-4);
  padding: .5rem 1rem;
  display: none;
}

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

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

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

.video_cover-overlay {
  z-index: 2;
  background-color: #123a5e99;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-231 {
  position: relative;
  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-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(--cumbres-1);
  width: 2rem;
  min-width: 2rem;
  height: 2px;
  transform: rotate(45deg);
}

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

.cumbres-text-transparent {
  color: #123a5e1a;
  text-transform: uppercase;
  font-family: Duplicateslab, sans-serif;
  font-size: 6rem;
  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(--cumbres-3);
}

.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-copy {
  background-color: var(--cumbres-3);
  color: var(--cumbres-4);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

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

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

.div-block-233 {
  flex-direction: column;
  display: flex;
}

.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 {
  opacity: .73;
  width: 6rem;
}

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

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

.nav-dropdown-cta_image {
  width: 16rem;
}

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

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

.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 {
  width: 100%;
  position: absolute;
}

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

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

.home-header_slide {
  height: 100%;
}

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

.is-hidden {
  display: none;
}

.home-header_slider-overlay {
  z-index: 1;
  background-image: linear-gradient(59deg, var(--cumbres-2) 29%, #34343438 58%, transparent);
  position: absolute;
  inset: 0%;
}

.home-header_mask {
  width: 100%;
}

.heading-hero {
  color: #323e48;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.container-hero {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.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 {
  background-color: var(--cumbres-1);
  color: #ffffffba;
  cursor: pointer;
  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(--cumbres-3);
  font-size: 3rem;
  font-weight: 700;
}

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

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

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

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

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

.heading {
  color: var(--cumbres-4);
}

.background-video-2 {
  width: 100%;
}

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

.link-block {
  z-index: 10;
  background-color: var(--cumbres-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.levels-intro_lightbox {
  position: absolute;
  inset: 0%;
}

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

.colaboradores_link-block {
  margin-top: 1rem;
  text-decoration: none;
}

.colaboradores_link-block.w--current {
  display: none;
}

.colaboradores_layout {
  color: #fff;
  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;
}

.colaboradores_icon {
  width: 2.5rem;
}

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

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

.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;
}

.section-rh-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  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;
}

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

.play {
  max-width: 32%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.modelo-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: 360px;
  display: flex;
  position: sticky;
  top: 220px;
}

.certificaciones-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.certificaciones-wrapper {
  border: 1px solid var(--cumbres-2);
}

.certificaciones-wrapper.padding-small {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.div-block-369 {
  background-color: #fdda46c4;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.facilities-link-block_container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-nav-2 {
  display: none;
}

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

.school-label {
  color: var(--cumbres-2);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Duplicateslab, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: static;
}

.school-label-modelo-educativo {
  letter-spacing: 1.1px;
  font-size: 2rem;
}

.school-label-header {
  color: #323e48e0;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Duplicateslab, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  position: static;
}

.school-label-header.text-color-white {
  color: #ffffffe0;
}

.ambientes-seguros-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-brand-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.image-72 {
  height: 5.5rem;
}

.icon, .icon-2 {
  color: var(--cumbres-1);
}

.icon-youtube {
  width: 1.25rem;
  height: 1.25rem;
}

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

.top-bar_hub.right {
  margin-left: 40px;
}

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

.image-76 {
  height: 1rem;
}

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

.model-profile_logo {
  max-height: 10rem;
}

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

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

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

.title-line-2 {
  background-color: #5b7f95;
  width: 6rem;
  height: 3px;
}

.model-profile_box-3 {
  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;
}

.model-profile_logo-2 {
  width: auto;
  max-width: 100%;
  height: 5.8rem;
}

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

.slider_wrapper {
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.swiper.hero-swiper {
  height: 35rem;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  min-width: 100vw;
  display: inline-block;
}

.prev-slide {
  z-index: 999;
  color: #ff4438;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 9.1rem 3rem auto;
}

.arrow {
  width: 2rem;
  color: var(--cumbres-1);
  display: flex;
}

.next-slide {
  z-index: 999;
  color: #ff4438;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 4rem 3rem auto;
}

.hero-slider_school-label-wrapper {
  height: 1.5rem;
}

.hero-header_overlay {
  background-image: linear-gradient(to right, #fff 47%, #5b7f9500);
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-4 {
  color: #fff;
  background-color: #ff4438;
  border: 2px solid #ff7843;
  justify-content: center;
  padding: .75rem 1.25rem;
  display: flex;
}

.button-4.in-mobile-is-fullwidth {
  border-color: var(--cumbres-3);
  background-color: var(--cumbres-3);
}

.hero-header_content {
  z-index: 2;
  color: #f6f6f6;
  height: 100%;
  position: relative;
}

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

.text-style-hero {
  z-index: 1;
  color: var(--cumbres-1);
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.section-hero-header {
  background-color: #fafafa;
  background-image: linear-gradient(103deg, #fff 39%, #5b7f9526 69%, #5b7f9526);
  border: 2rem #fff;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

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

.button-row-3.is-relative {
  z-index: 10;
  width: 100%;
}

.hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.button-secondary-2 {
  color: #123a5e;
  text-align: center;
  background-color: #0000;
  border: 2px solid #123a5e;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-secondary-2.in-mobile-is-fullwidth {
  color: #323e48;
  border-color: #323e48;
}

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

.text-size-medium-2.text-color-black {
  color: var(--cumbres-1);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.hero-header_image-wrapper {
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 30%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-label {
  z-index: 1;
  color: #5b7f95d9;
  font-size: 1.5rem;
  font-weight: 900;
}

.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;
}

.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;
}

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

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

.home-facilities-image_left-arrow-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #24cd7f;
  background-color: #ececec;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
  display: flex;
  position: absolute;
  inset: auto 8rem 1rem auto;
  box-shadow: 1px 1px 16px #0003;
}

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

.title-line-3 {
  background-color: #4fb47a;
  width: 6rem;
  height: 3px;
}

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

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

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

.home-facilities-image_icon-circle-2 {
  background-color: #24cd7f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

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

.afterschool_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.div-block-370 {
  flex-flow: column;
  justify-content: space-between;
}

.icon-3, .icon-4 {
  color: var(--cumbres-4);
}

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

.section_cta25 {
  position: relative;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.cta-afterschool.background-color-black {
  background-color: var(--cumbres-1);
  color: var(--cumbres-2);
}

.cta-afterschool.background-color-yellow {
  background-color: var(--cumbres-3);
  color: var(--cumbres-1);
}

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

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

.video_wrapper {
  z-index: 2;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-overlay {
  background-color: #1a1a1a80;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-372 {
  background-color: var(--cumbres-2);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.text-span-2 {
  font-family: Duplicateslab, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.text-size-xlarge {
  font-size: 2rem;
}

.video_image {
  width: 100%;
  max-width: 10rem;
}

.div-block-373 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-77 {
  opacity: .1;
  min-width: 48rem;
  position: absolute;
  inset: 200px -10% 0% auto;
}

.video_cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spacer-medium {
  height: 2rem;
}

.heading-label-2 {
  z-index: 1;
  color: #5b7f95d9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

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

.hero-header_overlay-2 {
  background-image: linear-gradient(to right, #fff 47%, #5b7f9500);
  width: 80%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-header_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.hero-header_content-2 {
  z-index: 2;
  height: 100%;
  position: relative;
}

.hero-header_image-wrapper-2 {
  width: 100%;
  height: 100%;
  padding-left: 30%;
  position: absolute;
  inset: 0%;
}

.slider_wrapper-2 {
  height: 35rem;
  margin-top: 220px;
  position: relative;
  overflow: hidden;
}

.section-hero-header-2 {
  background-color: #fafafa;
  background-image: linear-gradient(103deg, #fff 39%, #5b7f9526 69%, #5b7f9526);
  border: 2rem #fff;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.text-style-hero-2 {
  z-index: 1;
  color: #1f355e;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.button-12 {
  color: #fff;
  background-color: #ff4438;
  border: 2px solid #ff7843;
  justify-content: center;
  padding: .75rem 1.25rem;
  display: flex;
}

.button-12.in-mobile-is-fullwidth {
  color: #323e48;
  background-color: #fdda46;
  border-color: #fdda46;
}

.hero-slider_school-label-wrapper-2 {
  height: 1.5rem;
}

.hero-header_image-2 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
}

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

.button-row-4.is-relative {
  z-index: 10;
  width: 100%;
}

.slider-bosques-hero {
  background-color: #fafafa;
  background-image: linear-gradient(103deg, #fff 39%, #5b7f9526 69%, #5b7f9526);
  border: 2rem #fff;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.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;
}

.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;
}

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

.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;
}

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

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

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

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

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

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

.section_blog44 {
  background-color: #f2f2f2;
}

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

.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;
}

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

.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;
}

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

.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-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

@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;
  }

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

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

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

  .home-facilities-image_left-arrow {
    right: 23%;
  }

  .home-facilities-image_right-arrow {
    right: 15%;
  }

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

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

  .video_cover-overlay {
    background-color: #123a5ecc;
  }

  .home-header_slide, .home-header_mask {
    width: 100%;
  }

  .container-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .hero-header_image {
    object-fit: cover;
    object-position: 50% 100%;
    min-height: 100%;
    margin-bottom: 50px;
  }

  .section-hero-header {
    height: 40rem;
  }

  .hero-header_image-wrapper {
    min-height: 40rem;
  }

  .hero-header_image-2 {
    object-fit: cover;
    object-position: 100% 0%;
  }
}

@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: 6rem;
  }

  .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.no-paddings-mobile {
    padding-bottom: 0;
  }

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

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

  .top-bar_list {
    grid-template-columns: 1fr .25fr;
  }

  .top-bar_item.right {
    display: none;
  }

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

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

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

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

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

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

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

  .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;
    position: absolute;
  }

  .nav-dropdown_cta {
    display: none;
  }

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

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

  .nav_link {
    height: 4rem;
    color: var(--cumbres-1);
    justify-content: flex-start;
    padding-left: 2.5rem;
    font-size: 1rem;
    position: relative;
  }

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

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

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

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

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

  .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_image-wrapper {
    margin-bottom: 0;
    margin-right: 20px;
    display: none;
  }

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

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

  .nav_dropdown.w--open {
    background-color: var(--cumbres-1);
    color: #e6e7e8;
    flex: 0 auto;
    width: 100%;
    height: 4rem;
    position: absolute;
  }

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

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

  .nav-dropdown-levels_component {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

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

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

  .home-about_content-left {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 400px;
  }

  .home-about_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .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;
  }

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

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

  .home-levels_image {
    width: 100%;
  }

  .home-facilities-image_left-arrow {
    right: 17%;
  }

  .home-facilities-image_image {
    aspect-ratio: 1;
  }

  .home-facilities-image_right-arrow {
    right: 3%;
  }

  .home-facilities-image_component {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .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%;
    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-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;
    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;
  }

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

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

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

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

  .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;
  }

  .heading-small-copy {
    font-size: 1rem;
    font-weight: 900;
  }

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

  .cumbres-text-transparent {
    text-align: center;
    line-height: 1.2em;
  }

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

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

  .home-header_slider-overlay {
    background-image: linear-gradient(18deg, var(--cumbres-2) 50%, transparent 79%);
  }

  .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;
  }

  .rh-form_component {
    grid-template-columns: .75fr;
  }

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

  .model-intro_lightbox-2 {
    height: 300px;
  }

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

  .modelo-intro_lightbox {
    height: 300px;
  }

  .page-padding-_header {
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-82, .text-block-83 {
    color: var(--cumbres-1);
  }

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

  .model-profile_box-2 {
    width: auto;
  }

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

  .model-profile_box-3 {
    width: auto;
  }

  .model-profile_content-wrapper, .slider_wrapper, .swiper.hero-swiper {
    height: auto;
  }

  .prev-slide, .next-slide {
    bottom: 2rem;
  }

  .hero-header_overlay {
    background-image: linear-gradient(to top, #fff 56%, #5b7f9500);
    width: 100%;
    height: 95%;
    inset: auto 0% 0%;
  }

  .hero-header_image {
    object-position: 50% 100%;
  }

  .section-hero-header {
    height: auto;
    padding-top: 40%;
  }

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

  .hero-header_image-wrapper {
    padding-left: 0%;
  }

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

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

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

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

  .hero-header_overlay-2 {
    background-image: linear-gradient(0deg, #fff 56%, #5b7f9500);
    width: 100%;
    height: 95%;
    padding-top: 40vh;
    inset: auto 0% 0%;
  }

  .hero-header_component-2 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .hero-header_content-2 {
    padding-top: 30vh;
  }

  .slider-8 {
    background-color: #fff;
    height: 80vh;
  }

  .hero-header_image-wrapper-2 {
    padding-left: 0%;
  }

  .slider_wrapper-2 {
    height: 80vh;
    margin-top: 140px;
  }

  .section-hero-header-2, .hero-slider_school-label-wrapper-2 {
    height: auto;
  }

  .hero-header_image-2 {
    object-position: 50% 0%;
    height: 70%;
  }

  .slider-bosques-hero {
    height: auto;
  }

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

  .blog_list-wrapper-2 {
    padding-left: 2rem;
  }

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

  .div-block-421 {
    height: 300px;
  }

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

  .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;
  }

  .button.hide-desktop {
    align-items: center;
    display: flex;
  }

  .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.no-paddings-mobile {
    padding-top: 0;
  }

  .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;
  }

  .nav_component {
    height: 6rem;
  }

  .top-bar_list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .top-bar_item.right {
    display: none;
  }

  .top-bar_component {
    padding-left: 0;
    display: none;
  }

  .top-bar_link-icons-wrapper {
    justify-content: space-around;
  }

  .nav_brand-wrapper {
    height: 6rem;
  }

  .nav_logo-link {
    flex: none;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav_logo-link.w--current {
    margin-top: 0;
    margin-left: 20px;
  }

  .nav_links-wrapper {
    border-top: 3px #fdda46;
  }

  .nav_dropdown-list {
    display: none;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
  }

  .nav_brand-component {
    grid-template-columns: max-content 1fr 1fr;
    align-items: center;
    width: 96%;
  }

  .section-home-header {
    padding-top: 0;
  }

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

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

  .home-about_component {
    grid-auto-flow: row;
  }

  .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;
  }

  .home-facilities-image_left-arrow {
    width: 4rem;
    height: 4rem;
    right: 8rem;
  }

  .home-facilities-image_image {
    aspect-ratio: 2 / 3;
  }

  .home-facilities-image_right-arrow {
    width: 4rem;
    height: 4rem;
    right: 2rem;
  }

  .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;
    display: grid;
  }

  .home-facilities-image_component {
    grid-template-rows: auto;
  }

  .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;
  }

  .why-us_faq-wrapper {
    min-width: auto;
  }

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

  .education-model-pont {
    flex-direction: column;
  }

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

  .icon-box {
    margin-bottom: 20px;
  }

  .model-intro_lightbox {
    position: static;
  }

  .parrafo {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .levels-tabs_logo {
    display: none;
  }

  .gallery_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .levels-cta_content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .levels-cta_lockup {
    left: 30px;
  }

  .ambientes-seguros-number-wrap {
    align-items: flex-start;
  }

  .cta_component {
    grid-row-gap: 3rem;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .blogpost3_header {
    grid-row-gap: 3rem;
  }

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

  .blogpost_content {
    margin-bottom: 2rem;
  }

  .heading-small-copy {
    text-align: left;
    font-size: 1rem;
    display: none;
  }

  .ambientes-seguros_bullet-wrapper {
    align-items: flex-start;
  }

  .footer-credits_by-bd {
    padding-left: 1.25rem;
  }

  .home-header_slider {
    background-color: #0000;
  }

  .home-header_slider-wrapper {
    flex-direction: column-reverse;
    position: static;
  }

  .home-header_slider-overlay {
    background-image: none;
    display: none;
  }

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

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

  .link-block {
    text-align: left;
    max-width: 20rem;
    display: flex;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .rh-form_content-right {
    max-width: none;
    padding: 10px;
  }

  .model-intro_lightbox-2 {
    position: static;
  }

  .section-video {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .modelo-intro_lightbox {
    position: static;
  }

  .page-padding-_header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
  }

  .ambientes-seguros-wrapper {
    align-items: flex-start;
  }

  .top-brand-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-72 {
    margin-top: 2rem;
  }

  .slider-img-wrapper {
    object-fit: cover;
    overflow: hidden;
  }

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

  .heading-medium-3 {
    font-size: 1.5rem;
  }

  .slider_wrapper {
    height: auto;
  }

  .prev-slide {
    inset: 22% 50% 50% 1rem;
  }

  .arrow {
    width: 1.5rem;
  }

  .next-slide {
    top: 22%;
    right: 1rem;
  }

  .hero-header_overlay {
    background-image: linear-gradient(to top, #fff 49%, #d0dae1b5 78%, #5b7f9500 98%);
    height: 80%;
  }

  .hero-header_image {
    object-fit: cover;
    height: 100%;
  }

  .text-style-hero {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .section-hero-header {
    padding-top: 50%;
  }

  .button-row-3 {
    grid-template-columns: max-content;
  }

  .button-row-3.is-relative {
    z-index: 0;
    grid-template-columns: max-content 1fr;
  }

  .hero-header_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
  }

  .text-size-medium-2.text-color-black {
    font-size: 1.5rem;
  }

  .heading-label {
    line-height: 1.2em;
  }

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

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .div-block-372 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-span-2 {
    font-size: 2rem;
  }

  .video_image {
    max-width: 6rem;
  }

  .div-block-373 {
    justify-content: space-between;
  }

  .heading-label-2 {
    line-height: 1.2em;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .hero-header_overlay-2 {
    background-image: linear-gradient(to top, #fff 49%, #d0dae1b5 78%, #5b7f9500 98%);
    height: 80%;
  }

  .hero-header_component-2 {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
  }

  .slider-8 {
    height: 80%;
  }

  .slider_wrapper-2 {
    height: auto;
  }

  .section-hero-header-2 {
    background-color: #fff;
  }

  .text-style-hero-2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .hero-slider_school-label-wrapper-2 {
    height: auto;
  }

  .hero-header_image-2 {
    object-fit: cover;
    height: auto;
  }

  .button-row-4 {
    grid-template-columns: max-content;
  }

  .button-row-4.is-relative {
    z-index: 0;
    grid-template-columns: max-content 1fr;
  }

  .slider-bosques-hero {
    background-color: #fff;
  }

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

  .blog_list-wrapper-2 {
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blog-post3-content_content {
    margin-bottom: 2rem;
  }

  .blog-post3-header_component {
    grid-row-gap: 3rem;
  }

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

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: left;
  }

  .button.hide-desktop {
    display: block;
  }

  .button.in-mobile-is-fullwidth {
    width: 100%;
  }

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

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

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

  .text-rich-text h3 {
    margin-top: 0;
  }

  .text-rich-text figure {
    margin-left: 0;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

  .margin-bottom.margin-small {
    padding-top: 10vh;
  }

  .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.no-paddings-mobile {
    padding-top: 8rem;
  }

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

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

  .nav_component {
    justify-content: space-between;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-bar_list {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav_data-link {
    font-size: .75rem;
    line-height: 10px;
  }

  .top-bar_component {
    padding-left: 0;
    display: none;
  }

  .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: 5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_logo-link {
    margin-left: 0;
  }

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

  .nav_logo {
    width: 3.5rem;
    height: 3.5rem;
  }

  .nav_links-wrapper {
    z-index: 15;
    width: 100%;
    margin-top: 5rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
  }

  .nav_link {
    border-bottom: 1px solid #123a5e1a;
    padding-left: 1rem;
  }

  .nav-dropdpwn_wrapper {
    align-items: center;
    padding-left: 1rem;
  }

  .nav-dropdown_image-wrapper {
    display: none;
  }

  .nav_dropdown {
    border-bottom: 1px solid #123a5e1a;
    padding-left: 1rem;
  }

  .nav-dropdown-about_image-wrapper {
    align-items: center;
  }

  .nav_brand-component {
    flex: 1;
    grid-template-columns: max-content max-content;
    justify-content: space-between;
    align-items: center;
  }

  .nav_wrapper {
    height: 5rem;
    max-height: 5rem;
  }

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

  .section-home-header {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .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;
  }

  .text-span {
    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_left-arrow {
    display: none;
  }

  .home-facilities-image_image {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    height: auto;
  }

  .home-facilities-image_slide {
    height: 24rem;
  }

  .home-facilities-image_right-arrow {
    display: none;
  }

  .home-facilities-image_icon-circle {
    width: 2rem;
    height: 2rem;
  }

  .home-facilities-image_content-right {
    grid-template-columns: 1fr;
  }

  .home-facilities-image_component {
    grid-row-gap: 4rem;
  }

  .text-style-duplicate {
    margin-bottom: 1rem;
  }

  .footer_bottom-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
  }

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

  .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;
  }

  .nav_button {
    margin-left: 1rem;
  }

  .nav_lottie {
    width: 30px;
  }

  .section-header {
    margin-top: 4rem;
  }

  .section-header.background-color-blue {
    margin-top: 3rem;
    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_content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parrafo {
    margin-left: 0;
    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 {
    height: 250px;
  }

  .levels-cta_content-wrapper {
    padding: 50px 20px 40px;
  }

  .levels-cta_lockup {
    max-width: 100px;
    height: auto;
    left: 20px;
  }

  .ambientes-seguros-number-wrap {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .about-number-wrap-2 {
    margin-bottom: 10px;
  }

  .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 {
    height: 24rem;
  }

  .home-form_adress-links {
    grid-template-columns: min-content 1fr;
  }

  .cta_component {
    grid-template-columns: 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;
  }

  .heading-small-copy {
    font-size: .75rem;
  }

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

  .link {
    font-size: .75rem;
    line-height: 1rem;
  }

  .cumbres-text-transparent {
    font-size: 3rem;
  }

  .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 {
    background-color: #0000;
    height: auto;
  }

  .home-header_slide {
    height: auto;
  }

  .home-header_slider-wrapper {
    background-color: #fff;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: auto;
    position: static;
  }

  .home-header_slider-overlay {
    background-image: none;
    display: none;
  }

  .heading-hero {
    font-size: 2rem;
  }

  .container-hero {
    background-color: #fff;
    height: auto;
  }

  .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;
  }

  .about-model_certifications-item {
    grid-template-columns: 1fr;
  }

  .about-model_certifications-image {
    width: auto;
    max-width: 80%;
  }

  .image-70 {
    object-fit: cover;
    object-position: 56% 0%;
    height: auto;
    position: relative;
  }

  .grid-7 {
    flex-direction: column;
    display: flex;
  }

  .model-intro_lightbox-2 {
    height: 200px;
    max-height: 200px;
  }

  .section-video {
    margin-top: 4rem;
  }

  .section-video.background-color-blue {
    margin-top: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modelo-intro_lightbox {
    height: 200px;
    max-height: 200px;
  }

  .school-label-header {
    font-size: 1rem;
  }

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

  .image-76 {
    min-width: 3rem;
  }

  .model-profile_box-2, .model-profile_box-3 {
    width: 100%;
  }

  .prev-slide {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    inset: 10rem 0% auto 5%;
  }

  .next-slide {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    inset: 10rem 5% 8px auto;
  }

  .hero-slider_school-label-wrapper {
    width: 100%;
  }

  .hero-header_overlay {
    background-image: linear-gradient(to top, #fff 62%, #d0dae1b5 82%, #5b7f9500 98%);
  }

  .button-4.in-mobile-is-fullwidth, .hero-header_content {
    width: 100%;
  }

  .hero-header_image {
    object-fit: contain;
    object-position: 50% 0%;
    height: 100%;
  }

  .hero-slider_text-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .section-hero-header {
    border-style: none;
    padding-top: 40%;
  }

  .button-row-3 {
    flex-direction: column;
    grid-template-columns: max-content;
    align-self: flex-start;
    place-items: flex-start start;
  }

  .button-row-3.is-relative {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-header_component {
    grid-template-columns: 1fr;
  }

  .button-secondary-2.in-mobile-is-fullwidth {
    width: 100%;
    display: inline-block;
  }

  .text-size-medium-2 {
    text-align: left;
  }

  .heading-label {
    font-size: 1rem;
  }

  .logo-ambientes-seguros {
    width: auto;
    min-width: auto;
    max-width: 12rem;
  }

  .hub_hub-logo {
    max-width: 12rem;
  }

  .home-facilities-image_slide-2 {
    height: auto;
  }

  .home-facilities-image_content-right-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-facilities-image_left-arrow-2 {
    width: 3rem;
    height: 3rem;
    left: 1rem;
    right: auto;
  }

  .home-facilities-image_right-arrow-2 {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }

  .home-facilities-image_icon-2 {
    width: .75rem;
  }

  .home-facilities-image_icon-circle-2 {
    width: 2rem;
    height: 2rem;
  }

  .home-facilities-image_component-2 {
    grid-row-gap: 4rem;
  }

  .afterschool_component {
    flex-flow: column;
    display: flex;
  }

  .text-span-2 {
    font-size: 1.25rem;
  }

  .text-size-xlarge {
    font-size: 1.75rem;
  }

  .heading-label-2 {
    font-size: 1rem;
  }

  .hero-header_overlay-2 {
    background-image: linear-gradient(to top, #fff 62%, #d0dae1b5 82%, #5b7f9500 98%);
  }

  .hero-header_component-2 {
    grid-template-columns: 1fr;
  }

  .hero-header_content-2 {
    width: 100%;
    padding-top: 0;
  }

  .slider_wrapper-2 {
    margin-top: 100px;
  }

  .section-hero-header-2 {
    border-style: none;
  }

  .text-style-hero-2 {
    font-size: 2rem;
  }

  .button-12.in-mobile-is-fullwidth {
    width: 100%;
  }

  .hero-slider_school-label-wrapper-2 {
    width: 100%;
    height: auto;
  }

  .hero-header_image-2 {
    height: 55%;
  }

  .button-row-4 {
    flex-direction: column;
    grid-template-columns: max-content;
    align-self: flex-start;
    place-items: flex-start start;
  }

  .button-row-4.is-relative {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .slider-bosques-hero {
    border-style: none;
  }

  .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-_16d73b3c-1e14-f763-246d-53ebe6b8f6b1-2522d361, #w-node-_9d1a1530-f98c-c070-550f-34238d2cc3bc-2522d361, #w-node-_4b3f9368-4495-189a-c6f2-10ece1575268-2522d361, #w-node-e6038e5f-266d-b714-99c6-d958fe183e3e-2522d361 {
  align-self: center;
}

#w-node-ab9cd5dc-0b5a-d18a-5fdd-01cf35ab9b19-2522d361 {
  place-self: center stretch;
}

#w-node-ab9cd5dc-0b5a-d18a-5fdd-01cf35ab9b1c-2522d361 {
  align-self: center;
}

#w-node-c7797538-ef6a-64d0-f3af-baa4c353fbf1-f98c1d63, #w-node-c7797538-ef6a-64d0-f3af-baa4c353fbf2-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-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-_13c3f276-8de4-7ce0-b028-b8a49892e17a-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13c3f276-8de4-7ce0-b028-b8a49892e180-35238f53, #w-node-_13c3f276-8de4-7ce0-b028-b8a49892e187-35238f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c3f276-8de4-7ce0-b028-b8a49892e18e-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13c3f276-8de4-7ce0-b028-b8a49892e195-35238f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c3f276-8de4-7ce0-b028-b8a49892e19b-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519360-3851935c, #w-node-becbd6bc-3c2a-3a6a-1ce9-00a1f4250cfe-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e77038519369-3851935c {
  place-self: center start;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e7703851936b-3851935c {
  align-self: center;
}

#w-node-_57405a49-caa2-2d99-9c27-3fa08838e234-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e77038519371-3851935c {
  justify-self: start;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519376-3851935c {
  justify-self: stretch;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e77038519384-3851935c {
  align-self: center;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193c1-3851935c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193c5-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193cc-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193d3-3851935c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center stretch;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193da-3851935c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_35cc71c2-a5a9-90c2-eef2-e770385193e1-3851935c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3bb13313-af65-379b-8e52-8776590e4e0d-3851935c, #w-node-e21c7189-8ff3-abb5-8977-37b11f572b1a-3851935c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56d34e8c-d342-6e8d-567c-38e860f3aade-2522d364 {
  align-self: stretch;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-2522d36b {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-2522d36b {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36b, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36b, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36b, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-2522d36d {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-2522d36d {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36d, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36d, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36d, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36d, #w-node-_61d45b11-119a-fa35-558a-30d866d3e341-2522d36e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#propositos-formativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-2522d36e {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#propositos-formativos.w-node-e2fbe9a4-4814-cd58-e1a0-7b405b9108c8-2522d36e {
  justify-self: auto;
}

#w-node-a4b75fb2-74d6-6b51-3d80-2a4784a73e82-2522d36e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0f0ba9d3-d2b7-c951-47ee-baf0394de42d-2522d36f {
  align-self: auto;
}

#w-node-abaef2fa-df4e-85ca-5a4c-e310d1d5ce94-2522d36f {
  align-self: center;
}

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36f, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36f, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36f, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d0a0936-51ed-1b06-aaf2-02aa07e8e7df-2522d370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8fe015fc-806f-0795-4115-b52730c6b757-2522d370 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551af-2522d372 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551b6-2522d372 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f79ad85d-dcab-71ff-1228-04c1d9a551da-2522d372 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_95457668-3490-ae95-d1e6-6290a7ddff52-2522d373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fcdd6b3e-bd44-8014-7954-7db3bc634359-2522d375 {
  align-self: stretch;
}

@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-_8b761e49-fae8-f3d2-8e64-3cab446751e0-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 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193c5-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193cc-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193d3-3851935c, #w-node-_35cc71c2-a5a9-90c2-eef2-e770385193da-3851935c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center stretch;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36b, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36b, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36b, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36b, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36d, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36d, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36d, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36d, #propositos-formativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-2522d36e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f759801c-af4c-568f-704c-dfa0550ec630-2522d36e {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36f, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36f, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36f, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c25-2522d370 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c32-2522d370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c3f-2522d370 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c5a-2522d370 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-b133cbc5-100f-8fce-8c88-28968db90c73-2522d370 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_49517880-71d5-8520-ed63-59c36de7db22-2522d370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89288af7-bcdf-819b-411e-6c1032d3ecfb-2522d375 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-2522d361, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8b761e49-fae8-f3d2-8e64-3cab446751e0-f98c1d63 {
    grid-area: span 1 / span 3 / span 1 / span 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 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_40cc5308-2e45-1c83-a6a9-e344ba8bfe27-3851935c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f3cc952-a0f7-37e6-48c3-c972e059f2d3-2522d364 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36b, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36b, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36b, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36b, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36d, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36d, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36d, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f759801c-af4c-568f-704c-dfa0550ec630-2522d36e {
    grid-row: 1 / 2;
  }

  #w-node-_64ce234e-9d14-d51e-425d-846bddabd932-2522d36e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36f, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36f, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36f, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae2b77a7-9848-090b-ac8c-17c2c22a0066-2522d375, #w-node-fcdd6b3e-bd44-8014-7954-7db3bc634359-2522d375 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16d73b3c-1e14-f763-246d-53ebe6b8f6bf-2522d361, #w-node-_16d73b3c-1e14-f763-246d-53ebe6b8f6c2-2522d361, #w-node-_9d1a1530-f98c-c070-550f-34238d2cc3ca-2522d361, #w-node-_9d1a1530-f98c-c070-550f-34238d2cc3cd-2522d361, #w-node-_4b3f9368-4495-189a-c6f2-10ece1575276-2522d361, #w-node-_4b3f9368-4495-189a-c6f2-10ece1575279-2522d361, #w-node-e6038e5f-266d-b714-99c6-d958fe183e4c-2522d361, #w-node-e6038e5f-266d-b714-99c6-d958fe183e4f-2522d361 {
    justify-self: stretch;
  }

  #w-node-_7fe75ae9-1c7a-959d-3cd2-6942ddf3a422-2522d361 {
    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-_13c3f276-8de4-7ce0-b028-b8a49892e17a-35238f53, #w-node-_13c3f276-8de4-7ce0-b028-b8a49892e18e-35238f53, #w-node-_13c3f276-8de4-7ce0-b028-b8a49892e1a1-35238f53, #w-node-_13c3f276-8de4-7ce0-b028-b8a49892e1a3-35238f53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #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-_40cc5308-2e45-1c83-a6a9-e344ba8bfe27-3851935c, #w-node-_6f3cc952-a0f7-37e6-48c3-c972e059f2d3-2522d364, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36b, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36b, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36b, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36b, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36d, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36d, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36d, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36d, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-2522d36f, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-2522d36f, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-2522d36f, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-2522d36f, #w-node-ae2b77a7-9848-090b-ac8c-17c2c22a0066-2522d375, #w-node-fcdd6b3e-bd44-8014-7954-7db3bc634359-2522d375 {
    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;
}