@font-face {
  font-family: Material design iconic font;
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format("woff2"), url('../fonts/Material-Design-Iconic-Font.eot') format("embedded-opentype"), url('../fonts/Material-Design-Iconic-Font.woff') format("woff"), url('../fonts/Material-Design-Iconic-Font.ttf') format("truetype"), url('../fonts/Material-Design-Iconic-Font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --black: #1d1f2eb3;
  --slate-grey: #5b7f95;
  --white: white;
  --coral: #ff7843;
  --white-smoke: #f6f6f6;
  --tomato: #ff4438;
  --dark-slate-blue: #1f355e;
  --white-smoke-2: #ececec;
  --dark-slate-grey: #323e48;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1rem;
  font-size: .85rem;
  font-weight: 400;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

li {
  background-image: url('../images/check-cumbres-naranja.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 1.25rem;
  list-style-type: none;
}

blockquote {
  border-left: 5px solid var(--coral);
  background-color: var(--white-smoke);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5em;
}

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

.blogposts_sidebar {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 30px;
  display: grid;
}

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

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

.blog_component {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1.25fr 1.25fr;
  align-items: start;
  width: 100%;
}

.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 {
  margin-right: .5rem;
  font-family: Material design iconic font, sans-serif;
}

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

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

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

.home-intro_content-left {
  object-fit: cover;
  border: 2rem solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-levels_content-wrapper {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--coral);
  color: #0f3f65;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-levels_content-wrapper: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;
}

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

.icon-button-cta {
  color: var(--tomato);
  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-div {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0;
  display: flex;
}

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

.header_logo {
  width: 5rem;
  height: 5rem;
  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;
}

.home-intro_content-right {
  background-image: linear-gradient(to bottom, var(--slate-grey), var(--slate-grey));
  padding: 3.5rem 2.5rem;
}

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

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

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

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

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

.slider-6 {
  height: 100%;
}

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

.button-4 {
  background-color: var(--coral);
  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);
}

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

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

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

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

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

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

.form01_title_wrap {
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

.home-facilities_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

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

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

.blog-tag {
  background-color: var(--dark-slate-blue);
  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;
  height: 100%;
  padding: 2rem;
  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;
}

.home-facilities_slider {
  flex: 1;
  position: relative;
}

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

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

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

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

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

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

.div-block-198 {
  align-items: flex-end;
  height: 280px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.columns-cta_image-wrapper {
  border: 2rem solid #fff;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.header-section {
  background-color: var(--slate-grey);
  align-items: center;
  height: 200px;
  display: flex;
  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: Newslab Black, sans-serif;
  font-size: 48px;
  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%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.intro-img-container-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/preview_español.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

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

.about-number-wrap {
  background-color: var(--tomato);
  color: #fff;
  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 {
  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(--coral);
  padding-left: 18px;
  padding-right: 18px;
}

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

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

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

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

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

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

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

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

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

.slide-slider-instalaciones {
  max-height: 36rem;
}

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

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

.image-dash {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 16rem;
  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: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: static;
}

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

.navigation-container-dash {
  background-color: var(--white);
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 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: #d72833;
}

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

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

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

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

.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;
  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/niveles-4-5-min_1niveles 4 (5)-min.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 2px #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

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

.header_text-item {
  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: 10rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

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

.column-card-dash-copy:hover {
  background-color: var(--white-smoke-2);
  color: var(--white);
  border: 2px #fdda46;
  box-shadow: 1px 1px 16px #0000001a;
}

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

.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: #fdda46;
  padding: 30px;
  text-decoration: none;
}

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

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

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

.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/foto-cta-cumbresags.jpeg');
  background-position: 0 0, 50% 0;
  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(--tomato);
  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;
}

.header_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: #fdda46;
  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: #0f3f65;
  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;
}

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

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

.div-block-366 {
  background-color: var(--dark-slate-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 300px;
  max-height: 300px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

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

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

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

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

.block_wrap._2 {
  background-color: var(--white-smoke-2);
}

.block_wrap._3 {
  background-color: var(--dark-slate-blue);
}

.block_wrap._4 {
  background-color: var(--tomato);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.empty:hover {
  color: #d72833;
}

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

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

.icono-youtube {
  background-color: var(--tomato);
  border-radius: 50%;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  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);
}

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

.admissions_modal {
  display: flex;
}

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

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

.admissions_modal-component {
  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(--tomato);
  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-396 {
  margin-top: 220px;
}

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

._404-div {
  background-color: #0f3f65;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

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

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

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

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

.modal-general_form-wrapper {
  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(--tomato);
  font-family: Material design iconic font, sans-serif;
  font-size: 22px;
}

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

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

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

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

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

.descargable-contenedor {
  align-items: flex-start;
}

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

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

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

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

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

.wg-element-wrapper.sw4 {
  color: #fff;
  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.s2 {
  color: #ffffff4d;
}

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

.wg-code {
  display: none;
}

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

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

.pdf-ambientes-seguros {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.div-block-403 {
  background-color: #5b7f95;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

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

.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: #ff4438;
  position: relative;
}

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

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

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

.div-block-405 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.f01_link-2:hover {
  color: var(--coral);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.intro_button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.link-13 {
  color: var(--white);
}

.pagination-2 {
  justify-content: flex-end;
  margin-top: 1rem;
}

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

.footer-form_content-right {
  background-color: #fff;
  padding: 4rem 3rem 3rem;
  position: relative;
  left: 0;
}

.div-block-414 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-98 {
  color: #5b7f95;
  margin-left: 10px;
  font-size: 12px;
}

.image-69 {
  width: 24px;
}

.text-footer {
  color: #fff;
  max-width: 50ch;
  font-weight: 400;
}

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

.div-block-415 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

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

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

.contact-data-wrap.mapa {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

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

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

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

.footer-form_content-left {
  background-color: #5b7f95;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  font-style: normal;
  display: flex;
}

.footer-form_lockup {
  max-width: 150px;
  position: absolute;
  inset: 0% 40px auto auto;
}

.mision-text {
  text-transform: uppercase;
  font-weight: 700;
}

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

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

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

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

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

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

.margin-small {
  margin: 1rem;
}

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

.overflow-scroll {
  overflow: scroll;
}

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

.main-wrapper {
  min-height: 80vh;
  margin-top: 13rem;
}

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

.main-wrapper.no-margin-top {
  margin-top: 8.5rem;
}

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

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

.show {
  display: block;
}

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

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

.padding-small {
  padding: 1rem;
}

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

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

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

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

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

.margin-large {
  margin: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-secondary {
  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.in-mobile-is-fullwidth {
  border-color: var(--dark-slate-blue);
}

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

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

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

.form-input.background-color-white {
  background-color: var(--white-smoke);
}

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

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

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0;
}

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

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

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

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

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

.margin-xlarge {
  margin: 4rem;
}

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

.margin-medium {
  margin: 2rem;
}

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

.margin-0 {
  margin: 0;
}

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

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

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

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

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

.text-color-white.is-relative.z-index {
  z-index: 1;
}

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

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

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

.home-facilities_image-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.home-levels_image-wrapper {
  background-color: #fafafa;
  border: 1rem solid #fff;
  flex: none;
  width: 100%;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

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

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

.blog_image-button {
  border: 1px solid #ffffff4d;
  padding: .5rem 1rem;
}

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

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

.text-block-99 {
  color: #ffffff1a;
  text-align: center;
  font-family: Newslab Black, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  inset: auto 3% 0% auto;
}

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

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

.header-style {
  color: #fff;
  text-transform: uppercase;
  font-family: Newslab Black, sans-serif;
  font-size: 3rem;
}

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

.about-model_video-lightbox {
  background-image: linear-gradient(#00000080, #00000080), url('../images/modelo-portada.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  height: 24rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

.about-model_content-right {
  height: 100%;
}

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

.block_quote {
  border-left-color: var(--tomato);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

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

.home-facilities_content-wrapper {
  padding: 2.5rem;
}

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

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

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

.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 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.why-us-number-wrap {
  background-color: var(--tomato);
  color: var(--dark-slate-blue);
  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;
}

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

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

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

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

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

.ventajas_tab {
  width: 100%;
  height: auto;
}

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

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

.lottie-play {
  width: 48px;
}

.ventajas_lightbox_link {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cumbres_mx-instalaciones-60.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 14rem;
  display: flex;
}

.ventajas_tabs-menu {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 30%;
  display: flex;
  position: sticky;
  inset: 250px 0% auto auto;
}

.ventajas-tabs_heading-wrapper {
  border-top: 10px solid var(--tomato);
  background-color: #5b7f95;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.ventajas_tabs-content-wrap {
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.tab-link_wrap {
  color: #5b7f95;
  background-color: #f6f6f6;
  padding: 1rem 2rem;
  font-family: Messinasans, sans-serif;
  font-size: 16px;
}

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

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

.tab-link_wrap._7 {
  color: #5b7f95;
}

.tab-link_wrap._7.w--current {
  color: var(--white);
}

.tab-link_wrap._6 {
  padding: 1rem 2rem;
}

.ventajas_tabs-content {
  flex: 0 auto;
  width: 70%;
  height: auto;
  margin-top: -270px;
  position: static;
  inset: 0% auto 0% 0%;
}

.ventajas_video-heading-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.div-block-232 {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: space-around;
  width: 30%;
  height: 100%;
  max-height: 800px;
  display: block;
  position: static;
  inset: 0 0% auto auto;
}

.text-style-newslab-2 {
  font-family: Newslab Black, sans-serif;
  font-size: 2.75rem;
  font-weight: 900;
}

.ventajas_tabs-content-wrapper {
  background-color: #f6f6f6;
  height: auto;
  min-height: 100%;
  margin-right: 2rem;
  padding: 2.5rem;
  position: static;
}

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

.levels-intro_content-left {
  background-color: #fafafa;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.levels-intro_content-left.preescolar {
  background-image: url('../images/Preescolar-en-aguascalientes.png');
  background-position: 50%;
  background-size: cover;
}

.levels-intro_content-left.primaria {
  background-image: url('../images/Steam-maker-elementary-school.png');
  background-position: 50%;
  background-size: cover;
}

.levels-intro_content-left.secundaria {
  background-image: url('../images/niveles-14-min-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.levels-intro_content-left.preparatoria {
  background-image: url('../images/Bachillerato-mixto-con-programa-academico-anahuác.png');
  background-position: 0 0;
  background-size: cover;
}

.levels-intro_image {
  max-width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.levels-intro_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  align-items: stretch;
}

.levels-intro_content-right {
  background-image: linear-gradient(#5b7f95, #5b7f95);
  flex-direction: column;
  justify-content: center;
  padding: 3.9rem;
  display: flex;
}

.tabs_tab-wrapper {
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.levels-tabs_tab-pane-content {
  border-left: 3px solid var(--tomato);
  background-color: #f6f6f6;
  height: 100%;
}

.levels-tabs_tabs {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.levels_tabs-content {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image-68 {
  width: 6rem;
}

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

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

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

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

.hero-header_content {
  z-index: 2;
  color: var(--white-smoke);
  position: relative;
}

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

.image-71 {
  width: 50%;
  position: absolute;
  inset: auto 0% 32% auto;
}

.is-relative {
  position: relative;
}

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

.blogpost-featured_collection-item {
  height: 100%;
}

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

.image-74 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 30rem;
}

.image-75 {
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
}

.levels-cta_button-wrapper {
  grid-template-rows: auto;
}

.levels-image-bg {
  width: 100%;
  position: absolute;
}

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

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

.section-levels-cta {
  background-image: linear-gradient(#123a5ecc, #123a5ecc), url('../images/highlands-instalaciones-1_1highlands-instalaciones-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
}

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

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

.contacto-data-wrapper.margin-top.margin-small {
  border-left: 2px solid #ffffff57;
}

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

.link-contacto:hover {
  color: #f6f6f6b8;
}

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

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

.heading-label {
  z-index: 1;
  color: #5b7f95d9;
  font-family: Newslab Bold, sans-serif;
  font-size: 1.5rem;
}

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

.ajustes-h1 {
  letter-spacing: 2px;
  font-family: Newslab Bold, sans-serif;
  font-size: 2rem;
}

.utility-page-wrap {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#f6f6f6e0, #f6f6f6e0), url('../images/highlands-instalaciones-1_1highlands-instalaciones-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  margin-top: 14rem;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 350px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.html-embed-25 {
  color: var(--slate-grey);
  background-color: #0000;
  margin-bottom: 10px;
}

.h1-3 {
  z-index: 15;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 48px;
  position: absolute;
}

.h1-3.dark {
  color: var(--dark-slate-grey);
}

.view-more-wrapper {
  justify-content: flex-end;
  display: flex;
}

.view-more-button {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
  margin-top: 1rem;
}

.pagge-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-anuarios-buttons {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

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

.button-container {
  text-transform: uppercase;
}

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

.lightbox-link-6 {
  background-image: url('../images/Preescolar-en-aguascalientes.png');
  background-position: 0 0;
  background-size: auto;
  display: none;
  overflow: hidden;
}

.image-76 {
  object-fit: cover;
}

.preeschool-video {
  background-image: linear-gradient(#5b7f9526, #5b7f9526), url('../images/Preescolar-en-aguascalientes.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  height: 24rem;
  display: flex;
  position: sticky;
  top: 0;
}

.highschool-video {
  background-image: linear-gradient(#5b7f9526, #5b7f9526), url('../images/Bachillerato-mixto-con-programa-academico-anahuác.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  height: 24rem;
  display: flex;
  position: sticky;
  top: 0;
}

.image-77 {
  width: 18px;
}

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

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

.image-78 {
  height: 1rem;
}

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

.hub-wrapper.telefono {
  justify-content: flex-start;
}

.presentaci-n-ambientes-seguros {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.ambientes-seguros-wrapper {
  background-color: #f1f1f1;
  border-bottom-right-radius: .8rem;
  border-bottom-left-radius: .8rem;
  justify-content: center;
  width: 12rem;
  display: flex;
  position: sticky;
  top: 13rem;
}

.image-84 {
  height: 5rem;
  position: sticky;
}

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

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

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

.swiper-wrapper {
  display: flex;
}

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

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

.school-name {
  z-index: 999;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 4.5rem 0% auto;
}

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

.next-slide.hide {
  display: none;
}

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

.prev-slide {
  z-index: 999;
  border: 1px solid var(--white);
  color: var(--tomato);
  cursor: pointer;
  background-color: #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 2rem auto;
}

.prev-slide.hide {
  display: none;
}

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

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

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

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

.footer-form_content-left-copy {
  background-color: #5b7f95;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  font-style: normal;
  display: flex;
}

.footer-form_content-right-copy {
  background-color: #fff;
  padding: 4rem 3rem 3rem;
  position: relative;
  left: 0;
}

.admisiones-form-wrapper_img-wrapper {
  background-color: #fff;
  position: relative;
  left: 0;
}

.anuario_navbar {
  z-index: 1000;
  background-color: var(--white);
  height: 4rem;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed {
  margin-top: 4rem;
}

.anuuario-navbar_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-85 {
  width: 3rem;
}

.anuario_link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-red {
  color: var(--tomato);
}

.spacer-large {
  height: 4.1rem;
}

.alumni_image {
  margin-left: auto;
  margin-right: auto;
}

.alumni_image.mobile {
  display: none;
}

.alumni_image-wrapper {
  margin-bottom: 4rem;
  display: flex;
}

.section_blog44 {
  background-color: #f2f2f2;
}

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

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

.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 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.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-394 {
  background-image: linear-gradient(0deg, var(--\<unknown\|variable-de000a4d-0fee-1f9e-af85-624658122d10\>) 22%, #0a7c5900);
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.blog-image-gradient {
  background-image: linear-gradient(0deg, var(--slate-grey), #fff0);
  height: 14rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

.background-color-deepgrey {
  background-color: #353535;
}

.background-color-deepgrey.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

.image-86 {
  width: 6rem;
}

.div-block-416 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

@media screen and (min-width: 1440px) {
  .text-block-33, .italic-text {
    font-style: normal;
  }
}

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

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

  .mobile-menu-container {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

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

  .mobile-menu-brand-container {
    z-index: 3;
    align-items: center;
    margin-left: 20px;
    display: flex;
    position: relative;
  }

  .home-intro_content-left {
    width: 100%;
  }

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

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

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

  .home-intro_content-right {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .content-wrapper-block-menu {
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-section {
    display: none;
  }

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

  .section-columns-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header-section {
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

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

  .image-46 {
    display: none;
  }

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

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

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

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

  .text-block-82 {
    color: #0f3f65;
    text-align: left;
    text-transform: none;
    justify-content: flex-start;
  }

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

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

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

  .social-media.relative {
    position: static;
  }

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

  .mobile-menu {
    background-color: var(--white);
    height: 6rem;
    margin-top: 3rem;
    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;
    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;
  }

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

  .admissions_modal-component {
    order: 1;
    display: none;
  }

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

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

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

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

  .button-10 {
    display: none;
  }

  .podcast-embed {
    width: auto;
  }

  .footer-form_content-left {
    width: 100%;
  }

  .language {
    display: none;
  }

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

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

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

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

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

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

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

  .margin-huge {
    margin: 5rem;
  }

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

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

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

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

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

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

  .home-levels_image {
    width: 100%;
  }

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

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

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

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

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

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

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

  .model-intro_lightbox {
    height: 300px;
  }

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

  .ventajas_tab {
    width: auto;
  }

  .ventajas_lightbox_link {
    width: 100%;
    height: 24rem;
  }

  .ventajas_tabs-menu {
    flex-direction: row;
    width: 100%;
    position: static;
    overflow: scroll;
    box-shadow: 0 1px 16px -14px #000;
  }

  .ventajas-tabs_heading-wrapper {
    width: 100%;
  }

  .ventajas_tabs-content-wrap {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .ventajas_component {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .tab-link_wrap {
    border-right: 1px solid #93d8f7;
    justify-content: center;
    align-items: center;
    min-width: 16rem;
    display: flex;
  }

  .tab-link_wrap:hover {
    background-color: #f6f6f6;
  }

  .tab-link_wrap.w--current, .tab-link_wrap._7 {
    justify-content: center;
  }

  .tab-link_wrap._4, .tab-link_wrap._6, .tab-link_wrap._5, .tab-link_wrap._3 {
    border-right: 1px solid #93d8f7;
    justify-content: center;
  }

  .tab-link_wrap._3.w--current {
    min-width: 16rem;
  }

  .ventajas_tabs-content {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-top: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .ventajas_video-heading-wrapper {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-232 {
    width: 100%;
    max-height: none;
  }

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

  .ventajas_tabs {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-right: auto;
    position: static;
  }

  .levels-intro_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .levels-intro_content-right {
    width: 100%;
  }

  .tabs_tab-wrapper {
    height: 400px;
  }

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

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

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

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

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

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

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

  .image-71 {
    width: 100%;
    position: static;
  }

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

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

  .utility-page-wrap {
    margin-top: 6rem;
  }

  .anuario-buttons_wrapper {
    grid-template-columns: 1fr;
  }

  .presentaci-n-ambientes-seguros {
    grid-template-columns: 2.25fr 1fr;
  }

  .ambientes-seguros-wrapper {
    top: 9rem;
  }

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

  .hero-header_image {
    height: 70%;
  }

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

  .slider_wrapper {
    height: 56rem;
  }

  .school-name {
    padding-left: 5rem;
    inset: 20rem 0% auto;
  }

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

  .footer-form_content-left-copy {
    width: 100%;
  }

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

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

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

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

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

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

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

  .mobile-menu-container {
    align-self: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .top-bar-2 {
    padding-left: 40px;
    display: flex;
    inset: 0% 0% auto;
  }

  .home-intro_content-left {
    width: 100%;
  }

  .home-levels_content-wrapper {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

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

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

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

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

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

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

  .menu-section {
    flex: 1;
  }

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

  .home-facilities_text-wrapper {
    flex: 0 auto;
    max-width: none;
    position: static;
  }

  .blog-post-overlay {
    padding-left: 20px;
  }

  .blog-post-heading-home.small {
    height: auto;
  }

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

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

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

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

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

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

  .image-46 {
    display: none;
  }

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

  .social-media {
    justify-content: space-around;
  }

  .navlink-menu-mobile {
    border-top-style: none;
    border-bottom-color: #ff784333;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .navlink-menu-mobile.cta {
    background-color: var(--tomato);
    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;
  }

  .fab-link {
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    text-decoration: none;
    display: none;
    position: relative;
  }

  .fab-label {
    background-color: var(--slate-grey);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 136px;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 1px 1px 6px #0006;
  }

  .fab-link-circle {
    background-color: var(--coral);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 13px;
    display: flex;
    box-shadow: 1px 1px 6px #0006;
  }

  .fab {
    z-index: 1;
    float: right;
    background-color: var(--white);
    color: var(--slate-grey);
    cursor: pointer;
    border-top: 1px solid #5b7f9533;
    border-left: 1px solid #5b7f9533;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-top: 15px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

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

  .upgrade-container-2 {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .admissions_modal-scroll {
    overflow: auto;
  }

  .admissions_modal-component {
    display: none;
  }

  .titulo-beneficio {
    line-height: 1.2em;
  }

  .modal-general_form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .modal-general_content-wrapper {
    border-radius: 0;
    flex-direction: column;
    max-width: none;
    height: 100vh;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

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

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

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

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

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

  .intro_button-wrapper {
    flex-direction: column;
    grid-template-columns: max-content;
  }

  .footer-form_content-right {
    flex: 0 auto;
    max-width: none;
  }

  .div-block-414 {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2rem;
  }

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

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

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

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

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

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

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

  .model-intro_lightbox {
    position: static;
  }

  .tab-link_wrap.w--current {
    color: #5b7f95;
    background-color: #f6f6f6;
  }

  .ventajas_tabs-content-wrapper {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .levels-intro_content-right {
    width: 100%;
    padding: 2.1rem;
  }

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

  .footer_credits-wrapper {
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .text-style-hero {
    line-height: 1.1;
  }

  .levels-cta_lockup {
    left: 30px;
  }

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

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

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

  .hub-wrapper.telefono {
    display: none;
  }

  .presentaci-n-ambientes-seguros {
    flex-direction: column-reverse;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .ambientes-seguros-wrapper {
    background-color: #f7f7f7;
    border-bottom-right-radius: .8rem;
    border-bottom-left-radius: .8rem;
    justify-content: center;
    width: 6rem;
    display: flex;
    position: sticky;
    top: 9rem;
  }

  .image-84 {
    height: 2.5rem;
  }

  .hero-header_image {
    height: 45%;
  }

  .hero-header_overlay {
    background-image: linear-gradient(to top, var(--white) 60%, #5b7f9500 95%);
    height: 100%;
  }

  .school-name {
    padding-left: 3.2rem;
    inset: 35% 0% auto;
  }

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

  .footer-form_content-right-copy, .admisiones-form-wrapper_img-wrapper {
    flex: 0 auto;
    max-width: none;
  }

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .div-block-162 {
    background-color: #fff;
    justify-content: space-between;
    align-self: auto;
    max-width: none;
    max-height: 60px;
    padding-left: 10px;
  }

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

  .mobile-menu-container {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .top-bar-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .home-intro_content-left {
    border-width: 1rem;
  }

  .home-levels_content-wrapper {
    margin-bottom: 10px;
  }

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

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

  .home-intro_content-right {
    padding: 20px;
  }

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

  .overlay-social-media {
    z-index: 9999;
    background-color: #0000;
    display: none;
    inset: 0%;
  }

  .title-underline-wrap {
    width: 100%;
    max-width: 80rem;
  }

  .social-media-widget {
    max-width: 280px;
  }

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

  .nav-menu-4 {
    color: #f5f5f5;
    background-color: #f5f5f5;
    flex-direction: column;
    flex: 1;
    align-self: center;
    width: auto;
    height: 100vh;
    overflow: auto;
  }

  .section {
    padding: 60px 5%;
  }

  .title-underline-text {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-64 {
    font-size: 24px;
  }

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

  .top-bar-data-div {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .button-cta {
    height: 61px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 5rem;
    position: relative;
  }

  .content-wrapper-block-menu {
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    padding: 0;
    display: flex;
  }

  .cta-section {
    display: block;
  }

  .menu-section {
    background-color: #fff;
  }

  .popup-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-181 {
    width: 40px;
    height: 180px;
    top: 25%;
  }

  .icon-download-button {
    width: 3.5rem;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

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

  .form01_logo {
    width: 75px;
  }

  .home-facilities_text-wrapper {
    padding: 1.4rem;
  }

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

  .principal-menu-brand-box-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .mobile-menu-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .blog-post-heading-home {
    height: auto;
  }

  .columns-cta_content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-cta_image-wrapper {
    border-width: 1rem;
  }

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

  .cta-button-columns {
    grid-row-gap: 2rem;
  }

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

  .header-section {
    height: 150px;
    margin-top: 60px;
  }

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

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

  .div-block-211 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-212 {
    grid-template-columns: 1fr;
  }

  .button-6 {
    text-align: center;
    flex: 1;
  }

  .lottie-animation-4 {
    opacity: .65;
    max-width: 220px;
  }

  .typo-base-title {
    font-size: 24px;
  }

  .image-46 {
    display: none;
  }

  .lottie-animation-5 {
    max-width: 24px;
    max-height: 26px;
    margin-top: 0;
  }

  .menu-wrap-dash {
    z-index: 15;
    width: 100%;
    margin-top: 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;
  }

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

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

  .block_wrap {
    width: 100%;
  }

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

  .section-w-header {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-56 {
    height: 350px;
  }

  .blogpost-title-container {
    align-items: center;
    height: 100px;
    display: flex;
  }

  .empty {
    display: none;
  }

  .div-block-381 {
    position: static;
  }

  .div-block-382 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 20px 5%;
  }

  .social-media {
    justify-content: flex-start;
    margin-top: 10px;
    inset: 0% auto auto 0%;
  }

  .social-media.relative {
    margin-left: 0;
  }

  .icono-youtube {
    margin-left: 0;
    margin-right: 5px;
  }

  .mobile-menu {
    height: 60px;
  }

  .container {
    height: 4rem;
  }

  .nav-menu-5 {
    padding-top: 60px;
  }

  .menu-button-3 {
    padding: 5px;
  }

  .image-57 {
    width: 50px;
  }

  .fab-wrapper {
    width: 50%;
    bottom: 0;
    right: 0;
  }

  .fab-link {
    display: none;
  }

  .fab-link-circle {
    background-color: var(--tomato);
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

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

  .admissions_modal-scroll {
    padding: 0 0%;
  }

  .admissions-modal_logo {
    width: 71px;
  }

  .admissions-modal_overlay {
    justify-content: center;
    display: flex;
  }

  .admissions_modal-component {
    display: none;
  }

  .titulo-beneficio {
    text-align: left;
    flex: 0 auto;
    margin-right: 0;
    padding-left: 0;
    line-height: 1.2em;
  }

  ._404-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._404-title {
    font-size: 84px;
  }

  ._404-text {
    text-align: center;
    font-size: 18px;
  }

  .modal-general_form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .modal-general_scroll {
    min-height: 100vh;
    padding-bottom: 0;
    overflow: auto;
  }

  .modal-general_content-wrapper {
    height: 100%;
    margin-bottom: 70px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .about-number-wrap-2.color-1 {
    margin-right: 10px;
  }

  .f01_link-2 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .f01_title-2 {
    padding-left: 0%;
  }

  .f01_title-2.w--current {
    padding-left: 2.5%;
  }

  .footer {
    min-height: 600px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .link-block-2 {
    padding-left: 0%;
  }

  .decide-sticky-container {
    z-index: 900;
    box-shadow: none;
    height: 70px;
    inset: auto auto 0% 0%;
  }

  .button-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-63 {
    height: 50px;
  }

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

  .intro_button-wrapper {
    grid-template-columns: max-content;
  }

  .footer-form_content-right {
    margin-top: 2rem;
    padding-left: 2em;
    padding-right: 2rem;
  }

  .contact-data-wrap.mapa {
    display: flex;
  }

  .footer-form_content-left {
    padding: 1rem;
  }

  .footer-form_lockup {
    right: 1rem;
  }

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

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

  .button-row.is-relative {
    grid-template-columns: 1fr;
  }

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

  .main-wrapper {
    min-height: auto;
    margin-top: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .page-wrapper {
    overflow: hidden;
  }

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

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

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

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

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

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

  .home-intro_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    overflow: visible;
  }

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

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

  .text-color-white-2 {
    line-height: 1.25;
  }

  .header-style {
    font-size: 2rem;
  }

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

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

  .about-model_video-lightbox {
    height: 14rem;
    position: relative;
  }

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

  .faq02_icon-2 {
    inset: auto 0% auto auto;
  }

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

  .why-us_component {
    margin-bottom: 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-usa_faq {
    margin-top: 3rem;
  }

  .model-intro_content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ventajas_lightbox_link {
    height: 250px;
  }

  .ventajas_tabs-menu {
    top: 60px;
  }

  .ventajas_tabs-content-wrapper {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .levels-intro_content-left, .levels-intro_content-left.preescolar {
    height: 20rem;
  }

  .levels-intro_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .levels-intro_content-right {
    padding: 20px;
  }

  .tabs_tab-wrapper {
    height: auto;
    padding: 60px 20px;
  }

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

  .preschool-gallery_image-wrapper {
    height: 250px;
  }

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

  .footer_credits-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer-credits_by-bd {
    background-color: #0000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .foter-credits_by-bd-list {
    justify-content: start;
  }

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

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

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

  .image-71 {
    width: auto;
    display: none;
  }

  .image-75 {
    object-fit: cover;
    height: 18rem;
  }

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

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

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

  .contacto-data-wrapper.margin-top.margin-small.padding-left.padding-small {
    border-left-style: none;
    padding-left: 4rem;
  }

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

  .heading-label.text-color-white {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .utility-page-wrap {
    margin-top: 0;
  }

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

  .preeschool-video, .highschool-video {
    height: 14rem;
    position: relative;
  }

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

  .ambientes-seguros-wrapper {
    top: 6.8rem;
  }

  .image-84 {
    color: #0000;
  }

  .section-ambientes-seguros {
    padding: 60px 5%;
  }

  .anuarios-code {
    justify-content: center;
    display: flex;
  }

  .hero-header_image {
    height: 40%;
  }

  .hero-header_overlay {
    background-image: linear-gradient(to top, var(--white) 60%, #5b7f9500 88%);
  }

  .school-name {
    padding-left: 1.5rem;
    top: 43%;
  }

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

  .arrow {
    width: 1.5rem;
  }

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

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

  .floating-whatsapp-button {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    min-height: 45px;
    max-height: 45px;
    padding: 8px;
  }

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

  .footer-form_content-left-copy {
    padding: 1rem;
  }

  .footer-form_content-right-copy, .admisiones-form-wrapper_img-wrapper {
    margin-top: 2rem;
    padding-left: 2em;
    padding-right: 2rem;
  }

  .alumni_image.dektop {
    display: none;
  }

  .alumni_image.mobile {
    display: block;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

#w-node-_6b72e99c-7911-4af3-83fc-9f22246a67ea-61095cbb {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_6b72e99c-7911-4af3-83fc-9f22246a67eb-61095cbb {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: auto;
}

#w-node-_6b72e99c-7911-4af3-83fc-9f22246a67f7-61095cbb {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_6b72e99c-7911-4af3-83fc-9f22246a6810-61095cbb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5a8d4ccd-66fe-46a9-6c25-0403795ec094-a626e4ee, #w-node-_5a8d4ccd-66fe-46a9-6c25-0403795ec095-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e4fe-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e4ff-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e50a-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e50b-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e518-a626e4ee, #w-node-_9ee28933-2471-83d2-127b-99af251a2d75-a626e4ee, #w-node-_9ee28933-2471-83d2-127b-99af251a2d7b-a626e4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfaa4c9a-1809-f318-2188-cbd63566fc42-3566fc41, #w-node-dfaa4c9a-1809-f318-2188-cbd63566fc48-3566fc41, #w-node-dfaa4c9a-1809-f318-2188-cbd63566fc50-3566fc41, #w-node-dfaa4c9a-1809-f318-2188-cbd63566fc58-3566fc41, #w-node-dfaa4c9a-1809-f318-2188-cbd63566fc60-3566fc41 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_215220f6-9d10-1d68-711d-173faca8f0d3-aca8f0cf, #w-node-_215220f6-9d10-1d68-711d-173faca8f0db-aca8f0cf, #w-node-_24bb6792-8f9a-0871-5dd1-a0bfea03716f-aca8f0cf, #w-node-_3aab3f84-8404-3e38-2f89-360138ca9ffa-aca8f0cf, #w-node-_7efb5d0f-de80-7e69-fca7-b134340e68c7-aca8f0cf {
  justify-self: start;
}

#w-node-_0762519e-a065-eae4-eed1-1142692d00e8-aca8f0cf {
  justify-self: stretch;
}

#language.w-node-_34c67971-df1b-e3d7-d580-4824ae1873fb-aca8f0cf, #w-node-_757b6258-af61-9885-479d-37cee1b4e941-aca8f0cf, #w-node-_757b6258-af61-9885-479d-37cee1b4e94c-aca8f0cf, #w-node-_757b6258-af61-9885-479d-37cee1b4e957-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b47ae4e3-6b14-9616-b3ad-f043914935d1-aca8f0cf {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b47ae4e3-6b14-9616-b3ad-f043914935d5-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-b47ae4e3-6b14-9616-b3ad-f043914935db-aca8f0cf, #w-node-b47ae4e3-6b14-9616-b3ad-f043914935e1-aca8f0cf, #w-node-b47ae4e3-6b14-9616-b3ad-f043914935e7-aca8f0cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b47ae4e3-6b14-9616-b3ad-f043914935ed-aca8f0cf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_79bc0778-7287-e21c-7331-5ee28e39ad36-8e39ad2e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_79bc0778-7287-e21c-7331-5ee28e39ad37-8e39ad2e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: auto;
}

#w-node-_79bc0778-7287-e21c-7331-5ee28e39ad41-8e39ad2e {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_79bc0778-7287-e21c-7331-5ee28e39ad4b-8e39ad2e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_40e10687-b4e5-7db2-668f-149c61dc60b6-61095cc0, #w-node-_6efc2224-b765-8431-bd86-d32e3df3161a-61095cc0 {
  justify-self: stretch;
}

#w-node-_117cec79-b0e3-323d-0eda-eac25ab82b5f-61095cc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4bf85bfc-9317-503f-350d-fd0227080bf2-27080bf2, #w-node-_4cbb2b75-5419-9271-7c15-af03913471d3-913471d1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4cbb2b75-5419-9271-7c15-af03913471fb-913471d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#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-79fef7f81cea-f7f81ce8, #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;
}

#propositos-formativos.w-node-_89415c08-1946-743d-2e88-dd3a61cc865e-61095cc9 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#propositos-formativos.w-node-_89415c08-1946-743d-2e88-dd3a61cc867a-61095cc9 {
  justify-self: auto;
}

#w-node-_80ec2ce6-e408-6f76-56e3-52c02af80181-61095cc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ffc8c0cb-d15a-1d63-fd23-c532d77a396e-61095cca {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-ffc8c0cb-d15a-1d63-fd23-c532d77a3992-61095cca {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_04e180b3-579d-b517-381d-b9c18ceb7b0b-61095ccb {
  align-self: auto;
}

#w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf7-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf9-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafb-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafd-61095ccb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba7585c-61095ccd {
  align-self: end;
}

#w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758da-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758dc-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758de-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758e0-61095ccd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-61095cce {
  align-self: stretch;
}

#w-node-_73f0840f-d1b7-cb95-51c6-edfd43971f7d-61095cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e4f6-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e4fe-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e50a-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e518-a626e4ee, #w-node-dfaa4c9a-1809-f318-2188-cbd63566fc41-3566fc41, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaeae-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaeba-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaec6-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaed2-afb5a935 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1abbd2e6-80c7-d376-25aa-3e613460f19a-61095cbe, #propositos-formativos.w-node-_89415c08-1946-743d-2e88-dd3a61cc865e-61095cc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89415c08-1946-743d-2e88-dd3a61cc8691-61095cc9 {
    grid-area: 2 / 1 / 4 / 2;
  }

  #w-node-_04e180b3-579d-b517-381d-b9c18ceb7b0b-61095ccb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf7-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf9-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafb-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafd-61095ccb, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758da-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758dc-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758de-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758e0-61095ccd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-61095cce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_7f71b6dd-52d1-1cff-a143-5bf12df25dc2-61095cce {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_7f71b6dd-52d1-1cff-a143-5bf12df25dcf-61095cce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f71b6dd-52d1-1cff-a143-5bf12df25ddc-61095cce {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_7f71b6dd-52d1-1cff-a143-5bf12df25df6-61095cce {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_7f71b6dd-52d1-1cff-a143-5bf12df25e0f-61095cce {
    grid-area: 9 / 1 / 10 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b19118ce-6cfa-efc5-94c3-3f74c02b3127-61095cbb {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-b19118ce-6cfa-efc5-94c3-3f74c02b312b-61095cbb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6b72e99c-7911-4af3-83fc-9f22246a67eb-61095cbb {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_6b72e99c-7911-4af3-83fc-9f22246a67f7-61095cbb {
    grid-area: 4 / 1 / 9 / 7;
  }

  #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e4f6-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e4fe-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e50a-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e518-a626e4ee, #w-node-dfaa4c9a-1809-f318-2188-cbd63566fc41-3566fc41, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaeae-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaeba-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaec6-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaed2-afb5a935 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2a272e04-1544-e77f-b398-9ef293ef61f5-61095cbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_79bc0778-7287-e21c-7331-5ee28e39ad37-8e39ad2e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_79bc0778-7287-e21c-7331-5ee28e39ad41-8e39ad2e {
    grid-area: 4 / 1 / 9 / 7;
  }

  #w-node-_89415c08-1946-743d-2e88-dd3a61cc8691-61095cc9 {
    grid-row: 1 / 2;
  }

  #w-node-_89415c08-1946-743d-2e88-dd3a61cc8692-61095cc9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf7-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf9-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafb-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafd-61095ccb, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758da-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758dc-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758de-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758e0-61095ccd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad8277a0-e7a5-5bbe-6e2b-e693c08a60eb-61095cce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31eae663-d022-2d84-d87a-2ab99573ae5f-61095cbb, #w-node-_31eae663-d022-2d84-d87a-2ab99573ae62-61095cbb {
    justify-self: stretch;
  }

  #w-node-_6b72e99c-7911-4af3-83fc-9f22246a67f7-61095cbb {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_6b72e99c-7911-4af3-83fc-9f22246a6813-61095cbb, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e502-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e504-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e506-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e50e-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e510-a626e4ee, #w-node-_6dceeb37-a5f3-0b85-4662-69f7a626e512-a626e4ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ee28933-2471-83d2-127b-99af251a2d75-a626e4ee, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaeae-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaeba-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaec6-afb5a935, #w-node-_0d72a8a1-3049-e86d-b62f-e760ab4eaed2-afb5a935 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79bc0778-7287-e21c-7331-5ee28e39ad41-8e39ad2e {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_79bc0778-7287-e21c-7331-5ee28e39ad4e-8e39ad2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c0c82d4-b0d9-8069-95e0-ff0b06b673d4-06b673cd {
    justify-self: start;
  }

  #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf7-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544daf9-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafb-61095ccb, #w-node-_5ef4308e-d613-cfa8-2650-6daf4544dafd-61095ccb, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758da-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758dc-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758de-61095ccd, #w-node-cdffe8fd-3cba-9e04-37ff-7bd8bba758e0-61095ccd {
    grid-area: span 1 / span 1 / span 1 / 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;
}