@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;
  --white: white;
  --slate-grey: #5b7f95;
  --gold: #fdda46;
  --dark-slate-grey: #323e48;
  --white-smoke-2: #ececec;
  --white-smoke: #f6f6f6;
}

.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: #0f3f65;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #0f3f65;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #0f3f65;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #0f3f65;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  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;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-1 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2em;
}

.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 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 200px;
}

.level-link-box-img._5 {
  background-image: url('../images/Niveles-2-2-min.jpg');
  background-position: 50%;
}

.level-link-box-img._2 {
  background-image: url('../images/Niveles-3-2-min.jpg');
}

.level-link-box-img._3 {
  background-image: url('../images/Niveles-5-min.jpg');
}

.level-link-box-img._4 {
  background-image: url('../images/Niveles-4-1-min.jpg');
  background-position: 50% 0;
}

.level-link-box-img._6 {
  background-image: url('../images/Niveles-1-5-min.jpg');
}

.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 {
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  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;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.grid-footer-cta.whitesmoke {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f6f6;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

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

.levels-wrap {
  max-width: 1140px;
  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;
}

.intro-img-container {
  background-image: url('../images/cumbrespn-prepa6.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.level-box {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--gold);
  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(--gold);
  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: #fff;
  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));
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 60px 40px;
  display: flex;
}

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

.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;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  padding: 0;
  display: flex;
}

.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: 0;
  margin-right: 0;
}

.title-underline-wrap.no-margin {
  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;
}

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

.slider-6 {
  height: 100%;
}

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

.button-4 {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.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: uppercase;
  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-about {
  width: 100%;
  max-width: 100%;
  display: block;
  position: static;
}

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

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

.section-about.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;
  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: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr minmax(71px, min-content) .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 3rem;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

.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 {
  width: auto;
  max-width: 570px;
  padding: 60px 40px;
  position: relative;
  left: 0;
}

.button {
  display: none;
}

.principal-menu-brand-box-2 {
  background-color: #fff;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 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 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(--gold);
  color: var(--white);
  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 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-195 {
  background-color: var(--gold);
  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(--dark-slate-grey);
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
}

.intalaciones-list {
  align-items: stretch;
  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;
}

.blog-component-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button {
  border: 2px solid var(--gold);
  color: var(--gold);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 180px;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-200 {
  height: 40px;
}

.seccion-admisiones-cta {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-admisiones_layout {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1140px;
}

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

.cta-admisiones-img-wrapper {
  background-image: url('../images/cumbres-pn-instalaciones42.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-span-7 {
  font-family: Messinasans, sans-serif;
  font-size: 36px;
  font-weight: 900;
  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;
}

.map-embed {
  flex: 1;
  height: 100%;
  margin-bottom: 0;
}

.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_link {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f01_link:hover {
  color: #93d8f7;
}

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

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

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

.footer-div-block.grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

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

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

.section_header {
  background-color: var(--slate-grey);
  align-items: center;
  position: static;
}

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

.page-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Messinasans, sans-serif;
  font-size: 3rem;
  font-weight: 900;
}

.page-heading.no-padding-bottom {
  margin-bottom: 0;
}

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

.intro-img-container-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/modelo-portada.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  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;
}

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

.about-number-wrap {
  background-color: var(--gold);
  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;
}

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

.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(--gold);
  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(--gold);
  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: Messinasans, sans-serif;
  font-size: 32px;
  font-weight: 900;
  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 {
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding: 40px;
  display: none;
}

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

.levels-about_component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.level-header-wrapper {
  width: 50%;
}

.level-header-wrapper.preescolar {
  background-image: url('../images/preescolar-1-1-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.level-header-wrapper.primaria {
  background-image: url('../images/primaria-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.level-header-wrapper.secundaria {
  background-image: url('../images/secundaria.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.level-header-wrapper.bachillerato {
  background-image: url('../images/cumbrespn-prepa6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.tabs {
  flex-direction: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-image-levels {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 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(--gold);
  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%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.grid-image {
  background-image: url('../images/foto-relleno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-image._1 {
  background-image: url('../images/cumbressaltillo_preescolar12.jpg');
}

.grid-image._2 {
  background-image: url('../images/cumbressaltillo_preescolar3.jpg');
}

.grid-image._3 {
  background-image: url('../images/cumbressaltillo_preescolar4.jpg');
}

.grid-image._4 {
  background-image: url('../images/cumbressaltillo_preescolar9.jpg');
  background-size: contain;
}

.grid-image._5 {
  background-image: url('../images/cumbressaltillo_preescolar14.jpg');
}

.grid-image._6 {
  background-image: url('../images/cumbressaltillo_preescolar13.jpg');
}

.grid-image._7 {
  background-image: url('../images/cumbressaltillo_preescolar6.jpg');
}

.grid-image._8 {
  background-image: url('../images/cumbressaltillo_preescolar8.jpg');
}

.grid-image._9 {
  background-image: url('../images/cumbressaltillo_primaria19.jpg');
  background-position: 100%;
}

.grid-image._10 {
  background-image: url('../images/cumbressaltillo_preescolar5.jpg');
}

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

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

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-img {
  background-image: url('../images/cumbressaltillo_primaria8.jpg'), linear-gradient(58deg, #0f3f65 14%, #0b304dc2 40%, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 80rem;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  height: 70vh;
  margin-top: 220px;
}

.icon-8 {
  font-size: 18px;
}

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

.right-arrow-3 {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 60px;
  margin-right: 60px;
  display: none;
  inset: auto auto 0% 140px;
}

.right-arrow-3:hover {
  background-color: #fff3;
}

.slider-header {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #0006;
  max-width: 720px;
  font-family: Messinasans, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2em;
}

.left-arrow-3 {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 150px;
  display: none;
  inset: auto auto 60px 5%;
}

.left-arrow-3:hover {
  background-color: #fff3;
}

.collection-item-3, .collection-list-wrapper, .collection-list-2 {
  height: 100%;
}

.div-block-226 {
  z-index: 1;
  background-image: linear-gradient(57deg, var(--slate-grey) 14%, transparent), url('../images/cumbrespn-preesco11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: absolute;
  inset: 0 0% 0%;
}

.next {
  display: none;
}

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

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

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

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

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

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

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

.image-dash {
  object-fit: cover;
  object-position: 50% 50%;
  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: 20px 0;
  display: flex;
}

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

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

.toggle-dash:hover {
  color: var(--gold);
}

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

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

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

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

.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;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.column-card-instalaciones {
  background-color: var(--white-smoke);
  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), url('../images/cumbrespn-prepa3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.column-dash:hover {
  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;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
  position: static;
  top: 0;
}

.text-block-80 {
  color: var(--slate-grey);
  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;
}

.image-dash-copy.sec {
  object-position: 50% 0%;
}

.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;
  width: 100%;
  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(--gold);
  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(--gold);
}

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

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

.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(--gold);
  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 {
  color: var(--slate-grey);
  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-pn-instalaciones14.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(--gold);
  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 {
  flex: 1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.div-block-184 {
  background-color: var(--slate-grey);
  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;
}

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

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

.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.claro {
  color: #fff;
  text-align: left;
  border: 1px #fff;
  margin-left: 0;
}

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

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

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

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

.div-block-366 {
  background-color: var(--dark-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;
  height: 300px;
  max-height: 300px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

.grid-image-primaria {
  background-image: url('../images/foto-relleno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-image-primaria._1 {
  background-image: url('../images/cumbressaltillo_primaria17.jpg');
}

.grid-image-primaria._2 {
  background-image: url('../images/cumbressaltillo_primaria12.jpg');
}

.grid-image-primaria._3 {
  background-image: url('../images/cumbressaltillo_primaria14.jpg');
}

.grid-image-primaria._4 {
  background-image: url('../images/cumbressaltillo_primaria11.jpg');
}

.grid-image-primaria._5 {
  background-image: url('../images/cumbressaltillo_primaria16.jpg');
}

.grid-image-primaria._6 {
  background-image: url('../images/cumbressaltillo_primaria15.jpg');
}

.grid-image-primaria._7 {
  background-image: url('../images/cumbressaltillo_primaria7.jpg');
}

.grid-image-primaria._8 {
  background-image: url('../images/cumbressaltillo_primaria9.jpg');
}

.grid-image-primaria._10 {
  background-image: url('../images/cumbressaltillo_primaria20.jpg');
}

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

.perfil-egreso_numeros {
  z-index: 15;
  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;
}

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

.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);
  height: 120px;
  padding: 20px 30px;
  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: #ffffffb3;
  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(--gold);
  color: var(--white);
  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;
}

.heading-16, .heading-18 {
  color: var(--slate-grey);
}

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

.textlink-rcsa {
  color: #2d3153;
}

.level-checkbox-label {
  color: var(--black);
  font-family: Messinasans, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.podcast-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #deebf7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin: 60px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.aviso-de-privacidad-wrap {
  justify-content: space-between;
  display: flex;
}

.podcast-form-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 40px 30px;
  display: flex;
}

.html-embed-6 {
  width: 100%;
}

.f08_form_block-copy {
  background-color: #fafafa;
  flex: 1;
  margin-bottom: 0;
}

.formulario-enviado {
  color: #2d3153;
  background-color: #fafafa;
  font-family: Messinasans, sans-serif;
}

.f08_input-copy {
  background-color: var(--white-smoke);
  color: #7b92b5;
  border: 1px #c6dce5;
  border-radius: 0;
  min-height: 45px;
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-294 {
  padding-left: 0;
  padding-right: 0;
}

.f08_column_full-copy {
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 0;
  display: flex;
}

.f08_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.custom-checkbox-rcsa {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c7dbf0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.custom-checkbox-rcsa.w--redirected-checked {
  background-color: #93d8f7;
  border-style: none;
}

.newsletter-form-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.div-block-381 {
  color: var(--white);
  background-color: #51748a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.div-block-383 {
  grid-column-gap: .5rem;
  justify-content: space-between;
  display: flex;
}

.div-block-384 {
  background-color: var(--gold);
  border-radius: 50%;
  justify-content: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.mobile-menu {
  display: none;
}

.image-58 {
  width: 18px;
}

.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(--gold);
  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;
  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 {
  height: 500px;
  padding: 20px 40px 40px;
}

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

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

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

.text-block-91, .text-block-92 {
  color: var(--gold);
}

.heading-19, .heading-20 {
  color: var(--slate-grey);
}

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

.link-9 {
  color: var(--gold);
}

.form01-2 {
  background-color: #fff;
  border: 1px #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 590px;
  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: var(--gold);
  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;
}

.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 auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  display: none;
}

.grid-image-secundaria {
  background-image: url('../images/foto-relleno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-image-secundaria._2 {
  background-image: url('../images/cumbressaltillo_secundaria3.jpg');
}

.grid-image-secundaria._3 {
  background-image: url('../images/cumbressaltillo_secundaria2.jpg');
}

.grid-image-secundaria._4 {
  background-image: url('../images/cumbressaltillo_secundaria12.jpg');
}

.grid-image-secundaria._7 {
  background-image: url('../images/cumbressaltillo_secundaria5.jpg');
}

.grid-image-secundaria._8 {
  background-image: url('../images/cumbressaltillo_secundaria9.jpg');
}

.grid-image-secundaria._10 {
  background-image: url('../images/cumbressaltillo_secundaria8.jpg');
  background-position: 50% 34%;
}

.grid-image-prepa {
  background-image: url('../images/foto-relleno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-image-prepa._6 {
  background-image: url('../images/cumbressaltillo_bachillerato11.jpg');
}

.grid-image-prepa._5 {
  background-image: url('../images/cumbressaltillo_bachillerato24.jpg');
}

.grid-image-prepa._3 {
  background-image: url('../images/cumbressaltillo_bachillerato17.jpg');
}

.grid-image-prepa._10 {
  background-image: url('../images/cumbressaltillo_bachillerato21.jpg');
}

.grid-image-prepa._2 {
  background-image: url('../images/cumbressaltillo_bachillerato5.jpg');
  background-position: 0%;
}

.grid-image-prepa._4 {
  background-image: url('../images/cumbressaltillo_bachillerato9.jpg');
}

.grid-image-prepa._9 {
  background-image: url('../images/cumbressaltillo_bachillerato10.jpg');
  background-position: 100%;
}

.grid-image-prepa._8 {
  background-image: url('../images/cumbressaltillo_bachillerato6.jpg');
}

.grid-image-prepa._1 {
  background-image: url('../images/cumbressaltillo_bachillerato19.jpg');
}

.grid-image-prepa._7 {
  background-image: url('../images/cumbressaltillo_bachillerato13.jpg');
}

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

.hide-me-overlay-preparatoria {
  z-index: 9999999;
  background-color: #000000bf;
  display: none;
  position: fixed;
  inset: 0;
  overflow: 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;
}

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

.sidebar-title-3 {
  color: #5b7f95;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

.icon-button-cta-2.white {
  color: #fff;
  margin-right: 8px;
}

.download-popup-title-2 {
  color: #5b7f95;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

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

.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(--gold);
  position: relative;
}

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

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

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

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

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw4 {
  color: #fff;
  display: flex;
}

.wg-code {
  display: none;
}

.wg-selector-3 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.wg-selector-3.w--current {
  cursor: default;
}

.wg-selector-3.s1 {
  color: #fff;
}

.wg-selector-3.s2 {
  color: #ffffff4d;
}

.wg-selector3-text-lang1, .wg-selector3-text-lang2 {
  text-transform: uppercase;
}

.wg-selector-3-line-fill {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.wg-selector-3-line-fill.f2 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-3-line-fill.f1 {
  color: #ffffff4d;
  background-color: #ffffff4d;
  position: relative;
}

.wg-selector-3-line {
  width: 2rem;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.link-10, .link-11, .link-12 {
  color: var(--white);
}

.lightbox-link-8 {
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f01-2 {
  background-color: #5b7f95;
  border-bottom: 20px #fdda46;
  min-height: 400px;
  padding: 0 5% 60px;
  position: sticky;
  inset: auto 0%;
}

.creditos-footer {
  color: #fff;
  background-color: #507286;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-412 {
  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%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

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

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

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

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

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

.level-box-2 {
  color: #0f3f65;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px #000;
  border-bottom: 2px solid #fdda46;
  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-2:hover {
  color: #fff;
  background-color: #0000;
  border-top-color: #24cd7f;
  box-shadow: 1px 1px 12px 3px #0003;
}

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

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

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

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

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

.padding-small {
  padding: 1rem;
}

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

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

.text-weight-bold.text-color-green {
  color: #025572;
}

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

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

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

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

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

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

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

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

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

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

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

.margin-large {
  margin: 3rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

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

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

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

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

.icon-medium {
  height: 3rem;
}

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

.icon-large {
  height: 4rem;
}

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0;
}

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

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

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

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

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

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

.padding-xlarge {
  padding: 4rem;
}

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

.show-tablet {
  display: none;
}

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_classes {
  display: none;
}

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

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

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

.heading-small.text-color-white {
  color: var(--white);
}

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

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

.margin-medium {
  margin: 2rem;
}

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

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

.margin-0 {
  margin: 0;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

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

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

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

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

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

.text-rich-text h3 {
  color: #5b7f95;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

.lightbox-link-11 {
  color: #fff;
  background-color: #fff3;
  border: 1px #fff;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Messinasans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.lottie-animation-7 {
  align-items: center;
  width: 2rem;
  margin-right: .75rem;
  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;
  overflow: hidden;
  box-shadow: 0 8px 24px #1c7f2a52;
}

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

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

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

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

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

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

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

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

.colegio-name-label {
  clear: left;
  color: var(--white-smoke);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: Messinasans, sans-serif;
  font-size: 1.5rem;
}

.colegio-name-label.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.nombre-colegio {
  font-family: Newslab Black, sans-serif;
}

.subheading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.aviso-privacidad {
  color: #ffffffa6;
  text-align: right;
  justify-content: flex-end;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.image-76 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.why-us-tabs_brand-wrapper {
  background-color: #025572;
  border-top: 5px solid #5b7f95;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding: 1.5rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-77 {
  width: 32px;
}

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

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

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

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

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

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

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

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

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

.about-number-wrap-3.background-color-darkgreen {
  background-color: #025572;
}

.text-color-white {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
}

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

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

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

.section-about-why-us.background-color-whitesmoke {
  background-color: #fafafa;
}

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

.about_compoennt {
  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%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

.div-block-419 {
  background-color: #fdda46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.text-block-98 {
  color: #323e48;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
}

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

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

.instalaciones_list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 0;
  display: grid;
}

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

.text-color-white-2 {
  color: #fff;
  text-align: justify;
  text-decoration: none;
}

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

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

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

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

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

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

.grid-10 {
  grid-column-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  display: flex;
}

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

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

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

.icon-whatsapp-contacto {
  width: 1.25rem;
  height: 100%;
}

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

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

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

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

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

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

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

.title-underline-text-3 {
  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;
}

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

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

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

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

.title-underline-text-4, .title-underline-text-5 {
  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;
}

.text-color-white-3 {
  color: #fff;
  text-align: justify;
}

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

.body {
  font-family: Messinasans, sans-serif;
}

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

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

.swiper-wrapper {
  display: flex;
}

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

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

.arrow {
  width: 2rem;
  display: flex;
}

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

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

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

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

.button-12.in-mobile-is-fullwidth {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--dark-slate-grey);
}

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

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

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

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

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

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

.hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
  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: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
}

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

.text-size-medium-2.text-color-black {
  color: #182e4c;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.header-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

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

.home-levels_title-wrapper {
  border-bottom: 1px solid var(--gold);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.home-levels_image-wrapper {
  flex: none;
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_blog44 {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--slate-grey);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-422 {
  padding-left: 0;
  padding-right: 0;
}

.html-embed-26 {
  width: 100%;
}

.button-13 {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .intro-txt-container {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

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

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

  .header-img-wrapper {
    height: 28rem;
  }

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

@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 {
    width: 163px;
    height: 90px;
  }

  .level-link-box-img._5, .level-link-box-img._2, .level-link-box-img._3, .level-link-box-img._4 {
    width: 100%;
    height: 250px;
  }

  .sidebar-download {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .top-bar-2 {
    display: flex;
  }

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

  .intro-img-container {
    width: 100%;
    height: 400px;
  }

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

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

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

  .button-4 {
    max-width: 300px;
  }

  .mobile-menu-logo-block {
    width: 90px;
  }

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

  .level-box-title {
    margin-top: 0;
    font-size: 14px;
    position: absolute;
    inset: 40px 0% auto;
  }

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

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

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

  .mobile-menu-brand-text {
    margin-left: 20px;
  }

  .top-bar-data-div {
    grid-template-columns: 1fr .25fr;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .seccion-admisiones-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .cta-admisiones-img-wrapper {
    height: 400px;
  }

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

  .descargable_component {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .levels-about_component {
    flex-direction: column;
  }

  .level-header-wrapper {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
    display: flex;
    overflow: scroll;
  }

  .image-46 {
    display: none;
  }

  .levels-tabs_content-box {
    height: auto;
  }

  .grid-image._9 {
    background-position: 50% 0;
  }

  .slide-txt-wrap {
    padding-left: 2rem;
  }

  .hero-section {
    margin-top: 0;
  }

  .right-arrow-3 {
    left: 100px;
  }

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

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

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

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

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

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

  .div-block-366 {
    height: auto;
    max-height: none;
    margin-top: 0;
  }

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

  .podcast-wrap {
    flex-direction: column;
  }

  .podcast-form-wrap {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .f08_form {
    flex-wrap: wrap;
  }

  .div-block-383 {
    justify-content: flex-end;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .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 solid #93d8f74d;
    border-bottom: 1px solid #93d8f733;
    width: 100%;
  }

  .div-block-386 {
    z-index: 10;
    margin-top: 3rem;
    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;
  }

  .div-block-393, .div-block-394 {
    height: 300px;
  }

  .icon-close {
    font-size: 22px;
  }

  .modal-scroll-3 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .descargable-contenedor {
    flex-direction: column;
    align-items: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-number-wrap-2.color-1 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .button-10 {
    display: none;
  }

  .decide-sticky-container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    inset: auto 0% 0% auto;
  }

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

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

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

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

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

  .why-us-tabs_component {
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .why-us-tabs_list {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
    position: static;
  }

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

  .why-us-tabs_tab-link {
    border-right: 0 #fdda46;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    display: flex;
  }

  .why-us-tabs_tab-link:hover {
    color: #fff;
    background-color: #5b7f95;
    border-left: 1px #5b7f95;
    border-right-width: 1.25px;
    border-right-color: #fdda46;
  }

  .why-us-tabs_tab-link.w--current {
    border-left: 0 #000;
    border-right-width: 1.25px;
    border-right-color: #fdda46;
    justify-content: center;
  }

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

  .why-us-tabs_tab {
    margin-top: 100px;
    position: static;
    top: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .model-profile_box {
    width: auto;
  }

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

  .swiper.hero-swiper {
    height: auto;
  }

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

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

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

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

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

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

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

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

  .header-img-wrapper {
    width: 100%;
  }

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

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

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

  .home-levels_image {
    width: 100%;
  }

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

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

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

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

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

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

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

  .slider-8 {
    background-color: var(--white);
    height: 80vh;
  }

  .button-13 {
    max-width: 300px;
  }
}

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

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

  .intro-img-container {
    width: 100%;
    height: 300px;
  }

  .level-box {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

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

  .intro-txt-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .facilities-wrap {
    margin-bottom: 0;
  }

  .hide-me-overlay {
    display: none;
  }

  .modal-scroll {
    padding: 0 0%;
    overflow: auto;
  }

  .text-block-61 {
    font-size: 22px;
  }

  .facilities-content-wrap {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mobile-menu-logo-block {
    width: 90px;
  }

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

  .top-bar-container-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .crm-forms-div {
    flex: 0 auto;
    max-width: none;
    position: static;
  }

  .cta-button-columns {
    flex-direction: column;
    align-items: center;
  }

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .intro-img-container-copy {
    width: 100%;
    height: 300px;
  }

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

  .div-block-217 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .grid-image-levels {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: stretch;
  }

  .image-46 {
    display: none;
  }

  .slide-txt-wrap {
    padding-left: 1rem;
  }

  .hero-section {
    margin-top: 100px;
  }

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

  .div-block-371 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .blogpost-title-container {
    height: auto;
  }

  .podcast-form-wrap {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .f08_column_full-copy {
    width: 100%;
    padding-left: 0;
  }

  .newsletter-form-wrap {
    width: 100%;
  }

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

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

  .navlink-menu-mobile {
    border-top-style: none;
    border-bottom-color: #5b7f9533;
  }

  .navlink-menu-mobile.w--current {
    background-color: var(--slate-grey);
    color: var(--white);
    border-top-style: none;
    border-bottom-color: #5b7f9533;
  }

  .navlink-menu-mobile.cta {
    background-color: var(--gold);
    color: var(--white);
  }

  .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;
    overflow: hidden;
  }

  .fab-link {
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    text-decoration: none;
    display: flex;
    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: var(--gold);
    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;
    display: flex;
    position: relative;
  }

  .cta-mobile-icon {
    width: 26px;
  }

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

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

  .grid-image-levels-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-self: stretch;
  }

  .button-10 {
    max-width: 100px;
    margin-top: 0;
    padding: 6px 10px;
    font-size: 10px;
  }

  .text-block-96, .text-block-97 {
    display: none;
  }

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

  .image-64 {
    width: auto;
    max-width: none;
    height: 40px;
  }

  .grid-4 {
    justify-content: space-around;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .grid-9 {
    margin-bottom: 70px;
  }

  .div-block-412 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

  .level-box-2 {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

  .margin-large {
    margin: 1.5rem;
  }

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

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

  .page-wrapper {
    overflow: hidden;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .padding-large {
    padding: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

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

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

  .margin-medium {
    margin: 1.25rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .lightbox-link-11 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .floating-button-whatsapp {
    z-index: 100;
    display: none;
  }

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

  .why-us-tabs_tab-link {
    min-width: 11rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

  .slider_wrapper {
    height: auto;
  }

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

  .arrow {
    width: 1.5rem;
  }

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

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

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

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

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

  .section-hero-header {
    background-color: var(--white);
  }

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

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

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

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

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

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

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

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

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

  .html-embed-25 {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

  .slider-8 {
    height: 80%;
  }
}

@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 {
    width: 100px;
    height: 70px;
  }

  .sidebar-download {
    align-items: center;
  }

  .image-36 {
    width: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-columns {
    width: 100%;
    max-width: none;
  }

  .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: .5rem;
    padding-right: .5rem;
  }

  .mobile-menu-brand-container {
    align-self: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .intro-img-container {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .level-box {
    margin-bottom: 10px;
  }

  .div-block-182 {
    width: 40px;
  }

  .link-5 {
    font-size: 10px;
    line-height: 10px;
  }

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

  .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: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .subtitle-cta-button {
    font-size: 12px;
  }

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

  .text-block-33.no-wrap {
    white-space: nowrap;
  }

  .icon-download-button, .brand-link {
    margin-left: 0;
  }

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

  .form01_logo {
    width: 75px;
  }

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

  .div-block-202 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-div-block.grid {
    grid-column-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section_header {
    height: 150px;
    margin-top: 7rem;
    display: flex;
  }

  .page-heading {
    font-size: 24px;
  }

  .two-columns-grid {
    flex-direction: column;
    display: flex;
  }

  .intro-img-container-copy {
    background-image: linear-gradient(#0003, #0003), url('../images/modelo-portada.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    width: 100%;
    height: 250px;
    margin-bottom: 60px;
  }

  .descargable_component {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-212 {
    grid-template-columns: 1fr;
  }

  .button-6 {
    text-align: center;
    flex: 1;
  }

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

  .lottie-animation-4 {
    opacity: .65;
    max-width: 220px;
  }

  .typo-base-title {
    font-size: 24px;
  }

  .block-quote {
    flex-direction: column;
    padding-right: 20px;
    display: flex;
  }

  .text-span-8 {
    margin-top: 20px;
    margin-left: 0;
    position: static;
  }

  .div-block-217 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-46 {
    display: none;
  }

  .levels-tabs_content-box {
    height: auto;
    padding: 60px 20px;
  }

  .grid-image._2, .grid-image._3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-txt-wrap {
    margin-bottom: 20px;
  }

  .hero-section {
    margin-top: 60px;
  }

  .right-arrow-3 {
    left: 70px;
  }

  .slider-header {
    font-size: 36px;
  }

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

  .div-block-184 {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .div-block-371 {
    padding-top: 60px;
  }

  .buttton-regular {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .parrafo {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .parrafo.claro {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-370 {
    height: 250px;
  }

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

  .grid-image-primaria._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-image-primaria._4 {
    background-size: cover;
  }

  .grid-image-primaria._5, .grid-image-primaria._6, .grid-image-primaria._7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .blogpost-h1 {
    font-size: 18px;
  }

  .aviso-de-privacidad-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .podcast-form-wrap {
    width: auto;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-294, .f08_column_full-copy {
    width: 100%;
  }

  .empty {
    display: none;
  }

  .div-block-381 {
    position: static;
  }

  .div-block-382 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 20px 5%;
  }

  .div-block-383 {
    justify-content: flex-start;
    padding-left: .5rem;
    inset: 0% auto auto 0%;
  }

  .div-block-384 {
    margin-left: 0;
    margin-right: 5px;
  }

  .mobile-menu {
    height: 4rem;
  }

  .container {
    height: 60px;
  }

  .nav-menu-5 {
    padding-top: 60px;
  }

  .navlink-menu-mobile, .navlink-menu-mobile.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-386 {
    height: 60px;
  }

  .menu-button-3 {
    padding: 5px;
  }

  .image-57 {
    width: 50px;
  }

  .fab-wrapper {
    display: none;
  }

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

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

  .grid-image-secundaria._4 {
    background-size: cover;
  }

  .grid-image-secundaria._7, .grid-image-prepa._6, .grid-image-prepa._5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-image-prepa._4 {
    background-size: cover;
  }

  .grid-image-prepa._1, .grid-image-prepa._7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .descargable-contenedor {
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-number-wrap-2.color-1 {
    margin-right: 10px;
  }

  .button-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .decide-sticky-container {
    z-index: 900;
    box-shadow: none;
    border-top: 1px solid #005aa633;
    height: 70px;
    inset: auto auto 0% 0%;
  }

  .image-64 {
    height: 50px;
  }

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

  .f01_title-2.w--current {
    padding-left: 2.5%;
  }

  .link-block-2 {
    padding-left: 5%;
  }

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

  .f01-2 {
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .creditos-footer {
    position: static;
  }

  .div-block-412 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .level-box-2 {
    margin-bottom: 10px;
  }

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

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

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

  .padding-vertical.padding-huge.no-paddings-mobile {
    padding-top: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lightbox-link-11 {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .floating-button-whatsapp {
    bottom: 30px;
  }

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

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

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

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

  .why-us-tabs_video-wrapper {
    z-index: 9;
  }

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

  .why-us-tabs_menu {
    top: 60px;
  }

  .why-us-tabs_tab-link.w--current {
    padding-top: 15px;
  }

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

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

  .footer_brand-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  .why-us_faq-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: auto;
    min-height: auto;
    max-height: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 15px;
  }

  .why-us_faq-content {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-number-wrap-3 {
    margin-bottom: 20px;
    margin-right: 0;
    top: -3rem;
  }

  .text-color-white {
    line-height: 1.25;
  }

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

  .why-us_component {
    margin-bottom: 0;
  }

  .why-usa_faq {
    margin-top: 3rem;
  }

  .faq02_icon-3 {
    inset: auto 0% auto auto;
  }

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

  .home-form_data-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-color-white-2 {
    line-height: 1.25;
  }

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

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

  .footer-form_icon-circle {
    width: 2rem;
    height: 2rem;
  }

  .title-underline-text-2, .title-underline-text-3 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .model-profile_box {
    width: 100%;
  }

  .title-underline-text-4, .title-underline-text-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-color-white-3 {
    line-height: 1.25;
  }

  .slider_wrapper {
    margin-top: 100px;
  }

  .swiper-slide {
    max-width: 100vw;
  }

  .prev-slide {
    color: var(--gold);
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    inset: 10rem 0% auto 5%;
  }

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

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

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

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

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

  .hero-header_image {
    height: 55%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

#w-node-_8efc6c1d-b80d-a1a1-3410-d76276592830-58c7a82f, #w-node-c965e173-399a-1998-0ee3-78993b35defb-58c7a82f {
  align-self: center;
}

#w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3bf-58c7a82f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3c6-58c7a82f, #w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3c7-58c7a82f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3d5-58c7a82f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3dc-58c7a82f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3e2-58c7a82f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dac7479b-de63-d1bd-ad92-795dc8c13250-e1a31653, #w-node-dac7479b-de63-d1bd-ad92-795dc8c13251-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31663-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31664-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3166f-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31670-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3167d-e1a31653 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19b87733-f79f-0dba-8a92-20cbe1a31689-e1a31653 {
  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-bca03418-2c9e-f811-4016-6072f3d8151a-aca8f0cf, #w-node-_24bb6792-8f9a-0871-5dd1-a0bfea03716f-aca8f0cf {
  justify-self: start;
}

#w-node-_0762519e-a065-eae4-eed1-1142692d00e8-aca8f0cf {
  justify-self: stretch;
}

#w-node-f92ea053-6a73-ccd1-ecb8-aba154090e26-aca8f0cf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cfcaf15c-5498-0495-4a00-336d96b457b5-aca8f0cf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f92ea053-6a73-ccd1-ecb8-aba154090e2a-aca8f0cf, #w-node-_39b255ef-1722-9b4e-73df-b5157e22be5c-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f92ea053-6a73-ccd1-ecb8-aba154090e30-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3786ac78-5d72-bc4c-388e-ab03242f21ba-aca8f0cf {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-f92ea053-6a73-ccd1-ecb8-aba154090e3c-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f92ea053-6a73-ccd1-ecb8-aba154090e42-aca8f0cf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0e3f9012-7903-7c07-2fca-2c440344c69e-1877d108 {
  align-self: stretch;
}

#w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ec9-58c7a895 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ecb-58c7a895, #Email.w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ed5-58c7a895, #w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ed6-58c7a895, #w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0edd-58c7a895 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bf85bfc-9317-503f-350d-fd0227080bf2-27080bf2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_5c065333-0169-2933-27a8-a1803f4e12b4-06b673cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#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-58c7a8ae {
  justify-self: auto;
}

#w-node-_80ec2ce6-e408-6f76-56e3-52c02af80181-58c7a8ae {
  align-self: auto;
}

#w-node-a00448b3-3a92-bde9-28bc-cd40edd25073-58c7a8af {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-a00448b3-3a92-bde9-28bc-cd40edd2507b-58c7a8af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a00448b3-3a92-bde9-28bc-cd40edd2509a-58c7a8af {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158d5-58c7a8b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158d6-58c7a8b0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158d7-58c7a8b0 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158d8-58c7a8b0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158d9-58c7a8b0, #w-node-_0accc413-a3b6-256d-69f1-dda2735158da-58c7a8b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158db-58c7a8b0 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158dc-58c7a8b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158dd-58c7a8b0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_0accc413-a3b6-256d-69f1-dda2735158de-58c7a8b0, #w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a01845-58c7a8b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a01846-58c7a8b1 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a01847-58c7a8b1 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a01848-58c7a8b1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a01849-58c7a8b1, #w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a0184a-58c7a8b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a0184b-58c7a8b1 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a0184c-58c7a8b1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a0184d-58c7a8b1 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_4caeaed7-db6d-b6ff-c559-ce8e93a0184e-58c7a8b1, #w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b2 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_6f726a22-5b40-4971-882d-ec144abc9dfb-58c7a8b2 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b2 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f87502c6-3b96-cf6d-f1f9-4e0906e7345c-58c7a8b2, #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b2 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-d5223dab-a2dd-3272-28e7-84421dee3aea-58c7a8b2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b2 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e79c94c3-5d14-a60f-6b08-d86eb0eff11e-58c7a8b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-58c7a8b3 {
  align-self: stretch;
}

#w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b532fd-88b532fc, #w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b53303-88b532fc, #w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b5330b-88b532fc, #w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b53313-88b532fc, #w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b5331b-88b532fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2b-58c7a8b4, #w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2c-58c7a8b4 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2d-58c7a8b4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2e-58c7a8b4 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2f-58c7a8b4 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc30-58c7a8b4 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-d9573165-aaac-f2f7-a8a9-823069802b1e-58c7a8b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_44cbd2a8-d956-9177-e776-358bfdcae82e-fdcae81d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44cbd2a8-d956-9177-e776-358bfdcae82f-fdcae81d, #w-node-_3cafb5c3-edc0-af79-c5f6-7ed73e22a52e-fdcae81d, #w-node-fd1c1bce-d035-3d93-ed3b-866118f71ba7-fdcae81d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44cbd2a8-d956-9177-e776-358bfdcae833-fdcae81d, #w-node-_1ab0d454-8045-df8b-d1a6-934ac3344f39-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae835-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae837-fdcae81d {
  align-self: auto;
}

#w-node-e754347c-8e49-bdbe-d412-29a8b5beabaf-fdcae81d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b7 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_6f726a22-5b40-4971-882d-ec144abc9dfb-58c7a8b7 {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b7 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f87502c6-3b96-cf6d-f1f9-4e0906e7345c-58c7a8b7, #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b7 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-d5223dab-a2dd-3272-28e7-84421dee3aea-58c7a8b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b7 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b0f-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b15-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b1b-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b21-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b27-58c7a82f, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3165b-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31663-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3166f-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3167d-e1a31653 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ec9-58c7a895, #w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ecb-58c7a895 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_36d2d1b3-bd81-1c1e-b229-fefbf83b27a8-58c7a8ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a00448b3-3a92-bde9-28bc-cd40edd25073-58c7a8af {
    grid-column-start: 1;
  }

  #w-node-a00448b3-3a92-bde9-28bc-cd40edd2509a-58c7a8af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54bd7aed-291e-6d6f-cf89-29baa1ef33a3-58c7a8b3, #w-node-_5586b3b8-dcd8-e639-d151-3085cdac4a70-58c7a8b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f315a27b-9316-ff8a-e4d7-273544cfd312-58c7a8b3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f315a27b-9316-ff8a-e4d7-273544cfd31f-58c7a8b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f315a27b-9316-ff8a-e4d7-273544cfd32c-58c7a8b3 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-f315a27b-9316-ff8a-e4d7-273544cfd346-58c7a8b3 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-f315a27b-9316-ff8a-e4d7-273544cfd35f-58c7a8b3 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-58c7a8b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b532fc-88b532fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_44cbd2a8-d956-9177-e776-358bfdcae82e-fdcae81d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b7 {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_6f726a22-5b40-4971-882d-ec144abc9dfb-58c7a8b7 {
    grid-area: span 6 / span 3 / span 6 / span 3;
  }

  #w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-f87502c6-3b96-cf6d-f1f9-4e0906e7345c-58c7a8b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b7 {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b7 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-d5223dab-a2dd-3272-28e7-84421dee3aea-58c7a8b7, #w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b7 {
    grid-area: span 2 / span 5 / span 2 / span 5;
  }

  #w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b0f-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b15-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b1b-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b21-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b27-58c7a82f, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3165b-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31663-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3166f-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3167d-e1a31653 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2a272e04-1544-e77f-b398-9ef293ef61f5-58c7a873 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d5-58c7a8b0 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d6-58c7a8b0 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d8-58c7a8b0, #w-node-_0accc413-a3b6-256d-69f1-dda2735158d9-58c7a8b0, #w-node-_0accc413-a3b6-256d-69f1-dda2735158da-58c7a8b0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158db-58c7a8b0 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158dc-58c7a8b0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158dd-58c7a8b0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158de-58c7a8b0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b2 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b2 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b2, #w-node-f87502c6-3b96-cf6d-f1f9-4e0906e7345c-58c7a8b2, #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b2 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b2 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d5223dab-a2dd-3272-28e7-84421dee3aea-58c7a8b2 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b2 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_54bd7aed-291e-6d6f-cf89-29baa1ef33a3-58c7a8b3, #w-node-_5586b3b8-dcd8-e639-d151-3085cdac4a70-58c7a8b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-58c7a8b3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
  }

  #w-node-_7643dbf5-1b00-6ae2-cd46-a15b88b532fc-88b532fc, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae825-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae82e-fdcae81d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6f726a22-5b40-4971-882d-ec144abc9dfb-58c7a8b7, #w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b7 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b7 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d5223dab-a2dd-3272-28e7-84421dee3aea-58c7a8b7 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b3372da-d5a3-3304-c5e1-8ac533bc724b-58c7a82f, #w-node-_1b3372da-d5a3-3304-c5e1-8ac533bc724e-58c7a82f, #w-node-_134d64fa-db2f-6843-492a-3b163f2a71c7-58c7a82f, #w-node-_134d64fa-db2f-6843-492a-3b163f2a71ca-58c7a82f {
    justify-self: stretch;
  }

  #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b0f-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b15-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b1b-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b21-58c7a82f, #w-node-_1c0c7001-2618-cd42-c3a3-4ab9b3945b27-58c7a82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3bf-58c7a82f, #w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3d5-58c7a82f, #w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3e8-58c7a82f, #w-node-_6042f35e-6dae-ca92-38ee-6cfbaa44c3ea-58c7a82f, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31667-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31669-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a3166b-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31673-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31675-e1a31653, #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31677-e1a31653 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_19b87733-f79f-0dba-8a92-20cbe1a31689-e1a31653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Email.w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ed5-58c7a895, #w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0ed7-58c7a895, #w-node-a1f4ff29-52cd-9e1c-3afa-7195c2ba0edd-58c7a895 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c0c82d4-b0d9-8069-95e0-ff0b06b673d4-06b673cd {
    justify-self: start;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d5-58c7a8b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d6-58c7a8b0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d7-58c7a8b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d8-58c7a8b0 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158d9-58c7a8b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158da-58c7a8b0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158db-58c7a8b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158dd-58c7a8b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0accc413-a3b6-256d-69f1-dda2735158de-58c7a8b0, #w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6f726a22-5b40-4971-882d-ec144abc9dfb-58c7a8b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b2 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-f87502c6-3b96-cf6d-f1f9-4e0906e7345c-58c7a8b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b2 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2b-58c7a8b4, #w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc2c-58c7a8b4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-aaf38ea5-4746-e1c0-f775-37c0ba3ffc30-58c7a8b4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-fd1c1bce-d035-3d93-ed3b-866118f71ba7-fdcae81d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_44cbd2a8-d956-9177-e776-358bfdcae833-fdcae81d, #w-node-_1ab0d454-8045-df8b-d1a6-934ac3344f39-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae835-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae837-fdcae81d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_44cbd2a8-d956-9177-e776-358bfdcae839-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae83d-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae843-fdcae81d, #w-node-_44cbd2a8-d956-9177-e776-358bfdcae83f-fdcae81d, #w-node-b1aa6deb-077d-9743-a5f9-d4d0c6c09bf2-fdcae81d, #w-node-_6888512e-9057-6147-6a12-32a1e838b8e0-fdcae81d, #w-node-f9e99109-08f9-1ec3-bf7b-360f41677e1d-fdcae81d, #w-node-_70d2a711-6bb4-2763-c305-b1d09bb9a1e5-fdcae81d, #w-node-af6098a8-2bcd-d39f-6721-50cb5539e709-fdcae81d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff997fe3-71f7-85be-b90d-a2b61d31cad7-58c7a8b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ad22456c-4877-c05f-0221-303a7b60dc3e-58c7a8b7, #w-node-_6f726a22-5b40-4971-882d-ec144abc9dfb-58c7a8b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ddb5a88-d420-57f2-9a9e-52e24d468dee-58c7a8b7 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-f87502c6-3b96-cf6d-f1f9-4e0906e7345c-58c7a8b7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6c904f3d-b8b9-58ab-7688-75ea08930a8d-58c7a8b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d422fbf4-0767-5dc6-444f-6fadd42a1bbd-58c7a8b7 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-d5223dab-a2dd-3272-28e7-84421dee3aea-58c7a8b7 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-ab1ca128-d1b8-6f72-a911-8a649a616e46-58c7a8b7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_078cfa5f-d6bb-6a84-fb93-e4eeb70b9036-58c7a8b7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


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