@font-face {
  font-family: Material design iconic font;
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format("woff2"), url('../fonts/Material-Design-Iconic-Font.eot') format("embedded-opentype"), url('../fonts/Material-Design-Iconic-Font.woff') format("woff"), url('../fonts/Material-Design-Iconic-Font.ttf') format("truetype"), url('../fonts/Material-Design-Iconic-Font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  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-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  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-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  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-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-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-Regular.otf') format("opentype");
  font-weight: 400;
  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: Newslab Black;
  src: url('../fonts/NewslabBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #1d1f2eb3;
  --slate-grey: #5b7f95;
  --coral: #ff7843;
  --white: white;
  --dark-slate-grey: #1f355e;
  --gold: #ffaf25;
  --white-smoke-2: #ececec;
  --white-smoke: #f6f6f6;
  --navy: #1f355e;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #ff4438;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #d72833;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.level-link-box-title-wrap {
  flex: 0 auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-1 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 54px;
}

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

.level-link-box-img {
  aspect-ratio: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 100%;
}

.level-link-box-img._1 {
  background-image: url('../images/Fotos-Página-Web.png');
  background-position: 50%;
}

.level-link-box-img._2 {
  background-image: url('../images/648a4886a84c984e2c30a025_niños-2-pequeño-1-1.jpg');
  background-position: 50%;
}

.level-link-box-img._3 {
  background-image: url('../images/galeria-genéricas-min.jpg');
  background-position: 50%;
}

.level-link-box-img._4 {
  background-image: url('../images/prepa-.png');
}

.sidebar-download {
  background-color: #fff;
  padding: 40px 30px;
}

.form01_bar {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.intro-columns {
  margin: 0 auto 100px;
  display: flex;
}

.mobile-menu-container {
  display: none;
}

.blog-grid-container {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1.25fr 1.25fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-title {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-50 {
  font-family: Material design iconic font, sans-serif;
}

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

.grid-footer-cta.whitesmoke {
  background-color: #f6f6f6;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.grid-footer-cta.whitesmoke.hide {
  display: none;
}

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

.top-bar-2.hide {
  display: none;
}

.levels-wrap {
  max-width: 80rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

.level-lightbox_container {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.level-box {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--coral);
  color: #0f3f65;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 0;
  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;
}

.div-block-182 {
  background-color: #24cd7f;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.close-overlay {
  z-index: 9;
  opacity: .2;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

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

.image-43 {
  margin-top: 0;
}

.widget-container {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  width: 360px;
  height: auto;
  display: flex;
  overflow: scroll;
}

.div-block-166 {
  z-index: 9999999;
  display: none;
}

.icon-button-cta {
  color: var(--coral);
  align-self: center;
  font-family: Material design iconic font, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.icon-button-cta.white {
  color: var(--white);
  margin-right: 8px;
}

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

.modal-download {
  z-index: 999999;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.top-bar-icon-div.right {
  margin-left: 40px;
}

.sello-pinecrest {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.blog-posts-small-featured {
  padding-bottom: 0;
  padding-left: 0;
}

.intro-txt-container {
  background-image: linear-gradient(to bottom, var(--slate-grey), var(--slate-grey));
  width: 50%;
  padding: 60px 40px;
}

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

.hide-me-overlay {
  z-index: 9999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.html-embed-2 {
  flex: 1;
  align-self: auto;
  align-items: stretch;
  height: auto;
  display: none;
}

.facilities-content {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: min-content min-content min-content min-content min-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding: 0;
  display: grid;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.overlay-social-media {
  z-index: 99999;
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0% 0% 0% 380px;
}

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

.title-underline-wrap.no-margin {
  max-width: 80rem;
  margin-bottom: 20px;
}

.social-media-widget {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 0;
  min-width: auto;
  max-width: 380px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: visible;
  box-shadow: 1px 1px 16px #0000001a;
}

.text-block-61 {
  color: #007f6e;
  font-size: 22px;
}

.div-block-189 {
  z-index: 1;
  background-color: #1d1f2eb3;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.facilities-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slider-6 {
  height: 100%;
}

.title-underline-line {
  background-color: var(--coral);
  height: 2px;
  margin-top: 10px;
}

.title-cta-button {
  color: var(--slate-grey);
  text-align: left;
  text-transform: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.parrafo-regular {
  color: var(--black);
  text-align: justify;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.parrafo-regular.pequeno {
  font-size: 14px;
}

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

.text-block-63 {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  width: 122px;
  margin-bottom: 80px;
  transform: rotate(-90deg);
}

.form01_h5-2 {
  color: #007f6e;
  text-align: center;
}

.upgrade-container {
  z-index: 99;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.level-box-title {
  color: var(--slate-grey);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.section.whitesmoke {
  background-color: #f6f6f6;
}

.section.whitesmoke.paddings {
  padding-bottom: 100px;
}

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

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

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

.title-underline-text {
  color: var(--slate-grey);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Messinasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.text-block-64 {
  color: #fff;
  font-size: 32px;
}

.form01_title_wrap {
  margin-top: 25px;
}

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

.top-bar-data-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.subtitle-cta-button {
  color: var(--slate-grey);
  text-align: left;
  text-transform: none;
  text-shadow: none;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.button-cta {
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 15px;
  font-family: Messinasans, sans-serif;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

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

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

.content-wrapper-block-menu {
  width: 100%;
  max-width: 1265px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: static;
}

.cta-section {
  background-color: #ba2c36;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  display: flex;
}

.collection-item-2 {
  padding-left: 0;
  padding-right: 0;
}

.form01 {
  background-color: #fff;
  border: 1px #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 590px;
  height: 100%;
  padding: 0 30px;
  position: relative;
}

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

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

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

.popup-paragraph {
  color: #1d1f2eb3;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-181 {
  clear: none;
  cursor: pointer;
  background-color: #007f6e;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60px;
  height: 240px;
  display: none;
  position: absolute;
  inset: 380px 0% 0% 100%;
  box-shadow: 6px 0 16px #0003;
}

.div-block-181:hover {
  background-color: #007f6ecc;
}

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

.blog-collection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.h1-school-title {
  color: var(--slate-grey);
  text-transform: uppercase;
  margin-left: 60px;
  font-family: Messinasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.icon-download-button {
  background-color: #f5f5f5;
  border-left: 1px #007f6e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 50px;
  height: auto;
  margin-left: 10px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon-download-button:hover {
  color: #fff;
  background-color: #e3e7ea;
}

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

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

.form01_logo {
  border-radius: 100px;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 7px 7px 40px #ebecf0;
}

.dropdown-4 {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  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;
}

.crm-forms-div {
  background-color: var(--white);
  width: auto;
  padding: 60px 2rem;
  position: relative;
  left: 0;
}

.button {
  display: none;
}

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

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

.featured-blog-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}

.blog-tag {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 6px;
  padding: 8px 15px;
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.icon-6 {
  font-size: 24px;
  line-height: 24px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 50px;
  height: 50px;
  margin-right: 51px;
  font-size: 24px;
  inset: auto 0% 0% auto;
}

.blog-post-overlay {
  background-image: linear-gradient(to top, var(--slate-grey) 8%, transparent);
  align-items: flex-end;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-post-heading-home {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  height: 60px;
  font-size: 22px;
  line-height: 1.5em;
  display: flex;
}

.blog-post-heading-home.small {
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  position: relative;
}

.facilities-slider {
  flex: 1;
  position: relative;
}

.lockup {
  z-index: 3;
  max-width: 150px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-194 {
  display: flex;
}

.div-block-195 {
  background-color: var(--coral);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.text-block-65 {
  color: var(--white);
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
}

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

.div-block-197 {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.heading-12 {
  color: #0f3f65;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-198 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 280px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-199 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button {
  border: 2px none var(--coral);
  background-color: var(--coral);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-top: 20px;
  margin-right: 0;
  padding: 12px 24px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.cta-solicita-informacion {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

.text-block-66 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2em;
}

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

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

.cta-button-columns {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

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

.f01_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.header-section {
  background-color: var(--slate-grey);
  align-items: center;
  height: 200px;
  margin-top: 10rem;
  display: flex;
  position: static;
}

.header-section.background-color-darkblue {
  margin-top: 10rem;
}

.header-section.background-color-yelow {
  background-color: var(--gold);
}

.header-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newslab Black, sans-serif;
  font-size: 3rem;
  line-height: 1em;
}

.page-heading.modelo {
  line-height: .5em;
}

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

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

.intro-img-container-copy {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.text-block-75 {
  color: var(--slate-grey);
  margin-bottom: 20px;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.div-block-211 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 60px auto;
  padding: 60px;
  display: grid;
}

.icon-about {
  max-width: 60px;
}

.paragraph_cards {
  color: #4e5d78;
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.faq02-comment {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-top-style: none;
  border-radius: 0;
  align-items: center;
  padding: 0 25px 0 30px;
  display: flex;
  overflow: hidden;
}

.faq02_block {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #deebf7;
  border-bottom-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 20px 40px 15px 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.about-number-wrap {
  background-color: var(--coral);
  color: var(--dark-slate-grey);
  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.color-5 {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.about-number-wrap.color-4, .about-number-wrap.color-7 {
  background-color: var(--coral);
  color: #fff;
}

.about-number-wrap.color-6 {
  background-color: var(--slate-grey);
  color: #fff;
  font-family: Messinasans, sans-serif;
}

.about-number-wrap.color-8 {
  background-color: var(--white-smoke-2);
  color: #fff;
}

.about-number-wrap.color-9 {
  background-color: var(--slate-grey);
  color: #fff;
}

.about-number-wrap.color-1 {
  background-color: var(--slate-grey);
  color: var(--white);
  position: relative;
}

.about-number-wrap.color-3 {
  background-color: var(--white-smoke-2);
  color: #fff;
}

.about-number-wrap.color-10 {
  background-color: var(--coral);
  color: #fff;
}

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

.text-block-20 {
  color: var(--white);
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.why-us-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin: 60px auto 100px;
  display: grid;
}

.paragraph-cards {
  color: #2d3153;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.faq02_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 20px auto auto;
}

.text-block-76 {
  color: var(--white);
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

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

.button-6 {
  background-color: var(--coral);
  padding-left: 18px;
  padding-right: 18px;
}

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

.lottie-animation-4 {
  width: 100%;
  max-width: 450px;
  position: absolute;
  inset: auto 0% 20px auto;
}

.typo-base-title {
  color: #e6e6e6;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}

.block-quote {
  border-left-color: var(--coral);
  background-color: var(--white-smoke-2);
  color: var(--slate-grey);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 140px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}

.text-span-8 {
  color: var(--slate-grey);
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Newslab Black, sans-serif;
  font-size: 32px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(0);
}

.text-span-9 {
  font-family: Material design iconic font, sans-serif;
}

.div-block-217 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding: 40px;
  display: grid;
}

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

.level-about_component {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.grid-image-levels {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

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

.tabs-content {
  flex: 1;
}

.tab-pane-content {
  border-left: 3px solid var(--coral);
  background-color: var(--white-smoke);
  height: 100%;
}

.tabs-arrow-icon {
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
  font-family: Material design iconic font, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: flex;
}

.div-block-222 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-46 {
  position: absolute;
  inset: 0% 20px auto auto;
}

.div-block-223 {
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.div-block-224 {
  display: flex;
}

.slider-image-instalaciones {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-slider-instalaciones {
  max-height: 500px;
}

.tab-link-wrap {
  background-color: var(--white-smoke);
  color: var(--slate-grey);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

.tab-link-wrap:hover {
  background-color: #ff78431a;
}

.tab-link-wrap.w--current {
  z-index: 5;
  background-color: var(--slate-grey);
  color: var(--white);
  padding-bottom: 15px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

.tab-link-wrap._6:hover {
  background-color: #ff44381a;
}

.tab-link-wrap._7 {
  color: var(--slate-grey);
}

.tab-link-wrap._1.w--current {
  background-color: var(--slate-grey);
  color: var(--white);
}

.tab-link-wrap._2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.div-block-234 {
  position: relative;
}

.check {
  color: var(--coral);
  margin-right: 6px;
  font-family: Material design iconic font, sans-serif;
}

.image-dash {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 6px;
  width: 100%;
  height: 170px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.menu-link-arrow {
  font-family: Material design iconic font, sans-serif;
}

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

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

.heading-dash {
  color: #0f3f65;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
  position: static;
  inset: auto 0% 50px;
}

.heading-dash.levels {
  color: var(--slate-grey);
  text-align: left;
  text-transform: none;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  position: static;
}

.navigation-container-dash {
  background-color: var(--white);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

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

.toggle-dash {
  color: var(--slate-grey);
  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 {
  background-color: var(--slate-grey);
  color: var(--white-smoke-2);
}

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

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

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

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

.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.red-sa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

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

.dropdown-list-dash.w--open {
  background-color: var(--white);
  border-top: 1px solid #5b7f9533;
  flex: 0 auto;
  min-width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  inset: 50px 0 auto;
  box-shadow: 0 20px 20px #00000012;
}

.navigation-image-wrap {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.column-card-instalaciones {
  background-color: var(--white-smoke);
  border-radius: 10px;
  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;
}

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

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

.column-dash {
  background-color: var(--slate-grey);
  background-image: linear-gradient(#5b7f95cc, #5b7f95cc);
  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 {
  color: var(--coral);
  background-image: linear-gradient(#1f355ecc, #1f355ecc);
  border: 2px #fdda46;
}

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

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

.text-block-80 {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  display: flex;
}

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

.column-card-dash-copy {
  background-color: var(--white-smoke);
  color: var(--slate-grey);
  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 {
  background-color: var(--white-smoke-2);
  color: var(--white);
  border: 2px #fdda46;
  box-shadow: 1px 1px 16px #0000001a;
}

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

.levels {
  margin-bottom: 20px;
  margin-right: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.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 {
  background-color: var(--slate-grey);
  color: var(--gold);
  padding: 30px;
  text-decoration: none;
}

.dropdown-menu-cta:hover {
  background-color: var(--coral);
}

.text-block-81 {
  color: var(--white);
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
}

.image-51 {
  z-index: 20;
  max-width: 60px;
  margin-bottom: 20px;
  position: relative;
}

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

.text-span-12 {
  font-family: Material design iconic font, sans-serif;
}

.div-block-236 {
  background-color: var(--coral);
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-82 {
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Messinasans, sans-serif;
  line-height: 15px;
  display: flex;
}

.cta-leveles-section {
  background-image: linear-gradient(#5b7f95e6, #5b7f95e6), url('../images/cumbres_qro-instalaciones-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-levels-box {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px 60px;
  display: flex;
  position: relative;
}

.text-block-83 {
  color: var(--slate-grey);
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5em;
}

.button-7 {
  background-color: var(--coral);
  color: var(--white);
  align-items: center;
  margin-top: 20px;
  padding: 12px 24px;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.text-span-13 {
  margin-right: 6px;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.image-52 {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: 0% auto auto 60px;
}

.link-block {
  color: var(--slate-grey);
  flex: 1;
  align-items: center;
  text-decoration: none;
  transition: color .3s, background-color .3s, transform .3s;
  display: flex;
}

.link-block:hover {
  background-color: var(--coral);
  color: var(--white);
}

.link-block.hover-yelow:hover {
  background-color: var(--gold);
}

.link-block.hover-navy:hover {
  background-color: var(--navy);
}

.modal-calendly {
  z-index: 9999;
  opacity: 1;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-372 {
  background-color: #f6f6f6;
  width: 100%;
  height: 50px;
}

.div-block-373 {
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-84 {
  color: var(--coral);
  text-align: left;
  cursor: pointer;
  padding: 4px 6px;
  font-family: Messinasans, sans-serif;
}

.text-block-84:hover {
  background-color: #e7e7e7;
}

.text-span-3 {
  margin-right: 8px;
  font-family: Material design iconic font, sans-serif;
}

.html-embed-20 {
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navigation-image-link-2 {
  text-decoration: none;
}

.div-block-374 {
  align-self: auto;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.style-guide-section {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gu-a-de-estilos-titulos {
  background-color: #ececec;
  border-bottom: 1px #816060;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 24px;
  display: flex;
}

.div-block-375 {
  justify-content: flex-start;
  display: flex;
}

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

.buttton-regular {
  z-index: 1;
  background-color: var(--white);
  color: var(--slate-grey);
  max-width: 200px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
}

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

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

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

.slider-7 {
  height: 100%;
}

.text-content-wrapper {
  margin-top: 60px;
}

.perfil-egreso_num {
  z-index: 10;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  position: absolute;
}

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

.block_wrap._2 {
  background-color: var(--navy);
}

.block_wrap._3, .block_wrap._4 {
  background-color: var(--coral);
}

.dot_container {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  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;
  max-width: 1140px;
  display: grid;
  position: static;
}

.h4-2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

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

.div-block-178 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.plain_text {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.html-embed-21 {
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-377 {
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.section-w-header {
  background-color: var(--white-smoke);
  margin-top: 220px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.image-56 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.div-block-378 {
  position: relative;
}

.blogpost-title-container {
  background-color: var(--slate-grey);
  align-items: center;
  height: 120px;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blogpost-h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.blog-post-date-tag {
  background-color: var(--slate-grey);
  color: var(--white);
  border-radius: 6px;
  flex-direction: row-reverse;
  align-items: center;
  height: 28px;
  margin-top: 30px;
  margin-left: 30px;
  padding: 4px 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-86 {
  font-family: Messinasans, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.text-block-87 {
  margin-right: 8px;
  font-family: Material design iconic font, sans-serif;
}

.blog-post-category-tag {
  background-color: var(--coral);
  color: var(--white);
  border-radius: 6px;
  flex-direction: row-reverse;
  align-items: center;
  height: 28px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 4px 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-post-content-container {
  background-color: var(--white);
  padding: 60px 30px;
}

.div-block-379 {
  width: 40%;
  padding: 40px;
}

.div-block-380 {
  position: relative;
}

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

.empty:hover {
  color: #d72833;
}

.link-7 {
  color: #ffffffa6;
  text-align: right;
  justify-content: flex-start;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.socialmedia-wrapper {
  justify-content: space-between;
  display: flex;
}

.div-block-384 {
  background-color: var(--coral);
  color: var(--coral);
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.mobile-menu {
  display: none;
}

.image-58 {
  width: 18px;
}

.lightbox-niveles {
  z-index: 20;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
  position: relative;
}

.upgrade-container-2 {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.close-download-modal-2 {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-download-modal-2:hover {
  transform: rotate(90deg);
}

.modal-scroll-2 {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.script-embed-form {
  margin-top: -50px;
}

.modal-admisiones-cta {
  display: flex;
}

.sello-formulario {
  border-radius: 100px;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 7px 7px 40px #ebecf0;
}

.form01_line {
  background-color: #ebecf0;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.close-overlay-2 {
  z-index: 9;
  opacity: .2;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.hide-me---estimulaci-n {
  z-index: 999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.titulo-beneficio {
  color: #5b7f95;
  margin-left: 0;
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.logo-bar-custom-modal {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.form-block {
  width: 400px;
  margin-left: 0;
  margin-right: auto;
}

.lp-form-button {
  background-color: var(--coral);
  color: var(--white);
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  padding: 10px 15px;
}

.lp-form-fieldinput {
  border: 6px solid #000;
  height: 60px;
  min-height: 60px;
}

.lp-ellipsis {
  color: var(--black);
  font-weight: 400;
  line-height: 1em;
}

.checkbox {
  background-color: #0f3f65;
}

.div-block-387 {
  justify-content: flex-start;
  width: 1140px;
  display: flex;
}

.html-embed-22 {
  flex: 0 auto;
}

.input-prueba {
  color: var(--white);
  background-color: #0f3f65;
  border: 0 #000;
  height: 60px;
}

.cta-brochure-img {
  margin-right: 0;
}

.div-block-388 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-smoke);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 60px;
  padding: 0;
  display: grid;
}

.titulo-ventajas-tabs {
  color: var(--slate-grey);
}

.div-block-390 {
  justify-content: space-between;
  display: flex;
}

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

.grid-8 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.div-block-392 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding: 20px 40px 40px;
  display: flex;
}

.modelo-img-wrapper {
  overflow: hidden;
}

.div-block-395 {
  height: auto;
}

.div-block-396 {
  margin-top: 220px;
}

.div-block-397 {
  justify-content: space-around;
  display: flex;
}

._404-div {
  background-color: var(--slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-title {
  color: var(--white);
  font-size: 120px;
  line-height: 120px;
}

._404-text {
  color: var(--white);
  font-size: 32px;
  line-height: 32px;
}

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

.div-block-398 {
  position: sticky;
  top: 220px;
}

.block-quote-2 {
  border-left-color: var(--coral);
}

.link-9 {
  color: #ff4438;
}

.form01-2 {
  text-align: left;
  background-color: #fff;
  border: 1px #ebecf0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.hide-me-overlay-preescolar {
  z-index: 9999999;
  background-color: #000000bf;
  align-self: auto;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.icon-close {
  color: #ff4438;
  font-family: Material design iconic font, sans-serif;
  font-size: 22px;
}

.modal-admisiones-preescolar {
  display: flex;
}

.modal-scroll-3 {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.upgrade-container-3 {
  z-index: 99;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-93 {
  color: #ff4438;
  font-family: Material design iconic font, sans-serif;
  font-size: 22px;
}

.hide-me-overlay-primaria {
  z-index: 9999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.modal-admisiones-primaria, .modal-admisiones-secundaria {
  display: flex;
}

.hide-me-overlay-secundaria {
  z-index: 9999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.grid-image-levels-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.div-block-399 {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-400 {
  display: none;
}

.download-popup-title {
  color: var(--slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.modal-descarga {
  display: flex;
}

.div-block-401 {
  margin-left: 20px;
}

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

.parrafo-regular-2.left {
  text-align: left;
}

.image-61 {
  max-width: 180px;
}

.html-embed-24 {
  z-index: 1;
  background-color: #fff;
  margin-top: 20px;
  position: relative;
}

.div-block-402 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hide-me-overlay-descarga {
  z-index: 9999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.textlink-red {
  color: var(--coral);
  text-decoration: none;
}

.descargable-contenedor {
  margin-bottom: 60px;
}

.hide-me-overlay-descarga-2 {
  z-index: 9999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.language {
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-404 {
  margin-bottom: 40px;
}

.div-block-403 {
  background-color: var(--slate-grey);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.content_paragraph-white {
  color: #fff;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.h1-headline-title {
  color: #2d3153;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  font-family: Messinasans, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

.h1-headline-title.light {
  color: #fff;
}

.about-number-wrap-2 {
  background-color: #deebf7;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.about-number-wrap-2.color-1 {
  background-color: var(--coral);
  position: relative;
}

.html-embed-4 {
  max-width: 800px;
  margin: 40px auto;
}

.pdf-ambientes-seguros {
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-181-copy {
  z-index: 1;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: start;
  margin-top: 40px;
}

.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-2 {
  background-color: var(--slate-grey);
  border-bottom: 20px #fdda46;
  min-height: 400px;
  padding: 0 5% 60px;
  position: sticky;
  inset: auto 0%;
}

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

.div-block-405 {
  color: #fff;
  background-color: #507286;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-406 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.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: var(--coral);
}

.div-block-407 {
  justify-content: space-between;
  display: flex;
}

.podcast-embed {
  width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.bar-iframe-container {
  background-color: #e6e6e6;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-95 {
  font-weight: 400;
}

.html-embed-18 {
  flex: 1;
  align-self: stretch;
}

.iframe-modal-container {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-347 {
  color: #2d3153;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-family: Messinasans, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-96 {
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-94 {
  cursor: pointer;
  font-weight: 600;
}

.bar-iframe-wrap {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.back-icon {
  margin-right: 10px;
  font-family: Material design iconic font, sans-serif;
}

.div-block-349 {
  align-self: center;
}

.button-9 {
  background-color: #2b3052;
  margin-top: 20px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.decide-sticky-container {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  padding: 20px 10px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 1px 1px 16px #0003;
}

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

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

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

.check-2 {
  color: #d72833;
  margin-right: 6px;
  font-family: Material design iconic font, sans-serif;
}

.lightbox-link-8 {
  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;
  max-height: 360px;
  display: flex;
  position: sticky;
  top: 220px;
}

.image-65 {
  width: 32px;
}

.tabs-3 {
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.tabs-menu-3 {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 30%;
  margin-top: 200px;
  display: flex;
  position: sticky;
  top: 220px;
}

.sidebar-ventajas-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newslab Black, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.titulo-ventajas-tabs-2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.tabs-content-3 {
  flex: 0 auto;
  width: 65%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content-wrap-2 {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-409 {
  border-top: 5px solid var(--coral);
  background-color: var(--slate-grey);
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.div-block-410 {
  z-index: 10;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
  height: auto;
  max-height: 200px;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-411 {
  background-color: #f6f6f6;
  height: auto;
  min-height: 100%;
  margin-right: 0;
  padding: 40px;
  position: static;
}

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

.education-model-pont {
  margin-bottom: 40px;
  display: flex;
}

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

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

.paragraph-enphasis-2 {
  color: var(--slate-grey);
  font-weight: 700;
}

.tab-pane-tab-1-2 {
  width: 100%;
}

.dropdown-arrow {
  align-items: center;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.floating-button-whatsapp {
  z-index: 20;
  background-image: linear-gradient(#5ac864, #28b43c);
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 0 8px 24px #1c7f2a52;
}

.icon-whatsapp-floating {
  height: 24px;
}

.social-media-share {
  margin-top: 20px;
}

.pagination {
  justify-content: flex-end;
}

.div-block-412 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.heading-15 {
  margin-top: 20px;
}

.rich-subtitle {
  color: var(--coral);
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 700;
}

.div-block-413 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-footer-cta-copy.whitesmoke {
  background-color: #f6f6f6;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.icon-button-blue {
  color: var(--coral);
  margin-left: 10px;
  font-family: Material design iconic font, sans-serif;
}

.contact-data-icon {
  background-color: var(--coral);
  color: #fff;
  border: 1px #d72833;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  font-family: Material design iconic font, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-414 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-data-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.contact-data-wrap.mapa {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-footer-title {
  color: #fff;
  font-weight: 700;
}

.text-span-14 {
  font-weight: 700;
}

.image-69 {
  width: 24px;
}

.text-block-97 {
  color: var(--slate-grey);
  margin-left: 10px;
  font-size: 12px;
}

.contact-column-data {
  background-color: var(--slate-grey);
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.google-maps-button {
  color: var(--gold);
  background-color: #fff;
  border: 1px #ddd;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.google-maps-button:hover {
  background-color: #e7e7e7;
}

.text-footer {
  color: #fff;
  font-weight: 400;
}

.image-70 {
  max-width: 150px;
  position: absolute;
  inset: 0% auto auto 2rem;
}

.dashboard-embed-desktop {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-416 {
  background-color: var(--white);
  height: 100px;
  margin-top: -100px;
  position: relative;
}

.div-block-417 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.dashboard-embed-mobile {
  width: 100%;
  max-width: 1140px;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.heading-16 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.colaboradores_layout {
  color: #fff;
  background-color: #507286;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: min-content max-content;
  align-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.colaboradores_icon {
  width: 2.5rem;
}

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

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

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

.margin-top.margin-large {
  margin: 3rem 0 0;
}

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

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

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

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

.heading-large {
  color: var(--slate-grey);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large.text-color-secondary {
  color: var(--navy);
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

.popup_wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  min-height: 20rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 16px #00000026;
}

.popup-automatico_close {
  cursor: pointer;
  background-color: #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  position: absolute;
  inset: -1.5rem -1rem auto auto;
}

.text-block-98 {
  color: var(--slate-grey);
  font-size: 1.5rem;
}

.pop-up_-automatico {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.school-label {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newslab Black, sans-serif;
  font-size: 1.5rem;
}

.cta-heading-levels {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 54px;
}

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

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

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xlarge.is-relative {
  z-index: 2;
  position: sticky;
  top: 6rem;
}

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-large {
  margin: 0 0 3rem;
}

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

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

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

.blog-button-container {
  justify-content: flex-end;
  display: flex;
}

.text-span-15 {
  font-family: Newslab Black, sans-serif;
  font-size: 2.5rem;
}

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

.image-77 {
  height: 1rem;
}

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

.hub.right {
  margin-left: 40px;
}

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

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

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

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

.footer_bottom-link {
  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 {
  text-align: justify;
}

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

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

.section-contact28 {
  border-bottom: 1px solid #d8d8d8;
}

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

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

.section-model {
  align-items: center;
}

.features-icon {
  max-width: 30px;
}

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

.instalaciones_slider-item {
  position: static;
  overflow: hidden;
}

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

.faq-answer {
  overflow: hidden;
}

.instalaciones_slider-list-wrapper {
  height: 100%;
}

.instalaciones_lockup {
  z-index: 1;
  width: 12rem;
  position: absolute;
  inset: 0% 2rem auto auto;
}

.levels_image-wrapper {
  cursor: pointer;
  background-color: #dadfe2;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.features_video {
  height: 24rem;
  position: sticky;
  top: 14rem;
}

.section-features.background-color-whitesmoke {
  background-color: #fafafa;
}

.instalaciones_slider-right-arrow {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-top-right-radius: 2rem;
  width: 5rem;
  height: 5rem;
  inset: auto 2rem 0% auto;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.icon-circle {
  background-color: var(--coral);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.chil-model_text-wrapper {
  align-items: flex-start;
  display: flex;
}

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

.features_video-overlay {
  z-index: 1;
  background-color: #0006;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chil-model_icon-wrapper {
  border: 1px solid #c6dbef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.beneficios_content-right {
  background-color: #fafafa;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 16px #0000001a;
}

.features_lightbox-link {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.faq-answer-margin {
  margin-top: 1rem;
}

.features_item {
  background-color: #fff;
  border: 1px #1d1f2e26;
  padding: 2rem;
}

.features_item._1 {
  border-style: none;
  position: sticky;
  top: 14rem;
}

.features_item._3 {
  position: sticky;
  top: 26rem;
}

.features_item._2 {
  position: sticky;
  top: 20rem;
}

.features_item._4 {
  position: sticky;
  top: 32rem;
}

.features_item._1 {
  border: 1px solid #000;
}

.features_item.s {
  border-style: none;
  position: sticky;
  top: 14rem;
}

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

.container-medium {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.levels_item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.image-84 {
  width: 6rem;
}

.button-row {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.chil-model_checklist-item {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  align-items: center;
}

.levels_image {
  object-fit: cover;
  width: 100%;
  height: 12rem;
}

.faq-title {
  color: var(--dark-slate-grey);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.instalaciones_slider-mask {
  height: 100%;
}

.beneficios_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-wrapper {
  margin: .5rem;
}

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

.instalaciones_slider-lightbox-link {
  width: 100%;
}

.layout8_button {
  cursor: pointer;
  background-color: #262626;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

.layout8_button:hover {
  background-color: #2e2e2e;
}

.layout8_button._1 {
  background-color: #afc2e0;
}

.layout8_button._2 {
  background-color: var(--gold);
  text-decoration: none;
}

.layout8_button._3 {
  background-color: var(--coral);
}

.layout8_button._4 {
  background-color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--dark-slate-grey);
}

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

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

.main-wrapper.no-margin {
  background-color: var(--white);
  margin-top: 6rem;
}

.faq-expander {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: 2.5rem;
  display: flex;
  position: relative;
}

.beneficios_image {
  align-self: auto;
  width: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

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

.text-color-white.text-size-small {
  text-decoration: none;
}

.text-color-white.text-size-large.text-weight-bold {
  line-height: 1.25em;
}

.instalaciones_component {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.features_video-icon {
  z-index: 2;
  width: 3.5rem;
  margin: auto;
  position: relative;
}

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

.heading-small {
  font-family: Messinasans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.text-weight-bold {
  font-weight: 900;
}

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

.features_feature-title-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

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

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

.seccion-beneficios {
  background-color: var(--slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.instalaciones_slider-list {
  height: 100%;
}

.features_component {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1.25fr 1fr;
  align-content: start;
  align-items: start;
  position: relative;
}

.instalaciones_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8rem 3.5rem;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.levels_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.levels_component.background-color-whitesmoke {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
}

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

.instalaciones_slider-slide {
  height: 100%;
}

.instalaciones_slider-lightbox-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 32rem;
}

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

.instalaciones_content-right {
  position: relative;
}

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

.chill-stats_item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instalaciones_slider-left-arrow {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 2rem;
  width: 5rem;
  height: 5rem;
  margin-right: 7rem;
  inset: auto 0% 0% auto;
}

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

.instalaciones_slider {
  height: 100%;
}

.features_list-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr;
  height: 100%;
}

.background-color-orange {
  background-color: var(--coral);
}

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

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

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

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

.link-13 {
  color: #fff;
}

.about-number-wrap-3 {
  color: #323e48;
  background-color: #ff7843;
  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;
}

.link-14 {
  color: #fff;
}

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

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

.intro-img-container-copy-2 {
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider_wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

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

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

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

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

.hero-slider_school-label-wrapper {
  height: 2.5rem;
  position: relative;
}

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

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

.button-13.in-mobile-is-fullwidth {
  border-color: var(--coral);
  background-color: var(--coral);
}

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

.hero-header_image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

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

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

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

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

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

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

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

.text-size-medium.text-color-black {
  color: var(--navy);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.hero-header_image-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 30%;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.heading-label {
  z-index: 1;
  color: #5b7f95d9;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Newslab Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 44px;
}

.heading-label.no-h1 {
  position: absolute;
  inset: 0% 0% auto;
}

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

.cta-leveles-form {
  background-image: linear-gradient(#5b7f95e6, #5b7f95e6), url('../images/cumbres_qro-instalaciones-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-leveles-form.hide {
  display: none;
}

.nosotros {
  background-color: var(--slate-grey);
  background-image: linear-gradient(#5b7f95cc, #5b7f95cc);
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nosotros:hover {
  background-color: var(--navy);
  color: var(--coral);
  background-image: none;
  border: 2px #fdda46;
}

.level-img {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.level-img-overlay {
  z-index: 19;
  background-color: #1f355e99;
  position: absolute;
  inset: 0%;
}

.level-galery_img {
  width: 100%;
}

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

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

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

.image-86 {
  max-height: 7rem;
}

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

.menu-ventajas {
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-ventajas:hover {
  color: var(--coral);
  background-image: linear-gradient(#1f355ecc, #1f355ecc);
  border: 2px #fdda46;
}

.background-img_overlay {
  background-color: #1f355e75;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-img_overlay:hover {
  background-color: #ff784382;
}

.icon-youtube {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
}

.section-header {
  border: 1.5rem solid #fff;
}

.section-header.background-color-softblue {
  background-color: #deebf7;
}

.header_component {
  position: relative;
}

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

.header_heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 12px #0000000d;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
}

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

.button-14 {
  display: none;
}

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

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-group.content-centered {
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

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

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

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

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

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

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

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

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

.button-15 {
  display: none;
}

.button-15.is-small {
  padding: .5rem 1.25rem;
}

.button-15.is-large {
  padding: 1rem 2rem;
}

.button-15.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

.button-15.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-15.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.text-color-secondary {
  color: #222;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-secondary {
  background-color: #2d62ff;
}

.background-color-tertiary {
  background-color: #dd23bb;
}

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

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

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

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

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

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

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

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 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;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 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-0 {
  margin: 0;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

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

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  display: none;
}

.hide-mobile-landscape {
  width: 1.25rem;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

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

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

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

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

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

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder {
  color: #222;
}

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

.form_input.is-select-input {
  color: #222;
}

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

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

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

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

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.nav_top-bar {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #1d1f2e26;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 20px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_brand-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 80rem;
  display: flex;
}

.nombre-colegio {
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1em;
}

.text-block-100 {
  color: var(--slate-grey);
  font-family: Newslab Black, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.section_timeline19 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  overflow: hidden;
}

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

.timeline19_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.timeline19_item {
  z-index: 2;
  background-color: var(--slate-grey);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.timeline19_item._2 {
  background-color: var(--dark-slate-grey);
}

.timeline19_item._3 {
  background-color: var(--coral);
}

.timeline19_item-content {
  z-index: 1;
  aspect-ratio: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 2.55rem;
  padding-right: 2.55rem;
  display: flex;
}

.number {
  font-size: 4rem;
}

.div-block-423 {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}

.heading-wrapper {
  margin-bottom: 2rem;
}

.text-block-101 {
  color: var(--dark-slate-grey);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2em;
}

.text-block-101.text-color-white {
  color: var(--white);
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.footer-legal-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-color-coral {
  color: var(--coral);
}

.button-16 {
  display: none;
}

.modal1_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 36rem;
  height: auto;
  max-height: 80vh;
  padding: 2.5rem;
  position: relative;
  overflow: scroll;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  background-color: var(--white-smoke);
  color: var(--coral);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  top: .5rem;
  right: 1rem;
}

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-425 {
  position: relative;
}

.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: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  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-17 {
  color: #fff;
  background-color: #ff4438;
  border: 2px solid #ff7843;
  justify-content: center;
  padding: .75rem 1.25rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_blog44 {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .hero-header_image {
    object-fit: cover;
    object-position: 100% 0%;
  }

  .level-galery_img, .modelo_img {
    height: 100%;
  }

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

@media screen and (min-width: 1920px) {
  .level-lightbox_container {
    background-image: none;
    position: relative;
  }

  .link-block.hover-cumbres:hover {
    background-color: var(--slate-grey);
  }

  .lightbox-niveles {
    z-index: 15;
    position: relative;
  }

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

  .hero-header_image-wrapper {
    display: flex;
  }

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

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

  .level-img-overlay {
    z-index: 12;
    background-color: #1f355e66;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  .div-block-162 {
    flex: 1;
    justify-content: space-between;
    max-width: none;
    height: 102px;
    padding-left: 20px;
    display: none;
  }

  .level-link-box-img._1 {
    width: 100%;
    height: auto;
  }

  .level-link-box-img._3, .level-link-box-img._4 {
    width: 100%;
    height: 250px;
  }

  .image-36 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-columns {
    flex-direction: column;
  }

  .mobile-menu-container {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .levels-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-menu-brand-container {
    z-index: 3;
    align-items: center;
    margin-left: 20px;
    display: flex;
    position: relative;
  }

  .level-lightbox_container {
    width: 100%;
    height: 400px;
  }

  .level-box {
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

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

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

  .intro-txt-container {
    width: 100%;
  }

  .hide-me-overlay {
    display: none;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .text-block-61 {
    font-size: 22px;
  }

  .facilities-content-wrap {
    grid-template-columns: 1fr;
  }

  .mobile-menu-logo-block {
    width: 90px;
  }

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

  .level-box-title {
    margin-top: 0;
    font-size: 14px;
  }

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

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

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

  .mobile-menu-brand-text {
    margin-left: 20px;
  }

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

  .content-wrapper-block-menu {
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-section {
    display: none;
  }

  .level-link-block {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
  }

  .icon-download-button {
    border-radius: 0;
  }

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

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

  .dropdown-4 {
    flex-direction: column;
  }

  .crm-forms-div {
    max-width: none;
  }

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

  .mobile-menu-text {
    color: #0f3f65;
    font-family: Messinasans, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: none;
  }

  .cta-solicita-informacion {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .cta-image-wrapper {
    height: 400px;
  }

  .header-section {
    height: 200px;
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .div-block-211 {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq02-comment {
    border-bottom-color: #deebf7;
  }

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

  .about-number-wrap.color-5, .about-number-wrap.color-4, .about-number-wrap.color-7, .about-number-wrap.color-6, .about-number-wrap.color-8, .about-number-wrap.color-9, .about-number-wrap.color-1, .about-number-wrap.color-3, .about-number-wrap.color-10, .about-number-wrap.color-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .why-us-container {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

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

  .level-about_component, .tabs {
    flex-direction: column;
  }

  .grid-image-levels {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .image-46 {
    display: none;
  }

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

  .tab-link-wrap {
    border-right: 1px solid #93d8f7;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    display: flex;
  }

  .tab-link-wrap:hover {
    background-color: var(--white-smoke);
  }

  .tab-link-wrap.w--current {
    justify-content: center;
  }

  .tab-link-wrap._3, .tab-link-wrap._4, .tab-link-wrap._5, .tab-link-wrap._6 {
    border-right: 1px solid #93d8f7;
    justify-content: center;
  }

  .tab-link-wrap._7 {
    justify-content: center;
  }

  .tab-link-wrap._1 {
    border-right: 1px solid #93d8f7;
  }

  .tab-link-wrap._1.w--current {
    min-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .icon-mobile-menu {
    align-items: center;
    font-family: Material design iconic font, sans-serif;
    font-size: 32px;
    display: flex;
    position: absolute;
    inset: 0% 5% 0% auto;
    overflow: visible;
  }

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

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

  .lottie-animation-5 {
    z-index: 10;
    background-color: #0f3f65;
    width: 42px;
    height: 42px;
    margin-right: 20px;
    padding: 5px;
    position: relative;
  }

  .menu-button-dash {
    color: #fdda46;
    background-color: #0f3f65;
    border: 1px #4e2d9230;
    border-radius: 0;
    margin-left: 14px;
    margin-right: 20px;
    padding: 5px;
    display: flex;
  }

  .menu-button-dash.w--open {
    color: #fff;
    background-color: #0f3f65;
    padding: 5px;
  }

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

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

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

  .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: var(--white);
    width: 100%;
    position: absolute;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-block-236 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-82 {
    color: #0f3f65;
    text-align: left;
    text-transform: none;
    justify-content: flex-start;
  }

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

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

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

  .div-block-374 {
    max-width: none;
  }

  .block_wrap {
    width: auto;
  }

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

  .content_wrap {
    height: auto;
  }

  .section-w-header {
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .socialmedia-wrapper {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .socialmedia-wrapper.relative {
    position: static;
  }

  .div-block-384 {
    margin-left: 10px;
  }

  .mobile-menu {
    background-color: var(--white);
    height: 100px;
    display: block;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .brand {
    flex: 1;
  }

  .nav-menu-5 {
    z-index: 99999;
    background-color: var(--white);
    align-self: auto;
    width: 90%;
    padding-top: 100px;
    box-shadow: -1px 0 16px #0006;
  }

  .navlink-menu-mobile {
    color: #0f3f65;
    border-top: 1px #93d8f74d;
    border-bottom: 1px solid #5b7f9533;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navlink-menu-mobile.w--current {
    background-color: var(--slate-grey);
    color: var(--white);
    border-bottom-color: #5b7f9533;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navlink-menu-mobile.cta {
    background-color: var(--coral);
    color: var(--white-smoke-2);
  }

  .div-block-386 {
    z-index: 100;
    margin-top: 0;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 16px #00000026;
  }

  .menu-button-3 {
    background-color: var(--white);
    padding: 10px;
  }

  .menu-button-3.w--open {
    background-color: var(--white);
  }

  .image-57 {
    max-width: 80px;
  }

  .mobile-menu-overlay {
    opacity: 0;
    background-color: #00000080;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .image-59 {
    max-width: 200px;
    margin-top: 0;
    margin-right: 20px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-lottie-mobile {
    width: 32px;
  }

  .close-download-modal-2 {
    display: flex;
  }

  .modal-scroll-2 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hide-me---estimulaci-n {
    order: 1;
    display: none;
  }

  .div-block-388 {
    grid-template-columns: 1fr;
  }

  .div-block-392 {
    height: auto;
  }

  .modelo-img-wrapper, .div-block-394 {
    height: 300px;
  }

  .icon-close {
    font-size: 22px;
  }

  .modal-scroll-3 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-93 {
    font-size: 22px;
  }

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

  .about-number-wrap-2.color-1 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .podcast-embed {
    width: auto;
  }

  .button-9 {
    display: none;
  }

  .decide-sticky-container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    inset: auto auto 0% 0%;
  }

  .div-block-408 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .tabs-3 {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .tabs-menu-3 {
    flex-direction: row;
    width: 100%;
    position: sticky;
    top: 100px;
    overflow: scroll;
    box-shadow: 0 1px 16px -14px #000;
  }

  .tabs-content-3 {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .tabs-content-wrap-2 {
    flex-direction: column;
    display: flex;
  }

  .div-block-410 {
    width: 100%;
    max-height: none;
  }

  .div-block-411 {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-413 {
    flex-direction: column;
  }

  .contact-column-data {
    width: 100%;
  }

  .dashboard-embed-desktop {
    margin-top: 0;
  }

  .dashboard-embed-mobile {
    margin-top: 140px;
    display: none;
  }

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

  .margin-top.margin-medium {
    margin: 1.5rem 0 0;
  }

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

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

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

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

  .popup_wrapper {
    flex-direction: column;
  }

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

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

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

  .beneficios_content-right {
    width: 100%;
  }

  .features_item._1, .features_item._2, .features_item._3, .features_item._4 {
    width: 100%;
    height: 250px;
  }

  .beneficios_content-left {
    align-items: flex-start;
  }

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

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

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

  .certifications_collections-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .seccion-beneficios {
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .features_component {
    grid-template-columns: 1.25fr;
  }

  .instalaciones_content-left {
    padding: 2.5rem;
  }

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

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

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

  .levels_component.background-color-whitesmoke {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

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

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

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

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

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

  .model-profile_box {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header_heading {
    font-size: 4rem;
  }

  .header_heading.text-color-blue {
    line-height: 4rem;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

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

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

  .hide-tablet {
    display: none;
  }

  .nav_button {
    color: #fff;
  }

  .nav_top-bar {
    height: auto;
    margin-right: 0;
    padding-left: 40px;
  }

  .nav_brand-content-wrapper {
    flex-direction: column;
  }

  .nombre-colegio {
    font-size: 24px;
  }

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

  .timeline19_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .div-block-162 {
    background-color: #fff;
    justify-content: space-between;
    height: auto;
    max-height: 90px;
    padding-left: 20px;
    padding-right: 0;
  }

  .level-link-box-img._3 {
    height: auto;
  }

  .level-link-box-img._4 {
    aspect-ratio: 1;
    background-position: 50%;
    height: auto;
  }

  .intro-columns {
    display: block;
  }

  .mobile-menu-container {
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .blog-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .grid-footer-cta.whitesmoke {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
    position: static;
  }

  .top-bar-2 {
    padding-left: 0;
  }

  .level-lightbox_container {
    width: 100%;
    height: 300px;
  }

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

  .intro-txt-container {
    width: 100%;
    padding: 1.5rem;
  }

  .facilities-wrap {
    margin-bottom: 0;
  }

  .hide-me-overlay {
    display: none;
  }

  .modal-scroll {
    padding: 0 0%;
    overflow: auto;
  }

  .text-block-61 {
    font-size: 22px;
  }

  .div-block-189 {
    flex: 0 auto;
    width: 100%;
    height: 250px;
    position: static;
  }

  .facilities-content-wrap {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mobile-menu-logo-block {
    width: 90px;
  }

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

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

  .upgrade-container {
    border-radius: 0;
    flex-direction: column;
    max-width: none;
    height: 100vh;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .level-box-title {
    top: 20px;
  }

  .nav-menu-4 {
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

  .mobile-menu-brand-text {
    color: #007f6e;
  }

  .top-bar-data-div {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .button-cta {
    margin-bottom: 20px;
  }

  .content-wrapper-block-menu {
    background-color: #fff;
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .cta-section {
    display: block;
  }

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

  .menu-section {
    flex: 1;
  }

  .level-link-block {
    width: 100%;
  }

  .popup-paragraph {
    margin-bottom: 0;
  }

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

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

  .form01_logo {
    width: 80px;
  }

  .dropdown-4 {
    flex-direction: column;
  }

  .crm-forms-div {
    flex: 0 auto;
    max-width: none;
    position: static;
    overflow: scroll;
  }

  .crm-forms-div.empty {
    display: none;
  }

  .blog-post-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-heading-home.small {
    height: auto;
  }

  .div-block-198 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button-columns {
    flex-direction: column;
    align-items: center;
  }

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .header-section {
    height: 200px;
  }

  .intro-img-container-copy {
    width: 100%;
    height: 300px;
  }

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

  .faq02_block {
    min-width: auto;
  }

  .block-quote {
    flex-direction: column-reverse;
    display: flex;
  }

  .text-span-8 {
    margin-left: 0;
    position: static;
  }

  .div-block-217 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

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

  .image-46 {
    display: none;
  }

  .tab-link-wrap.w--current {
    background-color: var(--white-smoke-2);
    color: var(--slate-grey);
  }

  .lottie-animation-5 {
    flex: 0 auto;
    align-self: auto;
    margin: 0 auto auto;
  }

  .menu-button-dash {
    clear: none;
    border-style: none;
    align-items: center;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .menu-button-dash.w--open {
    border-bottom-style: none;
    border-left-style: none;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 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;
  }

  .div-block-235 {
    display: none;
  }

  .container-dash-2 {
    height: auto;
    padding-right: 0%;
    display: flex;
  }

  .cta-leveles-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-levels-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-52 {
    left: 30px;
  }

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

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

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

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

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

  .socialmedia-wrapper {
    justify-content: space-around;
  }

  .navlink-menu-mobile.w--current {
    color: var(--white);
  }

  .navlink-menu-mobile.cta {
    color: var(--white);
    background-color: #ff4438;
  }

  .div-block-386 {
    margin-top: 0;
  }

  .menu-button-3 {
    margin-right: 20px;
  }

  .image-57 {
    max-width: 70px;
  }

  .fab-wrapper {
    z-index: 9000;
    text-align: right;
    width: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .fab-link {
    z-index: 1;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    text-decoration: none;
    display: none;
    position: relative;
  }

  .fab-label {
    background-color: var(--slate-grey);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 136px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 1px 1px 6px #0006;
  }

  .fab-link-circle {
    background-color: #ff4438;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 13px;
    display: flex;
    box-shadow: 1px 1px 6px #0006;
  }

  .fab {
    z-index: 1;
    float: right;
    background-color: var(--white);
    color: var(--slate-grey);
    cursor: pointer;
    border-top: 1px solid #5b7f9533;
    border-left: 1px solid #5b7f9533;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .cta-mobile-icon {
    width: 26px;
  }

  .image-59 {
    max-width: 115px;
  }

  .upgrade-container-2 {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .modal-scroll-2 {
    overflow: auto;
  }

  .hide-me---estimulaci-n {
    display: none;
  }

  .titulo-beneficio {
    line-height: 1.2em;
  }

  .div-block-390 {
    flex-direction: column;
  }

  .form01-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-close {
    font-size: 22px;
  }

  .modal-scroll-3 {
    padding: 0 0%;
    overflow: auto;
  }

  .upgrade-container-3 {
    border-radius: 0;
    flex-direction: column;
    max-width: none;
    height: 100vh;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .text-block-93 {
    font-size: 22px;
  }

  .grid-image-levels-2 {
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

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

  .div-block-407 {
    flex-direction: column;
  }

  .text-block-95, .text-block-96 {
    display: none;
  }

  .image-63 {
    width: auto;
    max-width: none;
    height: 40px;
  }

  .button-9 {
    max-width: 100px;
    margin-top: 0;
    padding: 6px 10px;
    font-size: 10px;
  }

  .grid-4 {
    justify-content: space-around;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .decide-sticky-container {
    z-index: 999;
    box-shadow: none;
    border-top: 1px solid #5b7f9533;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    inset: auto auto 0% 0%;
  }

  .parrafo-2 {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  .parrafo-2.margin-bottom {
    font-size: 16px;
    line-height: 1.5em;
  }

  .lightbox-link-8 {
    position: static;
  }

  .div-block-411 {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .lightbox-link-9 {
    height: 150px;
  }

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

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

  .floating-button-whatsapp {
    z-index: 100;
    display: none;
  }

  .grid-footer-cta-copy.whitesmoke {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
    position: static;
  }

  .dashboard-embed-desktop {
    display: none;
  }

  .dashboard-embed-mobile {
    justify-content: center;
    height: 1800px;
    margin-top: 100px;
    display: flex;
    overflow: scroll;
  }

  .heading-16 {
    max-width: 500px;
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 24px;
  }

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

  .margin-top.margin-medium {
    margin: 1.25rem 0 0;
  }

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

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

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

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

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

  .popup_wrapper {
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    overflow: scroll;
  }

  .pop-up_-automatico {
    display: flex;
  }

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

  .levels_image-wrapper {
    aspect-ratio: 1;
  }

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

  .chil-model_checklist-component {
    grid-template-columns: 1fr;
  }

  .features_item._2 {
    top: 8.5rem;
  }

  .features_item._3 {
    top: 14.5rem;
  }

  .features_item._4 {
    top: 43.9rem;
  }

  .features_item.s {
    top: 2rem;
  }

  .levels_image {
    height: 100%;
  }

  .layout8_button {
    position: absolute;
    inset: auto 0% 0%;
  }

  .layout8_button._1 {
    position: absolute;
  }

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

  .main-wrapper.no-margin {
    margin-top: 0;
  }

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

  .beneficios_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

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

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

  .levels_component.background-color-whitesmoke {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .chill-stats_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .parrafo-regular-4 {
    text-align: left;
  }

  .intro-img-container-copy-2 {
    width: 100%;
    height: 300px;
  }

  .div-block-419 {
    height: auto;
  }

  .div-block-421 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .model-certificaciones {
    grid-column-gap: 1rem;
    grid-row-gap: .8rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider_wrapper {
    height: auto;
  }

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

  .arrow {
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .button-wrapper-2 {
    width: 100%;
  }

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

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

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

  .cta-leveles-form {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .header_content-left {
    padding-top: 2.5rem;
  }

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

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

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

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

  .nav_top-bar {
    text-align: center;
    border-bottom-style: solid;
    flex-flow: column;
    align-items: stretch;
    padding-left: 2rem;
    inset: auto 0% 0%;
  }

  .nav_brand-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .nombre-colegio {
    font-size: 18px;
  }

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

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

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

  .text-block-101 {
    font-size: 3rem;
  }

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

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_close-button {
    background-color: var(--white-smoke-2);
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-162 {
    background-color: #fff;
    justify-content: space-between;
    align-self: auto;
    max-width: none;
    max-height: 60px;
    padding-left: 10px;
  }

  .level-link-box-img._4 {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .image-36 {
    width: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-columns {
    margin-left: 0%;
    margin-right: 0%;
  }

  .mobile-menu-container {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .top-bar-2 {
    align-items: center;
    padding-left: 0;
  }

  .mobile-menu-brand-container {
    align-self: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .level-lightbox_container {
    width: 100%;
    height: 15rem;
  }

  .level-box {
    margin-bottom: 10px;
  }

  .div-block-182 {
    width: 40px;
  }

  .link-5 {
    font-size: 10px;
    line-height: 10px;
  }

  .link-5.no-wrap {
    white-space: nowrap;
  }

  .intro-txt-container {
    padding: 20px;
  }

  .hide-me-overlay {
    display: none;
  }

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

  .overlay-social-media {
    z-index: 9999;
    background-color: #0000;
    display: none;
    inset: 0%;
  }

  .social-media-widget {
    max-width: 280px;
  }

  .text-block-61 {
    color: #007f6e;
    font-size: 24px;
  }

  .facilities-content-wrap {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
  }

  .mobile-menu-logo-block {
    width: auto;
  }

  .title-cta-button {
    font-size: 12px;
  }

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

  .text-block-63 {
    width: 84px;
    margin-bottom: 44px;
    font-size: 12px;
  }

  .form01_h5-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-menu-4 {
    color: #f5f5f5;
    background-color: #f5f5f5;
    flex-direction: column;
    flex: 1;
    align-self: center;
    width: auto;
    height: 100vh;
    overflow: auto;
  }

  .section {
    padding: 60px 5%;
  }

  .title-underline-text {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-64 {
    font-size: 24px;
  }

  .mobile-menu-brand-text {
    margin-left: 15px;
  }

  .top-bar-data-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 0 auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .subtitle-cta-button {
    font-size: 12px;
  }

  .button-cta {
    width: 260px;
    height: auto;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 10px;
  }

  .content-wrapper-block-menu {
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    padding: 0;
    display: flex;
  }

  .cta-section {
    display: block;
  }

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

  .menu-section {
    background-color: #fff;
  }

  .popup-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-181 {
    width: 40px;
    height: 180px;
    top: 25%;
  }

  .icon-download-button, .brand-link {
    margin-left: 0;
  }

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

  .form01_logo {
    width: 75px;
  }

  .crm-forms-div {
    min-height: 100vh;
    padding-top: 4.65rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .principal-menu-brand-box-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .div-block-187 {
    grid-template-columns: 1fr;
  }

  .mobile-menu-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .blog-post-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-heading-home {
    height: auto;
  }

  .div-block-202 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-div-block {
    align-items: stretch;
  }

  .header-section {
    height: 150px;
    margin-top: 60px;
  }

  .header-section.background-color-darkblue {
    margin-top: 0;
  }

  .page-heading {
    font-size: 24px;
  }

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

  .intro-img-container-copy {
    width: auto;
    height: 300px;
    overflow: hidden;
  }

  .div-block-211 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph_cards {
    margin-left: 0;
  }

  .faq02-comment {
    flex-direction: column;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq02_block {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

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

  .about-number-wrap.color-1 {
    margin-right: 10px;
  }

  .paragraph-cards {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.2em;
  }

  .div-block-212 {
    grid-template-columns: 1fr;
  }

  .button-6 {
    flex: 1;
    justify-content: center;
    display: flex;
  }

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

  .lottie-animation-4 {
    opacity: .65;
    max-width: 220px;
  }

  .typo-base-title {
    font-size: 24px;
  }

  .block-quote {
    padding-right: 20px;
  }

  .div-block-217 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-46 {
    display: none;
  }

  .div-block-223 {
    height: auto;
    padding: 60px 20px;
  }

  .lottie-animation-5 {
    max-width: 24px;
    max-height: 26px;
    margin-top: 0;
  }

  .menu-wrap-dash {
    z-index: 15;
    width: 100%;
    margin-top: 0;
  }

  .heading-dash {
    margin-top: 0;
    margin-bottom: 0;
  }

  .toggle-dash {
    padding-left: 20px;
  }

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

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

  .navigation-image-wrap {
    display: none;
  }

  .text-block-80 {
    padding-left: 20px;
  }

  .heading-dash-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-leveles-section {
    padding: 40px 20px;
  }

  .cta-levels-box {
    padding: 50px 20px 40px;
  }

  .text-block-83 {
    font-size: 18px;
  }

  .image-52 {
    max-width: 100px;
    left: 20px;
  }

  .navigation-image-link-2 {
    align-items: center;
  }

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

  .buttton-regular {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .parrafo {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .block_wrap {
    width: 100%;
  }

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

  .section-w-header {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-56 {
    height: 350px;
  }

  .blogpost-title-container {
    align-items: center;
    height: 100px;
    display: flex;
  }

  .blogpost-h1 {
    font-size: 18px;
  }

  .empty {
    display: none;
  }

  .socialmedia-wrapper {
    justify-content: flex-start;
    inset: 0% auto auto 0%;
  }

  .socialmedia-wrapper.relative {
    margin-left: 0;
  }

  .div-block-384 {
    margin-left: 0;
    margin-right: 5px;
  }

  .mobile-menu, .container {
    height: 60px;
  }

  .nav-menu-5 {
    padding-top: 60px;
  }

  .menu-button-3 {
    padding: 5px;
  }

  .image-57 {
    width: 50px;
  }

  .fab-link-circle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .fab {
    height: 70px;
  }

  .cta-mobile-icon {
    width: 23px;
  }

  .image-59 {
    max-width: 115px;
    margin-top: 0;
    margin-right: 20px;
    inset: 0% 0% auto auto;
  }

  .menu-lottie-mobile {
    width: 30px;
  }

  .upgrade-container-2 {
    border-radius: 0;
    width: 100vw;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-scroll-2 {
    padding: 0 0%;
  }

  .sello-formulario {
    width: 71px;
  }

  .close-overlay-2 {
    justify-content: center;
    display: flex;
  }

  .hide-me---estimulaci-n {
    display: none;
  }

  .titulo-beneficio {
    text-align: left;
    flex: 0 auto;
    margin-right: 0;
    padding-left: 0;
    line-height: 1.2em;
  }

  .div-block-392 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._404-title {
    font-size: 84px;
  }

  ._404-text {
    text-align: center;
    font-size: 18px;
  }

  .form01-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-close {
    font-size: 24px;
  }

  .modal-scroll-3 {
    min-height: 100vh;
    padding-bottom: 0;
    overflow: auto;
  }

  .upgrade-container-3 {
    height: 100%;
    margin-bottom: 70px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .text-block-93 {
    font-size: 24px;
  }

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

  .about-number-wrap-2.color-1 {
    margin-right: 10px;
  }

  .f01_title-2, .f01_title-2.w--current {
    padding-left: 2.5%;
  }

  .f01-2 {
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .div-block-405 {
    position: static;
  }

  .link-block-2 {
    padding-left: 5%;
  }

  .div-block-406 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 100px;
    padding: 20px 5% 100px;
  }

  .f01_link-2 {
    padding-left: 5%;
  }

  .image-63 {
    height: 50px;
  }

  .button-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .decide-sticky-container {
    z-index: 900;
    box-shadow: none;
    height: 70px;
    inset: auto auto 0% 0%;
  }

  .parrafo-2 {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5em;
  }

  .parrafo-2.margin-bottom {
    font-size: 16px;
    line-height: 1.5em;
  }

  .lightbox-link-8 {
    height: 200px;
    max-height: 200px;
  }

  .tabs-menu-3 {
    top: 60px;
  }

  .div-block-410 {
    z-index: 9;
  }

  .div-block-411 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .parrafo-regular-3 {
    text-align: left;
  }

  .lightbox-link-9 {
    height: 140px;
  }

  .floating-button-whatsapp {
    bottom: 30px;
  }

  .dashboard-embed-mobile {
    height: 1200px;
    margin-top: 60px;
  }

  .heading-16 {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
  }

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

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

  .padding-vertical.padding-huge.no-paddings-mobile {
    padding-top: 8rem;
  }

  .popup-automatico_close {
    margin-left: auto;
    margin-right: auto;
  }

  .school-label {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .cta-heading-levels {
    font-size: 24px;
    line-height: 30px;
  }

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

  .margin-bottom.margin-xlarge.is-relative {
    position: static;
  }

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

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

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

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

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

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

  .section-model {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .instalaciones_lockup {
    width: 8rem;
    right: 1rem;
  }

  .levels_image-wrapper {
    height: auto;
  }

  .features_video {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .icon {
    font-size: 1.25rem;
  }

  .instalaciones_slider-right-arrow {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }

  .beneficios_content-right {
    background-image: none;
  }

  .features_item._1 {
    top: 6rem;
  }

  .features_item._3 {
    top: 18rem;
  }

  .features_item._2 {
    top: 12rem;
  }

  .features_item._4 {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .beneficios_content-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features_video-wrapper {
    background-image: url('../images/5ed91492283cca462101d039_logo-rcsa-azul.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    align-items: center;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    overflow: hidden;
  }

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

  .icon-2 {
    font-size: 1.25rem;
  }

  .instalaciones_component {
    flex-direction: column-reverse;
    display: flex;
  }

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

  .features_feature-title-wrapper {
    grid-template-columns: 1fr;
  }

  .seccion-beneficios {
    padding: 60px 0%;
  }

  .instalaciones_content-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .levels_component.background-color-whitesmoke {
    grid-template-columns: 1fr;
  }

  .instalaciones_slider-lightbox-image {
    height: 20rem;
  }

  .instalaciones_slider-left-arrow {
    width: 3rem;
    height: 3rem;
    margin-right: 4rem;
  }

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

  .div-block-418 {
    margin-left: 0;
    padding: 20px;
  }

  .title-underline-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .intro-img-container-copy-2 {
    width: auto;
    height: 300px;
    overflow: hidden;
  }

  .div-block-419 {
    height: auto;
  }

  .buttton-regular-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-421 {
    padding-top: 60px;
  }

  .parrafo-3 {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .parrafo-3.claro {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-422 {
    height: auto;
  }

  .model-profile_box {
    width: 100%;
    height: auto;
  }

  .slider_wrapper {
    background-color: var(--white);
  }

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

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

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

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

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

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

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

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

  .section-hero-header {
    background-image: none;
    border-style: none;
    padding-top: 15%;
  }

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

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

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

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

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

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

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

  .cta-leveles-form {
    padding: 40px 20px;
  }

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

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

  .header_heading {
    margin-top: 2rem;
    font-size: 3.5rem;
    position: static;
  }

  .header_heading.text-color-blue {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

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

  .nav_top-bar {
    align-items: center;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_brand-content-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .nombre-colegio {
    font-size: 16px;
  }

  .timeline19_item {
    grid-column-gap: 1rem;
    align-items: start;
  }

  .timeline19_item-content {
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal1_component {
    width: 100%;
    top: 2rem;
  }

  .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-17.in-mobile-is-fullwidth {
    width: 100%;
  }

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

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

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

#w-node-_161cbccf-9b3f-75c2-0942-f650f189ed68-297c1e42, #w-node-_453c6919-6941-085b-2417-377a01e710d7-297c1e42, #w-node-faaaa70c-1bb5-7454-dc05-73b6deb52205-297c1e42 {
  align-self: center;
}

#w-node-_6e0e4123-3f83-98af-b05e-f18d064ad7e3-c71f57a8, #w-node-_6e0e4123-3f83-98af-b05e-f18d064ad7e4-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57b8-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57b9-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57c4-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57c5-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57d2-c71f57a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57de-c71f57a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_215220f6-9d10-1d68-711d-173faca8f0d3-aca8f0cf, #w-node-_215220f6-9d10-1d68-711d-173faca8f0db-aca8f0cf, #w-node-_24bb6792-8f9a-0871-5dd1-a0bfea03716f-aca8f0cf, #w-node-f16fdba6-9e5e-488a-d9ba-2f4e5e187184-aca8f0cf {
  justify-self: start;
}

#w-node-_0762519e-a065-eae4-eed1-1142692d00e8-aca8f0cf {
  justify-self: stretch;
}

#w-node-c9d09a82-3124-a336-9869-0580953f01c1-aca8f0cf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9e62344c-5bab-98b4-64dd-2bef0ca1507b-aca8f0cf, #w-node-_7d3ff709-6a41-efc8-11f1-c46fa06fd4f5-aca8f0cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9d09a82-3124-a336-9869-0580953f01c5-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c9d09a82-3124-a336-9869-0580953f01dd-aca8f0cf {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-c7ee1205-2aee-380d-b0fe-d4e424f107fe-297c1e69 {
  align-self: center;
}

#w-node-eb88982d-a1ff-535a-8ddb-4da6df8c984e-297c1e69, #w-node-eb88982d-a1ff-535a-8ddb-4da6df8c984f-297c1e69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eb88982d-a1ff-535a-8ddb-4da6df8c9857-297c1e69, #w-node-eb88982d-a1ff-535a-8ddb-4da6df8c9863-297c1e69, #w-node-eb88982d-a1ff-535a-8ddb-4da6df8c9870-297c1e69, #w-node-eb88982d-a1ff-535a-8ddb-4da6df8c987d-297c1e69, #w-node-_863d7c9c-c95c-a1ec-f81b-c9ad20c4b7ab-297c1e69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_863d7c9c-c95c-a1ec-f81b-c9ad20c4b7b5-297c1e69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4bf85bfc-9317-503f-350d-fd0227080bf2-27080bf2, #w-node-_4cbb2b75-5419-9271-7c15-af03913471d3-913471d1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cbb2b75-5419-9271-7c15-af03913471fb-913471d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4cbb2b75-5419-9271-7c15-af0391347201-913471d1, #w-node-_4cbb2b75-5419-9271-7c15-af0391347207-913471d1, #w-node-_4cbb2b75-5419-9271-7c15-af039134720d-913471d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4cbb2b75-5419-9271-7c15-af0391347213-913471d1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8f688433-d73b-c91b-2ccc-79fef7f81cf7-f7f81ce8, #w-node-_8f688433-d73b-c91b-2ccc-79fef7f81d01-f7f81ce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62077786-94f6-6b3c-9a28-31d77c0f4732-297c1e71 {
  justify-self: auto;
}

#w-node-_80ec2ce6-e408-6f76-56e3-52c02af80181-297c1e71 {
  align-self: auto;
}

#w-node-_1ebb161d-3082-61d1-db1e-400e5c3b578c-297c1e72 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-_1ebb161d-3082-61d1-db1e-400e5c3b57b0-297c1e72 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-e79c94c3-5d14-a60f-6b08-d86eb0eff11e-297c1e8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-297c1e8b {
  align-self: stretch;
}

#w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60f7-297c1e8b, #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a6101-297c1e8b, #w-node-ff5cb62b-b007-a792-8b16-3945dffa5950-297c1e8b, #w-node-_3f164f74-f84e-979b-c5ef-86a71720bd12-297c1e8b, #w-node-_0f4c4de6-0cc8-c4ad-b92b-0fb02eb6955d-297c1e8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_12e970cb-5c4f-69a7-c82b-33fc2b57e5ad-297c1e8d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_40815b1c-b538-2da7-4f4c-92fa2db8a1b3-297c1e8d {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_4f66cb31-3529-dda6-0cf4-6cf110d78039-297c1ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f4955b-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f4957a-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4957f-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49584-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49589-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4958f-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49595-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4959b-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f4967d-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49685-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4969c-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f496b5-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f496b8-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f496ba-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f496bd-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f4970d-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49717-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49718-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f4978a-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4978f-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49794-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49799-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4979e-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497a3-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497ad-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497b2-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497b7-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497bc-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497c1-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497c6-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497cb-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497d0-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497d5-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497da-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497df-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f497e3-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f497e4-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497e9-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497ee-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f497f3-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49807-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4980c-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49811-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49816-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4981b-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49820-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4982a-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4982f-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49834-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49839-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4983e-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49843-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49848-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4984d-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49852-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49857-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4985c-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f49860-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f49861-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49866-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4986b-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49870-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49881-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49886-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4988b-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49890-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49895-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4989a-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f4989f-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f498a4-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f498a9-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f498ae-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f498b2-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f498b3-297c1ea7 {
  justify-self: start;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f498b6-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49937-297c1ea7, #w-node-_714c4d3f-406a-61c9-1300-3112e0f49964-297c1ea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_714c4d3f-406a-61c9-1300-3112e0f499a2-297c1ea7 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57b0-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57b8-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57c4-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57d2-c71f57a8, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd9668a-dfd96684, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd96690-dfd96684, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd96696-dfd96684, #w-node-ce759ef9-d2e4-1ac7-30c9-310736aeeb61-dfd96684 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_863d7c9c-c95c-a1ec-f81b-c9ad20c4b7ab-297c1e69, #w-node-_863d7c9c-c95c-a1ec-f81b-c9ad20c4b7b5-297c1e69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54bd7aed-291e-6d6f-cf89-29baa1ef33a3-297c1e8b, #w-node-_5586b3b8-dcd8-e639-d151-3085cdac4a70-297c1e8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e212fa6-ffd9-fe5b-472b-d210cb85972e-297c1e8b {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2e212fa6-ffd9-fe5b-472b-d210cb85973b-297c1e8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e212fa6-ffd9-fe5b-472b-d210cb859748-297c1e8b {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_2e212fa6-ffd9-fe5b-472b-d210cb859763-297c1e8b {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_2e212fa6-ffd9-fe5b-472b-d210cb85977d-297c1e8b {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-297c1e8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60f6-297c1e8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-af5a48ab-6254-bebd-a413-115220ff5f81-297c1e42, #w-node-b19118ce-6cfa-efc5-94c3-3f74c02b313e-297c1e42 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1821e747-63c5-601d-ea3d-afe2463ec035-297c1e42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57b0-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57b8-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57c4-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57d2-c71f57a8, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd9668a-dfd96684, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd96690-dfd96684, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd96696-dfd96684, #w-node-ce759ef9-d2e4-1ac7-30c9-310736aeeb61-dfd96684 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c7ee1205-2aee-380d-b0fe-d4e424f10806-297c1e69 {
    align-self: end;
  }

  #w-node-_54bd7aed-291e-6d6f-cf89-29baa1ef33a3-297c1e8b, #w-node-_5586b3b8-dcd8-e639-d151-3085cdac4a70-297c1e8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-297c1e8b {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60f6-297c1e8b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_161cbccf-9b3f-75c2-0942-f650f189ed76-297c1e42, #w-node-_161cbccf-9b3f-75c2-0942-f650f189ed79-297c1e42, #w-node-_453c6919-6941-085b-2417-377a01e710e9-297c1e42, #w-node-_453c6919-6941-085b-2417-377a01e710ec-297c1e42, #w-node-faaaa70c-1bb5-7454-dc05-73b6deb52217-297c1e42, #w-node-faaaa70c-1bb5-7454-dc05-73b6deb5221a-297c1e42 {
    justify-self: stretch;
  }

  #w-node-_1821e747-63c5-601d-ea3d-afe2463ec035-297c1e42, #w-node-ac6edd83-6098-a1ee-5964-a535bbaa3aa4-297c1e42, #w-node-b46769e9-8081-d1a2-42f9-3995c5291875-297c1e42, #w-node-_05265eac-b287-61ad-8053-b6644e676689-297c1e42, #w-node-_650bde59-fc51-6a2c-54d1-fdc8ac60ed3e-297c1e42, #w-node-_378a96c7-34b6-affc-145f-d94f6056f12b-297c1e42, #w-node-_0773fcc7-37ab-7433-f50d-5dfa9dc794b9-297c1e42, #w-node-ea3d29be-468e-7501-d2d1-27c82e23a46f-297c1e42, #w-node-_01f92988-504e-6520-4259-d81b99e640e8-297c1e42, #w-node-_8cbfb12c-3fc7-2312-bfbc-060cdde74e88-297c1e42, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57bc-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57be-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57c0-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57c8-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57ca-c71f57a8, #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57cc-c71f57a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c5bb4c4-cfa7-e7c6-735c-5a9ec71f57de-c71f57a8, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd9668a-dfd96684, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd96690-dfd96684, #w-node-c6d2bf67-0dcd-1e75-b9f7-0a02dfd96696-dfd96684, #w-node-ce759ef9-d2e4-1ac7-30c9-310736aeeb61-dfd96684 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_863d7c9c-c95c-a1ec-f81b-c9ad20c4b7ab-297c1e69 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_863d7c9c-c95c-a1ec-f81b-c9ad20c4b7b5-297c1e69 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0c0c82d4-b0d9-8069-95e0-ff0b06b673d4-06b673cd {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype'), url('../fonts/Material-Design-Iconic-Font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  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-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  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-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  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-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-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-Regular.otf') format('opentype');
  font-weight: 400;
  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: 'Newslab Black';
  src: url('../fonts/NewslabBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newslab Bold';
  src: url('../fonts/NewslabBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}