@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamMediumItalic.ttf') format("truetype"), url('../fonts/Gotham-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamBookItalic.ttf') format("truetype"), url('../fonts/Gotham-UltraItalic.otf') format("opentype"), url('../fonts/Gotham-UltraItalic.otf') format("opentype"), url('../fonts/Gotham-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gotham;
  src: url('../fonts/GothamLightItalic.ttf') format("truetype"), url('../fonts/Gotham-LightItalic.otf') format("opentype"), url('../fonts/Gotham-XLightItalic.otf') format("opentype"), url('../fonts/Gotham-XLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Gothamrnd Medita;
  src: url('../fonts/GothamRnd-MedIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.section {
  justify-content: center;
  align-items: flex-start;
  height: 900px;
  display: flex;
}

.body {
  min-width: 0;
  max-width: none;
  margin-top: 0;
  display: block;
}

.navbar {
  background-color: #ececec00;
  border-radius: 1px;
  flex: auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
}

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

.container {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container-2 {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  border: 0 #000;
  width: auto;
  height: 100%;
}

.slider {
  flex: 0 auto;
  order: 9999;
  min-width: 100%;
  min-height: 100%;
}

.slide {
  background-image: url('../images/fondo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  flex: none;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.icon {
  border-radius: 0;
}

.nav-link {
  color: #fff;
  text-shadow: 0 1px 1px #0009;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
  text-shadow: 0 1px 1px #0009;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
}

.nav-link-2.w--current {
  color: #00c3d5;
}

.nav-link-3 {
  color: #fff;
  text-shadow: 0 1px 1px #07000099;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
}

.nav-link-4 {
  color: #fff;
  text-shadow: 0 1px 1px #0009;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
}

.nav-link-4.w--current {
  text-shadow: 0 1px 1px #05000099;
  font-size: 16px;
}

.nav-link-5 {
  color: #fff;
  text-shadow: 0 1px 1px #0009;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
}

.nav-link-6 {
  color: #fff;
  text-shadow: 0 1px 1px #0e000099;
  background-color: #038dd8;
  border-radius: 8px;
  margin-right: 20px;
  font-size: 16px;
}

.nav-link-6.w--current {
  border: 0 solid #34daff;
  border-radius: 10px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 700;
}

.nav-menu {
  text-align: right;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  max-width: none;
  height: 60px;
}

.container-3 {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  height: 900px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  text-align: center;
  width: 30%;
}

.txt_titulo_i {
  clear: none;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 5px #000000b3;
  width: 60%;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  position: static;
}

.txt_sub_titulo_i {
  color: #fff;
  width: 70%;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.button_sol-info {
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.image-3 {
  width: 18%;
  max-width: none;
  margin-top: 0;
}

.section-2a {
  height: auto;
  padding-bottom: 60px;
}

.section-2a.back_gris {
  text-align: center;
  background-color: #e9e9e9;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block {
  text-align: center;
  margin-top: 110px;
}

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

.txt_titulo_ii {
  box-sizing: border-box;
  color: #1c398e;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 77px;
  display: block;
  position: static;
}

.txt_titulo_ii.bold_sub {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  height: 40px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  overflow: visible;
}

.txt_titulo_ii.bold_sub.medium {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  font-size: 28px;
  line-height: 28px;
}

.txt_titulo_ii.bold_sub.medium.blanco {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  margin-top: 0;
}

.txt_titulo_ii.bold_sub.medium.small {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
}

.txt_titulo_ii.bold_sub.medium.small.izq {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 18px;
}

.txt_titulo_ii.bold_sub.medium.izq {
  justify-content: center;
  align-items: flex-start;
  line-height: 30px;
}

.txt_titulo_ii.bold_sub.medium.izq.inicial {
  color: #e2b100;
}

.txt_titulo_ii.bold_sub.medium.izq.rojo {
  color: #ff0004;
}

.txt_titulo_ii.blanco {
  color: #fff;
  width: 80%;
  margin-top: 20px;
  position: static;
}

.txt_titulo_ii.blanco.sobre_imagen {
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 14px #0c0c0c;
  order: 5;
  margin-top: 0;
  font-size: 54px;
  position: absolute;
}

.txt_titulo_ii.big {
  font-size: 56px;
}

.txt_titulo_ii.al_izquierda {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 90%;
  height: auto;
  line-height: 40px;
}

.txt_titulo_ii.sub_medium {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.txt_titulo_ii.sub_medium.kinder {
  color: #535353;
  font-size: 24px;
}

.txt_titulo_ii.sub_medium.secundaria {
  color: #535353;
  font-size: 24px;
  line-height: 32px;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: auto;
  padding-top: 40px;
  display: flex;
}

.txt_sub_titulo_ii {
  color: #757575;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.txt_sub_titulo_ii.blanco {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
}

.txt_sub_titulo_ii.blanco.small {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.txt_sub_titulo_ii.blanco.small.bold {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  font-weight: 500;
  display: flex;
}

.txt_sub_titulo_ii.blanco.small.footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.txt_sub_titulo_ii.blanco.small.footer.copy {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  font-weight: 300;
}

.txt_sub_titulo_ii.blanco.small.footer.copy-copy {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 10px;
  font-weight: 300;
}

.txt_sub_titulo_ii.blanco.small.mobile {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.txt_sub_titulo_ii.blanco_sub {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.txt_sub_titulo_ii.blue {
  color: #022092;
  width: 100%;
  margin-top: 10px;
  font-size: 22px;
  text-decoration: none;
}

.txt_sub_titulo_ii.blue._50 {
  width: 70%;
  margin-top: 40px;
}

.txt_sub_titulo_ii.blue.form {
  margin-top: 20px;
}

.txt_sub_titulo_ii.blue.form.slow {
  width: 50%;
  margin-top: 0;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}

.txt_sub_titulo_ii.center {
  width: 100%;
  margin-top: 0;
}

.txt_sub_titulo_ii.blue-b {
  color: #022092;
  width: 100%;
  margin-top: 0;
}

.txt_sub_titulo_ii.medium {
  color: #525252;
  width: 80%;
  height: auto;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.txt_sub_titulo_ii.medium.big {
  font-size: 24px;
}

.txt_sub_titulo_ii.medium.kinder {
  width: 70%;
  margin-top: 60px;
  font-family: Gothamrnd Medita, Arial, sans-serif;
}

.txt_sub_titulo_ii.medium.secundaria, .txt_sub_titulo_ii.medium.primaria {
  margin-top: 0;
  margin-bottom: 60px;
}

.flex-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 24%;
  margin-top: 0;
}

.flex-block.comunidad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: auto;
  overflow: visible;
}

.flex-block-2 {
  width: 100%;
  height: auto;
}

.pastilla_a {
  background-image: linear-gradient(300deg, #0062d2, #001689);
  border-radius: 20px;
  width: 520px;
  height: 150px;
  box-shadow: 0 2px 12px #00000080;
}

.pastilla_b {
  background-image: linear-gradient(300deg, #43e1ff, #3f5cf1);
  border-radius: 20px;
  width: 570px;
  height: 150px;
}

.pastilla_c {
  background-image: linear-gradient(300deg, #008cff, #00d6ff);
  border-radius: 20px;
  width: 570px;
  height: 150px;
}

.container-5 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 1118px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-3 {
  width: 570px;
}

.txt_sub_parrafo {
  color: #757575;
  text-align: left;
  width: 100%;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.txt_sub_parrafo.azul {
  color: #001f92;
  text-align: center;
  font-size: 22px;
}

.txt_sub_parrafo.azul.avatares {
  font-size: 18px;
}

.txt_sub_parrafo.medium {
  color: #616161;
  text-align: center;
  width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.txt_sub_parrafo.medium.grey {
  color: #616161;
  font-size: 14px;
}

.txt_sub_parrafo.medium.slow {
  font-size: 13px;
  line-height: 18px;
}

.txt_sub_parrafo.blanco {
  color: #001c8e;
}

.txt_sub_parrafo.med {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  font-weight: 500;
  display: flex;
}

.txt_sub_parrafo.med.blanco {
  color: #fff;
  text-align: center;
  width: 60%;
  font-weight: 500;
  line-height: 26px;
}

.txt_sub_parrafo.med.blanco.bullet {
  color: silver;
  width: 100%;
}

.txt_sub_parrafo.med.blanco.bullet._70 {
  width: 60%;
}

.txt_sub_parrafo.med.blanco.slider {
  color: #fff;
  text-align: left;
  width: 80%;
  font-size: 18px;
}

.txt_sub_parrafo.med.blanco.slider.big {
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  font-size: 32px;
  display: flex;
}

.txt_sub_parrafo.med.izquierda {
  text-align: left;
  width: 100%;
}

.txt_sub_parrafo.med.inter_linea {
  text-align: left;
  line-height: 28px;
}

.txt_sub_parrafo.med.inter_linea.light {
  color: #525252;
  font-family: Gothamrnd Book, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.txt_sub_parrafo.med.inter_linea.light.centrado {
  text-align: center;
  width: 80%;
}

.txt_sub_parrafo.med.inter_linea.light.centrado.slow {
  width: 70%;
  font-size: 16px;
}

.txt_sub_parrafo.med.inter_linea.light.centrado.slow.ana {
  width: 60%;
}

.txt_sub_parrafo.med.inter_linea.light.centrado.slow.directorio {
  width: 80%;
}

.txt_sub_parrafo.med.inter_linea.light.small {
  font-size: 16px;
}

.txt_sub_parrafo.small {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

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

.flex-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 30px;
}

.flex-block-grilla {
  background-color: #f5f7f8;
  border: 2px #9398d6;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 160px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
}

.flex-block-grilla.interior {
  flex-flow: column;
}

.flex-block_interior {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 110px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
  box-shadow: 0 2px 5px #00000052;
}

.flex-block_interior.interior {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
}

.flex-block_interior.ib {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  box-shadow: none;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
}

.image-4 {
  width: 50px;
  max-width: none;
  height: auto;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.icono_blanco {
  filter: grayscale() brightness(300%);
  object-fit: fill;
  width: 75px;
}

.flex-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 20px;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1117px;
  height: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pastilla_a-copy {
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  width: 550px;
  height: auto;
}

.flex-block-4-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 40px;
}

.div-block-3 {
  color: #fff;
  background-color: #f1f1f1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 160px;
  margin-top: 20px;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
}

.image-5 {
  width: 90px;
  max-width: 100%;
}

.flex-block-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  box-shadow: 0 2px 12px #0003;
}

.flex-block-copy.comunidad {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex_imagen {
  background-color: #fff;
  border-bottom-right-radius: 50px;
  width: 550px;
  overflow: clip;
}

.image-6 {
  opacity: 1;
  width: 550px;
  max-width: none;
  height: 100%;
  overflow: visible;
  box-shadow: 0 2px 10px #000000c2;
}

.section-3 {
  text-align: left;
  background-color: #dbeafe;
  height: auto;
  padding-bottom: 60px;
}

.txt_titulo_iii {
  box-sizing: border-box;
  color: #1c398e;
  text-align: center;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 77px;
  display: block;
  overflow: visible;
}

.txt_titulo_iii.bold_sub {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  height: 40px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  overflow: visible;
}

.txt_titulo_iii.bold_sub.medium {
  width: 100%;
  font-size: 24px;
}

.txt_titulo_iii.sinmargen {
  width: 90%;
  margin-top: 0;
  font-size: 28px;
  line-height: 42px;
}

.txt_titulo_iii.blanco {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  font-weight: 500;
  line-height: 50px;
}

.txt_titulo_iii.faq {
  margin-top: 20px;
  line-height: 45px;
}

.container-7 {
  text-align: center;
  max-width: 100%;
  padding-top: 40px;
}

.container-8 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 1117px;
  margin-top: 40px;
  display: flex;
}

.flex-block-8 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
}

.image-7 {
  border-radius: 20px;
}

.image-7.inicial {
  object-fit: cover;
  border: 3px solid #fac400;
}

.image-7.primaria {
  border: 3px solid #fa0000;
}

.image-7.secundaria {
  border: 3px solid #0036fa;
}

.flex-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.flex-block-blue {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-9 {
  background-image: linear-gradient(#002093, #0059c9);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.flex-block-10 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.txt_titulo_iv {
  color: #00d0ff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 77px;
  display: flex;
}

.txt_titulo_iv.bold_sub {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 570px;
  height: 40px;
  margin-top: 0;
  font-size: 28px;
  font-weight: 700;
  overflow: visible;
}

.txt_titulo_iv.bold_sub.medium {
  width: 100%;
  font-size: 24px;
}

.txt_titulo_iv.bold {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 50px;
  font-weight: 400;
}

.flex-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 0 solid #3f5ea7;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.button_ib {
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.section-4 {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/725d2eda8508c560f59eb2c1f6b82738.avif');
  background-position: 0 0, 0 0;
  background-size: auto, 313px;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.container-slider {
  background-image: linear-gradient(#002093, #0059c9);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.slider-2 {
  border-radius: 0;
  width: 100%;
  height: 600px;
  overflow: clip;
}

.image_slice_camp {
  width: 100%;
  max-width: none;
  height: auto;
}

.div_gradient {
  background-color: #fff0;
  background-image: linear-gradient(0deg, #000000bf, #fff0 42%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-10 {
  max-width: 100%;
  max-height: 70%;
  margin-bottom: 80px;
  margin-left: 80px;
}

.slide-nav {
  text-align: right;
  margin-bottom: 28px;
  padding-right: 28px;
  display: block;
}

.container-blue {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(#001b8e, #005dce);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1117px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 2px 12px #00000080;
}

.image-9 {
  margin-top: 20px;
}

.container-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cuadrado {
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
}

.flex-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 40%;
  height: 600px;
  padding-left: 0;
  padding-right: 0;
}

.container-grey {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #335458;
  background-color: #fff0;
  border: 0 solid #001e91;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1117px;
  margin-top: 0;
  display: flex;
}

.flex-block-10-copy {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-nav-2 {
  margin-bottom: 31px;
}

.section-5 {
  background-color: #f5f5f5;
  height: auto;
  padding-bottom: 60px;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1330px;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.flex-block-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #ececec;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-14 {
  padding-top: 40px;
}

.flex-block-14 {
  background-color: #f3fcff;
  border: 1px solid #011e91;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 200px;
  box-shadow: 0 0 10px #0000003d;
}

.flex-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 100%;
  padding: 10px 15px;
}

.text-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  font-family: Gothamrnd Medita, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.flex-block-16 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
}

.flex-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.text_sub_padres {
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 700;
}

.flex-block-18 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  max-height: none;
  margin-top: 30px;
  overflow: clip;
}

.flex-block-13-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 250px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  overflow: clip;
  box-shadow: 0 0 12px #0000005c;
}

.div-block-4 {
  background-color: #00000073;
  width: 900px;
  height: 300px;
  position: absolute;
  overflow: visible;
}

.div-block-5 {
  z-index: 0;
  object-fit: fill;
  background-color: #00000073;
  width: 900px;
  height: 300px;
  position: absolute;
}

.section-6 {
  background-image: linear-gradient(#006ee480, #006ee480), url('../images/img_admi.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1117px;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.flex-block-19 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  margin-right: 0;
  padding-right: 20px;
}

.flex-block-20 {
  justify-content: center;
  align-items: center;
}

.bullet-n {
  width: 60px;
}

.flex-block-21 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-22 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-23 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 90%;
  height: 90%;
}

.flex-block-24 {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 75%;
}

.flex-block-25 {
  color: #505050;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 90%;
  height: 90%;
  margin-top: 20px;
  overflow: hidden;
}

.form-block {
  width: 90%;
  max-width: 90%;
}

.text-field, .text-field-2 {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.field-label, .field-label-2, .submit-button {
  margin-top: 20px;
}

.success-message {
  border-radius: 10px;
  height: 300px;
  max-height: 100%;
  padding-top: 60px;
}

.text-block-5 {
  margin-top: 40px;
}

.flex-block-26 {
  justify-content: center;
  align-items: center;
}

.section-vi {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.flex-block15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.container-8-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1117px;
  margin-top: 0;
  display: flex;
}

.container-7-b {
  text-align: center;
  max-width: 100%;
  padding-top: 40px;
}

.flex-block-15-b {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 100%;
  padding: 10px 15px;
}

.image-10 {
  width: 50px;
  margin-top: 20px;
}

.image-10.mobile {
  width: 32px;
}

.flex-block-27 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}

.section-7 {
  background-color: #535353;
  height: 450px;
}

.container-16 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1117px;
  padding-top: 0;
  display: flex;
}

.image-11 {
  width: 200px;
  max-width: 100%;
}

.flex-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.image-12 {
  width: 50px;
}

.flex-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 100%;
  margin-top: 0;
}

.container-17 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 0 solid #000;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.container-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #c9c9c9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.flex-block-30 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 10px;
}

.flex-block-14-bento {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #0000;
  border: 1px solid #011e91;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px #0000003d;
}

.flex-block-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-top: 8px;
}

.flex-block-32 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
}

.txt_footer {
  color: #fff;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.image-13 {
  filter: contrast(200%);
  width: 22px;
}

.image-13-copy {
  filter: invert() grayscale();
  width: 22px;
}

.image-redes {
  filter: invert() grayscale();
  width: 38px;
}

.flex-block-32-copy {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: center;
}

.image-redes-ig {
  filter: invert() grayscale();
  width: 60px;
}

.image-13-mobile {
  filter: invert() grayscale();
  width: 20px;
}

.div-block-6 {
  background-color: #515d7a;
  background-image: linear-gradient(#3f5ea7, #3f5ea7);
  width: 100%;
  height: 100%;
  position: absolute;
}

.flex-block-33 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.slide-2 {
  background-image: url('../images/slider-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slider-3.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slider-4.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-17 {
  width: 20%;
  max-width: none;
}

.flex-block-35 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
}

.right-arrow {
  overflow: hidden;
}

.image-18 {
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 100%;
}

.flex-block-36 {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 650px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.flex-block-37, .flex-block-38 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.misc {
  z-index: 1;
  color: #ffffff75;
  background-color: #0000;
  align-self: center;
  width: 10%;
  max-width: none;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  position: relative;
  inset: 0% auto 110px -4%;
}

.misc.campus {
  margin-bottom: 10px;
  top: -72%;
  bottom: 73px;
}

.misc.campus.dos {
  top: -66px;
  bottom: -19%;
  left: 42%;
}

.misc.home {
  padding-top: 40px;
  position: absolute;
  top: 2936.09px;
  left: 20px;
}

.misc.dos {
  inset: -126px 0% -19% 5%;
}

.flex-block-39 {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
}

.image-20 {
  align-self: auto;
  width: 100%;
  max-width: none;
}

.section-8 {
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.image-21 {
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 120%;
}

.flex-block-40 {
  border: 4px solid #1c398e;
  border-radius: 500px;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  margin-top: 10px;
  overflow: hidden;
}

.flex-block-11_b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.image_ana {
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 120%;
}

.flex-block-10_inter {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-11_c {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.flex-block-41 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 9%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.body-2 {
  height: auto;
}

.container-12-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 0 60px;
  display: flex;
}

.container-12_b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #b5beca42;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-4_blanco {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 100px;
  padding-top: 40px;
  display: flex;
}

.container-4_blanco.line {
  border-top: 2px #9fb3da;
  padding-top: 40px;
}

.flex-block-10_quines {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.flex-block-42 {
  order: 9999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
}

.section-8_formacion {
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.formacion {
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/725d2eda8508c560f59eb2c1f6b82738.avif');
  background-position: 0 0, 0 0;
  background-size: auto, 313px;
  border-top: 6px solid #00aa17;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.formacion.kinder {
  border-top-style: solid;
  border-top-color: #26d0f7;
}

.formacion.primario {
  border-top-color: #d11e21;
}

.form_cont_level {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #335458;
  background-color: #fff0;
  border: 0 solid #001e91;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.img_kinder {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  height: auto;
}

.flex_kinder {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 650px;
  overflow: hidden;
}

.container_kinder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 10px 0 40px;
  display: flex;
}

.img_primaria, .img_secunadria {
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 100%;
}

.flex_primaria {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 650px;
  overflow: hidden;
}

.image-22 {
  width: 10%;
  max-width: none;
  margin-top: 10px;
}

.flex-block-campus {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
}

.image-23 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.flex_campus {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 600px;
  overflow: hidden;
}

.image-24 {
  width: 70px;
}

.image-25 {
  width: 80px;
}

.flex-block-43 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-block-ib {
  background-color: #f5f7f8;
  border: 2px #9398d6;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 160px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
}

.flex-block-ib.interior {
  flex-flow: column;
}

.flex-block-ib.ib {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 46%;
  height: 220px;
}

.flex-block-datos {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 0;
}

.flex-block-ancho {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7f8;
  border: 2px #9398d6;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
}

.flex-block-ancho.interior {
  flex-flow: column;
}

.image-26, .image-direc, .image-direc_kinder, .image-direc-cast {
  border-radius: 50px;
  width: 70px;
  max-width: none;
}

.img_campus {
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 100%;
}

.image-27 {
  width: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}

.image-27.ultima {
  margin-top: 0;
  margin-bottom: 60px;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.flex-block-44 {
  aspect-ratio: 1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-28 {
  width: 100%;
  max-width: none;
  height: auto;
}

.right-arrow-2 {
  overflow: visible;
}

.left-arrow, .icon-5 {
  overflow: hidden;
}

.image-slice_vertical {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: auto;
  overflow: clip;
}

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

.image-slice_horizintal {
  width: auto;
  max-width: none;
  height: 100%;
}

.image-slice_horizintal.corta_ancho {
  height: 100%;
  overflow: clip;
}

.image-slice_horizintal.corta_ancho.home {
  height: 115%;
}

.image-slice_horizintal.home {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
}

.fs-numbercount_number {
  color: #1c398e;
  width: 90%;
  margin-top: 20px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 56px;
  line-height: 1;
}

.flex-block-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carrusel-int {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #0000;
  border: 0 #011e91;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
  padding: 30px;
}

.button_admision {
  color: #3f5ea7;
  text-align: center;
  background-color: #fff;
  border: 2px #ececec;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300px;
  height: 70px;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.image-29 {
  max-width: none;
}

.image-30 {
  width: auto;
  max-width: none;
  margin-right: 0;
}

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

.background-video {
  box-sizing: border-box;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.link-block {
  margin-right: 20px;
}

.image-31 {
  max-width: 22%;
}

.flex-block-46 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 7px 12px #0c1c3f33;
}

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

.display-s {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothamrnd Medita, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}

.body-3 {
  color: #696969;
  word-break: normal;
  font-family: Gothamrnd Book, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 26px;
}

.faq-header-icon {
  width: 1.25rem;
}

.faq-answer-wrapper {
  overflow: hidden;
}

.faq-header {
  cursor: pointer;
  border-bottom: 1px solid #c2c2c2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

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

.container-19 {
  flex-flow: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-wrapper {
  flex-flow: column;
  max-width: 45%;
  display: flex;
}

.faq-list-wrapper {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-titulo {
  color: #184d97;
  text-transform: none;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
}

.section-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    height: 800px;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link.w--current, .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    background-color: #4b4b4be6;
    flex-flow: row;
  }

  .container-3 {
    justify-content: flex-end;
    align-items: center;
    max-width: 768px;
    height: 55%;
  }

  .image-2 {
    width: 30%;
  }

  .txt_titulo_i {
    object-fit: fill;
    flex: 0 auto;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 50px;
  }

  .section-2a {
    height: auto;
    margin-bottom: 60px;
  }

  .section-2a.back_gris {
    margin-bottom: 0;
  }

  .txt_titulo_ii {
    font-size: 32px;
  }

  .txt_titulo_ii.bold_sub.medium {
    font-size: 20px;
  }

  .txt_titulo_ii.bold_sub.medium.blanco {
    height: 60px;
    line-height: 30px;
  }

  .txt_titulo_ii.bold_sub.medium.small {
    font-size: 16px;
  }

  .txt_titulo_ii.bold_sub.medium.small.izq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .txt_titulo_ii.blanco.sobre_imagen {
    padding-top: 100px;
  }

  .container-4 {
    flex-flow: column;
  }

  .txt_sub_titulo_ii {
    width: 80%;
  }

  .txt_sub_titulo_ii.blanco.small.bold {
    justify-content: center;
    align-items: center;
  }

  .txt_sub_titulo_ii.blue {
    margin-top: 30px;
  }

  .txt_sub_titulo_ii.blue._50 {
    width: 80%;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .txt_sub_titulo_ii.center {
    width: 80%;
  }

  .txt_sub_titulo_ii.blue-b {
    font-size: 16px;
    line-height: 20px;
  }

  .txt_sub_titulo_ii.medium {
    width: 90%;
    font-size: 18px;
  }

  .txt_sub_titulo_ii.medium.kinder {
    width: 90%;
    margin-top: 40px;
  }

  .txt_sub_titulo_ii.medium.secundaria {
    font-family: Gothamrnd Medita, Arial, sans-serif;
  }

  .txt_sub_titulo_ii.medium.primaria {
    margin-bottom: 20px;
    font-family: Gothamrnd Medita, Arial, sans-serif;
  }

  .flex-block.comunidad {
    margin-top: 20px;
  }

  .container-5 {
    flex-flow: wrap;
  }

  .txt_sub_parrafo.med.blanco.bullet._70 {
    width: 80%;
  }

  .txt_sub_parrafo.med.blanco.slider {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .txt_sub_parrafo.med.blanco.slider.big {
    margin-left: 0;
    padding-left: 0;
    font-size: 26px;
  }

  .txt_sub_parrafo.med.inter_linea.light {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .txt_sub_parrafo.small {
    font-size: 12px;
    line-height: 16px;
  }

  .flex-block-grilla {
    width: 45%;
  }

  .flex-block-copy {
    flex-flow: wrap;
    width: 90%;
  }

  .section-3 {
    height: auto;
  }

  .txt_titulo_iii {
    width: 80%;
    font-size: 32px;
    line-height: 40px;
  }

  .txt_titulo_iii.sinmargen {
    height: 60px;
    font-size: 24px;
  }

  .txt_titulo_iii.blanco {
    text-align: center;
    width: 100%;
  }

  .container-8 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .image-7 {
    margin-top: 20px;
    margin-left: 0;
  }

  .flex-block-10 {
    margin-top: 0;
  }

  .flex-block-11 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .button_ib {
    margin-top: 0;
  }

  .section-4 {
    height: auto;
  }

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

  .slider-2 {
    height: 100%;
  }

  .container-10 {
    max-width: none;
    margin-bottom: 40px;
    margin-left: 60px;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .container-blue {
    width: 90%;
    margin-top: 0;
  }

  .image-9 {
    width: 80px;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    place-content: stretch center;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    display: flex;
  }

  .flex-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 20px;
  }

  .container-grey {
    width: 90%;
  }

  .flex-block-10-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-13 {
    padding-top: 20px;
  }

  .flex-block-13 {
    width: 85%;
  }

  .flex-block-14 {
    width: 32%;
    height: 220px;
  }

  .flex-block-15 {
    width: 250px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .flex-block-17 {
    font-size: 14px;
  }

  .flex-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    height: 300px;
    overflow: clip;
  }

  .section-6 {
    height: auto;
  }

  .container-15 {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 85%;
    max-width: none;
  }

  .flex-block-19 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .flex-block-24 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .flex-block-27 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    width: 90%;
  }

  .section-7 {
    height: auto;
  }

  .container-16 {
    width: 90%;
  }

  .flex-block-28 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-bottom: 0;
  }

  .container-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-14-bento {
    width: 30%;
    height: 250px;
  }

  .flex-block-31 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 35%;
  }

  .flex-block-32 {
    flex-flow: column;
    width: 100%;
  }

  .txt_footer {
    text-align: center;
  }

  .image-redes {
    width: 22px;
  }

  .flex-block-32-copy {
    margin-top: 10px;
  }

  .image-redes-ig {
    width: 40px;
  }

  .icon-2 {
    color: #fff;
    font-size: 40px;
  }

  .flex-block-33 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .flex-block-34 {
    flex-flow: column;
  }

  .flex-block-36 {
    width: 100%;
    margin-top: 0;
  }

  .misc {
    bottom: 566px;
    left: 0%;
  }

  .misc.campus {
    inset: 0% 0 678px 0%;
  }

  .misc.campus.dos {
    top: -57px;
    bottom: -9%;
    left: 0%;
  }

  .misc.home {
    top: 2834.09px;
  }

  .misc.dos {
    top: -51px;
    bottom: -33%;
    left: 0%;
  }

  .misc.table {
    bottom: 443px;
  }

  .flex-block-11_b {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .flex-block-10_inter {
    margin-top: 0;
  }

  .flex-block-11_c {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    height: auto;
  }

  .container-12-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    display: flex;
  }

  .container-12_b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .container-4_blanco {
    flex-flow: column;
  }

  .flex-block-10_quines {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-42, .section-8_formacion {
    height: auto;
  }

  .formacion {
    height: 1850px;
  }

  .formacion.kinder, .formacion.primario {
    height: auto;
  }

  .form_cont_level {
    width: 90%;
  }

  .container_kinder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    padding-top: 10px;
    display: flex;
  }

  .flex-block-campus {
    height: auto;
  }

  .flex_campus {
    width: 100%;
  }

  .flex-block-datos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .image-27.ultima.dos {
    margin-bottom: 60px;
  }

  .image-27.ultima {
    margin-bottom: 0;
  }

  .image-slice_horizintal {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: 100%;
  }

  .image-slice_horizintal.corta_ancho {
    width: 100%;
    height: auto;
  }

  .carrusel-int {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    overflow: visible;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .link-block-2 {
    margin-top: 40px;
  }

  .container-19 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .faq-wrapper {
    max-width: none;
  }

  .faq-list-wrapper {
    flex-flow: column;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    float: none;
    text-align: center;
    background-color: #a0a0a0;
    font-size: 16px;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    text-align: center;
    background-color: #0000;
    font-size: 16px;
  }

  .nav-link-5 {
    text-align: center;
    background-color: #a0a0a0;
    font-size: 16px;
  }

  .nav-link-5.w--current {
    background-color: #0000;
  }

  .nav-link-6 {
    text-align: center;
    background-color: #038dd8;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .nav-menu {
    background-color: #333333e6;
  }

  .image-2 {
    width: 40%;
    max-width: 60%;
  }

  .txt_titulo_i {
    width: 70%;
    font-size: 30px;
    line-height: 45px;
  }

  .section-2a {
    height: auto;
    padding-bottom: 60px;
  }

  .txt_titulo_ii {
    line-height: 40px;
  }

  .txt_titulo_ii.bold_sub {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 40px;
  }

  .txt_titulo_ii.bold_sub.medium {
    line-height: 22px;
  }

  .txt_titulo_ii.bold_sub.medium.blanco {
    width: 80%;
    height: 50px;
  }

  .txt_titulo_ii.bold_sub.medium.small {
    font-size: 14px;
  }

  .txt_titulo_ii.bold_sub.medium.small.izq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .txt_titulo_ii.bold_sub.medium.izq, .txt_titulo_ii.bold_sub.medium.izq.inicial, .txt_titulo_ii.bold_sub.medium.izq.rojo {
    height: 30px;
  }

  .txt_titulo_ii.blanco.sobre_imagen {
    font-size: 38px;
  }

  .txt_titulo_ii.sub_medium.kinder {
    width: 100%;
  }

  .txt_sub_titulo_ii {
    width: 90%;
  }

  .txt_sub_titulo_ii.blanco.small.bold {
    justify-content: flex-start;
    align-items: center;
  }

  .txt_sub_titulo_ii.blanco.small.bold.center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .txt_sub_titulo_ii.blanco.small.footer.copy-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .txt_sub_titulo_ii.medium {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .txt_sub_titulo_ii.medium.big {
    font-size: 22px;
  }

  .txt_sub_titulo_ii.medium.kinder {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 25px;
  }

  .txt_sub_titulo_ii.medium.secundaria {
    font-family: Gothamrnd Medita, Arial, sans-serif;
    line-height: 25px;
  }

  .txt_sub_titulo_ii.medium.primaria {
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: Gothamrnd Medita, Arial, sans-serif;
    line-height: 25px;
  }

  .flex-block.comunidad {
    width: 100%;
  }

  .container-5 {
    width: 90%;
  }

  .txt_sub_parrafo.medium {
    font-size: 14px;
    line-height: 16px;
  }

  .txt_sub_parrafo.med {
    font-size: 14px;
    line-height: 18px;
  }

  .txt_sub_parrafo.med.blanco.bullet._70 {
    width: 90%;
  }

  .txt_sub_parrafo.med.blanco.slider.big {
    width: 80%;
    font-size: 20px;
  }

  .txt_sub_parrafo.med.izquierda {
    text-align: left;
  }

  .txt_sub_parrafo.med.inter_linea.light.centrado, .txt_sub_parrafo.med.inter_linea.light.centrado.slow.ana {
    width: 100%;
  }

  .txt_sub_parrafo.med.inter_linea.light.centrado.slow.directorio {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .txt_sub_parrafo.small {
    padding-top: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .txt_sub_parrafo.centrado {
    font-size: 14px;
  }

  .flex-block-grilla {
    width: 230px;
  }

  .container-6 {
    width: 90%;
  }

  .pastilla_a-copy {
    width: 100%;
  }

  .flex-block-4-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .flex_imagen {
    width: 100%;
  }

  .section-3 {
    height: auto;
    padding-bottom: 60px;
  }

  .txt_titulo_iii {
    width: 90%;
    margin-top: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .txt_titulo_iii.sinmargen {
    line-height: 28px;
  }

  .container-7 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .image-7.inicial, .image-7.primaria, .image-7.secundaria {
    margin-top: 0;
  }

  .flex-block-10 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .txt_titulo_iv.bold {
    font-size: 32px;
  }

  .flex-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .section-4 {
    height: auto;
    padding-bottom: 0;
  }

  .container-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .slider-2 {
    height: 300px;
  }

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

  .div_gradient {
    overflow: visible;
  }

  .container-10 {
    width: 300px;
  }

  .container-blue {
    width: 90%;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .cuadrado {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .flex-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 20px;
  }

  .section-5 {
    height: auto;
    padding-bottom: 60px;
  }

  .container-13 {
    height: auto;
  }

  .flex-block-13 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 90%;
  }

  .container-14 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-14 {
    width: 70%;
  }

  .flex-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .text-block-4 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .flex-block-18 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .section-6 {
    padding-bottom: 60px;
  }

  .section-vi {
    height: auto;
    padding-bottom: 0;
  }

  .flex-block-27 {
    flex-flow: wrap;
  }

  .section-7 {
    height: auto;
  }

  .container-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-30 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flex-block-14-bento {
    width: 80%;
    height: 230px;
  }

  .menu-button.w--open {
    background-color: #8d8d8d;
    border-radius: 9px;
  }

  .image-16 {
    max-width: none;
    max-height: 100%;
  }

  .flex-block-36 {
    width: 90%;
    height: 500px;
  }

  .misc {
    width: 15%;
    bottom: 639px;
    left: 0%;
    right: 0;
  }

  .misc.campus {
    width: 14%;
    bottom: 684px;
    left: 0%;
    right: 0;
  }

  .misc.campus.dos {
    top: -58px;
    bottom: 0%;
    left: 0%;
  }

  .misc.home {
    top: 2463.09px;
  }

  .misc.dos {
    top: -49px;
    left: 0%;
  }

  .misc.table.movil_h {
    bottom: 494px;
  }

  .image-20 {
    width: auto;
    height: 100%;
  }

  .section-8 {
    height: auto;
  }

  .flex-block-11_b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-10_inter {
    width: 95%;
  }

  .flex-block-11_c {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-41 {
    width: 90%;
  }

  .container-12-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
  }

  .container-12_b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-10_quines {
    width: 95%;
  }

  .flex-block-42 {
    width: auto;
    height: 100%;
  }

  .section-8_formacion {
    height: 400px;
    padding-top: 0;
  }

  .formacion {
    height: auto;
    padding-bottom: 60px;
  }

  .formacion.kinder, .formacion.primario {
    padding-bottom: 0;
  }

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

  .container_kinder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-22 {
    width: 15%;
  }

  .flex-block-campus, .image-23 {
    width: auto;
    height: 100%;
  }

  .flex_campus {
    width: 90%;
  }

  .flex-block-ib {
    width: 230px;
  }

  .flex-block-datos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .flex-block-ancho {
    width: 100%;
    height: auto;
  }

  .image-27.ultima {
    margin-bottom: auto;
  }

  .image-slice_vertical, .image-slice_horizintal.corta_ancho.alto {
    width: auto;
    height: 100%;
  }

  .fs-numbercount_number {
    font-size: 45px;
  }

  .carrusel-int {
    width: auto;
    min-width: 100%;
    height: 250px;
    position: static;
    left: -203px;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .container-19 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    overflow: visible;
  }

  .container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .nav-menu {
    text-align: right;
    background-color: #585858f2;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: 600px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    position: absolute;
    top: -22%;
  }

  .image-2 {
    width: 50%;
  }

  .txt_titulo_i {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    height: auto;
    font-size: 18px;
    line-height: 25px;
    display: flex;
  }

  .txt_sub_titulo_i {
    font-size: 16px;
    line-height: 25px;
  }

  .image-3 {
    width: 80px;
  }

  .section-2a {
    margin-bottom: 0;
  }

  .txt_titulo_ii {
    width: 90%;
    font-size: 28px;
    line-height: 32px;
  }

  .txt_titulo_ii.bold_sub {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .txt_titulo_ii.bold_sub.medium {
    height: 30px;
  }

  .txt_titulo_ii.bold_sub.medium.blanco {
    width: 90%;
  }

  .txt_titulo_ii.bold_sub.medium.izq {
    justify-content: center;
    align-items: center;
  }

  .txt_titulo_ii.bold_sub.medium.izq.inicial {
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .txt_titulo_ii.bold_sub.medium.izq.rojo {
    justify-content: center;
    align-items: center;
  }

  .txt_titulo_ii.blanco.sobre_imagen {
    width: 90%;
    padding-top: 100px;
    font-size: 28px;
  }

  .txt_titulo_ii.sub_medium {
    font-size: 28px;
    line-height: 30px;
  }

  .txt_titulo_ii.sub_medium.kinder {
    text-align: center;
    width: 100%;
  }

  .txt_titulo_ii.sub_medium.secundaria {
    width: 100%;
  }

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

  .txt_sub_titulo_ii {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .txt_sub_titulo_ii.blanco.small {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .txt_sub_titulo_ii.blanco.small.bold {
    font-size: 16px;
    line-height: 20px;
  }

  .txt_sub_titulo_ii.blanco.small.bold.mobile {
    margin-top: 20px;
  }

  .txt_sub_titulo_ii.blanco.small.bold.center.redes {
    margin-bottom: 20px;
  }

  .txt_sub_titulo_ii.blanco.small.footer {
    width: auto;
  }

  .txt_sub_titulo_ii.blanco.small.footer.copy {
    width: 59%;
    font-size: 8px;
  }

  .txt_sub_titulo_ii.blanco.small.footer.copy-copy {
    font-size: 8px;
  }

  .txt_sub_titulo_ii.blanco.small.mobile {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .txt_sub_titulo_ii.blanco_sub {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .txt_sub_titulo_ii.blue {
    line-height: 22px;
  }

  .txt_sub_titulo_ii.blue._50 {
    font-size: 14px;
  }

  .txt_sub_titulo_ii.medium {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .txt_sub_titulo_ii.medium.big {
    font-size: 18px;
  }

  .txt_sub_titulo_ii.medium.kinder {
    width: 90%;
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  .txt_sub_titulo_ii.medium.secundaria {
    margin-bottom: 20px;
    font-family: Gothamrnd Medita, Arial, sans-serif;
  }

  .txt_sub_titulo_ii.medium.primaria {
    margin-bottom: 20px;
    font-family: Gothamrnd Medita, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .flex-block {
    width: 100%;
  }

  .pastilla_a {
    width: 100%;
    height: 29%;
  }

  .container-5 {
    margin-top: 20px;
  }

  .txt_sub_parrafo {
    text-align: center;
  }

  .txt_sub_parrafo.azul.avatares {
    font-size: 16px;
  }

  .txt_sub_parrafo.med {
    margin-bottom: 20px;
  }

  .txt_sub_parrafo.med.blanco.bullet._70 {
    width: 90%;
    line-height: 22px;
  }

  .txt_sub_parrafo.med.blanco.slider {
    margin-bottom: 100px;
    font-size: 12px;
    line-height: 18px;
    overflow: visible;
  }

  .txt_sub_parrafo.med.blanco.slider.big {
    margin-bottom: 0;
  }

  .txt_sub_parrafo.med.izquierda {
    text-align: center;
    margin-top: 20px;
  }

  .txt_sub_parrafo.med.inter_linea.light.small {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .txt_sub_parrafo.small {
    width: 90%;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-grilla {
    width: 100%;
  }

  .flex-block_interior.interior {
    justify-content: center;
    align-items: center;
  }

  .flex-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    margin-top: 10px;
  }

  .pastilla_a-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-4-copy {
    width: 90%;
  }

  .div-block-3 {
    height: 120px;
  }

  .flex-block-7 {
    margin-top: 20px;
  }

  .image-5 {
    width: 70px;
  }

  .flex-block-copy {
    width: 100%;
  }

  .flex_imagen {
    justify-content: center;
    align-items: flex-start;
  }

  .txt_titulo_iii {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .txt_titulo_iii.sinmargen {
    height: 90px;
  }

  .txt_titulo_iii.blanco {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .container-7 {
    padding-top: 40px;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .flex-block-8 {
    margin-top: 20px;
  }

  .image-7 {
    max-width: 100%;
  }

  .flex-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .flex-block-blue {
    width: 100%;
  }

  .flex-block-10 {
    flex-flow: column;
  }

  .container-slider {
    margin-top: 0;
  }

  .slider-2 {
    height: 200px;
  }

  .image_slice_camp {
    aspect-ratio: 16 / 9;
    vertical-align: middle;
    object-fit: fill;
    width: auto;
    height: 100%;
    overflow: hidden;
  }

  .div_gradient {
    height: 100%;
    position: absolute;
  }

  .container-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
  }

  .container-blue {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cuadrado {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .flex-block-12 {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-grey {
    width: 100%;
  }

  .flex-block-10-copy {
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-block-13 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
    height: 220px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .flex-block-14 {
    width: 90%;
  }

  .flex-block-13-copy {
    height: 100%;
  }

  .bullet-n {
    width: 50px;
  }

  .flex-block-24 {
    border-radius: 20px;
  }

  .flex-block-25 {
    width: 100%;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }

  .field-label, .field-label-2 {
    margin-top: 10px;
  }

  .image-11 {
    width: 70%;
  }

  .flex-block-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
  }

  .image-12 {
    width: 35px;
  }

  .flex-block-29 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .container-17 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .container-18 {
    margin-top: 0;
  }

  .flex-block-14-bento {
    width: 95%;
  }

  .flex-block-31 {
    width: 100%;
  }

  .flex-block-32 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .image-14 {
    width: 70%;
  }

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

  .icon-2 {
    color: #919191;
  }

  .icon-3, .icon-4 {
    font-size: 20px;
  }

  .menu-button {
    border-radius: 0;
  }

  .menu-button.w--open {
    border-radius: 5px;
    margin-right: 20px;
    padding: 10px;
  }

  .flex-block-36 {
    height: 350px;
    margin-top: 10px;
  }

  .misc {
    width: 15%;
    top: 51%;
    bottom: 728px;
    left: 0%;
  }

  .misc.campus {
    width: 20%;
    margin-bottom: auto;
    inset: 0% 0 1076px 0%;
  }

  .misc.campus.dos {
    margin-bottom: 0;
    top: -55px;
    bottom: 0%;
    left: 0%;
  }

  .misc.table.movil_h.mov_v {
    bottom: 728px;
  }

  .image-20 {
    width: auto;
    height: 100%;
  }

  .section-8 {
    margin-top: auto;
    padding-top: 60px;
  }

  .flex-block-11_b {
    width: 100%;
  }

  .flex-block-10_inter {
    flex-flow: wrap;
  }

  .flex-block-11_c {
    width: auto;
    height: auto;
  }

  .container-12-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .container-12_b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-4_blanco {
    text-align: center;
  }

  .flex-block-10_quines {
    flex-flow: wrap;
  }

  .flex-block-42 {
    width: auto;
    height: 100%;
  }

  .section-8_formacion {
    height: 300px;
  }

  .formacion.kinder {
    padding-bottom: 10px;
  }

  .formacion.primario {
    padding-bottom: 0;
  }

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

  .container_kinder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: auto;
  }

  .image-22 {
    width: 25%;
  }

  .flex-block-campus {
    height: 100%;
  }

  .image-23 {
    width: auto;
    height: 100%;
    padding-top: 0;
  }

  .flex_campus {
    width: 90%;
    height: 350px;
  }

  .flex-block-ib {
    width: 80%;
  }

  .flex-block-ib.ib {
    width: 100%;
  }

  .flex-block-datos {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
  }

  .flex-block-ancho {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-27.ultima {
    margin-bottom: 0;
  }

  .image-slice_horizintal {
    width: auto;
  }

  .carrusel-int {
    width: 95%;
  }

  .container-19 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bold-text {
    width: 100%;
  }

  .image-32 {
    max-width: 100%;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMediumItalic.ttf') format('truetype'), url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBookItalic.ttf') format('truetype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBoldItalic.ttf') format('truetype'), url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLightItalic.ttf') format('truetype'), url('../fonts/Gotham-LightItalic.otf') format('opentype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype'), url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/GothamRnd-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd';
  src: url('../fonts/GothamRnd-BoldIta.otf') format('opentype'), url('../fonts/GothamRnd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd Medita';
  src: url('../fonts/GothamRnd-MedIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd Book';
  src: url('../fonts/GothamRnd-Book.otf') format('opentype'), url('../fonts/GothamRnd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}