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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Berlingskeslabcn xbd;
  src: url('../fonts/BerlingskeSlabCn-XBd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Berlingskeslabcn md;
  src: url('../fonts/BerlingskeSlabCn-Md.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --verde-oscuro: #1d1f2e;
  --midnight-blue: #21354c;
  --black: #1d1f2eb3;
  --tomato: #f1644d;
  --fondo-color: #e3e7ea;
  --gainsboro: #e5e6e6;
  --light-slate-grey: #7f8da9;
  --white: white;
  --blanco-suave-fondo: whitesmoke;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-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(--verde-oscuro);
  font-family: Messina sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Messina sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Messina sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: #1d1f2eb3;
  margin-bottom: 1rem;
  font-family: Messina sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: var(--midnight-blue);
  border-bottom: 1px #007f6e80;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  border-bottom-color: #fff;
  transition-property: none;
}

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

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #1d1f2e99;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px #ececed;
  border-bottom: 2px #a25f4b33;
  border-left: 2px #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-family: Messina sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.white-button {
  z-index: 50;
  color: var(--verde-oscuro);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 4px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.label {
  opacity: .6;
  color: #007f6e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  margin-left: 15px;
  margin-right: 15px;
  font-family: Messina sans, sans-serif;
}

.paragraph {
  color: #1d1f2eb3;
  font-family: Messina sans, sans-serif;
}

.paragraph.paragraph-white.centered {
  text-align: center;
}

.small-paragraph {
  color: var(--black);
  align-self: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: #1d1f2e4d;
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #a25f4b;
  align-self: end;
}

.menu-item {
  color: #007f6e;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  transform: translate(0);
}

.menu-item:hover {
  color: #007f6ecc;
  border-bottom-style: none;
  border-bottom-color: #007f6e;
  border-left: 1px #007f6e;
  border-right: 1px #007f6e33;
}

.menu-item.w--current {
  color: #007f6e;
  background-color: #0000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.menu-item.cta {
  border: 2px solid #ffffff80;
  border-radius: 4px;
  padding: 5px 10px;
}

.menu-item-wrap {
  opacity: .6;
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover, .menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #fff3;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e7;
  border-radius: 2px;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-name:hover {
  border-color: #1d1f2e80;
}

.text-field-name:active {
  border-color: #1d1f2e;
}

.text-field-name:focus {
  border-color: #24cd7f;
}

.text-field-name::placeholder {
  color: #1d1f2e4d;
}

.content {
  display: block;
  position: relative;
  overflow: hidden;
}

.content.cc-subscribe-form {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  box-shadow: none;
  color: #fff;
  background-color: #007f6e;
  justify-content: flex-start;
  align-items: center;
  line-height: 10px;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #1d1f2eb3;
  opacity: .9;
  align-self: start;
  margin-bottom: 30px;
  font-family: Messina sans, sans-serif;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: 940px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer-link {
  color: #1d1f2eb3;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

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

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--verde-oscuro);
  align-self: auto;
  font-size: 24px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.subscribe-wrap {
  background-color: var(--verde-oscuro);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.send-button {
  z-index: 50;
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #007f6e;
  border-radius: 1px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.send-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

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

.password-field {
  background-color: #0000;
  border: 1px solid #ececed;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

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

.paragraph-dark {
  color: #1d1f2eb3;
  text-align: left;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-dark.centered {
  text-align: center;
}

.heading-6 {
  color: #007f6e;
  font-family: Messina sans, sans-serif;
}

.heading-6.white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6.white.centered {
  text-align: center;
}

.div-block-20 {
  background-color: #fff;
  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;
}

.image-7 {
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  margin-top: 0;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.top-bar-text {
  color: #fff;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  display: flex;
  position: static;
}

.nav-menu-3 {
  text-align: left;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  height: 68px;
  margin-bottom: 0;
  display: flex;
}

.menu-container {
  z-index: 9999;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
}

.home-about_image-wrapper {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.home-about_content-wrapper {
  background-image: linear-gradient(#21354ccc, #21354ccc), url('../images/bd_irlandes_nuvo_laredo_instalaciones_1-min-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5rem;
  display: flex;
}

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

.paragraph-white.centered {
  text-align: center;
  text-align: left;
  margin-bottom: 0;
}

.level-box {
  border-width: 4px 4px 1px 1px;
  border-color: #24cd7f var(--tomato) #e0e0e0 #e0e0e0;
  cursor: pointer;
  background-color: #fafafa;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: box-shadow .4s;
  display: flex;
}

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

.footer-section {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  flex-direction: column;
  align-items: center;
  padding: 40px 5% 4rem;
  display: flex;
  position: relative;
}

.footer-logo {
  justify-content: center;
  width: 150px;
  display: flex;
}

.footer-school-data {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.footer-divider {
  background-color: #ffffff80;
  width: 100%;
  height: .5px;
  margin-bottom: 20px;
}

.text-span {
  color: #ffffffb3;
  margin-left: 20px;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
}

.page-section-header {
  background-image: linear-gradient(#21354ccc, #21354ccc), url('../images/bd_irlandes_nuevolaredo_preescolar1-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  height: 360px;
  padding: 0 0%;
  display: flex;
}

.content-section {
  justify-content: space-between;
  align-items: center;
  padding: 60px 0%;
  display: flex;
}

.content-paragraph-block-text {
  width: 100%;
}

.paragraph-title {
  color: var(--midnight-blue);
  text-align: left;
  font-size: 20px;
}

.icon-download-button {
  color: #1ec276;
  background-color: #f5f5f5;
  border-left: 1px #007f6e;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px 20px;
  display: flex;
}

.icon-download-button:hover {
  background-color: var(--fondo-color);
  color: #fff;
}

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

.experience-div-icon {
  text-align: center;
}

.grid-eventos-2 {
  height: auto;
  transition: box-shadow .325s, color .4s, border .4s;
  display: block;
}

.grid-eventos-2:hover {
  box-shadow: 1px 1px 12px #0003;
}

.eventos-bg-image-2 {
  background-image: url('../images/robotica.jpg');
  background-position: 50%;
  background-size: cover;
  height: 240px;
}

.div-block-46 {
  margin-top: 10px;
}

.content-paragraph-block-full {
  width: 100%;
  margin-bottom: 20px;
}

.model-menu {
  background-color: #f5f5f5;
  flex-direction: column;
  flex: 1;
  height: 100%;
  display: flex;
  position: sticky;
  top: 140px;
}

.menu-lateral-title {
  border-top: 4px solid var(--tomato);
  background-color: var(--midnight-blue);
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.menu-lateral-image {
  background-color: var(--midnight-blue);
  background-image: url('../images/irish_menu_lateral-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 120px;
}

.menu-lateral-link {
  padding: 10px 40px;
  display: flex;
}

.menu-lateral-link:hover {
  color: #007f6ecc;
  background-color: #e9e9e9;
}

.menu-lateral-link.w--current {
  color: #fff;
  background-color: #007f6e;
}

.academic-program_icon {
  align-self: center;
  font-family: Material design iconic font, sans-serif;
  display: flex;
}

.text-span-3 {
  font-size: 20px;
}

.menu-lateral-item {
  color: #007f6e;
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
}

.menu-underline {
  background-color: #007f6e;
  height: 3px;
  margin-top: -3px;
  display: none;
}

.menu-item-block {
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.menu-item-block:hover {
  background-color: #007f6e1a;
}

.menu-item-block.home {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.content-wrapper-block {
  z-index: 999;
  width: 100%;
  max-width: 1265px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Messina sans, sans-serif;
  display: block;
  position: static;
  top: 0%;
}

.content-title-divider-text {
  flex: 0 auto;
  width: 100%;
}

.text-block-16 {
  color: #007f6e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.icon {
  color: #fc8442;
}

.icon.dropdownmenu {
  color: #24cd7f;
  margin-right: 0;
}

.menu-dropdown-link {
  color: #007f6e;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Messina sans, sans-serif;
}

.menu-dropdown-link:hover {
  color: #fff;
  background-color: #007f6e;
}

.menu-dropdown-link.w--current {
  color: #24cd7f;
}

.dropdown-menu-icon {
  color: #007f6e;
  margin-right: 10px;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
}

.dropdown-menu-icon:hover {
  color: #fff;
}

.dropdown-list {
  background-color: #dfdede;
  display: none;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #eee;
  border-top: 4px solid #24cd7f;
  margin-top: 67px;
}

.preschool-benefits_description-wrapper {
  flex-direction: row;
  align-items: stretch;
  padding: 2.5rem;
  display: flex;
}

.preschool-benefits_icon-wrapper {
  background-color: var(--tomato);
  border: 2px #fc8442;
  border-radius: 3px;
  flex: 0 auto;
  align-self: flex-start;
  padding: .5rem;
  display: block;
}

.preschool-benefits_icon-wrapper.top {
  background-color: #f1644d1a;
  border-radius: 20px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  line-height: 16px;
  display: flex;
}

.preschool-benefits_icon {
  background-color: #0000;
  border-radius: 0;
  width: 2rem;
}

.preschool-benefits_title-wrapper {
  background-color: var(--verde-oscuro);
  justify-content: space-between;
  display: flex;
}

.benefit-box-title-box {
  background-color: #0000;
  flex: 0 auto;
  align-self: center;
  margin-left: 10px;
}

.preschool-benefits_item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}

.cta-section {
  background-color: #007f6e;
  background-image: linear-gradient(#007f6ecc, #007f6ecc), url('../images/bd_sobrelared.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding: 100px 5%;
  display: flex;
}

.cta-section.primaria {
  background-image: linear-gradient(#21354ccc, #21354ccc), url('../images/bd_irlandes_nuvo_laredo_preescolar_1-min.jpg');
  margin-top: 0;
}

.heading-10 {
  text-align: center;
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.cta-title-block {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.cta-buttons-block {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.cta-button-visit {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 0 20px;
  transition-property: none;
  display: flex;
}

.cta-button-visit:hover {
  color: #007f6ecc;
  border-style: none;
  box-shadow: 0 1px 16px #ffffff59;
}

.title-cta-button {
  color: var(--midnight-blue);
  text-transform: none;
  text-shadow: none;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.title-cta-button.green {
  color: #fff;
}

.description-cta-button {
  color: var(--midnight-blue);
  text-transform: none;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}

.text-span-5 {
  font-family: Berlingskeslabcn xbd, sans-serif;
  font-size: 48px;
  line-height: 54px;
}

.modal-form-contact-block {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: block;
}

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

.div-block-10 {
  background-color: #fff;
  flex-direction: column;
  width: 80%;
  padding: 0;
  display: flex;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.div-block-6 {
  flex: 1;
}

.tabs-2 {
  border-radius: 4px;
  flex: 1;
  align-self: stretch;
}

.div-block {
  flex: 1;
  margin-right: 20px;
}

.text-block-3 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
}

.text-block-3:hover {
  color: #21354ccc;
}

.modal-content-tab {
  align-items: center;
  display: flex;
}

.tabs-content-2 {
  background-image: url('../images/interamericano.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 116px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.tab-pane-tab {
  flex: 1;
  align-self: center;
  min-height: 400px;
  padding: 0;
}

.tab-link-2 {
  background-color: #f5f5f5;
  border-top-right-radius: 0;
  justify-content: center;
  align-self: center;
  width: 50%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.tab-link-2:hover {
  background-color: #c7c7c7;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #fff;
  border-top-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.modal-wrapper {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  box-shadow: 1px 1px 12px #0003;
}

.form-modal-title {
  color: #007f6e;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.form-title-block {
  padding-left: 0;
  padding-right: 0;
}

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

.tabs-menu-2 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  margin-right: 10px;
}

.close-modal {
  cursor: pointer;
  border-bottom-left-radius: 0;
  flex: 0 auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-modal:hover {
  background-color: #ffffff1a;
}

.submit-button {
  background-color: var(--tomato);
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
}

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

.form-block-2 {
  flex: 1;
}

.div-block-11 {
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form-modal-block {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-last-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-last-name:hover {
  border-color: #1d1f2e80;
}

.text-field-last-name:active {
  border-color: #007f6e33;
}

.text-field-last-name:focus {
  border-color: var(--verde-oscuro);
}

.text-field-last-name::placeholder {
  color: #1d1f2e4d;
}

.text-field-email {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 2px;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-email:hover {
  border-color: #1d1f2e80;
}

.text-field-email:active {
  border-color: #1d1f2e;
}

.text-field-email:focus {
  border-color: var(--verde-oscuro);
}

.text-field-email::placeholder {
  color: #1d1f2e4d;
}

.text-field-phone {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 2px;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-phone:hover {
  border-color: #007f6e33;
}

.text-field-phone:active {
  border-color: #007f6e33;
  box-shadow: 1px 1px 3px #007f6e1a;
}

.text-field-phone:focus {
  color: #007f6e;
  border-color: #007f6e;
}

.text-field-phone::placeholder {
  color: #1d1f2e4d;
}

.text-field-message {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-message:hover {
  border-color: #1d1f2e80;
}

.text-field-message:active {
  border-color: #1d1f2e;
}

.text-field-message:focus {
  border-color: var(--verde-oscuro);
}

.text-field-message::placeholder {
  color: #1d1f2e4d;
}

.menu-button-2 {
  overflow: visible;
}

.link-block {
  cursor: default;
}

.link-block.w--current {
  cursor: pointer;
}

.div-block-96 {
  flex: 0 auto;
  width: 100%;
  margin-top: 54px;
}

.section-17 {
  margin-top: -32px;
}

.blog-home_collection-item {
  display: flex;
}

.blog-home_article-image {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-home_collection-list-wrapper {
  margin-top: 0;
}

.blog-home_article-date {
  background-color: var(--gainsboro);
  color: var(--midnight-blue);
  text-align: center;
  align-self: auto;
  width: 120px;
  padding: 2px 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.date-blog-post {
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.blog-home_article-category {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.category-block {
  z-index: 1;
  background-color: var(--light-slate-grey);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: auto;
  height: 2rem;
  padding: 2px 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-25 {
  color: #fff;
  font-family: Material design iconic font, sans-serif;
  font-size: 1.5rem;
}

.footer-social-icon {
  background-color: var(--tomato);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  display: flex;
}

.social-media {
  grid-column-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.lateral-menu-blog {
  background-color: #f5f5f5;
  background-image: url('../images/interamericano.png');
  background-position: 0 0;
  background-size: cover;
  padding: 40px 0;
}

.image-27 {
  background-color: #ffffff38;
  border-bottom-left-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--tomato);
  background-color: #fffc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 22px;
  display: flex;
}

.icon-title-and-text-block {
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.dropdown-toggle {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 200px;
  padding: 26px 35px 26px 20px;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #007f6e00;
  padding-left: 20px;
}

.image-30 {
  z-index: 9;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 1rem;
}

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

.principal-menu-container {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown {
  align-self: stretch;
  display: flex;
}

.dropdown-2, .dropdown-3 {
  display: flex;
}

.principal-menu-brand-box {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: -70px;
  display: flex;
}

.div-block-129 {
  align-self: stretch;
  margin-top: 0;
}

.top-bar {
  background-color: #007f6e;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  display: flex;
}

.bottom-bar-items-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 40px;
  display: flex;
}

.bottom-bar-menu-items {
  max-width: 1265px;
  padding: 10px 20px;
}

.bottom-bar-menu-items:hover {
  background-color: var(--tomato);
}

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

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

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

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

.div-block-134 {
  align-self: auto;
  display: flex;
}

.top-bar-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.button-icon-right {
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 20px;
  transition-property: none;
  display: flex;
}

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

.button-icon-right.green {
  background-color: var(--tomato);
  color: #fff;
  width: 100%;
}

.button-icon-download {
  color: var(--tomato);
  align-self: center;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
}

.icon-level-cta {
  background-color: #f5f5f5;
  border-left: 1px #007f6e;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-self: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  display: flex;
}

.icon-level-cta:hover {
  background-color: var(--fondo-color);
}

.text-topbar {
  color: #fff;
  margin-left: 0;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
}

.icon-cta-button {
  color: var(--tomato);
  font-family: Material design iconic font, sans-serif;
  font-size: 24px;
  font-style: normal;
}

.logo-mobile {
  display: none;
}

.text-block-37, .text-block-38 {
  color: var(--tomato);
  font-family: Material design iconic font, sans-serif;
  font-size: 24px;
}

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

.blog-home_article-content-wrapper {
  background-color: #fff;
  padding: 2.5rem;
}

.blog-home_article-image-wrapper {
  flex-direction: column;
  flex: 0 auto;
  height: 100%;
  max-height: 16rem;
  display: flex;
  position: relative;
}

.div-block-145 {
  background-color: #fff;
  padding: 2.5rem;
  position: sticky;
  top: 14rem;
}

.mobile-admissions-box {
  z-index: 9999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px 0 0;
  width: 300px;
  height: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 12px #0003;
}

.contact-admissions-box-button {
  background-color: var(--midnight-blue);
  border-top-left-radius: 4px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 60px;
  padding: 0;
  display: flex;
}

.contact-admissions-box-button:hover {
  background-color: var(--light-slate-grey);
}

.text-block-43 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
}

.contact-box_icon {
  color: var(--tomato);
  font-family: Material design iconic font, sans-serif;
  font-size: 32px;
}

.column-5 {
  border-right: 1px solid #bebebe4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.contact-box_icon-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.contact-box_icon-wrapper:hover {
  background-color: #0000;
}

.columns-4 {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-box-icon-title {
  color: var(--black);
  font-family: Messina sans, sans-serif;
  font-size: 12px;
}

.column-6 {
  border-right: 1px solid #bebebe4d;
}

.image-34 {
  max-width: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-box-admissions-icon {
  background-color: var(--tomato);
  border-top-left-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  width: 30%;
  display: flex;
}

.div-block-150 {
  color: var(--midnight-blue);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 70%;
  padding: 15px 20px;
  display: flex;
}

.contact-admissions-box-contacts {
  height: 100px;
  display: none;
}

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

.dowld-modal-column1 {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.text-block-44 {
  color: var(--tomato);
  justify-content: center;
  align-items: center;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
  display: flex;
}

.preschool-facilities_slider {
  height: 100%;
}

.preschool-benefits_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-157 {
  margin-bottom: 20px;
}

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

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

.header-page-title-2 {
  align-self: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.page-titles-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Berlingskeslabcn xbd, sans-serif;
  font-size: 42px;
}

.header-divider {
  background-color: var(--tomato);
  height: 1px;
  margin-bottom: 20px;
}

.text-block-46 {
  color: var(--tomato);
  font-family: Material design iconic font, sans-serif;
  font-size: 24px;
  transform: rotate(-90deg);
}

.text-block-46:hover {
  transform: rotate(90deg);
}

.text-field-name-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px #e5e5e7;
  border-radius: 0;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-name-3:hover {
  border-color: #1d1f2e80;
}

.text-field-name-3:active {
  border-color: #1d1f2e;
}

.text-field-name-3:focus {
  border-color: #24cd7f;
}

.text-field-name-3::placeholder {
  color: #1d1f2e4d;
}

.button1-2 {
  background-color: var(--tomato);
  color: #fff;
  text-align: center;
  border-radius: 1px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Messina sans, sans-serif;
}

.button1-2:hover {
  color: #fff9;
}

.submit-button-5 {
  text-transform: uppercase;
  background-color: #24cd7f;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
}

.submit-button-5.download {
  background-color: var(--tomato);
  border-radius: 0;
}

.small-paragraph-2 {
  color: #1d1f2eb3;
  align-self: auto;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-field-email-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px #e5e5e7;
  border-radius: 2px;
  height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-email-3:hover {
  border-color: #1d1f2e80;
}

.text-field-email-3:active, .text-field-email-3:focus {
  border-color: #1d1f2e;
}

.text-field-email-3::placeholder {
  color: #1d1f2e4d;
}

.column-9 {
  flex: 1;
  align-self: stretch;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading-15 {
  color: #007f6e;
  font-family: Messina sans, sans-serif;
}

.heading-15.centered {
  text-align: center;
}

.modal-download-wrapper {
  background-color: #fff;
  align-self: center;
  align-items: center;
  width: 700px;
  height: 500px;
  display: flex;
}

.div-block-159 {
  padding: 0 60px;
}

.columns-9 {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.column-10 {
  background-color: #f5f5f5;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

.dropdown-4 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.menu-item-home {
  color: #007f6e;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Messina sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  transform: translate(0);
}

.menu-item-home:hover {
  color: #007f6ecc;
  border-bottom-style: none;
  border-bottom-color: #007f6e;
  border-left: 1px #007f6e;
  border-right: 1px #007f6e33;
}

.menu-item-home:active {
  color: #1b468dcc;
}

.menu-item-home.w--current {
  color: #1b468d;
  background-color: #0000;
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.text-topbar-2 {
  color: #fff;
  margin-left: 0;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
}

.dropdown-menu-icon-2 {
  color: var(--tomato);
  margin-right: 10px;
  font-family: Material design iconic font, sans-serif;
  font-size: 18px;
}

.dropdown-menu-icon-2:hover {
  color: #fff;
}

.menu-container-block {
  background-color: #fff0;
  justify-content: center;
  display: flex;
}

.icon-5 {
  color: #fc8442;
}

.icon-5.dropdownmenu {
  color: var(--tomato);
  margin-right: 0;
}

.text-block-47 {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 0;
  font-family: Messina sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.logo-img {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.menu-dropdown-link-2 {
  color: var(--midnight-blue);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Messina sans, sans-serif;
}

.menu-dropdown-link-2:hover {
  background-color: var(--light-slate-grey);
  color: #fff;
}

.menu-dropdown-link-2.w--current {
  background-color: var(--midnight-blue);
  color: #fff;
}

.menu-item-block-2 {
  text-align: center;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.menu-item-block-2:hover {
  background-color: #f1644d1a;
}

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

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

.dropdown-toggle-2 {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 200px;
  padding: 20px 35px 20px 20px;
  display: flex;
}

.dropdown-toggle-2:hover {
  background-color: #007f6e00;
  padding-left: 20px;
}

.dropdown-toggle-2.last {
  flex: 0 auto;
  width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.dropdown-5 {
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-bar-data-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, min-content) 1fr minmax(200px, max-content) 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.principal-menu-brand-box-2 {
  background-color: #fff;
  flex-direction: row-reverse;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-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;
}

.dropdown-list-2 {
  background-color: #dfdede;
  display: none;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  border-top: 4px solid var(--tomato);
  background-color: #eee;
  margin-top: 54px;
}

.link-5 {
  color: #fff;
  font-size: 10px;
}

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

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

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

.nav-menu-5 {
  text-align: left;
  border-top: 1px solid #e4e4e4;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

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

.download-modal-title {
  color: var(--verde-oscuro);
  text-align: center;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.menu-item-home-text {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Messina sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  transform: translate(0);
}

.menu-item-home-text:hover {
  color: #1d1f2ecc;
  border-bottom-style: none;
  border-bottom-color: #007f6e;
  border-left: 1px #007f6e;
  border-right: 1px #007f6e33;
}

.menu-item-home-text:active {
  color: #1b468dcc;
}

.menu-item-home-text.w--current {
  color: var(--midnight-blue);
  background-color: #0000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.menu-lateral-link-2 {
  color: var(--midnight-blue);
  padding: 10px 40px;
  display: flex;
}

.menu-lateral-link-2:hover {
  color: #1d1f2ecc;
  background-color: #e9e9e9;
}

.menu-lateral-link-2.w--current {
  background-color: var(--light-slate-grey);
  color: #fff;
}

.text-span-4 {
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
}

.slide-nav {
  display: none;
}

.utility-page-wrap-2 {
  background-color: #e3e7ea;
  background-image: linear-gradient(#fffc, #fffc), url('../images/CRECE-SIEMPRE-02-min.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  padding-left: 10vw;
  display: flex;
}

.utility-page-content-2 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.heading-23 {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Messina sans, sans-serif;
  font-weight: 700;
}

.white-button-2 {
  z-index: 50;
  background-color: var(--tomato);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom-style: none;
  border-radius: 4px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button-2:hover {
  opacity: .96;
  color: #161724;
  background-color: #fafafa;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.text-block-58 {
  color: #fff;
  text-align: left;
  font-family: Messina sans, sans-serif;
  font-size: 84px;
  font-weight: 900;
  line-height: 84px;
}

.right-arrow-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: none;
  right: 17px;
}

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

.content-wrapper-block-3 {
  width: 100%;
  max-width: 1265px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Messina sans, sans-serif;
  display: block;
  position: static;
}

.div-block-177 {
  z-index: 99;
  width: 40%;
  position: absolute;
  top: 25%;
  left: 100px;
}

.slide-13 {
  background-image: url('../images/CRECE-SIEMPRE-18-min.png');
  background-position: 132% 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
  position: static;
}

.slide-14 {
  background-image: url('../images/CRECE-SIEMPRE-02-min.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 700px;
}

.left-arrow-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: none;
  left: 17px;
}

.slide-15 {
  background-image: url('../images/CRECE-SIEMPRE-14-min.png');
  background-position: 120% 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
}

.text-span-8 {
  font-size: 32px;
  line-height: 32px;
}

.hero-section-2 {
  background-color: #0000;
  background-image: linear-gradient(#ffffff73, #ffffff73), linear-gradient(#adbdc3, #adbdc3), linear-gradient(150deg, #adbdc3 58%, #fff);
  border: 30px solid #fff;
  margin-top: 0;
}

.slide-16 {
  background-image: url('../images/CRECE-SIEMPRE-10.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 550px;
  position: static;
}

.slide-17 {
  background-image: url('../images/CRECE-SIEMPRE-26-min.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 450px;
  position: static;
}

.slide-18 {
  background-image: url('../images/CRECE-SIEMPRE-27-min.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
  position: static;
}

.big-slider-2 {
  background-color: #0000;
  min-height: 600px;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
  font-family: Messina sans, sans-serif;
}

.form_alert {
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form01_title_wrap {
  margin-top: 25px;
}

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

.form01.coming-soon {
  max-width: none;
  padding: 40px 0;
}

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

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
  font-family: Messina sans, sans-serif;
  line-height: 20px;
}

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

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

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.modal-admisiones {
  display: flex;
}

.form_alert_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.form01_success {
  background-color: #fff;
}

.form_error {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form_alert_wrap, .form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

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

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

.checkbox-label {
  text-align: left;
  text-transform: none;
  font-family: Messina sans, sans-serif;
  font-size: 14px;
}

.checkbox-field {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.button {
  display: none;
}

.paragraph-dark-2 {
  color: var(--black);
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form01_alert-2 {
  background-color: #0000;
}

.form01_button-2 {
  background-color: var(--tomato);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Messina sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.image-37 {
  cursor: pointer;
}

.form01-half {
  background-color: #fafafa;
  border: 1px #ebecf0;
  border-radius: 10px;
  flex: 0 auto;
  align-self: stretch;
  width: 50%;
  max-width: 800px;
  height: 100%;
  margin-left: 20px;
  padding: 0;
  position: relative;
}

.aviso_textlink {
  color: var(--midnight-blue);
}

.aviso_textlink:hover {
  color: #1b468dcc;
}

.form01_input_full {
  color: #8a94a6;
  background-color: #f1f1f1;
  border: 1.5px #e5e6e6;
  border-radius: 4px;
  width: 100%;
  min-height: 150px;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form01_input_full:focus {
  border-color: #5181c0;
}

.form01_input_full::placeholder {
  color: #8a94a6;
}

.form01_h5-2 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Messina sans, sans-serif;
}

.div-block-181 {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.form01_input-2 {
  color: var(--fondo-color);
  background-color: #f1f1f1;
  border: 1.5px #e5e6e6;
  border-radius: 0;
  width: 49%;
  min-height: 48px;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form01_input-2:focus {
  border-color: #5181c0;
}

.form01_input-2::placeholder {
  color: #8a94a6;
}

.content-paragraph-block-full-2 {
  width: 100%;
  margin-right: 40px;
}

.text-link {
  line-height: 0;
}

.text-link:hover {
  color: #007f6ecc;
}

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

.paragraph-dark-3 {
  color: #1d1f2eb3;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-7 {
  color: var(--tomato);
}

.link-7:hover {
  color: #f1644dcc;
}

.text-block-60, .top-bar_text-icon, .text-block-62 {
  font-family: Material design iconic font, sans-serif;
}

.upload-wrap {
  align-items: center;
  display: flex;
}

.input-wrapper {
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-bottom: 10px;
  display: flex;
}

.submission-image {
  border: 1px solid #01ccbe26;
  border-radius: 40px;
}

.submission-image.hide {
  display: none;
}

.botton-attach {
  border: 1px #000;
  height: 30px;
}

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

.highaschool_tab {
  align-self: stretch;
}

.highschool_tabs-content {
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  display: flex;
}

.highschool_tabs-menu {
  background-color: #fafbfc;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.highschool_tabs-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.bold-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.tab-title-small {
  font-size: 14px;
}

.bold-text-2 {
  font-size: 16px;
  font-weight: 600;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template: "Area . . ."
                 "Area-2 Area-2 Area-2 Area-2"
                 "Area-4 Area-3 Area-3 Area-5"
                 "Area-4 Area-3 Area-3 Area-5"
                 "Area-4 Area-6 Area-6 Area-5"
                 ". . Area-7 Area-7"
                 "Area-8 Area-8 . Area-9"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.competence_grid {
  border: 1px solid #7f8da980;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-182 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-66 {
  margin-right: 20px;
  font-family: Material design iconic font, sans-serif;
  font-size: 24px;
  line-height: 0;
}

.div-block-183 {
  align-self: stretch;
  margin-top: 20px;
  padding-left: 20px;
  display: flex;
}

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

.text-block-68 {
  color: #1f355e;
  cursor: pointer;
  font-family: Material design iconic font, sans-serif;
  font-size: 22px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.link-8 {
  color: #1f355e;
}

.link-8:hover {
  color: #1b468dcc;
}

.form01_button-3 {
  background-color: var(--tomato);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Messina sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.form01_h5-3 {
  color: #1f355e;
  text-align: center;
  font-family: Messina sans, sans-serif;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Orion_health.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 36px;
  font-size: 12px;
  line-height: 12px;
}

.button-2:hover {
  opacity: .8;
  color: #fff;
  background-color: #0000;
}

.safe-environments-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-38 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.enfasis {
  color: var(--midnight-blue);
  font-weight: 700;
}

.content-paragraph-block-columns {
  border: 1px none var(--light-slate-grey);
  background-color: #fafafa;
  border-radius: 6px;
  align-items: center;
  padding: 60px 40px;
  display: none;
}

.form01_input-2-full {
  color: var(--fondo-color);
  background-color: #f1f1f1;
  border: 1.5px #e5e6e6;
  border-radius: 4px;
  width: 100%;
  min-height: 48px;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form01_input-2-full:focus {
  border-color: #5181c0;
}

.form01_input-2-full::placeholder {
  color: #8a94a6;
}

.div-block-187 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  margin-right: 20px;
  display: flex;
}

.text-span-12 {
  color: var(--tomato);
  align-self: auto;
  font-family: Material design iconic font, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.div-block-190 {
  line-height: 16px;
}

.div-block-192 {
  margin-top: 20px;
}

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

.link-9 {
  color: var(--tomato);
  text-decoration: underline;
}

.link-9:hover {
  color: var(--midnight-blue);
}

.div-block-230 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.popup-safe-environments {
  z-index: 9999;
  background-color: #ffffffe6;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.container {
  align-self: stretch;
}

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

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

.italic-text-2 {
  color: var(--tomato);
  font-size: 24px;
  font-style: normal;
}

.div-block-237 {
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.desktop-admissions-box {
  z-index: 9999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px 0 0;
  justify-content: space-between;
  width: 300px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  box-shadow: 1px 1px 12px #0003;
}

.image-42 {
  width: 100%;
  max-width: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-150-copy {
  color: var(--midnight-blue);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 70%;
  padding: 15px 20px;
  display: flex;
}

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

.checkbox-niveles {
  border-color: #d3d3d3b3;
  border-radius: 4px;
  align-self: center;
  width: 120px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.checkbox-niveles.w--redirected-checked {
  color: #1b468d;
  background-color: #0000;
  background-image: none;
  border: 2px solid #1b468d;
  border-radius: 4px;
  font-weight: 400;
}

.checkbox-niveles.w--redirected-focus {
  box-shadow: none;
}

.level-field {
  border: 1px #d3d3d3b3;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  padding-left: 0;
  display: flex;
}

.level-field.primaria {
  cursor: pointer;
}

.level-field.right {
  margin-left: 10px;
}

.level-field.right.prepa {
  cursor: pointer;
  display: flex;
}

.level-field.right.secundaria {
  cursor: pointer;
}

.level-field.left {
  border-style: none;
  border-color: #d3d3d3b3;
  border-radius: 0;
  justify-content: center;
  margin-right: 10px;
}

.level-field.left.preescolar {
  cursor: pointer;
  display: flex;
}

.checkbox-label-9 {
  color: #1d1f2eb3;
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  position: absolute;
}

.text-block-78 {
  color: #1d1f2eb3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.checkbox-label-10 {
  text-align: left;
  text-transform: none;
  font-size: 14px;
}

.form01_input-4 {
  color: #0f3f65;
  background-color: #ebebeb;
  border: 1.5px #e5e6e6;
  border-radius: 4px;
  width: 49%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.form01_input-4:focus {
  border-color: #5181c0;
}

.form01_input-4::placeholder {
  color: #8a94a6;
}

.form01_h5-4 {
  color: #21354c;
  text-align: center;
  font-family: Messina sans, sans-serif;
}

.form01_button-5 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f1644d;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Messina sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

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

.hide-me-overlay-2 {
  z-index: 999999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.aviso_textlink-3 {
  color: #21354c;
}

.aviso_textlink-3:hover {
  color: #1b468dcc;
}

.download-modal-title-2 {
  color: #1f355e;
  text-align: left;
  font-family: Messina sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-dark-4 {
  color: #1d1f2eb3;
  font-family: Messina sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-dark-4:hover {
  color: #1d1f2eb3;
}

.html-embed-8 {
  align-self: stretch;
}

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

.script-folleto {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 60px auto;
  display: flex;
}

.contact-admissions-box-contacts-3 {
  display: flex;
}

.contact-box_button {
  z-index: 9;
  border-top-left-radius: 4px;
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.contact-box_button:hover {
  background-color: #5b7f95cc;
}

.contact-box-title {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 18rem;
  padding: 15px 20px;
  display: flex;
}

.contact-box_wrapper {
  background-color: #0000;
  border-top-left-radius: 4px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 16px #0003;
}

.contact-box-icon-title-3 {
  color: #1d1f2eb3;
  text-transform: uppercase;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
}

.contact-admissions-box {
  z-index: 99999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px 0 0;
  height: auto;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 16px #0003;
}

.contact-box-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Messina sans, sans-serif;
  font-size: 1.25rem;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr min-content 1fr;
  align-items: center;
  width: 100%;
  height: 6rem;
}

.div-block-238 {
  background-color: #21354c33;
  width: 1px;
}

.margin-small {
  margin: 1rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.show {
  display: block;
}

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

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

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

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

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

.padding-small {
  padding: 1rem;
}

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

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

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

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

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

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

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

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.button-3 {
  color: #1e1a34;
  text-align: center;
  background-color: #f5be00;
  border: 1px solid #f5be00;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
}

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

.margin-large {
  margin: 3rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

.text-size-small.text-color-white {
  font-size: .75rem;
}

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

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

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

.padding-medium {
  padding: 2rem;
}

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

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

.background-color-dark-blue {
  background-color: var(--verde-oscuro);
  color: #1e1a34;
}

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

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

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

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

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

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

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

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

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

.padding-large {
  padding: 3rem;
}

.padding-0 {
  padding: 0;
}

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

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

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

.fs-styleguide_color-sample.is-primary {
  background-color: #1e1a34;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: #f5be00;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #676767;
}

.button-arrow {
  width: .5rem;
  margin-left: 1rem;
  display: flex;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

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

.show-tablet {
  display: none;
}

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

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

.margin-xlarge {
  margin: 4rem;
}

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

.margin-medium {
  margin: 2rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.margin-xhuge {
  margin: 8rem;
}

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

.text-rich-text li {
  color: #1d1f2eb3;
  background-image: url('../images/check-interamericano.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: .8rem;
  padding-left: 1.25rem;
}

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

.text-rich-text strong {
  color: var(--verde-oscuro);
  font-size: 1rem;
  line-height: 1;
}

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

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

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

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

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

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

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

.home-levels_image-wrapper {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 12rem;
  overflow: hidden;
}

.level_wrapper {
  border-right: 6px #5181c0;
  border-bottom: 4px solid var(--tomato);
  cursor: pointer;
  background-color: #fff;
  border-left: 1px #e0e0e0;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.home-levels_image {
  margin-top: 0;
  margin-bottom: 0;
}

.background-color-whitesmoke {
  background-color: var(--blanco-suave-fondo);
}

.image-43 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.text-style-berlingkse {
  font-family: Berlingskeslabcn xbd, sans-serif;
}

.section-header {
  height: 24rem;
  position: relative;
  overflow: hidden;
}

.header_overlay {
  z-index: 1;
  background-color: #21354ccc;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-header {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Berlingskeslabcn xbd, sans-serif;
  font-size: 3rem;
  line-height: 1.2em;
}

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

.about-mission_content-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.about-mission_content-left {
  background-color: var(--midnight-blue);
  padding: 3rem;
}

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

.experience_list {
  text-align: center;
}

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

.section-experience {
  background-image: url('../images/portada-quienes-somos-2-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.experience_component {
  justify-content: flex-end;
  display: flex;
}

.experience_item {
  background-color: #1d1f2ecc;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.events_content-wrapper {
  border-bottom: 3px solid var(--tomato);
  background-color: var(--white);
  justify-content: space-between;
  height: 12rem;
  padding: 2rem;
  display: block;
}

.events_item {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.events_image-wrapper {
  background-image: url('../images/torneo-amistad.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 16rem;
}

.events_image-wrapper.oak {
  background-image: url('../images/oak.jpg');
}

.events_image-wrapper.anahuac {
  background-image: url('../images/u-anahuac.jpg');
  background-position: 50%;
}

.title-component {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.events_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.model-menu_links-wrapper {
  background-color: #f5f5f5;
  background-image: linear-gradient(#f5f5f5d9, #f5f5f5d9);
  position: sticky;
  top: 14rem;
}

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

.model-menu_image-wrapper {
  height: 14rem;
  overflow: hidden;
}

.model-menu_title-wrapper {
  border-top: 4px solid var(--tomato);
  background-color: var(--verde-oscuro);
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.text-color-blue {
  color: var(--verde-oscuro);
  font-family: Messina sans, sans-serif;
}

.model-menu_link {
  padding: 1rem 40px;
  display: flex;
}

.model-menu_link:hover {
  color: var(--tomato);
  background-color: #e9e9e9;
}

.model-menu_link.w--current {
  background-color: var(--tomato);
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Messina sans, sans-serif;
}

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

.academic-program_principles {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.model-menu_image {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-bar_brand-wrapper {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #5181c01a;
  align-self: stretch;
  align-items: center;
  height: 8rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav_home-link.w--current {
  color: var(--tomato);
}

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

.button-4 {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/Orion_health.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 36px;
  font-family: Messina sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.button-4:hover {
  opacity: .8;
  color: #fff;
  background-color: #0000;
}

.nav-bar_links-wrapper {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.navbar_icon {
  color: var(--tomato);
}

.navbar_dropdown-link {
  color: var(--midnight-blue);
  border-bottom-style: solid;
  border-bottom-color: #21354c33;
  align-items: center;
  padding: 1rem 2.5rem;
  line-height: 1.2;
  transition: color .3s, background-color .3s;
  display: flex;
}

.navbar_dropdown-link:hover {
  background-color: var(--tomato);
  color: #fff;
  border-bottom-color: #5181c0;
}

.navbar_dropdown-link.w--current {
  background-color: var(--tomato);
  color: #fff;
  border-bottom-color: #1b468d;
}

.nav-bar_container {
  z-index: 1000;
  height: 14rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-82 {
  color: #fff;
  font-size: 12px;
}

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

.nav-bar_link {
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
}

.nav-bar_link:hover {
  color: var(--tomato);
}

.menu-button-3 {
  overflow: visible;
}

.navbar_dropdown-list {
  background-color: #c2a4a4;
}

.navbar_dropdown-list.w--open {
  color: #1b468d;
  background-color: #fff;
  margin-top: 0;
  box-shadow: 0 8px .5rem #0000001a;
}

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

.navbar_dropdown-toggle {
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: 1rem 3rem 1rem 1rem;
  display: flex;
}

.link-block-2 {
  display: none;
}

.grid-12 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.academic-program_item {
  border-bottom: 1px solid var(--tomato);
  background-color: var(--blanco-suave-fondo);
  align-items: center;
  display: flex;
  position: relative;
}

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

.model-team_tab-link {
  border-top: 1px solid var(--fondo-color);
  border-right: 1px solid var(--fondo-color);
  border-left: 1px solid var(--fondo-color);
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  display: flex;
}

.model-team_tab-link.w--current {
  z-index: 1;
  border-style: solid none;
  border-top-width: 1px;
  border-top-color: var(--tomato);
  opacity: 1;
  color: var(--midnight-blue);
  background-color: #fafafa;
  border-bottom-color: #fafafa;
  justify-content: center;
  font-weight: 700;
  bottom: -1px;
}

.tabs-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 1px;
  display: grid;
}

.model-team_tab-pane {
  border-color: var(--tomato) #deebf7 #deebf7;
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  margin-right: -1px;
}

.model-team_bullet-wrapper {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.html-embed-9 {
  color: var(--tomato);
  width: 3rem;
  display: flex;
}

.grid-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-45 {
  object-fit: cover;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.block_wrap {
  border: 1px solid var(--fondo-color);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14rem;
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.block {
  background-color: var(--tomato);
  color: var(--white);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-xsmall-2 {
  margin-bottom: 15px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.preschool-benefits_title-list {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

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

.levels-intro_image-wrapper.background-preschool {
  background-image: url('../images/preescolar-welcome.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.preschool-facilities_image {
  width: 100%;
  height: 32rem;
}

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

.text-span-13 {
  color: #f1644d;
  font-family: Material design iconic font, sans-serif;
  font-size: 16px;
}

.tab04_tab-2 {
  color: #0a1f44;
  background-color: #0000;
  align-items: center;
  min-width: 350px;
  margin-bottom: 10px;
  padding: 10px 25px;
  display: flex;
}

.tab04_tab-2:hover {
  color: #f1644d;
}

.tab04_tab-2.w--current {
  background-color: var(--tomato);
  color: #fff;
  border: 1px solid #f1644d;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab04_title-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.text-span-14 {
  color: #f1644d;
  font-family: Material design iconic font, sans-serif;
}

.competencias_title_block-2 {
  background-color: var(--tomato);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.columns-12 {
  z-index: 999;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
  position: sticky;
  top: 14rem;
}

.grid_number-2 {
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: -18px 20px auto auto;
}

.competence_grid_numbre-2 {
  color: #f1644d;
}

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

.contact_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

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

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

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

.nav_data-link {
  color: var(--verde-oscuro);
  font-size: 1.125rem;
  text-decoration: none;
}

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

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

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

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

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

.home-blog_component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  align-items: start;
}

.blog-home_article-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-content: center;
  align-items: center;
}

.pagination {
  justify-content: space-between;
  margin-top: 1rem;
}

.image-46 {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 6px #00000026;
}

.grid-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.button-tertiary {
  border-color: var(--midnight-blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1.5rem;
  display: flex;
}

.grid-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

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

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

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

.colaboradores_icon {
  width: 2.5rem;
}

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

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

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

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

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

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

.page-section-header-ambientes-seguros {
  background-image: linear-gradient(#21354ccc, #21354ccc), url('../images/bd_irlandes_nuevolaredo_preescolar1-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: center;
  height: 360px;
  margin-top: 0;
  padding: 0 0%;
  display: flex;
}

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

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

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

.image-76 {
  height: 1rem;
}

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

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

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

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

.section_perfil {
  z-index: 2;
  background-color: var(--white);
  position: relative;
}

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

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

.perfil_cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.perfil_card {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #c7dbf0;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 15rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.perfil_card.main {
  z-index: 1;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #2d3153;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.5rem;
  font-size: 3rem;
  font-weight: 700;
  display: grid;
}

.perfil_content-wrapper {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.perfil_number {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.perfil_heading-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 3.5rem;
  display: flex;
}

.div-block-387 {
  height: 6rem;
}

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

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

.perfil_overlay {
  background-color: #2d3153e6;
  position: absolute;
  inset: 0%;
}

.perfil_overlay._3 {
  background-color: #f1644de6;
}

.perfil_overlay._4 {
  background-color: #5181c0e6;
}

.perfil_overlay._5 {
  background-color: #6a7c8be6;
}

.perfil_overlay._6 {
  background-color: #f2c73de6;
}

.perfil_overlay._7 {
  background-color: #87074be6;
}

.perfil_overlay._9 {
  background-color: #123a5ee6;
}

.perfil_overlay._10 {
  background-color: #6cc04ae6;
}

.text-block-109 {
  line-height: 3rem;
}

.image-125 {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.anchor-offset {
  z-index: -1;
  height: 8rem;
  margin-top: -8rem;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}

.anchor-offset.full {
  height: 117%;
}

.section_blog44 {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #21469c;
  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 {
  color: var(--midnight-blue);
  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;
}

.blog-overlay {
  z-index: 999999;
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-126 {
  width: 8rem;
}

.div-block-395 {
  position: absolute;
}

.image-127 {
  width: 1rem;
}

.link-block-3 {
  width: 10rem;
  position: absolute;
  inset: auto auto 0%;
}

.section_event35 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-link {
  border: 1px solid var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  font-weight: 500;
}

.event35_list-wrapper {
  overflow: hidden;
}

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

.event35_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: #1d1f2e0d;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding: 2rem;
  display: grid;
  overflow: hidden;
}

.event35_date-wrapper {
  width: 12rem;
}

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

.button-5 {
  display: none;
}

.button-5.is-secondary {
  background-color: #f5be00;
}

.event35_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.event35_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .paragraph {
    align-self: center;
    font-size: 12px;
    line-height: 18px;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content.cc-subscribe-form {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

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

  .image-7 {
    width: 85px;
    height: 85px;
    margin-top: 0;
  }

  .top-bar-text {
    line-height: 16px;
  }

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

  .menu-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .level-box {
    flex-direction: column-reverse;
    flex: none;
    width: auto;
    height: auto;
    display: flex;
  }

  .page-section-header {
    margin-top: 0;
  }

  .paragraph-title {
    font-size: 16px;
  }

  .icon-download-button {
    border-radius: 0;
  }

  .model-menu {
    display: none;
  }

  .menu-lateral-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-lateral-item {
    font-size: 12px;
  }

  .content-wrapper-block {
    flex-direction: column;
    display: flex;
  }

  .modal {
    display: none;
  }

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

  .modal-wrapper {
    width: 600px;
  }

  .icon-2 {
    color: #007f6e;
  }

  .menu-button-2 {
    background-color: #fff;
    align-self: center;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .footer-social-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

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

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

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

  .top-bar {
    display: none;
  }

  .bottom-bar-menu-items {
    text-align: center;
    align-self: center;
  }

  .bottom-bar-menu-items:hover {
    background-color: var(--tomato);
    border-radius: 0;
  }

  .top-bar-icon-div {
    display: flex;
  }

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

  .image-33 {
    width: 90px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-mobile {
    display: block;
  }

  .blog-home_article-content-wrapper {
    width: 100%;
  }

  .div-block-145 {
    margin-top: 20px;
  }

  .preschool-facilities_slider {
    height: 400px;
  }

  .preschool-benefits_component {
    grid-template-columns: 1fr;
  }

  .small-paragraph-2 {
    margin-bottom: 5px;
  }

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

  .dropdown-4 {
    flex: 1;
  }

  .menu-item-home {
    border-bottom: 1px solid #ececec;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-bar_top-bar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .menu-container-block {
    display: block;
    position: static;
  }

  .logo-img {
    width: 85px;
    height: 85px;
    margin-top: 0;
  }

  .menu-dropdown-link-2 {
    color: #fff;
  }

  .menu-item-block-2 {
    border-bottom: 1px solid #ececec;
    justify-content: center;
  }

  .menu-item-block-2:hover {
    background-color: #f1644d1a;
  }

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

  .dropdown-toggle-2 {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100vw;
  }

  .dropdown-toggle-2.w--open:hover {
    background-color: #1d1f2e1a;
  }

  .dropdown-toggle-2.last {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100vw;
  }

  .top-bar-data-div {
    flex: 1;
    justify-content: space-between;
  }

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

  .dropdown-list-2.w--open {
    background-color: var(--midnight-blue);
    margin-top: 0;
  }

  .navicon {
    color: var(--tomato);
  }

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

  .nav-menu-5 {
    background-color: #fff;
    flex: 0 auto;
    width: auto;
    height: 100vh;
    margin-top: 0;
  }

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

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

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

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

  .mobile-menu-text {
    color: var(--midnight-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .menu-item-home-text {
    border-bottom: 1px #ececec;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-lateral-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-4 {
    font-size: 12px;
  }

  .text-block-58 {
    font-size: 54px;
    line-height: 54px;
  }

  .content-wrapper-block-3 {
    flex-direction: column;
    display: flex;
  }

  .div-block-177 {
    width: 100%;
    top: 5%;
    left: 20px;
  }

  .slide-13, .slide-15 {
    background-position: 0 100%;
  }

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

  .slide-16 {
    background-size: auto 500px;
  }

  .slide-18 {
    background-position: 50% 100%;
    background-size: auto 480px;
  }

  .big-slider-2 {
    min-height: 700px;
  }

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

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

  .form01-half {
    width: 100%;
    margin-left: 0;
  }

  .highschool_tabs-content {
    width: 100%;
  }

  .highschool_tabs-menu {
    margin-right: 0;
    padding: 10px;
  }

  .text-block-68 {
    font-family: Material design iconic font, sans-serif;
    font-size: 22px;
  }

  .safe-environments-div {
    margin-bottom: 20px;
  }

  .content-paragraph-block-columns {
    flex-direction: column;
  }

  .div-block-187 {
    width: 100%;
    margin-right: 0;
  }

  .contact-admissions-box {
    background-color: var(--white);
  }

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

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

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

  .margin-xxlarge {
    margin: 4rem;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

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

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

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

  .level_wrapper {
    flex: none;
    width: auto;
    height: auto;
    display: flex;
  }

  .about-mission_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .academic-program_component {
    grid-template-columns: 1fr;
  }

  .model-menu_link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .academic-program_principles {
    grid-template-columns: 1fr;
  }

  .nav-bar_brand-wrapper {
    height: auto;
  }

  .nav_home-link {
    border-bottom-style: solid;
    border-bottom-color: #5181c01a;
    flex: 1;
    align-items: center;
    height: 3.5rem;
    padding-left: 2.5rem;
    display: flex;
  }

  .lottie-animation-2 {
    align-self: center;
    width: 2rem;
    height: 2rem;
  }

  .mobile-menu-container-2 {
    flex: 1;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 6rem;
    padding: 0 1rem 0 2.5rem;
    display: flex;
  }

  .div-block-251 {
    padding: 2.5rem;
  }

  .nav-bar_links-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .mobile-menu-brand-container-2 {
    align-items: center;
    display: flex;
  }

  .mobile-menu-text-2 {
    color: var(--midnight-blue);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 24px;
  }

  .navbar_dropdown-link {
    font-size: 1rem;
  }

  .nav-bar_container {
    flex-direction: column-reverse;
    height: auto;
    display: flex;
  }

  .nav-bar_link {
    background-color: #fff;
    height: auto;
  }

  .menu-button-3 {
    background-color: var(--verde-oscuro);
    justify-content: center;
    align-items: center;
    padding: .5rem;
    display: block;
  }

  .menu-button-3.w--open {
    background-color: var(--tomato);
  }

  .nav-bar_dropdown {
    flex: 1;
    height: 100%;
    position: relative;
  }

  .navbar_dropdown-list.w--open {
    z-index: 100;
    box-shadow: none;
    background-color: #7f8da933;
    position: relative;
  }

  .nav_container {
    background-color: var(--white);
  }

  .navbar_dropdown-toggle {
    text-transform: none;
    background-color: #fff;
    border-bottom: 1px solid #5181c01a;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .navbar_dropdown-toggle.w--open {
    text-transform: none;
    border-bottom: 2px solid #5181c0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

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

  .image-44 {
    width: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-2 {
    background-color: var(--tomato);
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
    display: block;
  }

  .block_wrap {
    width: auto;
  }

  .content_wrap {
    height: auto;
  }

  .levels-intro_columns {
    grid-template-columns: 1fr;
  }

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

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

  .preschool-facilities_component {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .tab04_tab-2 {
    margin-bottom: 10px;
  }

  .tab04_tab-2.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .competencias_title_block-2 {
    height: 100px;
    font-size: 14px;
  }

  .contact_component {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .home-blog_component {
    grid-template-columns: 1.5fr;
  }

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

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

  .page-section-header-ambientes-seguros {
    margin-top: 0;
  }

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

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

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

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

  .event35_item {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .event35_image {
    aspect-ratio: 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .paragraph {
    text-align: left;
    align-self: auto;
  }

  .small-paragraph {
    color: var(--black);
  }

  .text-field-name {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-name::placeholder {
    text-align: center;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu {
    position: fixed;
    inset: 0% 0% auto;
  }

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

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-20 {
    background-color: #fff;
    justify-content: space-between;
    height: auto;
    max-height: 90px;
    padding-left: 20px;
    padding-right: 0;
  }

  .image-7 {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-3 {
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

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

  .home-about_content-wrapper {
    width: 100%;
    padding: 2.5rem;
  }

  .level-box {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .page-section-header {
    margin-top: 0;
  }

  .content-section {
    display: block;
  }

  .content-paragraph-block-text {
    width: 100%;
    margin-top: 40px;
  }

  .paragraph-title {
    font-size: 14px;
  }

  .content-paragraph-block-full {
    margin-bottom: 0;
  }

  .model-menu {
    display: none;
  }

  .menu-item-block {
    background-color: #fff;
  }

  .icon {
    color: #fff;
    margin-right: 10px;
    font-family: Material design iconic font, sans-serif;
    font-size: 20px;
  }

  .preschool-benefits_item {
    margin-bottom: 20px;
  }

  .cta-section {
    display: block;
  }

  .cta-title-block {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-buttons-block {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-button-visit {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .modal {
    display: none;
  }

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

  .div-block {
    margin-right: 0;
  }

  .tab-pane-tab {
    min-height: 200px;
  }

  .modal-wrapper {
    flex: none;
    align-self: auto;
    width: auto;
    height: 100vh;
    margin-top: 100px;
    display: block;
    overflow: scroll;
  }

  .div-block-2 {
    display: block;
  }

  .tabs-menu-2 {
    box-shadow: 0 1px 16px #0000004d;
  }

  .div-block-11 {
    display: block;
  }

  .text-field-last-name {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-last-name::placeholder {
    text-align: center;
  }

  .text-field-email {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-email::placeholder {
    text-align: center;
  }

  .text-field-phone {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-phone::placeholder {
    text-align: center;
  }

  .text-field-message {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-message::placeholder {
    text-align: center;
  }

  .icon-2 {
    flex: 0 auto;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    background-color: #fff;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    align-self: center;
  }

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

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

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

  .top-bar {
    display: none;
  }

  .bottom-bar-items-container {
    flex: 0 auto;
  }

  .bottom-bar-menu-items {
    display: none;
  }

  .div-block-137 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: block;
  }

  .div-block-138 {
    color: #007f6e;
    font-family: Messina sans, sans-serif;
    line-height: 21px;
  }

  .blog-home_article-content-wrapper {
    width: auto;
  }

  .blog-home_article-image-wrapper {
    width: 100%;
  }

  .div-block-145 {
    margin-top: 40px;
  }

  .mobile-admissions-box {
    border-top-left-radius: 0;
    width: 100%;
    display: flex;
  }

  .contact-admissions-box-button {
    border-top-left-radius: 0;
    width: 100%;
  }

  .text-block-43 {
    align-self: center;
    font-size: 14px;
    font-weight: 600;
  }

  .contact-box-admissions-icon {
    background-color: var(--white);
    border-top-left-radius: 0;
    flex: 0 auto;
    align-items: center;
    width: 50%;
  }

  .div-block-150 {
    align-self: auto;
    width: 50%;
  }

  .contact-admissions-box-contacts {
    width: 50%;
  }

  .preschool-benefits_component {
    display: block;
  }

  .text-field-name-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-name-3::placeholder {
    text-align: center;
  }

  .small-paragraph-2 {
    color: #1d1f2eb3;
  }

  .text-field-email-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-email-3::placeholder {
    text-align: center;
  }

  .modal-download-wrapper {
    width: auto;
  }

  .columns-9 {
    flex-direction: column;
  }

  .column-10 {
    flex-direction: column;
    display: none;
  }

  .nav-menu-4 {
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

  .menu-item-home {
    align-self: stretch;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .nav-bar_top-bar {
    padding-left: 1.125rem;
  }

  .menu-container-block {
    flex-direction: column;
  }

  .logo-img {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-bar {
    position: static;
    inset: 0% 0% auto;
  }

  .menu-dropdown-link-2 {
    color: #fff;
  }

  .menu-item-block-2 {
    background-color: #fff;
  }

  .div-block-162 {
    background-color: #fff;
    justify-content: space-between;
    height: auto;
    max-height: 90px;
    padding-left: 20px;
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    flex: 0 auto;
    width: 100vw;
  }

  .dropdown-list-2.w--open {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .navicon {
    color: var(--tomato);
    flex: 0 auto;
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-block-menu {
    background-color: #fff;
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-5 {
    text-align: center;
    background-color: #fff;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    width: auto;
    height: 100vh;
    margin-top: 0;
    overflow: auto;
  }

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

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

  .mobile-menu-brand-text {
    color: #007f6e;
  }

  .menu-item-home-text {
    align-self: stretch;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .content-wrapper-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .slide-17 {
    background-position: 50% 100%;
    background-size: auto 400px;
  }

  .big-slider-2 {
    min-height: 700px;
  }

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

  .modal-admisiones {
    display: none;
  }

  .modal-scroll {
    overflow: auto;
  }

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

  .input-wrapper {
    min-height: auto;
    margin-bottom: 18px;
  }

  .highschool_tabs-menu {
    width: 100%;
    margin-right: 0;
  }

  .highschool_tabs-component {
    flex-direction: column;
  }

  .grid-8 {
    display: none;
  }

  .text-block-68 {
    font-family: Material design iconic font, sans-serif;
    font-size: 22px;
  }

  .div-block-230 {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
  }

  .html-embed {
    background-color: #fff;
  }

  .desktop-admissions-box {
    border-top-left-radius: 0;
    width: 100%;
    display: none;
  }

  .div-block-150-copy {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-medium {
    padding: 1.25rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

  .padding-large {
    padding: 1.5rem;
  }

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xlarge {
    margin: 2rem;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .level_wrapper {
    width: 100%;
    display: flex;
  }

  .about-mission_content-right, .about-mission_content-left {
    width: 100%;
  }

  .events_content-wrapper {
    height: auto;
    margin-bottom: 0;
  }

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

  .nav_home-link {
    width: 100%;
    padding-left: 1.25rem;
  }

  .mobile-menu-container-2 {
    flex: 0 auto;
    align-self: stretch;
    height: 5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.125rem;
    display: flex;
  }

  .div-block-251 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .nav-bar_links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .mobile-menu-text-2 {
    display: none;
  }

  .navbar_dropdown-link {
    padding-left: 1.5rem;
  }

  .menu-button-3 {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .menu-button-3.w--open {
    align-self: center;
    padding: 1rem;
  }

  .navbar_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_dropdown-toggle.w--open {
    padding-left: 1.5rem;
  }

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

  .mobile-menu-logo-block-2.w--current {
    width: 4rem;
  }

  .image-44 {
    width: 3.5rem;
  }

  .preschool-facilities_image {
    object-fit: cover;
    height: 100%;
  }

  .columns-12 {
    display: none;
  }

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

  .blog-home_collection-list {
    grid-row-gap: 2rem;
  }

  .blog-home_article-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

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

  .page-section-header-ambientes-seguros {
    margin-top: 0;
  }

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

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

  .perfil_card.main {
    justify-content: space-between;
    height: 28rem;
    padding-top: 3rem;
    display: flex;
  }

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

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

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

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

  .event35_tabs {
    align-items: flex-start;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .category-filter-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .event35_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .event35_item {
    padding: 1.5rem;
  }

  .event35_item-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    text-align: center;
  }

  .menu-item {
    padding-left: 12px;
  }

  .menu-item.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu {
    position: fixed;
    inset: 0% 0% auto;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-dark {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-20 {
    background-color: #fff;
    justify-content: space-between;
    align-self: auto;
    max-width: none;
    max-height: 60px;
    padding-left: 10px;
  }

  .image-7 {
    flex: none;
    width: 50px;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
  }

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

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

  .home-about_content-wrapper {
    padding: 1.5rem;
  }

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

  .footer-section {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    width: 100px;
    height: auto;
  }

  .text-block-14 {
    line-height: 22px;
  }

  .text-span {
    font-size: 11px;
    line-height: 16px;
  }

  .page-section-header {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .content-paragraph-block-text {
    width: 100%;
  }

  .paragraph-title {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-eventos-2 {
    margin-bottom: 40px;
  }

  .content-paragraph-block-full {
    padding-right: 20px;
  }

  .menu-item-block {
    color: #f5f5f5;
    background-color: #f5f5f5;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-item-block.home {
    text-align: left;
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-self: flex-start;
    width: auto;
    display: block;
  }

  .content-wrapper-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-dropdown-link, .dropdown-menu-icon {
    color: #fff;
  }

  .dropdown-list {
    height: 80vh;
    overflow: auto;
  }

  .dropdown-list.w--open {
    background-color: #007f6e;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .preschool-benefits_title-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .preschool-benefits_item {
    margin-bottom: 20px;
  }

  .cta-section {
    display: block;
  }

  .cta-button-visit {
    min-height: 60px;
  }

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

  .text-span-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .modal {
    background-color: var(--midnight-blue);
    height: auto;
    display: none;
    overflow: auto;
  }

  .div-block-10 {
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tabs-2 {
    position: static;
    overflow: visible;
  }

  .div-block {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .text-block-3 {
    text-transform: uppercase;
    font-size: 12px;
  }

  .modal-content-tab {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .tab-pane-tab {
    min-height: auto;
  }

  .tab-link-2 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 10px;
    display: flex;
  }

  .tab-link-2.w--current {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-right: 10px;
    display: flex;
  }

  .modal-wrapper {
    flex: 1;
    height: auto;
    margin-top: 40px;
    overflow: auto;
  }

  .div-block-2 {
    display: block;
  }

  .tabs-menu-2 {
    box-shadow: none;
    display: flex;
  }

  .div-block-8 {
    margin-right: 10px;
  }

  .submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-5 {
    align-self: stretch;
    display: flex;
  }

  .div-block-11 {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    overflow: visible;
  }

  .text-field-message {
    flex: 1;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #fff;
    flex: 0 auto;
    align-self: flex-end;
    align-items: center;
    height: auto;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

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

  .blog-home_collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home_collection-list-wrapper {
    flex-direction: column;
    display: flex;
  }

  .blog-home_article-category {
    align-self: auto;
  }

  .div-block-124 {
    height: auto;
    overflow: auto;
  }

  .dropdown-toggle {
    color: #fff;
    text-align: center;
    border-top: 1px solid #007f6e;
    border-bottom: 1px #007f6e;
    flex: none;
    justify-content: center;
    width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-toggle.last {
    border-bottom-style: solid;
  }

  .image-30 {
    width: 8rem;
  }

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

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

  .principal-menu-container {
    margin-left: 0;
    display: block;
  }

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

  .top-bar {
    display: none;
  }

  .bottom-bar-items-container {
    display: flex;
  }

  .button-icon-right.green {
    background-color: var(--tomato);
  }

  .button-icon-download {
    color: var(--tomato);
  }

  .image-33 {
    width: 50px;
  }

  .text-block-39 {
    color: #007f6e;
    font-family: Messina sans, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-138 {
    margin-left: 5px;
    font-family: Messina sans, sans-serif;
    font-weight: 600;
    display: block;
  }

  .blog-home_article-image-wrapper {
    width: 100%;
  }

  .mobile-admissions-box {
    flex-direction: column;
    width: auto;
    display: flex;
    inset: auto 0% 0;
  }

  .contact-admissions-box-button {
    height: 60px;
    position: static;
    bottom: 0;
  }

  .text-block-43 {
    align-self: center;
  }

  .contact-box_icon-wrapper {
    align-self: auto;
  }

  .contact-box-admissions-icon {
    background-color: var(--white);
    flex: 1;
    justify-content: center;
  }

  .div-block-150 {
    background-color: var(--midnight-blue);
    align-self: center;
    width: 50%;
  }

  .contact-admissions-box-contacts {
    height: 90px;
  }

  .page-titles-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .submit-button-5 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .submit-button-5.download {
    background-size: 18px;
    font-size: 14px;
  }

  .modal-download-wrapper {
    flex-direction: column;
    width: auto;
  }

  .div-block-159 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-9 {
    flex-direction: column-reverse;
  }

  .column-10 {
    display: none;
  }

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

  .dropdown-4 {
    display: block;
  }

  .menu-item-home {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
  }

  .menu-item-home.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-bar_top-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-menu-icon-2 {
    color: #fff;
  }

  .menu-container-block {
    flex-direction: column;
  }

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

  .logo-img {
    flex: none;
    width: 50px;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
  }

  .nav-bar {
    position: static;
    inset: 0% 0% auto;
  }

  .menu-dropdown-link-2 {
    color: #fff;
  }

  .menu-item-block-2 {
    color: #f5f5f5;
    background-color: #fff;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-item-block-2:hover {
    background-color: #f1644d1a;
    justify-content: space-around;
  }

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

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

  .dropdown-toggle-2 {
    color: #fff;
    text-align: center;
    border-top: 1px #007f6e;
    border-bottom: 1px #007f6e;
    flex: none;
    justify-content: flex-start;
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2.last {
    border-bottom-style: none;
  }

  .dropdown-5 {
    align-self: auto;
    display: block;
  }

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

  .dropdown-list-2 {
    height: 80vh;
    overflow: auto;
  }

  .dropdown-list-2.w--open {
    background-color: var(--midnight-blue);
    width: auto;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: auto;
  }

  .navicon {
    color: var(--tomato);
  }

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

  .nav-menu-5 {
    color: #fff;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 70vh;
    margin-top: 0;
    padding-bottom: 100px;
    overflow: auto;
  }

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

  .mobile-menu-logo-block {
    width: auto;
  }

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

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

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

  .mobile-menu-text {
    color: var(--midnight-blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .text-span-6 {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .menu-item-home-text {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
  }

  .menu-item-home-text.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-block-58 {
    font-size: 36px;
    line-height: 36px;
  }

  .content-wrapper-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-177 {
    width: 80%;
  }

  .slide-13, .slide-14 {
    background-size: auto 260px;
  }

  .slide-15 {
    background-position: 0 100%;
    background-size: auto 240px;
  }

  .text-span-8 {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-section-2 {
    background-image: linear-gradient(to bottom, null, null);
    border-width: 20px;
    margin-top: 0;
  }

  .slide-16 {
    background-position: 76% 100%;
    background-size: auto 280px;
  }

  .slide-17 {
    background-size: auto 200px;
  }

  .slide-18 {
    background-size: auto 260px;
  }

  .big-slider-2 {
    min-height: 350px;
  }

  .form01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-admisiones {
    display: none;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

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

  .paragraph-dark-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .form01-half {
    padding-left: 0;
    padding-right: 0;
  }

  .form01_input_full {
    width: 100%;
  }

  .form01_h5-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .form01_input-2 {
    width: 100%;
  }

  .paragraph-dark-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .highschool_tabs-menu {
    margin-right: 0;
  }

  .text-block-68 {
    color: #21354c;
    font-family: Material design iconic font, sans-serif;
    font-size: 20px;
  }

  .form01_h5-3 {
    font-size: 16px;
    line-height: 18px;
  }

  .button-2 {
    background-size: 14px;
    height: 31px;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    font-size: 10px;
  }

  .safe-environments-div {
    align-items: center;
  }

  .image-39 {
    width: 100px;
  }

  .content-paragraph-block-columns {
    padding: 40px 20px;
  }

  .form01_input-2-full {
    width: 100%;
  }

  .div-block-230 {
    text-align: left;
    flex-direction: column;
    margin-right: 0;
  }

  .desktop-admissions-box {
    flex-direction: column;
    width: auto;
    display: none;
    inset: auto 0% 0;
  }

  .div-block-150-copy {
    background-color: var(--midnight-blue);
    width: 50%;
  }

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

  .level-field.right.prepa, .level-field.right.secundaria {
    margin-left: 0;
  }

  .level-field.left.preescolar {
    margin-right: 0;
  }

  .form01_input-4 {
    width: 100%;
  }

  .form01_h5-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-dark-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-admissions-box-contacts-3 {
    height: 90px;
  }

  .contact-box_button {
    height: 60px;
    display: none;
    position: static;
    bottom: 0;
  }

  .contact-box-title {
    background-color: #5b7f95;
    width: auto;
  }

  .contact-box_wrapper {
    border-top-left-radius: 0;
    width: 100%;
  }

  .contact-admissions-box {
    background-color: var(--white);
    border-top-left-radius: 0;
    flex-direction: column;
    width: auto;
    display: flex;
    inset: auto 0% 0;
  }

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

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

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

  .button-3 {
    border: 1px solid #f5be00;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-levels_image-wrapper {
    height: auto;
  }

  .image-43 {
    inset: 0%;
  }

  .heading-style-header {
    font-size: 1.5rem;
  }

  .about-mission_content-right, .about-mission_content-left {
    width: 100%;
    padding: 1.5rem;
  }

  .experience_item {
    width: 100%;
  }

  .events_item {
    margin-bottom: 40px;
  }

  .title-component {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .events_component {
    display: block;
  }

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

  .div-block-251 {
    padding: 0 1.25rem 1rem;
  }

  .button-4 {
    background-size: 14px;
    height: 31px;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    font-size: 10px;
  }

  .nav-bar_links-wrapper {
    grid-auto-flow: row dense;
  }

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

  .mobile-menu-text-2 {
    color: #1b468d;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .navbar_dropdown-link {
    height: 3.5rem;
    padding-left: 1.25rem;
  }

  .text-block-82 {
    font-size: 10px;
    line-height: 12px;
  }

  .nav-bar_link {
    font-size: 1rem;
    line-height: 1.2;
  }

  .menu-button-3 {
    color: #fff;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    display: block;
  }

  .menu-button-3.w--open {
    padding: .5rem;
  }

  .navbar_dropdown-list.w--open {
    max-height: 14rem;
    overflow: scroll;
  }

  .nav_container {
    background-color: #fff;
  }

  .navbar_dropdown-toggle, .navbar_dropdown-toggle.w--open {
    padding-left: 1.25rem;
  }

  .mobile-menu-logo-block-2 {
    width: auto;
  }

  .image-44 {
    width: 3rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .model-team_tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu-3 {
    grid-column-gap: 0px;
  }

  .model-team_bullet-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .block_wrap {
    width: 100%;
  }

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

  .tab04_tab-2 {
    min-width: 260px;
  }

  .tab04_tab-2.w--current {
    min-width: 100px;
    max-width: 260px;
  }

  .home-form_data-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .text-color-white-3 {
    line-height: 1.25;
  }

  .footer-form_icon-circle {
    width: 2rem;
    height: 2rem;
  }

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

  .page-section-header-ambientes-seguros {
    margin-top: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .perfil_card.main {
    height: 20rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-109 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .event35_item {
    grid-row-gap: 2rem;
  }
}

#w-node-faf92e65-0c68-6a50-8e0b-eabcd3feaf43-3e93ca7a {
  align-self: stretch;
}

#w-node-bb632cb6-c604-b72e-b9f2-7730eb8ff2d6-eb8ff298, #w-node-bb632cb6-c604-b72e-b9f2-7730eb8ff2e1-eb8ff298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb632cb6-c604-b72e-b9f2-7730eb8ff2f8-eb8ff298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c1e16831-07ed-a6fe-4ada-9fd635f598c5-3e93caf1, #w-node-_3992027b-83a0-6714-3dc0-d875929fb3bc-3e93caf1, #w-node-f4440a59-86cd-83e9-9b00-1ff3c9b38012-3e93caf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5744fad-ecb6-3d9c-5281-2381fb92106b-fb92106b {
  align-self: start;
}

#w-node-d5744fad-ecb6-3d9c-5281-2381fb921076-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb92107c-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb921082-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb921088-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb92108e-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb921094-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb92109a-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb9210a0-fb92106b, #w-node-_72e39f77-c727-ff35-dd02-1356ff58bcae-fb92106b, #w-node-d5744fad-ecb6-3d9c-5281-2381fb9210a6-fb92106b, #w-node-_07387328-002a-1350-9a76-965c21230228-3e93caf2, #w-node-_665e4d9c-ea30-59a9-721c-9a188645b458-3e93caf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c940337-6af6-6f59-8eb7-c6399007b634-3e93caf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c940337-6af6-6f59-8eb7-c6399007b635-3e93caf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c940337-6af6-6f59-8eb7-c6399007b63c-3e93caf3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b16cbf7-bd6a-aa39-9e05-141c6e6403e5-3e93caf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b16cbf7-bd6a-aa39-9e05-141c6e6403e7-3e93caf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b16cbf7-bd6a-aa39-9e05-141c6e6403e8-3e93caf4, #w-node-_5b16cbf7-bd6a-aa39-9e05-141c6e6403f1-3e93caf4, #w-node-b7c22020-cebe-efab-eaee-9a608c976925-3e93caf4, #w-node-cfb64324-26d7-a7d9-41a6-9ad5f0afb134-3e93caf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfb64324-26d7-a7d9-41a6-9ad5f0afb136-3e93caf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cfb64324-26d7-a7d9-41a6-9ad5f0afb137-3e93caf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfb64324-26d7-a7d9-41a6-9ad5f0afb13e-3e93caf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6640d137-0df4-29e1-088a-1beaf2ac5360-3e93caf5, #w-node-_445de1a4-5a90-5010-0c39-1ef564f809d8-3e93caf5, #w-node-_2fbfbab3-2a4a-3133-4a84-3002a8ad6c24-3e93caf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_141a594a-e46d-a220-ab33-30926bbaebd9-3e93caf7 {
  align-self: auto;
}

#w-node-_141a594a-e46d-a220-ab33-30926bbaebda-3e93caf7 {
  align-self: center;
}

#w-node-d1f41026-ab12-ac73-92d7-a6a06802458d-3e93caf7, #w-node-d1f41026-ab12-ac73-92d7-a6a068024598-3e93caf7, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245a3-3e93caf7, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245ae-3e93caf7, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245b9-3e93caf7, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245c4-3e93caf7, #w-node-_6474e285-9402-41eb-8281-1970285f8a7b-3e93caf7 {
  align-self: auto;
}

#w-node-_6474e285-9402-41eb-8281-1970285f8a7c-3e93caf7 {
  align-self: center;
}

#w-node-dcd2f258-7764-83da-3df9-f2b5f8476c24-f8476c1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f105ae65-a781-25c8-dcb7-a5a9c7a48a63-3e93cafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c1e16831-07ed-a6fe-4ada-9fd635f598c5-3e93caff, #w-node-_867ebcfa-cc92-04d4-7aa8-d75cf44d18d7-3e93caff, #w-node-_3992027b-83a0-6714-3dc0-d875929fb3bc-3e93caff, #w-node-_8c55611a-7ab6-f681-952c-9c664667030e-3e93caff, #w-node-_1e679fdd-734d-0b0f-34ba-c297cb0d46e2-3e93caff, #w-node-d0d2706f-86fc-e8e6-3a7f-7ec8425fcef0-3e93caff, #w-node-_21dd2442-aaaa-2463-d161-5c7f76f99480-3e93caff, #w-node-_00d54264-ab6c-aa27-bb0d-06c78994fd9d-3e93caff, #w-node-_617b6198-416a-4b3e-c39f-fc537b3bdfed-3e93caff, #w-node-cef90eff-32b6-d25a-c280-8da1d87dfb90-3e93caff, #w-node-cef90eff-32b6-d25a-c280-8da1d87dfb91-3e93caff, #w-node-_2fbfbab3-2a4a-3133-4a84-3002a8ad6c24-3e93cb00, #w-node-_07387328-002a-1350-9a76-965c21230228-3e93cb01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d4d-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d5b-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d69-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d77-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d85-3e93cb15 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d93-3e93cb15 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d97-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9da5-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9db3-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9dc1-3e93cb15, #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9dcf-3e93cb15 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6474e285-9402-41eb-8281-1970285f8a7b-3e93cb16 {
  align-self: auto;
}

#w-node-_6474e285-9402-41eb-8281-1970285f8a7c-3e93cb16 {
  align-self: center;
}

#w-node-d1f41026-ab12-ac73-92d7-a6a06802458d-3e93cb16, #w-node-d1f41026-ab12-ac73-92d7-a6a068024598-3e93cb16, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245a3-3e93cb16, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245ae-3e93cb16, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245b9-3e93cb16, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245c4-3e93cb16, #w-node-_6474e285-9402-41eb-8281-1970285f8a7b-3e93cb17 {
  align-self: auto;
}

#w-node-_6474e285-9402-41eb-8281-1970285f8a7c-3e93cb17 {
  align-self: center;
}

#w-node-d1f41026-ab12-ac73-92d7-a6a0680245a3-3e93cb17, #w-node-d1f41026-ab12-ac73-92d7-a6a06802458d-3e93cb17, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245c4-3e93cb17, #w-node-d1f41026-ab12-ac73-92d7-a6a0680245b9-3e93cb17, #w-node-_03bb20ef-4d18-01a1-e619-687b7c01134f-3e93cb18 {
  align-self: auto;
}

#w-node-_03bb20ef-4d18-01a1-e619-687b7c011358-3e93cb18 {
  align-self: center;
}

#w-node-b9933477-4340-3354-9749-1198b413bc91-3e93cb18 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9933477-4340-3354-9749-1198b413bc9b-3e93cb18 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b9933477-4340-3354-9749-1198b413bca3-3e93cb18 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b9933477-4340-3354-9749-1198b413bcab-3e93cb18 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-b9933477-4340-3354-9749-1198b413bcb3-3e93cb18, #w-node-b9933477-4340-3354-9749-1198b413bcbd-3e93cb18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9933477-4340-3354-9749-1198b413bcc4-3e93cb18 {
  grid-area: Area-8;
}

#w-node-b9933477-4340-3354-9749-1198b413bcd7-3e93cb18 {
  grid-area: Area-9;
}

#w-node-dc1bef60-b041-f712-bae9-11b9b41b33f2-3e93cb19 {
  align-self: auto;
}

#w-node-dc1bef60-b041-f712-bae9-11b9b41b3408-3e93cb19 {
  align-self: center;
}

#w-node-dc1bef60-b041-f712-bae9-11b9b41b33f2-3e93cb2d {
  align-self: auto;
}

#w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdadc2-3e93cb2d, #w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdadd0-3e93cb2d, #w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdadde-3e93cb2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc1bef60-b041-f712-bae9-11b9b41b3408-3e93cb2d, #w-node-_24f21e17-cfa0-58d6-142a-b2a8ffb42187-7e1910f1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bb632cb6-c604-b72e-b9f2-7730eb8ff2d6-eb8ff298 {
    justify-self: stretch;
  }

  #w-node-bb632cb6-c604-b72e-b9f2-7730eb8ff2e1-eb8ff298 {
    align-self: center;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d93-3e93cb15 {
    grid-area: 1 / 1 / 2 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b16cbf7-bd6a-aa39-9e05-141c6e6403f1-3e93caf4, #w-node-b7c22020-cebe-efab-eaee-9a608c976925-3e93caf4, #w-node-cfb64324-26d7-a7d9-41a6-9ad5f0afb13e-3e93caf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d4d-3e93cb15 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d5b-3e93cb15 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d69-3e93cb15 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d77-3e93cb15 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d85-3e93cb15 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d93-3e93cb15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9d97-3e93cb15 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9da5-3e93cb15 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9db3-3e93cb15 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9dc1-3e93cb15 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_42f8ab9a-b561-79a8-7a8f-e82a053b9dcf-3e93cb15 {
    grid-area: 11 / 1 / 12 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb632cb6-c604-b72e-b9f2-7730eb8ff2d6-eb8ff298 {
    align-self: center;
  }

  #w-node-_9bb24e33-575d-acc7-4d18-0b6b5947ed6f-3e93cb00, #w-node-fd252ce1-715c-dbc6-e148-2da2742ce82f-3e93cb00, #w-node-_8b7ac56f-ca5f-54c4-5bbb-dc6f35d545a6-3e93cb00 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdadc2-3e93cb2d, #w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdadd0-3e93cb2d, #w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdade4-3e93cb2d, #w-node-_14c9d2c5-abdf-01f5-b308-220eb0bdade6-3e93cb2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans book';
  src: url('../fonts/MessinaSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-BookItalic.otf') format('opentype'), url('../fonts/MessinaSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Messina sans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Berlingskeslabcn xbd';
  src: url('../fonts/BerlingskeSlabCn-XBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Berlingskeslabcn md';
  src: url('../fonts/BerlingskeSlabCn-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}