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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --primario: #5b7f95;
  --white-smoke: #ececec;
  --tomato: #ff4438;
  --dark-slate-grey: #025572;
  --gris-secundario: #323e48;
  --black-button: #1f2120;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.icon-1x1-small {
  color: var(--white-smoke);
  border-radius: 20px;
  width: 1.25rem;
  height: 1.25rem;
}

.button {
  background-color: var(--tomato);
  color: var(--white-smoke);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.text-rich-text h3 {
  color: var(--primario);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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-tomato.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: .8rem .8rem;
  padding-left: 1.25rem;
  list-style-type: none;
}

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

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 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: #f7f7f7;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

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

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

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

.show-tablet {
  display: none;
}

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

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

.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: 11.8rem;
}

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

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

.button-text {
  color: var(--primario);
  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-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-huge {
  padding: 6rem 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-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

.top-bar_icon.blue {
  color: var(--dark-slate-grey);
}

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

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

.button-row {
  display: flex;
}

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

.home-about_content-right.background-color-blue {
  background-color: var(--dark-slate-grey);
  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 {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-color-white {
  color: var(--white-smoke);
  text-decoration: none;
}

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

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

.text-span {
  transform-style: preserve-3d;
  font-family: NewslabBlack, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  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: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.slide-nav {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #007f6e;
}

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

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

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

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

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

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

.footer-link {
  color: #cecece;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

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

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

.footer.background-color-blue {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  position: relative;
}

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

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

.footer_credits-wrapper {
  background-color: var(--primario);
  padding-left: 2.5rem;
}

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

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

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

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

.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(--tomato);
  background-color: var(--primario);
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.25rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

.about-number-wrap.background-color-green {
  background-color: var(--tomato);
  color: var(--white-smoke);
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

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

.about-number-wrap.background-color-yellow {
  background-color: #fff;
}

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

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

.about-cta_component.background-color-blue {
  background-color: var(--primario);
}

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

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

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

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

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

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

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

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

.why-us-tabs_brand-wrapper {
  border-top: 5px solid var(--tomato);
  background-color: var(--dark-slate-grey);
  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(--primario);
  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: #1d1f2eb3;
  background-color: #fff;
  padding: 1rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  transition: background-color .3s;
}

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

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

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

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

.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: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.25rem 2.5rem 2.5rem;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.model-profile_box.vertical-aligned-is-centered {
  justify-content: center;
  padding-top: 1rem;
}

.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 {
  background-color: var(--primario);
  flex-direction: column;
  padding: 4.5rem 3.5rem;
  display: flex;
}

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

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

.levels-tabs_content-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  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(--dark-slate-grey);
  background-color: #f5f5f5;
  align-items: center;
  padding: 1.5rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  transition: background-color .6s;
  display: flex;
}

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

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

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

.badge-1.background-color-darkgreen {
  background-color: var(--dark-slate-grey);
}

.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: url('../images/Instalaciones-4-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: 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;
}

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

.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(--tomato);
  color: var(--white-smoke);
}

.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 {
  color: var(--white-smoke);
  width: .75rem;
  display: flex;
}

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

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

.footer-form_icon {
  color: var(--white-smoke);
  align-items: center;
  width: 1rem;
  display: flex;
}

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

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

.levels-intro_image-wrapper {
  position: relative;
}

.levels-intro_image-wrapper.background-preschool {
  background-color: #fafafa;
  background-image: url('../images/galeria-preescolar-7-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.levels-intro_image-wrapper.background-elementary {
  position: relative;
}

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

.levels-intro_image-wrapper.background-highschool {
  background-image: url('../images/galeria-bachillerato-5-2-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;
}

.cta1_image-wrapper {
  height: 100%;
  position: relative;
}

.section-blog {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-link {
  color: var(--gris-secundario);
  text-decoration: none;
}

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

.breadcrumb-divider {
  color: var(--gris-secundario);
  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(--tomato);
  color: #ececec;
  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;
}

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

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

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

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

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

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

.marca-transparencia {
  color: #ececec45;
  text-align: center;
  text-transform: uppercase;
  font-family: Vitesse, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  position: absolute;
  inset: auto 3% 0% auto;
}

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

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

.div-block-230 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.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;
  max-height: 90vh;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 36px 20px #0000000d;
}

.modal-visit_close-icon {
  cursor: pointer;
  background-color: #ececec;
  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(--primario);
  width: 2rem;
  min-width: 2rem;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

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

.cumbres-text-transparent {
  color: #123a5e1a;
  font-family: NewslabBlack, sans-serif;
  font-size: 12rem;
  font-weight: 900;
  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 {
  z-index: 5000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.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(--tomato);
  color: var(--white-smoke);
}

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

.ambientes-bullets_component.background-color-blue {
  background-color: var(--primario);
}

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

.section-thank-you {
  background-image: linear-gradient(#f6f6f6e6, #f6f6f6e6), url('../images/Instalaciones-5-1-min.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: #025572cc;
  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: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.is-hidden {
  display: none;
}

.home-header_slider-overlay {
  z-index: 1;
  background-image: linear-gradient(45deg, var(--primario) 15%, transparent);
  position: absolute;
  inset: 0%;
}

.home-header_mask {
  width: 100%;
}

.heading-hero {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #00000080;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.container-hero {
  z-index: 100;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  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 {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Messinasans, sans-serif;
  display: flex;
}

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

.box-number {
  color: var(--tomato);
  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%;
}

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

.filter_reset {
  border-bottom: 1px solid var(--tomato);
  color: #6e6e6e;
  padding-bottom: .2rem;
  text-decoration: none;
}

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

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

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

.content_filter {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-239.text-align-center {
  background-color: #5b7f951f;
}

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

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

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

.text-hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.error-text {
  color: #e23939;
}

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

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

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

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

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

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

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

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

.academies_name-wrapper {
  padding: 1rem;
}

.academies_name-wrapper.text-align-center.background-color-blue {
  background-color: var(--primario);
}

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

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

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

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

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

.image-74 {
  width: 9rem;
}

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

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

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

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

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

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

._360_map-embed {
  width: 100%;
}

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

._360_tab-content {
  flex: 1;
}

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

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

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

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

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

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

.nav-dropdown_main-link {
  color: #fff;
  background-color: #fdda46;
  background-image: linear-gradient(#009adecc, #009adecc), 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;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog_image-overlay-copy:hover {
  background-color: #5b7f95e8;
}

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

.nav-dropdown_cta {
  background-color: var(--dark-slate-grey);
  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(--tomato);
  color: #fff;
}

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

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

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

.nav-dropdown_link-image {
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-dropdown_link-image.center {
  inset: -48px 0% 0%;
}

.nav-dropdown_link-image.center-copy {
  inset: -99px 0% 0%;
}

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

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

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

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

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

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

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

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

.nav_container {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0 0%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-bar_icon-wrapper {
  background-color: var(--tomato);
  border-radius: 20px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  display: flex;
}

.div-marca {
  margin-top: 15px;
  padding-top: 83px;
  position: relative;
}

.text-block-82, .text-block-83, .text-block-84, .text-block-85 {
  color: var(--dark-slate-grey);
}

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

.model-profile_logo {
  height: 100%;
  max-height: 5rem;
}

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

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

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

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

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

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

.text-block-86 {
  font-weight: 600;
}

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

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

.colaboradores_layout {
  border: 1px solid var(--tomato);
  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;
  text-decoration: none;
}

.colaboradores_icon {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.link-3 {
  color: var(--white-smoke);
  text-decoration: none;
}

.school-label {
  color: var(--white-smoke);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-family: NewslabBlack, sans-serif;
  font-size: 2rem;
}

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

.text-style-newslab-black {
  font-family: NewslabBlack, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
}

.text-size-large-2 {
  color: #5b7f95;
  font-size: 1.5rem;
}

.subheading {
  color: #fff;
  text-transform: uppercase;
  font-family: NewslabBlack, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.heading-hero-2 {
  color: #fff;
  text-shadow: 1px 1px 12px #00000080;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
}

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

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

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

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

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

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

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

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

.image-77 {
  width: 32px;
}

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

.swiper.hero-swiper {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

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

.prev-slide {
  z-index: 999;
  color: var(--tomato);
  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;
  display: flex;
}

.next-slide {
  z-index: 999;
  color: var(--tomato);
  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-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-label {
  z-index: 1;
  color: #5b7f95d9;
  text-transform: uppercase;
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

.heading-label-height {
  height: 1.5rem;
}

.button-4 {
  text-align: center;
  background-color: #f1644d;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

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

.background-img_bienvenidos {
  position: absolute;
  inset: 0%;
}

.background-overlay_bienvenidos {
  background-color: #025572a8;
  position: absolute;
  inset: 0%;
}

.lottie-play-icon-copy {
  align-self: center;
  width: 48px;
  position: absolute;
  inset: 0% 0% 0% 45%;
}

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

.nivel-page_header-img.primaria {
  object-position: 50% 0%;
}

.nivel-page_header-img.secundaria {
  object-position: 0% 50%;
}

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

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

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

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

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

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

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

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

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

.button-secondary-3 {
  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-3.in-mobile-is-fullwidth {
  color: #323e48;
  border-color: #323e48;
}

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

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

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

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

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

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

.section-hero-header-3 {
  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-3 {
  z-index: 1;
  color: #1f355e;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

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

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

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

.button-row-5 {
  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-5.is-relative {
  z-index: 10;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.button-row-6 {
  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-6.is-relative {
  z-index: 10;
  width: 100%;
}

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

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

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

.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_image-wrapper {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

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

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

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

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

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

.menu-2 {
  color: #fff;
  background-color: #fffffff2;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  line-height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0);
  box-shadow: 2px 2px 14px 5px #00000012;
}

.menu-2.navbar-3 {
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: none;
  display: flex;
  box-shadow: 0 1px 12px #00000012;
}

.top-bar-2 {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 3rem;
  padding-left: 40px;
  display: flex;
}

.top-bar-container-2 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1265px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-bar-data-div {
  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 .25fr auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: grid;
}

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

.top-bar-icon-div.telefono {
  justify-content: flex-start;
}

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

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

.link-5 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.text-block-50 {
  margin-right: .5rem;
}

.link-6 {
  color: #0000;
  text-decoration: none;
}

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

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

.image-78 {
  height: 1rem;
}

.social-media {
  justify-content: space-between;
  display: flex;
}

.icono-youtube {
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.image-58 {
  width: 18px;
}

.image-79 {
  width: 32px;
}

.logo-menu-section {
  text-align: center;
  background-color: #fff;
  align-self: stretch;
  align-items: center;
  height: 7rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-162 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.nav-menu-4 {
  text-align: left;
  flex-direction: column-reverse;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.principal-menu-brand-box-2 {
  background-color: #fff;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.header_school-title {
  color: #0000;
  text-transform: uppercase;
  margin-left: 60px;
  font-family: Messinasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

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

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

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

.menu-section {
  background-color: #000;
  border-top: 1px #d6d6d666;
  align-self: stretch;
  height: 3rem;
}

.navigation-wrap-dash {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #5b7f9533;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 0 0%;
  display: flex;
  position: static;
  top: 0;
}

.container-dash-2 {
  background-color: #fff;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0%;
  display: flex;
  position: sticky;
}

.menu-wrap-dash {
  color: #283338;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: static;
}

.header_link-block {
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header_text-item {
  color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  display: flex;
}

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

.toggle-dash {
  color: #0f3f65;
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 10px 18px;
  font-family: Messinasans, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .2s;
  display: flex;
}

.toggle-dash:hover {
  color: #d72833;
}

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

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

.dropdown-list-dash.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-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  inset: 50px 0 auto;
  box-shadow: 0 20px 20px #00000012;
}

.navigation-container-dash {
  background-color: #0000;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.grid-dash {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
}

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

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

.column-card-instalaciones {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-card-instalaciones:hover {
  border: 1px solid #0000;
  box-shadow: 1px 1px 16px #00000012;
}

.navigation-image-link {
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navigation-image-link.centered {
  flex: 1;
  align-items: center;
}

.navigation-image-wrap {
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  display: flex;
  overflow: hidden;
}

.image-dash {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 16rem;
  margin-top: 0;
  margin-bottom: 0;
}

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

.textlink-red {
  color: #0000;
  text-decoration: none;
}

.dropdown-wrapper-dash {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.column-dash {
  background-color: #0000;
  background-image: linear-gradient(#5b7f95cc, #5b7f95cc), url('../images/niveles-4-5-min_1niveles 4 (5)-min.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-dash:hover {
  background-image: linear-gradient(#ff4438d6, #ff4438d6), url('../images/niveles-4-5-min_1niveles 4 (5)-min.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px #fdda46;
}

.image-51 {
  max-width: 60px;
  margin-bottom: 20px;
}

.title-dash {
  color: #5b7f95;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}

.title-dash.white {
  color: #fff;
  text-transform: none;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.column-card-dash-copy {
  color: #0000;
  background-color: #0000;
  border: 1px #fdda46;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0 10px;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.column-card-dash-copy:hover {
  color: #fff;
  background-color: #ececec;
  border: 2px #fdda46;
  box-shadow: 1px 1px 16px #0000001a;
}

.column-card-dash-copy.w--current {
  padding-bottom: 10px;
}

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

.heading-dash-copy {
  text-transform: none;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 400;
  display: flex;
  position: static;
  inset: auto 0% 50px;
}

.dropdown-menu-cta {
  color: #fdda46;
  background-color: #0000;
  padding: 30px;
  text-decoration: none;
}

.dropdown-menu-cta:hover {
  background-color: #ff4438;
}

.text-block-81-copy {
  color: #0000;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.header_cta-button {
  color: #0000;
  text-align: center;
  background-color: #ff4438;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 3rem;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.navigation-right-dash {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-235 {
  color: #ff4738;
  background-color: #ff47381a;
  border: 1px #ff4738;
  padding: 5px 20px;
  display: none;
}

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

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

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

.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_title-wrapper {
  flex-direction: column;
  display: flex;
}

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

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

.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_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

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

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

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

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

.blog-image-gradient {
  background-image: linear-gradient(0deg, var(--\<unknown\|variable-029403c1\>), #fff0);
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.block-quote-3 {
  border-left-color: var(--tomato);
}

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

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

.text-block-73 {
  color: #fff;
  margin-top: 20px;
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

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

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

.f01_title-2 {
  color: #fff;
  text-transform: none;
  border-bottom: 1px #537488;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.f01_link-2 {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f01_link-2:hover {
  color: #ff7843;
}

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

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

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

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

.image-80 {
  width: 6rem;
}

.section_blog44 {
  background-color: #f2f2f2;
}

.text-block-90, .text-block-91 {
  color: var(--gris-secundario);
}

.parche-delay {
  display: none;
}

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

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

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

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

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

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

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

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

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

  .text-block-33, .italic-text {
    font-style: normal;
  }
}

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

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

  .show-tablet {
    display: block;
  }

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

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-huge.no-paddings-mobile {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-levels_image {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .why-us-tabs_list {
    flex-direction: column;
    width: 100%;
    display: flex;
    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: 100px;
    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;
  }

  .why-us-tabs_component {
    display: flex;
  }

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

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

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

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

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

  .block_wrap {
    width: auto;
  }

  .content_wrap {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

  .image-73 {
    width: 12rem;
  }

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

  .academies-transition {
    display: none;
  }

  ._360_tabs {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav-dropdown_cta {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hub {
    flex-direction: row-reverse;
    justify-content: flex-start;
    width: 50%;
  }

  .slider_wrapper {
    height: 56rem;
  }

  .hero-header_image {
    height: 70%;
  }

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

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

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

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

  .div-block-369 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

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

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

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

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

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

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

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

  .section-hero-header-3 {
    height: auto;
  }

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

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

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

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

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

  .section-hero-header-4 {
    height: auto;
  }

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

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

  .menu-2 {
    display: block;
    position: fixed;
  }

  .top-bar-2 {
    z-index: 100;
    height: 3rem;
    padding-right: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .top-bar-data-div {
    grid-template-columns: 1fr .25fr;
    display: flex;
  }

  .top-bar-icon-div.right {
    display: none;
  }

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

  .social-media {
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 20px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .icono-youtube {
    margin-left: 10px;
  }

  .language, .logo-menu-section {
    display: none;
  }

  .div-block-162 {
    flex: 1;
    justify-content: space-between;
    max-width: none;
    height: 102px;
    padding-left: 20px;
    display: none;
  }

  .nav-menu-4 {
    width: auto;
  }

  .principal-menu-brand-box-2 {
    margin-bottom: 0;
    display: none;
  }

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

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

  .menu-section {
    display: none;
  }

  .navigation-wrap-dash {
    background-color: #fff;
    border-top-style: none;
  }

  .container-dash-2 {
    height: auto;
    display: flex;
    position: relative;
  }

  .menu-wrap-dash {
    background-color: #fafafa;
    border-top: 1px solid #5b7f9533;
    flex-direction: row;
    flex: 0 auto;
    width: 100%;
    height: 60vh;
    margin-top: 0;
    position: absolute;
  }

  .header_link-block {
    color: #0f3f65;
    height: 50px;
    position: relative;
  }

  .header_link-block.w--current {
    height: 50px;
  }

  .header_text-item {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
  }

  .dropdown-dash {
    flex-direction: column;
    justify-content: flex-start;
    height: 50px;
    position: static;
  }

  .toggle-dash {
    object-fit: fill;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 30px;
    font-weight: 400;
    display: flex;
    position: relative;
  }

  .toggle-dash.w--open {
    color: #fff;
    width: 100%;
    position: absolute;
  }

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

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

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

  .grid-dash {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-dash.red-sa {
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .column-card-instalaciones {
    padding-left: 30px;
    display: flex;
  }

  .navigation-image-link {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .navigation-image-wrap {
    margin-bottom: 0;
    margin-right: 20px;
    display: none;
  }

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

  .dropdown-wrapper-dash {
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .column-dash {
    background-color: #fff;
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .title-dash {
    font-size: 15px;
    font-weight: 400;
  }

  .title-dash.white {
    color: #5b7f95;
    text-transform: none;
    font-size: 15px;
  }

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

  .image-dash-copy {
    max-width: 160px;
    display: none;
  }

  .heading-dash-copy {
    text-transform: none;
    flex: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    position: static;
  }

  .header_cta-button {
    position: absolute;
    inset: auto 0% 0%;
  }

  .navigation-right-dash {
    display: flex;
  }

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

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

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

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

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

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

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

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

  .page-wrapper {
    margin-left: 0;
  }

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .home-levels_image-wrapper {
    height: 24rem;
  }

  .home-levels_link-wrapper {
    width: 100%;
  }

  .level-box {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

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

  .footer_top-brand {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .container-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .filter_tags-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .academies-heading {
    text-align: left;
    font-size: 1rem;
  }

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

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

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

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

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

  .top-bar_list {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_component {
    height: 6rem;
  }

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

  .nav_brand-wrapper {
    height: 5.5rem;
  }

  .top-bar_language-button {
    justify-content: flex-start;
  }

  .nav_brand-component {
    justify-content: start;
    justify-items: start;
  }

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

  .nav_dropdown-list {
    display: none;
  }

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

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

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

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

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

  .slider_wrapper {
    height: auto;
  }

  .prev-slide {
    inset: 25% 50% 50% 2rem;
  }

  .next-slide {
    top: 25%;
    right: 2rem;
  }

  .hero-header_image {
    height: 45%;
  }

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

  .section-hero-header {
    border-style: none;
    padding-bottom: 4rem;
  }

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

  .text-style-hero {
    line-height: 1.1;
  }

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

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

  .hero-header_image-wrapper {
    height: auto;
  }

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

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

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

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

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

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

  .slider_wrapper-3 {
    height: auto;
  }

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

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

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

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

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

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

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

  .slider_wrapper-4 {
    height: auto;
  }

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

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

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

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

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

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

  .top-bar-2 {
    padding-left: 40px;
    display: flex;
    inset: 0% 0% auto;
  }

  .top-bar-data-div {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .top-bar-icon-div.right {
    display: none;
  }

  .social-media {
    justify-content: space-around;
  }

  .div-block-162 {
    background-color: #fff;
    justify-content: space-between;
    height: auto;
    max-height: 90px;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-menu-4 {
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

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

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

  .menu-section {
    flex: 1;
  }

  .container-dash-2 {
    height: auto;
    padding-right: 0%;
    display: flex;
  }

  .menu-wrap-dash {
    border-top: 3px #fdda46;
    height: 80vh;
    margin-top: 0;
  }

  .dropdown-list-dash {
    display: none;
  }

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

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

  .div-block-235 {
    display: none;
  }

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

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

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

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

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

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

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_bottom-link-3 {
    padding-left: 1.25rem;
  }
}

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

  .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 figure {
    margin-left: 0;
  }

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

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

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

  .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_data-link {
    font-size: .75rem;
    line-height: 10px;
  }

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

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

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

  .section-home-header {
    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_image {
    object-fit: cover;
    height: 24rem;
  }

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

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

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

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

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

  .footer_brand-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .footer {
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

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

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-header.background-color-blue {
    margin-top: 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;
    position: static;
  }

  .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, .levels-intro_image-wrapper.background-highschool {
    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;
  }

  .section-home-header-wrapper {
    margin-top: -2rem;
    overflow: visible;
  }

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

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

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

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

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

  .contact7_component {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .contact7_component.background-color-white {
    padding: 1.5rem;
  }

  .section-contact7.background-color-whitesmoke {
    margin-top: 5rem;
  }

  .academies-heading {
    margin-bottom: 0;
    line-height: 1.25;
  }

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

  .image-73 {
    right: -26%;
  }

  .deg_tabs-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
    top: 5rem;
  }

  ._360-tab_link-1, ._360-tab_link-1.w--current {
    min-width: 12rem;
  }

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

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

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

  .nav_button {
    margin-left: 1rem;
  }

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

  .top-bar_list {
    justify-content: space-between;
  }

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

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

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

  .top-bar_language-wrapper {
    align-self: stretch;
    height: 3rem;
    max-height: 3rem;
    top: 5rem;
    left: 1.25rem;
  }

  .nav_link-cta {
    display: none;
  }

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

  .top-bar_link-icons-wrapper {
    justify-content: flex-start;
    margin-top: 10px;
    inset: 0% auto auto 0%;
  }

  .nav_brand-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .button-3.hide-desktop {
    background-color: var(--tomato);
    display: block;
  }

  .nav_lottie {
    width: 30px;
  }

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

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

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

  .school-label {
    white-space: normal;
    font-size: 1rem;
  }

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

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

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

  .arrow {
    width: 1.5rem;
  }

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

  .hero-header_image {
    height: 40%;
  }

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

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

  .hero-header_overlay {
    background-image: linear-gradient(to top, #fff 60%, #5b7f9500 88%);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .top-bar-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .top-bar-data-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-5 {
    font-size: 10px;
    line-height: 10px;
  }

  .social-media {
    justify-content: flex-start;
    margin-top: 10px;
    inset: 0% auto auto 0%;
  }

  .icono-youtube {
    margin-left: 0;
    margin-right: 5px;
  }

  .div-block-162 {
    background-color: #fff;
    justify-content: space-between;
    align-self: auto;
    max-width: none;
    max-height: 60px;
    padding-left: 10px;
  }

  .nav-menu-4 {
    color: #f5f5f5;
    background-color: #f5f5f5;
    flex-direction: column;
    flex: 1;
    align-self: center;
    width: auto;
    height: 100vh;
    overflow: auto;
  }

  .principal-menu-brand-box-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

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

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

  .menu-section {
    background-color: #fff;
  }

  .menu-wrap-dash {
    z-index: 15;
    width: 100%;
    margin-top: 0;
  }

  .header_text-item, .toggle-dash {
    padding-left: 20px;
  }

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

  .navigation-image-link {
    align-items: center;
  }

  .navigation-image-wrap {
    display: none;
  }

  .heading-dash-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .f01_title-2 {
    padding-left: 0%;
  }

  .f01_title-2.w--current {
    padding-left: 2.5%;
  }

  .f01_link-2 {
    margin-bottom: 0;
    padding-left: 0;
  }

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

#w-node-_0f04494a-a682-ebb6-4ba4-a7fac3fe4df9-acef335e, #w-node-_0f04494a-a682-ebb6-4ba4-a7fac3fe4e16-acef335e {
  align-self: center;
}

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

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

#w-node-_303b135e-a36a-a374-18c5-567aee50d425-acef335e, #w-node-_756324da-d86a-2b4a-3976-45847cf9ea7f-f98c1d63, #w-node-_756324da-d86a-2b4a-3976-45847cf9ea80-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d9b-f98c1d63, #w-node-c2fac590-f550-865d-d03b-58eaf74b1f75-f98c1d63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ccaaa62-a465-ce10-3847-1b8b648f5d65-35238f53, #w-node-_2f6f1c96-f023-5fd4-8fbc-e931ccb35525-35238f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368b9b3b-48da-ed3f-dde3-10f2280cc96a-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd060aa7-c7ff-72f4-3a97-6d990fe6debd-35238f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0441-35238f53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accab-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612accb2-612acca7 {
  place-self: center start;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accb4-612acca7 {
  align-self: center;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accba-612acca7 {
  justify-self: start;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accbf-612acca7 {
  justify-self: stretch;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acccc-612acca7 {
  align-self: center;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acceb-612acca7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612accf5-612acca7, #w-node-_3d209b43-acc1-8adb-07fb-2143d35725cf-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd02-612acca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-b3631ade-2ff4-868d-34a9-b5eb21577917-612acca7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-abba30eb-9faf-df6f-939f-098e4a6f883b-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd1c-612acca7 {
  grid-row: span 1 / span 1;
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  place-self: center stretch;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acd29-612acca7 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-bd98dcee-57b6-4d13-9159-cbbf612acd2d-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd30-612acca7, #w-node-_0f68d8d5-d67e-e706-5378-f244ff7efaf2-acef3361, #w-node-_4709e446-1bc6-5de6-be99-1d3b0d7d5f44-acef3361 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef3365, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef3365, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef3365, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef3365, #w-node-_3de64590-d5e6-76b7-6090-614b791d192c-acef3367 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed0cb82d-d8e9-f40f-fcd3-105b8f60dae6-acef3367 {
  justify-self: start;
}

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

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

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

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

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

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

#principios-educativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-acef3370 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

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

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

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

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

#w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef3371, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef3371, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef3371, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef3371, #w-node-_73c45898-7cd1-6268-c024-753045379447-acef3374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89c0c78e-5117-04f9-8c8b-36984c0a7af2-acef3375 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_89c0c78e-5117-04f9-8c8b-36984c0a7afa-acef3375 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_89c0c78e-5117-04f9-8c8b-36984c0a7b19-acef3375 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_862e5e09-faad-f94c-76f9-7e5b655339c6-acef3376 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-d3c899fe-2cf2-0d37-6f3c-53f90fce9dcf-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-a5bdbf39-5801-6276-eadb-e2466ff6d3c2-58334cc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accb2-612acca7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center start;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accba-612acca7 {
    justify-self: start;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accc4-612acca7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-bd98dcee-57b6-4d13-9159-cbbf612accf5-612acca7, #w-node-_3d209b43-acc1-8adb-07fb-2143d35725cf-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd02-612acca7, #w-node-abba30eb-9faf-df6f-939f-098e4a6f883b-612acca7, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acd1c-612acca7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: center stretch;
  }

  #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef3365, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef3365, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef3365, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef3365, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef336d, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef336d, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef336d, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef336d, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef336f, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef336f, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef336f, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef336f, #principios-educativos.w-node-_9de09ab8-20b3-f6cc-4eb2-8597a8d797d0-acef3370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

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

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

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

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

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

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

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

  #w-node-_89c0c78e-5117-04f9-8c8b-36984c0a7af2-acef3375 {
    grid-column-start: 1;
  }

  #w-node-_89c0c78e-5117-04f9-8c8b-36984c0a7b19-acef3375 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e67c00a4-ff83-8b39-5822-d31b3ff7eb8d-acef335e, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d6d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d75-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d81-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d8f-f98c1d63, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-d3c899fe-2cf2-0d37-6f3c-53f90fce9dcf-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-a5bdbf39-5801-6276-eadb-e2466ff6d3c2-58334cc4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

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

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

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

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

  #w-node-_7f72c5f3-c242-4913-a554-1174f811935e-f811935e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad22c382-14bd-7ad9-80c0-6e1cab11d4dc-acef335e, #w-node-ad22c382-14bd-7ad9-80c0-6e1cab11d4df-acef335e, #w-node-aaf4e4c8-0856-e9b7-4740-80aa9334aa0c-acef335e, #w-node-aaf4e4c8-0856-e9b7-4740-80aa9334aa0f-acef335e {
    justify-self: stretch;
  }

  #w-node-e67c00a4-ff83-8b39-5822-d31b3ff7eb8d-acef335e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d79-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d7b-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d7d-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d85-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d87-f98c1d63, #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d89-f98c1d63 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0c326d0-3a5b-3a03-59b1-992cf98c1d9b-f98c1d63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6dd5ef12-c9b6-64c8-f7cb-37184c3df10d-35238f53, #w-node-_368b9b3b-48da-ed3f-dde3-10f2280cc96a-35238f53, #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0446-35238f53, #w-node-_39d926b6-b97e-13d5-1731-a9da8f6f0448-35238f53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd0-58334cc4, #w-node-d3c899fe-2cf2-0d37-6f3c-53f90fce9dcf-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cd6-58334cc4, #w-node-_1263b4a0-b452-274b-09e2-0c7a58334cdc-58334cc4, #w-node-a5bdbf39-5801-6276-eadb-e2466ff6d3c2-58334cc4, #w-node-bd98dcee-57b6-4d13-9159-cbbf612acccf-612acca7, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef3365, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef3365, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef3365, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef3365, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef336d, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef336d, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef336d, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef336d, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef336f, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef336f, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef336f, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef336f, #w-node-cead4fda-6fb1-0e46-07fa-4c1a878db2b4-acef3371, #w-node-e233911f-4511-3875-6c2d-0afaa230e932-acef3371, #w-node-e376410e-b044-a7e9-afb7-7102a6f0f82f-acef3371, #w-node-fc2caedd-8332-33fa-c841-b05806198f34-acef3371, #w-node-_7f72c5f3-c242-4913-a554-1174f811935e-f811935e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BookItalic.otf') format('opentype'), url('../fonts/MessinaSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans book';
  src: url('../fonts/MessinaSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicateslab';
  src: url('../fonts/DuplicateSlab-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Duplicateslab';
  src: url('../fonts/DuplicateSlab-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vitesse';
  src: url('../fonts/Vitesse-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewslabBlack';
  src: url('../fonts/NewslabBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NewslabBlack';
  src: url('../fonts/NewslabBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}