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

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

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

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

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

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

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

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

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

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

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

:root {
  --black: black;
  --white: white;
}

.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: #5c5c5c;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

p {
  color: #5c5c5c;
  text-align: left;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-weight: 400;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

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

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

.icon-small {
  height: 2rem;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-large {
  height: 4rem;
}

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

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

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

.heading-xlarge.big {
  font-family: Messinasans, sans-serif;
  font-size: 7rem;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_classes {
  display: none;
}

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

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

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

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

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

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

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

.show-tablet {
  display: none;
}

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

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

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

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

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

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

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.container-small.text-align-center {
  justify-content: flex-start;
  display: block;
}

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

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

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

.parrafo {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.menu-cta {
  text-transform: none;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.brand {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

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

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

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

.modal---bilinguismo {
  display: flex;
}

.menu-items-wrap {
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

.imagen-ebook {
  box-shadow: 1px 1px 6px #0003;
}

.nav_brand-content-wrapper {
  flex: 1;
  align-self: center;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

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

.icon-circle {
  background-color: #6d6d6d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

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

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

.sello {
  background-color: #fff;
  border-radius: 50%;
}

.sello.is-small {
  width: 5rem;
}

.modal---estimulacion {
  display: flex;
}

.name {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

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

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

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

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

.modal---beneficios {
  display: flex;
}

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

.modal-download_image {
  width: 12rem;
}

.modal-download_image.imagen-ebook-2 {
  object-fit: cover;
  height: 100%;
  box-shadow: 1px 1px 6px #0003;
}

.modal---primaria {
  display: flex;
}

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

.button-4 {
  display: none;
}

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

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

.nav_top-bar {
  background-color: #fff;
  border-bottom: 1px #1d1f2e26;
  justify-content: center;
  height: auto;
  padding: 20px 30px;
  display: flex;
}

.modal---metodologias {
  display: flex;
}

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

.modal---secundaria {
  display: flex;
}

.menu-items-bar {
  z-index: 10;
  background-color: #fff;
  border-top: 1px solid #1d1f2e26;
  border-bottom: 1px solid #1d1f2e26;
  justify-content: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: sticky;
  inset: 0 0% auto;
}

.sello-formulario {
  border-radius: 100px;
  align-self: center;
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.icono-cerrar {
  z-index: 1;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: 1rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.boton-admisiones {
  color: #fff;
  cursor: pointer;
  background-color: #838383;
  border: 1px #5b7f95;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.boton-admisiones:hover {
  box-shadow: 1px 1px 16px #0003;
}

.modal_wrapper {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 2rem 2.5rem;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 30px #00000080;
}

.menu-item {
  color: #5c5c5c;
  text-align: center;
  border-top: 1px #1d1f2e26;
  border-left: 1px solid #1d1f2e26;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.header_component {
  position: relative;
}

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

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

.header_heading {
  color: #fff;
  text-shadow: 1px 1px 12px #0000000d;
  font-size: 6rem;
  font-weight: 900;
}

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

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

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

.faq-answer {
  overflow: hidden;
}

.faq-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.features_item {
  background-color: #fff;
  padding: 2rem;
}

.features_item._1 {
  position: sticky;
  top: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.layout8_button {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
}

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

.levels_image-wrapper {
  cursor: pointer;
  background-color: #bebebe;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.section-stats {
  background-color: #6d6d6d;
}

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

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

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

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

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

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

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

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

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

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

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

.instalaciones_slider-list {
  height: 100%;
}

.seccion-instalaciones {
  background-color: #dbdbdb;
  overflow: hidden;
}

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

.instalaciones_slider-slide, .instalaciones_slider-mask, .instalaciones_slider {
  height: 100%;
}

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

.instalaciones_content-right {
  width: 100%;
  max-width: 40rem;
  position: relative;
}

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

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

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

.footer_logo {
  width: 5rem;
}

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

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

.slide-nav {
  display: none;
}

.close-icon_1 {
  width: 2px;
  height: 1.5rem;
  position: absolute;
  transform: rotate(45deg);
}

.close-icon_2 {
  width: 2px;
  height: 1.5rem;
  position: absolute;
  transform: rotate(-45deg);
}

.modal-download_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

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

.mobile-bottom-bar {
  display: none;
}

.mobile-bottom-bar_component {
  grid-template-rows: auto;
}

.mobile-floating_button {
  z-index: 10;
  background-color: #00be43;
  border-radius: 100000px;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  padding: .5rem;
  box-shadow: 0 4px 16px #00be4452;
}

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

.image-84 {
  width: 6rem;
}

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

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

.google-maps-button-4 {
  background-color: #f0f0f0;
  border: 1px #ddd;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 1rem;
  text-decoration: none;
  display: none;
}

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

.image-69 {
  width: 1.5rem;
}

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

.html-embed-21 {
  width: 1.5rem;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  place-items: center start;
}

.contact-data_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr;
}

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

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

.div-block-5 {
  border-top: 1px solid #1d1f2e26;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-5.background-color-white {
  border-top-style: none;
}

.visit-cta_content-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal---visita {
  display: flex;
}

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

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.calendly_wrapper {
  display: none;
}

.calendly_image {
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.image-53 {
  width: 12rem;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 3rem auto auto;
}

.bg-image-hombres {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-span {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.text-color-blue {
  color: #2d3153;
}

.text-size-xlarge {
  font-size: 3rem;
}

.div-block-259 {
  background-color: #deebf7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  width: 3rem;
  height: 3rem;
}

.image-53-copy {
  width: 6rem;
  height: 6rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-261 {
  border: 2px solid #000;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 5rem;
  overflow: hidden;
}

.div-block-262 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 2rem auto auto;
}

.text-block-76 {
  color: #f7f7f780;
  margin-left: auto;
  margin-right: auto;
  font-family: Messinasans, sans-serif;
  font-size: 6rem;
  font-weight: 900;
}

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

.icon-whatsapp-floating {
  height: 2rem;
}

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

.html-embed-24 {
  color: #272727a6;
}

.section_header-slider {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.header-slider_component {
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  align-content: center;
  place-items: center stretch;
  height: 100%;
}

.header-slider_content-right {
  max-width: 40rem;
}

.header-slider_slider {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.header-slider_mask {
  max-width: 40rem;
  max-height: 9rem;
}

.header-slider_slide {
  height: 9rem;
}

.div-block-263 {
  max-width: 36rem;
}

.slide-nav-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  inset: auto 0% 12rem;
}

.header-slider_image {
  width: 100%;
}

.divider {
  transform-style: preserve-3d;
  width: 100%;
  height: 12rem;
  margin-bottom: -1px;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

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

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

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  place-items: center start;
}

.div-block-267 {
  background-color: var(--black);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.html-embed-25 {
  width: 1.5rem;
  display: flex;
}

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

.image-115 {
  width: 1.5rem;
}

.div-block-268 {
  border-top: 1px solid #1d1f2e26;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-268.background-color-white {
  border-top-style: none;
}

.html-embed-26 {
  color: #272727a6;
}

.swiper.lp-inscripciones-instalaciones {
  width: 100%;
}

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

.swiper-slide {
  flex: none;
  width: 100%;
}

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

.sk_modal-overlay.display {
  display: flex;
}

.sk_modal-wrapper {
  background-color: var(--white);
  border-radius: 2rem;
  width: 36rem;
  max-height: 70vh;
  padding: 2.5rem;
  position: relative;
  overflow: scroll;
}

.text-style-vitesse {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.sk_modal-close {
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 1rem 1.5rem auto auto;
}

.sk_close-icon {
  width: .75rem;
  display: flex;
}

.image-116 {
  width: 100%;
}

.swiper_image {
  width: 100%;
  height: 100%;
}

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

.spacer-medium {
  height: 2rem;
}

.spacer-small {
  height: 1rem;
}

@media screen and (min-width: 1920px) {
  .overlay---admisiones {
    display: none;
  }
}

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

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

  .show-tablet {
    display: block;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-cta {
    justify-content: center;
    align-self: stretch;
  }

  .brand {
    width: 70px;
    margin-bottom: 40px;
  }

  .instalaciones_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overlay---admisiones, .overlay---secundaria {
    display: none;
  }

  .beneficios_content-left {
    align-items: flex-start;
  }

  .overlay---preescolar {
    display: none;
  }

  .nav_brand-content-wrapper {
    flex-direction: column;
  }

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

  .nombre-colegio {
    font-size: 24px;
  }

  .overlay---bilinguismo {
    display: none;
  }

  .seccion-beneficios {
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .overlay---beneficios {
    display: none;
  }

  .beneficios_content-right {
    width: 100%;
  }

  .overlay---primaria, .overlay---preparatoria {
    display: none;
  }

  .nav_top-bar {
    height: auto;
    margin-right: 0;
    padding-left: 40px;
  }

  .overlay---estimulacion {
    display: none;
  }

  .menu-items-bar {
    justify-content: space-between;
    height: auto;
  }

  .container {
    max-width: none;
  }

  .boton-admisiones {
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    height: 50px;
    margin-top: 0;
  }

  .menu-item {
    flex: 1;
    justify-content: center;
    align-self: auto;
    height: 50px;
    display: flex;
  }

  .header_heading {
    font-size: 4rem;
  }

  .features_component {
    grid-template-columns: 1.25fr;
  }

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

  .levels_component.background-color-whitesmoke {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

  .instalaciones_content-left {
    padding: 2.5rem;
  }

  .certifications_collections-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .mobile-bottom-bar {
    z-index: 100;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    padding: 1rem;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -1px 20px #00000040;
  }

  .mobile-bottom-bar_component {
    grid-template-rows: auto;
  }

  .mobile-floating_button {
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    margin-left: 0;
    padding: 1rem;
    display: flex;
    position: relative;
  }

  .div-block {
    color: #fff;
    border-radius: 20rem 0 0 20rem;
    justify-content: center;
    align-items: center;
    height: 4rem;
    margin-left: 0;
    padding: .65rem 2.5rem .65rem 3.5rem;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto 0%;
  }

  .div-block-2 {
    align-items: center;
    display: flex;
    position: relative;
  }

  .google-maps-button-4 {
    align-items: center;
  }

  .grid-3 {
    align-self: center;
  }

  .contact-data_component {
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
  }

  .overlay---visita {
    display: none;
  }

  .html-embed-23 {
    display: flex;
  }

  .div-block-261 {
    inset: 3rem;
  }

  .floating-button-whatsapp {
    display: none;
  }

  .header-slider_component {
    grid-template-columns: 1.75fr;
  }

  .grid-7 {
    align-self: center;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

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

  .heading-xlarge.big {
    font-size: 3.5rem;
  }

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

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-top.margin-medium {
    margin: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .parrafo {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .menu-cta {
    align-self: center;
    height: 50px;
    display: flex;
  }

  .brand {
    width: 64px;
    margin-bottom: 20px;
  }

  .overlay---admisiones, .overlay---secundaria {
    display: none;
  }

  .menu-items-wrap {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .beneficios_content-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .overlay---preescolar {
    display: none;
  }

  .nav_brand-content-wrapper {
    text-align: center;
  }

  .modal-scroll {
    overflow: auto;
  }

  .nombre-colegio {
    font-size: 18px;
  }

  .name {
    align-items: center;
  }

  .overlay---bilinguismo, .overlay---beneficios, .overlay---primaria, .overlay---preparatoria {
    display: none;
  }

  .nav_top-bar {
    border-bottom-style: solid;
  }

  .overlay---estimulacion {
    display: none;
  }

  .menu-items-bar {
    align-items: center;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: sticky;
  }

  .boton-admisiones {
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .menu-item {
    display: none;
  }

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

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

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

  .chil-model_checklist-component {
    grid-template-columns: 1fr;
  }

  .beneficios_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .google-maps-button-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .overlay---visita {
    display: none;
  }

  .div-block-261 {
    inset: 1rem;
  }

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

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

  .section_header-slider {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .header-slider_component {
    flex-flow: column;
    width: 100%;
    max-width: 100vw;
    display: flex;
  }

  .header-slider_content-right {
    width: 100%;
    max-width: 100%;
  }

  .header-slider_slider {
    width: 100%;
    height: 15rem;
  }

  .header-slider_mask {
    width: 100%;
    max-width: none;
    max-height: 8rem;
  }

  .header-slider_slide {
    width: 100%;
    height: 8rem;
  }

  .div-block-263 {
    max-width: 100%;
  }

  .slide-nav-2 {
    bottom: 7.1rem;
  }

  .header-slider_content-left {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .show-mobile-portrait {
    display: block;
  }

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

  .margin-bottom.margin-xlarge.is-relative {
    position: static;
  }

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

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

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

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

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

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

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

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

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

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

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

  .parrafo {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .brand {
    justify-content: center;
    width: 60px;
    margin-bottom: 10px;
  }

  .instalaciones_component {
    flex-direction: column-reverse;
    display: flex;
  }

  .overlay---admisiones, .overlay---secundaria {
    display: none;
  }

  .beneficios_content-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .overlay---preescolar {
    display: none;
  }

  .nav_brand-content-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

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

  .modal_close-overlay {
    justify-content: center;
    display: flex;
  }

  .nombre-colegio {
    font-size: 16px;
    line-height: 22px;
  }

  .overlay---bilinguismo {
    display: none;
  }

  .seccion-beneficios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .overlay---beneficios {
    display: none;
  }

  .beneficios_content-right {
    background-image: none;
  }

  .overlay---primaria, .overlay---preparatoria {
    display: none;
  }

  .nav_top-bar {
    align-items: center;
    margin-right: 0;
    padding: 10px 20px;
  }

  .overlay---estimulacion {
    display: none;
  }

  .menu-items-bar {
    border-top-style: none;
  }

  .sello-formulario {
    width: 71px;
  }

  .boton-admisiones {
    border-style: none;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: 48px;
    max-height: 48px;
    margin: 0 auto 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 14px;
  }

  .modal_wrapper {
    border-radius: 0;
    width: 100vw;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header_heading {
    margin-top: 2rem;
    font-size: 3.5rem;
    position: static;
  }

  .features_item._1 {
    top: 6rem;
  }

  .features_item._2 {
    top: 12rem;
  }

  .features_item._3 {
    top: 18rem;
  }

  .features_feature-title-wrapper {
    grid-template-columns: 1fr;
  }

  .features_video-wrapper {
    background-image: url('../images/5ed91492283cca462101d039_logo-rcsa-azul.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    align-items: center;
    height: 0;
    padding-top: 50%;
    padding-bottom: 50%;
    display: flex;
    overflow: hidden;
  }

  .features_video {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .layout8_button {
    position: relative;
  }

  .levels_image-wrapper {
    height: auto;
  }

  .levels_component.background-color-whitesmoke {
    grid-template-columns: 1fr;
  }

  .text-color-white-2 {
    font-size: 1rem;
  }

  .section-model {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .instalaciones_slider-left-arrow {
    width: 3rem;
    height: 3rem;
    margin-right: 4rem;
  }

  .instalaciones_content-left {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .instalaciones_slider-lightbox-image {
    height: 20rem;
  }

  .instalaciones_slider-right-arrow {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }

  .instalaciones_lockup {
    width: 8rem;
    right: 1rem;
  }

  .icon, .icon-2 {
    font-size: 1.25rem;
  }

  .mobile-bottom-bar_component {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
  }

  .mobile-floating_button {
    border-right: 1px solid #ffffff4d;
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    padding: 8px;
  }

  .icon-whatsapp-floating-button {
    width: 1.5rem;
  }

  .div-block {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 3rem;
    padding-left: 3.5rem;
    font-size: .75rem;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .contact-data_component {
    grid-template-columns: 1fr 1fr;
  }

  .overlay---visita {
    display: none;
  }

  .html-embed-23 {
    width: 1.5rem;
  }

  .image-53 {
    max-width: 300px;
  }

  .bg-image-hombres {
    background-image: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span {
    font-size: 16px;
    line-height: 1.5em;
  }

  .image-53-copy {
    max-width: 300px;
  }

  .floating-button-whatsapp {
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    bottom: 30px;
  }

  .icon-whatsapp-floating {
    height: 1.75rem;
  }

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

  .section_header-slider {
    min-height: auto;
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }

  .header-slider_slider {
    height: 12rem;
  }

  .slide-nav-2 {
    bottom: 59%;
  }

  .grid-6 {
    flex-direction: column;
    display: flex;
  }

  .text-style-vitesse {
    margin-bottom: 1rem;
  }
}

#w-node-_9a4a0417-5893-74fe-8433-db58e00cda3e-17e0e880 {
  align-self: center;
}

#w-node-_6fa01713-7a5f-275d-2b0e-abdc03e28150-17e0e880, #w-node-_6fa01713-7a5f-275d-2b0e-abdc03e28155-17e0e880, #w-node-_6fa01713-7a5f-275d-2b0e-abdc03e2815a-17e0e880, #w-node-_6fa01713-7a5f-275d-2b0e-abdc03e2815f-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7adb5586-ac4f-3683-14d8-1fb00bca8c13-17e0e880, #w-node-_0439e97e-4028-06f1-20fa-f8e3fc459ed1-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1d6d0ca2-17aa-7b18-bc53-11c2a0be4c50-17e0e880, #w-node-_704d2958-4aa5-ae8b-dd6d-48f763bfff64-17e0e880, #w-node-_1653502b-fd82-933c-5fdb-e9a7a3e43b5c-17e0e880, #w-node-abfafed7-ecd0-4050-173f-fd9f18ab8042-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9663a66f-0e8d-a32d-59cf-e0b650d40130-17e0e880 {
  justify-self: stretch;
}

#w-node-_9a11ba2d-5f3b-8607-595f-cfb7f1cce538-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a11ba2d-5f3b-8607-595f-cfb7f1cce543-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_340a8b0d-b804-b5d5-ae80-b3cb151c921a-17e0e880, #w-node-_13a06c15-6f5d-51f1-b4e1-752f8c9ade56-17e0e880, #w-node-a63aa989-f775-361e-b0bc-552b9df2cb07-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1d9-17e0e880 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1da-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1db-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1dc-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1dd-17e0e880 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1de-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1df-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1e0-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ef6b610-516b-9229-1342-020b834bc1d0-17e0e880 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-b5d16d33-f4a4-6f5c-9731-4831dce02b23-17e0e880, #w-node-b5d16d33-f4a4-6f5c-9731-4831dce02b24-17e0e880, #w-node-_68ae9500-6977-7c56-024e-bbb210ab6a85-17e0e880, #w-node-d23d8d25-25f6-c9c5-b262-cff1d1b60603-17e0e880, #w-node-_6f721f35-bfe1-585f-ee46-6621dc95a4cf-17e0e880, #w-node-_341e6e41-667a-d401-7c91-05fb9383f21a-17e0e880, #w-node-_0a1c6eca-05be-e1ee-2114-fb7d4b791fde-17e0e880 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbdf4a53-11f2-6f50-7e70-7e2e7a8971b7-16b88f9e {
  align-self: center;
}

#w-node-_91c05264-04c0-6bdf-722d-45a32a18310c-16b88f9e, #w-node-_91c05264-04c0-6bdf-722d-45a32a183111-16b88f9e, #w-node-_91c05264-04c0-6bdf-722d-45a32a183116-16b88f9e, #w-node-_91c05264-04c0-6bdf-722d-45a32a18311b-16b88f9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25820cdc-a856-f215-e4c0-419d55b8b0bb-0ed845df {
  justify-self: center;
}

#w-node-_91c05264-04c0-6bdf-722d-45a32a18310c-0ed845df, #w-node-_91c05264-04c0-6bdf-722d-45a32a183111-0ed845df, #w-node-_91c05264-04c0-6bdf-722d-45a32a183116-0ed845df, #w-node-_91c05264-04c0-6bdf-722d-45a32a18311b-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00aba-0ed845df, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00abb-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00ac3-0ed845df, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00acf-0ed845df, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00adc-0ed845df, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00ae9-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591b-0ed845df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591c-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591d-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591e-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5950-0ed845df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5951-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5952-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5953-0ed845df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5955-0ed845df {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_965f06a4-c984-aa32-c8ba-ea1fa8e19899-852e0a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25820cdc-a856-f215-e4c0-419d55b8b0bb-0fd54af6 {
  justify-self: center;
}

#w-node-_91c05264-04c0-6bdf-722d-45a32a18310c-0fd54af6, #w-node-_91c05264-04c0-6bdf-722d-45a32a183111-0fd54af6, #w-node-_91c05264-04c0-6bdf-722d-45a32a183116-0fd54af6, #w-node-_91c05264-04c0-6bdf-722d-45a32a18311b-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00aba-0fd54af6, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00abb-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00ac3-0fd54af6, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00acf-0fd54af6, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00adc-0fd54af6, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00ae9-0fd54af6, #w-node-f20b0849-e9d6-eb53-810d-81056eff48e6-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f20b0849-e9d6-eb53-810d-81056eff48f0-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dc64fbb2-2768-d639-8dc8-76a3c14a5ded-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591b-0fd54af6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591c-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591d-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591e-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5950-0fd54af6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5951-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5952-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5953-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5955-0fd54af6 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_3e683e1f-fa9d-bc06-e29a-d0975b448139-0fd54af6, #w-node-_3e683e1f-fa9d-bc06-e29a-d0975b44813a-0fd54af6, #w-node-_50b1298e-031a-74e1-8c03-363612ec5c2d-0fd54af6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25820cdc-a856-f215-e4c0-419d55b8b0bb-323f553a {
  justify-self: center;
}

#w-node-_91c05264-04c0-6bdf-722d-45a32a18310c-323f553a, #w-node-_91c05264-04c0-6bdf-722d-45a32a183111-323f553a, #w-node-_91c05264-04c0-6bdf-722d-45a32a183116-323f553a, #w-node-_91c05264-04c0-6bdf-722d-45a32a18311b-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00aba-323f553a, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00abb-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00ac3-323f553a, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00acf-323f553a, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00adc-323f553a, #w-node-b45fad7c-ac3b-d9d4-1caa-0f2a22f00ae9-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591b-323f553a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591c-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591d-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591e-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5950-323f553a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5951-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5952-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5953-323f553a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5955-323f553a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_25820cdc-a856-f215-e4c0-419d55b8b0bb-8a5cd6f2 {
  justify-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591b-8a5cd6f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591c-8a5cd6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591d-8a5cd6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591e-8a5cd6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5950-8a5cd6f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5951-8a5cd6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5952-8a5cd6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5953-8a5cd6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5955-8a5cd6f2 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_25820cdc-a856-f215-e4c0-419d55b8b0bb-831933d4 {
  justify-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591b-831933d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591c-831933d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591d-831933d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591e-831933d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5950-831933d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5951-831933d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5952-831933d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5953-831933d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5955-831933d4 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_25820cdc-a856-f215-e4c0-419d55b8b0bb-e1fb3e75 {
  justify-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591b-e1fb3e75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591c-e1fb3e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591d-e1fb3e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b591e-e1fb3e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5950-e1fb3e75 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5951-e1fb3e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5952-e1fb3e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5953-e1fb3e75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e4239b-656a-760d-998d-d25be66b5955-e1fb3e75 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_1443fa2c-c5f1-6fc0-4c70-a631b3c7e723-17e0e880, #w-node-_9ea36708-7cfa-c8c5-ac20-926505cd18f5-17e0e880, #w-node-_9a11ba2d-5f3b-8607-595f-cfb7f1cce538-17e0e880, #w-node-_9a11ba2d-5f3b-8607-595f-cfb7f1cce543-17e0e880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ef6b610-516b-9229-1342-020b834bc1d0-17e0e880 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: stretch;
  }

  #w-node-_341e6e41-667a-d401-7c91-05fb9383f21a-17e0e880 {
    align-self: center;
  }

  #w-node-_0a1c6eca-05be-e1ee-2114-fb7d4b791fde-17e0e880 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_17e4239b-656a-760d-998d-d25be66b5955-0ed845df {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: stretch;
  }

  #w-node-_2f531055-a974-90a8-e6c8-aa81c9105f58-0fd54af6, #w-node-f20b0849-e9d6-eb53-810d-81056eff48e6-0fd54af6, #w-node-f20b0849-e9d6-eb53-810d-81056eff48f0-0fd54af6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17e4239b-656a-760d-998d-d25be66b5955-0fd54af6, #w-node-_17e4239b-656a-760d-998d-d25be66b5955-323f553a, #w-node-_17e4239b-656a-760d-998d-d25be66b5955-8a5cd6f2, #w-node-_17e4239b-656a-760d-998d-d25be66b5955-831933d4, #w-node-_17e4239b-656a-760d-998d-d25be66b5955-e1fb3e75 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a4a0417-5893-74fe-8433-db58e00cda43-17e0e880 {
    align-self: end;
  }

  #w-node-_1443fa2c-c5f1-6fc0-4c70-a631b3c7e723-17e0e880, #w-node-_9ea36708-7cfa-c8c5-ac20-926505cd18f5-17e0e880, #w-node-_9663a66f-0e8d-a32d-59cf-e0b650d40130-17e0e880, #w-node-_1443fa2c-c5f1-6fc0-4c70-a631b3c7e72e-17e0e880, #w-node-_3c8585e8-b88c-e441-5696-4c64c18e5c4d-17e0e880 {
    justify-self: stretch;
  }

  #w-node-bbdf4a53-11f2-6f50-7e70-7e2e7a8971bf-16b88f9e {
    align-self: end;
  }

  #w-node-_2f531055-a974-90a8-e6c8-aa81c9105f58-0fd54af6 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a11ba2d-5f3b-8607-595f-cfb7f1cce538-17e0e880 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9a11ba2d-5f3b-8607-595f-cfb7f1cce543-17e0e880 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f20b0849-e9d6-eb53-810d-81056eff48e6-0fd54af6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f20b0849-e9d6-eb53-810d-81056eff48f0-0fd54af6 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans book';
  src: url('../fonts/MessinaSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BookItalic.otf') format('opentype'), url('../fonts/MessinaSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}