:root {
  --sea-green: #008c45;
  --black: #282828;
  --lime-green: #6ec124;
  --gainsboro: #f6f6f2;
  --lavender: #e3e9ff;
  --white-smoke: #f6f6f2bf;
  --alice-blue: #f0f4fb;
  --royal-blue: #0061af;
  --white-smoke-3: #ebecee;
  --crimson: #e01c26;
  --white-smoke-2: #ebecee;
}

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

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

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

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

h1 {
  color: var(--sea-green);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tragicmarker, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 55px;
  text-decoration: none;
}

h2 {
  color: var(--sea-green);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--sea-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.container {
  background-color: #f6f6f2cc;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 90px;
  padding: 20px 50px;
  display: flex;
}

.menu-escritorio {
  z-index: 50;
  background-color: #f6f6f2bf;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: fixed;
  top: 0%;
}

.div-block {
  width: 400px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.t_menu {
  color: var(--sea-green);
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Neuemontreal, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: color .4s, opacity .6s;
}

.t_menu:hover {
  opacity: .75;
  color: var(--black);
}

.t_menu.w--current {
  color: var(--lime-green);
}

.t_menu._1 {
  margin-left: 0;
  margin-right: 0;
}

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

.t_menu.drop {
  padding-left: 0;
  padding-right: 0;
}

.t_menu.desplegables {
  color: #005329;
}

.volta_logo {
  max-width: 50px;
  transition: opacity .6s;
}

.volta_logo:hover {
  opacity: .75;
}

.icon {
  color: var(--sea-green);
}

.dropdown-link {
  color: var(--sea-green);
  font-family: Neuemontreal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.dropdown-list {
  background-color: #f6f6f2;
}

.dropdown-list.w--open {
  background-color: #f6f6f2cc;
  border-radius: 10px;
}

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

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

.link-block {
  margin-left: 45px;
  margin-right: 0;
}

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

.banderas_menu {
  width: 35px;
  max-width: none;
  transition: opacity .6s;
}

.banderas_menu:hover {
  opacity: .75;
}

.section-3 {
  align-items: flex-end;
  width: 100%;
  height: 85vh;
  display: flex;
}

.background-video {
  width: 100%;
  height: 80vh;
}

.body {
  background-color: var(--gainsboro);
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 15vh;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.container-2.primer-nivel {
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-2.primer-nivel._1 {
  z-index: 1;
  margin-top: 55px;
  position: relative;
}

.container-2.primer-nivel._2 {
  z-index: 2;
  position: relative;
}

.t_titulo {
  background-image: linear-gradient(to bottom, var(--sea-green), var(--sea-green)), linear-gradient(45deg, var(--sea-green), var(--lime-green));
  color: var(--sea-green);
  text-align: center;
  text-shadow: 4px 4px 6px #ffffff59;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 15px;
  font-family: Neuemontreal, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.t_titulo._2 {
  margin-top: 0;
  line-height: 60px;
}

.t_titulo.profesores {
  margin-top: 55px;
}

.t_titulo.primer-nivel {
  background-image: linear-gradient(to bottom, var(--sea-green), var(--sea-green));
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.t_titulo.primer-nivel._2 {
  display: none;
}

.t_titulo.home {
  font-size: 27px;
}

.c_programas {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 50px 15px 55px;
  display: flex;
  position: absolute;
}

.button {
  background-color: var(--gainsboro);
  color: var(--sea-green);
  text-transform: none;
  border-radius: 20px;
  margin-left: 85px;
  padding: 15px 25px;
  font-family: Neuemontreal, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  transition: color .6s, box-shadow .6s;
  box-shadow: -1px -1px 3px #fff, 7px 7px 10px -12px #28282899;
}

.button:hover {
  color: var(--black);
  box-shadow: -13px -13px 20px -6px #fff, 14px 14px 36px -10px #2828288c;
}

.heading-2 {
  background-image: linear-gradient(to bottom, var(--sea-green), var(--sea-green)), linear-gradient(45deg, var(--sea-green), var(--lime-green));
  text-align: center;
  text-transform: none;
  text-shadow: 4px 4px 6px #ffffff59;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 100px;
  line-height: 100%;
}

.heading-2.blanco {
  background-color: var(--gainsboro);
  color: #fff;
  text-align: left;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100vw;
  margin-bottom: 20px;
  font-size: 140px;
}

.heading-2.blanco.it {
  width: 100vw;
}

.heading-2.verde {
  background-color: var(--sea-green);
  color: var(--sea-green);
  text-align: left;
  text-shadow: none;
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 140px;
}

.heading-2._2 {
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 35px;
}

.heading-2._2.nuestra-historia {
  display: block;
}

.heading-2._3 {
  margin-top: 110px;
  margin-bottom: 0;
  line-height: 121%;
}

.heading-2.viajes {
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--gainsboro)), linear-gradient(45deg, var(--sea-green), var(--lime-green));
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 140px;
}

.heading-2.contacto {
  margin-bottom: 25px;
}

.heading-2.destino {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 120%;
}

.heading-2.nuestros-programas {
  margin-bottom: 45px;
  line-height: 120%;
}

.heading-2.calendario-2 {
  background-image: linear-gradient(to bottom, var(--gainsboro), var(--gainsboro)), linear-gradient(45deg, var(--sea-green), var(--lime-green));
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 100%;
}

.grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
}

.d_programas {
  background-color: #f5f5ef;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 470px;
  height: 560px;
  padding: 20px 30px 25px;
  transition: background-color .6s, box-shadow .6s;
  display: flex;
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #28282899;
}

.d_programas:hover {
  box-shadow: -13px -13px 20px -6px #fff6, 14px 14px 36px -10px #28282859;
}

.d_programas._1 {
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #008c4599;
}

.d_programas._1:hover {
  box-shadow: -13px -13px 36px -6px #008c4599, 14px 14px 36px -10px #008c4566;
}

.d_programas._2 {
  padding-left: 30px;
  padding-right: 30px;
}

.d_programas._2:hover {
  box-shadow: -13px -13px 36px -6px #28282866, 14px 14px 36px -10px #2828288c;
}

.d_programas._3 {
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #e01c2699;
}

.d_programas._3:hover {
  box-shadow: -13px -13px 36px -6px #e01c2666, 14px 14px 36px -10px #e01c268c;
}

.i_programas {
  border-radius: 150px;
  width: 190px;
  margin-top: 0;
  margin-bottom: 0;
}

.parrafos {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 50px;
  font-family: Neuemontreal, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.parrafos._2 {
  z-index: 2;
  text-align: justify;
  margin-right: 0;
  font-size: 1.5em;
  position: relative;
}

.parrafos._2.primaria, .parrafos._2.preprimaria, .parrafos._2.secundaria {
  margin-right: 0;
}

.parrafos._3 {
  text-align: center;
  margin-top: 5px;
  font-size: 1.6em;
}

.parrafos._3.viajes {
  margin-right: 0;
}

.parrafos.testimonios {
  font-style: italic;
}

.parrafos.programas-home {
  text-align: justify;
  margin-right: 0;
  font-size: 20px;
  line-height: 24px;
}

.parrafos.premios {
  color: var(--sea-green);
  text-align: center;
  margin-top: 0;
  margin-left: 50px;
  font-weight: 500;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 120vh;
  display: flex;
  overflow: hidden;
}

.t_titulo-programas-home {
  color: var(--sea-green);
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 30px;
  line-height: 29px;
}

.link-block-programas {
  color: var(--black);
  font-family: Neuemontreal, sans-serif;
}

.d_esferos {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.i_lapices-home {
  z-index: 1;
  width: 490px;
  max-width: none;
  position: relative;
  right: 0%;
}

.section-5 {
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-5._2 {
  background-color: #0000;
  background-image: url('../images/Fondo-Blanco.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5._3 {
  background-color: #0000;
  background-image: url('../images/Fondo-Rojo_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5._1 {
  background-color: #0000;
  background-image: url('../images/Fondo-Verde.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5._4, .section-5._4-copy {
  background-color: #0000;
  background-image: url('../images/Calendario_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-5._4 {
  background-image: url('../images/Background-min.jpg'), linear-gradient(#00000059, #00000059), url('../images/Florencia_min.jpg');
  background-position: 50%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  box-shadow: 0 -8px 40px 20px #000000bf;
}

.section-5._5 {
  background-color: #0000;
  background-image: url('../images/Calendario_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span {
  text-transform: none;
  font-size: 1.2em;
}

.text-span.naturaleza {
  font-size: 1.1em;
}

.t_subtitulo-diferenciadores {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 35px;
}

.t_subtitulo-diferenciadores.blanco {
  color: var(--gainsboro);
  font-size: 35px;
}

.t_parrafo-diferenciadores {
  color: var(--gainsboro);
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 35px;
}

.t_parrafo-diferenciadores.verde {
  color: var(--sea-green);
}

.t_parrafo-diferenciadores.viajes {
  color: var(--gainsboro);
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}

.d_textos-diferenciadores {
  z-index: 1;
  width: 100vw;
  margin-right: 719px;
  padding-left: 50px;
}

.d_textos-diferenciadores._2 {
  margin-right: 400px;
}

.d_textos-diferenciadores._3 {
  margin-right: 839px;
}

.d_textos-diferenciadores._4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 900px;
  display: flex;
}

.d_textos-diferenciadores._5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.d_textos-diferenciadores._5.calendario {
  height: 90px;
  padding-left: 0;
}

.container-3 {
  z-index: 4;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  overflow: hidden;
}

.container-3._2 {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.container-3._3 {
  z-index: 4;
}

.container-3._3.textos-ipad {
  padding-top: 385px;
}

.d_polaroids {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.i_polaroid {
  z-index: 1;
  max-width: none;
  height: 120vh;
  position: absolute;
  right: 0%;
}

.i_polaroid._2 {
  z-index: 2;
}

.i_polaroid._3 {
  z-index: 3;
}

.i_lapices {
  z-index: 1;
  max-width: none;
  height: 100vh;
  position: absolute;
  right: 5%;
}

.i_lapices._2 {
  z-index: 2;
}

.i_lapices._3 {
  z-index: 3;
}

.i_mascara {
  z-index: 3;
  max-width: none;
  height: 100vh;
  position: absolute;
}

.i_mascara._2 {
  z-index: 2;
}

.i_mascara._3 {
  z-index: 3;
}

.t_subtitulo {
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.boton-general {
  background-color: var(--gainsboro);
  color: var(--sea-green);
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  padding: 20px 25px;
  font-family: Neuemontreal, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 30px;
  transition: color .6s, box-shadow .6s;
  box-shadow: -1px -1px 3px #fff, 7px 7px 10px -12px #28282899;
}

.boton-general:hover {
  color: var(--black);
  box-shadow: -13px -13px 20px -6px #fff, 14px 14px 36px -10px #2828288c;
}

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

.contenedor-general {
  z-index: 4;
  max-width: 100%;
}

.section-general {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.section-general.institucion {
  height: 150px;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 55px;
}

.section-6 {
  background-color: var(--gainsboro);
  padding-top: 40px;
  padding-bottom: 40px;
}

.t {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 35px;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.boton-conoce-mas {
  background-color: var(--gainsboro);
  color: var(--sea-green);
  text-align: center;
  text-transform: none;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px 25px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 30px;
  transition: color .6s, box-shadow .6s;
  box-shadow: -1px -1px 3px #fff, 7px 7px 10px -12px #28282899;
}

.boton-conoce-mas:hover {
  color: var(--black);
  box-shadow: -13px -13px 20px -6px #fff, 14px 14px 36px -10px #282828bf;
}

.section-7 {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.section-7.galeria {
  height: 27vh;
  margin-bottom: 15px;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.i_fondo-programas {
  z-index: 0;
}

.d_fondo-programas {
  z-index: 0;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.div-programas {
  z-index: 2;
  position: absolute;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.next-splide, .control.prev-splide {
  border-color: var(--sea-green);
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-6 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-6.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  color: var(--sea-green);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  color: var(--sea-green);
  transform: rotate(-180deg);
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
  display: flex;
}

.section.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.body-galeria {
  background-color: var(--gainsboro);
}

.section-8 {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.div-profesores {
  z-index: 2;
  position: absolute;
}

.grid-profesores {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.c_nombres-profesores {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.d_i_profesores {
  justify-content: center;
  align-items: center;
  height: 360px;
  margin-bottom: 25px;
  display: flex;
}

.c_frases {
  z-index: 4;
  justify-content: center;
  align-items: center;
  height: 360px;
  padding: 30px;
  display: flex;
}

.c_frases:hover {
  display: flex;
}

.frase-profesores {
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.frase-profesores._2 {
  color: var(--black);
  font-weight: 700;
}

.frase-profesores._15px {
  font-size: 22px;
}

.nombre-profesores {
  color: var(--sea-green);
  text-align: center;
  margin: 9px;
  font-family: Neuemontreal, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
}

.cargo-profesores {
  color: var(--black);
  text-align: center;
  margin: 9px;
  font-family: Neuemontreal, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.d_profesores {
  z-index: 1;
  height: auto;
}

.link-block-verde {
  color: var(--gainsboro);
  background-image: url('../images/01_Profesor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  transition: opacity .2s;
}

.link-block-verde:hover {
  background-image: linear-gradient(to bottom, var(--sea-green), var(--sea-green));
  background-position: 0 0;
}

.d_profesores-2 {
  z-index: 1;
  background-image: url('../images/Profe75.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin-bottom: 25px;
}

.d_profesores-2:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe75.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco {
  background-image: url('../images/Profe78.jpg');
}

.d_profesores-2.blanco:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Profe78.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._1 {
  background-image: url('../images/Barbarita.jpg');
  background-position: 50% 0;
}

.d_profesores-2.blanco._1:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Barbarita.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._01 {
  background-image: url('../images/_DSC0306.jpg');
}

.d_profesores-2.blanco._01:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0306.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._04 {
  background-image: url('../images/Beatriz_Romero.jpg');
}

.d_profesores-2.blanco._04:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/Beatriz_Romero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._06 {
  background-image: url('../images/_DSC0834.jpg');
}

.d_profesores-2.blanco._06:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC0834.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._09 {
  background-image: url('../images/_DSC03055.jpg');
}

.d_profesores-2.blanco._09:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC03055.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._11 {
  background-image: url('../images/_DSC03216.jpg');
}

.d_profesores-2.blanco._11:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC03216.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._14 {
  background-image: url('../images/_DSC0757.jpg');
}

.d_profesores-2.blanco._14:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC0757.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._17 {
  background-image: url('../images/_DSC01578.jpg');
}

.d_profesores-2.blanco._17:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01578.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._20 {
  background-image: url('../images/Profe73.jpg');
}

.d_profesores-2.blanco._20:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Profe73.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._23 {
  background-image: url('../images/_DSC01835.jpg');
}

.d_profesores-2.blanco._23:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01835.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._26 {
  background-image: url('../images/_DSC0310.jpg');
}

.d_profesores-2.blanco._26:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC0310.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._29 {
  background-image: url('../images/_DSC01721.jpg');
}

.d_profesores-2.blanco._29:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01721.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._32 {
  background-image: url('../images/_DSC02481.jpg');
}

.d_profesores-2.blanco._32:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC02481.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._35 {
  background-image: url('../images/_DSC02312.jpg');
}

.d_profesores-2.blanco._35:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC02312.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._38 {
  background-image: url('../images/_DSC02249.jpg');
}

.d_profesores-2.blanco._38:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC02249.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._41 {
  background-image: url('../images/_DSC2841.jpg');
}

.d_profesores-2.blanco._41:hover {
  background-image: url('../images/_DSC2841.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.d_profesores-2.blanco._44 {
  background-image: url('../images/_DSC2812.jpg');
}

.d_profesores-2.blanco._44:hover {
  background-image: url('../images/_DSC2812.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.d_profesores-2.blanco._39 {
  background-image: url('../images/_DSC6119.jpg');
}

.d_profesores-2.blanco._39:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC6119.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._40 {
  background-image: url('../images/_DSC0185.jpg');
}

.d_profesores-2.blanco._40:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC0185.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._51 {
  background-image: url('../images/_DSC0539.jpg');
}

.d_profesores-2.blanco._51:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC0539.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._54 {
  background-image: url('../images/_DSC0598.jpg');
}

.d_profesores-2.blanco._54:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC0598.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._56 {
  background-image: url('../images/_DSC01805.jpg');
}

.d_profesores-2.blanco._56:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01805.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._5 {
  background-image: url('../images/_DSC01805.jpg');
}

.d_profesores-2.blanco._5:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01805.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._59 {
  background-image: url('../images/_DSC01233.jpg');
}

.d_profesores-2.blanco._59:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01233.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._62 {
  background-image: url('../images/_DSC01648.jpg');
}

.d_profesores-2.blanco._62:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01648.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._64 {
  background-image: url('../images/_DSC01648.jpg');
}

.d_profesores-2.blanco._64:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC01648.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._65 {
  background-image: url('../images/_DSC02978.jpg');
}

.d_profesores-2.blanco._65:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC02978.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._67 {
  background-image: url('../images/_DSC01978.jpg');
}

.d_profesores-2.blanco._67:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC01978.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._60 {
  background-image: url('../images/Profe75.jpg');
}

.d_profesores-2.blanco._60:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Profe75.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco._69 {
  background-image: url('../images/Profe75.jpg');
}

.d_profesores-2.blanco._69:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Profe75.jpg');
}

.d_profesores-2.blanco._72 {
  background-image: url('../images/Profe78.jpg');
}

.d_profesores-2.blanco._72:hover {
  background-image: linear-gradient(#0000, #0000), url('../images/Profe78.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo {
  background-image: url('../images/Profe74.jpg');
}

.d_profesores-2.rojo:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/Profe74.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._04 {
  background-image: url('../images/_DSC02741.jpg');
}

.d_profesores-2.rojo._04:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC02741.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._07 {
  background-image: none;
}

.d_profesores-2.rojo._07:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.d_profesores-2.rojo._09 {
  background-image: url('../images/_DSC02330.jpg');
}

.d_profesores-2.rojo._09:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02330.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._09-copy {
  background-image: url('../images/_DSC3286.jpg');
}

.d_profesores-2.rojo._09-copy:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC3286.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._12 {
  background-image: url('../images/_DSC01428.jpg');
}

.d_profesores-2.rojo._12:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01428.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._15 {
  background-image: url('../images/_DSC0419.jpg');
}

.d_profesores-2.rojo._15:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0419.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._18 {
  background-image: url('../images/_DSC02429.jpg');
}

.d_profesores-2.rojo._18:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02429.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._21 {
  background-image: url('../images/_DSC01003.jpg');
}

.d_profesores-2.rojo._21:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01003.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._24 {
  background-image: url('../images/_DSC01541.jpg');
}

.d_profesores-2.rojo._24:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01541.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._27 {
  background-image: url('../images/_DSC03086.jpg');
}

.d_profesores-2.rojo._27:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC03086.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._30 {
  background-image: url('../images/Marco_Ramos.jpg');
}

.d_profesores-2.rojo._30:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/Marco_Ramos.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._33 {
  background-image: url('../images/_DSC01619.jpg');
}

.d_profesores-2.rojo._33:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01619.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._36 {
  background-image: url('../images/_DSC02658.jpg');
}

.d_profesores-2.rojo._36:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02658.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._42 {
  background-image: url('../images/_DSC3575.jpg');
}

.d_profesores-2.rojo._42:hover {
  background-image: url('../images/_DSC3575.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.d_profesores-2.rojo._37 {
  background-image: url('../images/_DSC02798.jpg');
}

.d_profesores-2.rojo._37:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02798.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._39 {
  background-image: url('../images/_DSC01280.jpg');
}

.d_profesores-2.rojo._39:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01280.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._50 {
  background-image: url('../images/_DSC0164.jpg');
}

.d_profesores-2.rojo._50:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0164.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._55 {
  background-image: url('../images/_DSC0853.jpg');
}

.d_profesores-2.rojo._55:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0853.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._57 {
  background-image: url('../images/_DSC01041.jpg');
}

.d_profesores-2.rojo._57:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01041.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._60 {
  background-image: url('../images/_DSC02605.jpg');
}

.d_profesores-2.rojo._60:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02605.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._63 {
  background-image: url('../images/_DSC01418.jpg');
}

.d_profesores-2.rojo._63:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01418.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._63.verde {
  background-image: url('../images/Profe71.jpg');
}

.d_profesores-2.rojo._63.verde:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe71.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._66 {
  background-image: url('../images/_DSC01418.jpg');
}

.d_profesores-2.rojo._66:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01418.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.rojo._67 {
  background-image: url('../images/Profe69.jpg');
}

.d_profesores-2.rojo._67:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/Profe69.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d_profesores-2._03 {
  background-image: url('../images/Federico_Micheli.jpg');
}

.d_profesores-2._03:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Federico_Micheli.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._05 {
  background-image: url('../images/_DSC02449.jpg');
}

.d_profesores-2._05:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC02449.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._08 {
  background-image: url('../images/_DSC02054.jpg');
}

.d_profesores-2._08:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC02054.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._10 {
  background-image: url('../images/_DSC01911.jpg');
}

.d_profesores-2._10:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC01911.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._13 {
  background-image: url('../images/_DSC01958.jpg');
}

.d_profesores-2._13:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC01958.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._16 {
  background-image: url('../images/_DSC0387.jpg');
}

.d_profesores-2._16:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC0387.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._19 {
  background-image: url('../images/Profe79.jpg');
}

.d_profesores-2._19:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe79.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._22 {
  background-image: url('../images/Profe70.jpg');
}

.d_profesores-2._22:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe70.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._25 {
  background-image: url('../images/Profe81.jpg');
}

.d_profesores-2._25:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe81.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._28 {
  background-image: url('../images/_DSC01195.jpg');
}

.d_profesores-2._28:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC01195.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._31 {
  background-image: url('../images/_DSC02689.jpg');
}

.d_profesores-2._31:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC02689.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._34 {
  background-image: url('../images/_DSC0705.jpg');
}

.d_profesores-2._34:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC0705.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._37 {
  background-image: url('../images/_DSC3207.jpg');
}

.d_profesores-2._37:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/_DSC3207.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._40 {
  background-image: url('../images/_DSC2789.jpg');
}

.d_profesores-2._40:hover {
  background-image: url('../images/_DSC2789.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.d_profesores-2._43 {
  background-image: url('../images/_DSC2824.jpg');
}

.d_profesores-2._43:hover {
  background-image: url('../images/_DSC2824.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.d_profesores-2._38 {
  background-image: url('../images/_DSC02648.jpg');
}

.d_profesores-2._38:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC02648.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._52 {
  background-image: url('../images/Profe72.jpg');
}

.d_profesores-2._52:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe72.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._53 {
  background-image: url('../images/_DSC0457.jpg');
}

.d_profesores-2._53:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC0457.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._56 {
  background-image: url('../images/_DSC0940.jpg');
}

.d_profesores-2._56:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC0940.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._58 {
  background-image: url('../images/_DSC01121.jpg');
}

.d_profesores-2._58:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC01121.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._61 {
  background-image: url('../images/Profe82.jpg');
}

.d_profesores-2._61:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe82.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._64 {
  background-image: url('../images/_DSC03025.jpg');
}

.d_profesores-2._64:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC03025.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._66 {
  background-image: url('../images/Profe80.jpg');
}

.d_profesores-2._66:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe80.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2 {
  background-image: url('../images/Mary_Kay_nueva.jpg');
}

.d_profesores-2.blanco2:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Mary_Kay_nueva.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._04 {
  background-image: url('../images/_DSC02741.jpg');
}

.d_profesores-2.blanco2._04:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02741.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._07 {
  background-image: url('../images/_DSC03141.jpg');
}

.d_profesores-2.blanco2._07:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC03141.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._09 {
  background-image: url('../images/_DSC02330.jpg');
}

.d_profesores-2.blanco2._09:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02330.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._09-copy {
  background-image: url('../images/_DSC3286.jpg');
}

.d_profesores-2.blanco2._09-copy:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC3286.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._12 {
  background-image: url('../images/_DSC01428.jpg');
}

.d_profesores-2.blanco2._12:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01428.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._15 {
  background-image: url('../images/_DSC0419.jpg');
}

.d_profesores-2.blanco2._15:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0419.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._18 {
  background-image: url('../images/_DSC02429.jpg');
}

.d_profesores-2.blanco2._18:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02429.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._21 {
  background-image: url('../images/_DSC01003.jpg');
}

.d_profesores-2.blanco2._21:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01003.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._24 {
  background-image: url('../images/_DSC01541.jpg');
}

.d_profesores-2.blanco2._24:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01541.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._27 {
  background-image: url('../images/_DSC03086.jpg');
}

.d_profesores-2.blanco2._27:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC03086.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._30 {
  background-image: url('../images/Marco_Ramos.jpg');
}

.d_profesores-2.blanco2._30:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/Marco_Ramos.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._33 {
  background-image: url('../images/_DSC01619.jpg');
}

.d_profesores-2.blanco2._33:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01619.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._36 {
  background-image: url('../images/_DSC02658.jpg');
}

.d_profesores-2.blanco2._36:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02658.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._42 {
  background-image: url('../images/_DSC3575.jpg');
}

.d_profesores-2.blanco2._42:hover {
  background-image: url('../images/_DSC3575.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.d_profesores-2.blanco2._37 {
  background-image: url('../images/_DSC02798.jpg');
}

.d_profesores-2.blanco2._37:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02798.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._39 {
  background-image: url('../images/_DSC01280.jpg');
}

.d_profesores-2.blanco2._39:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01280.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._50 {
  background-image: url('../images/_DSC0164.jpg');
}

.d_profesores-2.blanco2._50:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0164.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._55 {
  background-image: url('../images/_DSC0853.jpg');
}

.d_profesores-2.blanco2._55:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC0853.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._57 {
  background-image: url('../images/_DSC01041.jpg');
}

.d_profesores-2.blanco2._57:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01041.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._60 {
  background-image: url('../images/_DSC02605.jpg');
}

.d_profesores-2.blanco2._60:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC02605.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._63 {
  background-image: url('../images/_DSC01418.jpg');
}

.d_profesores-2.blanco2._63:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01418.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2.blanco2._66 {
  background-image: url('../images/_DSC01418.jpg');
}

.d_profesores-2.blanco2._66:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC01418.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._70 {
  background-image: url('../images/Maria_Matute.jpg');
}

.d_profesores-2._70:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/Maria_Matute.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._80 {
  background-image: url('../images/_DSC3246.jpg');
}

.d_profesores-2._80:hover {
  background-image: linear-gradient(#e01c26bf, #e01c26bf), url('../images/_DSC3246.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._68 {
  background-image: url('../images/Profe77.jpg');
}

.d_profesores-2._68:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe77.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.d_profesores-2._69:hover {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/Profe75.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d_profesores-2._71 {
  background-image: url('../images/Profe76.jpg');
}

.d_profesores-2._71:hover {
  background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/Profe76.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.body-profesores {
  background-color: var(--gainsboro);
}

.i_libreta {
  z-index: 1;
  width: 40vw;
  position: absolute;
  bottom: -12%;
  right: 0%;
}

.i_libreta.institucion {
  width: 250px;
  bottom: 8%;
  right: 4%;
  overflow: hidden;
}

.i_sacapuntas {
  z-index: 0;
  width: 30vw;
  position: absolute;
  top: 2%;
  left: 4%;
  overflow: hidden;
}

.i_sacapuntas.institucion {
  width: 200px;
  top: 16%;
  left: 10%;
}

.i_sacapuntas.regla {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
}

.grid-4 {
  grid-template-rows: auto;
  margin-bottom: 30px;
  margin-left: 75px;
  margin-right: 75px;
}

.titulos-footer {
  color: var(--sea-green);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  transition: color .6s;
}

.titulos-footer:hover {
  color: var(--gainsboro);
}

.titulos-footer.contacto:hover, .titulos-footer.visitanos:hover {
  color: var(--sea-green);
}

.titulos-footer._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.titulos-footer._2:hover {
  color: var(--black);
}

.titulos-footer._3 {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 0;
}

.titulos-footer._3:hover {
  color: var(--sea-green);
}

.div-footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.div-footer._2 {
  justify-content: flex-end;
  align-items: flex-end;
}

.titulos-footer-2 {
  color: var(--gainsboro);
  text-transform: none;
  margin-bottom: 5px;
  font-family: Neuemontreal, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: color .6s;
}

.titulos-footer-2:hover {
  color: var(--sea-green);
}

.titulos-footer-2._2 {
  color: var(--black);
  margin-bottom: 0;
}

.titulos-footer-2._2:hover {
  color: var(--sea-green);
}

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

.container-7._2 {
  flex: 1;
  max-width: none;
}

.section-9 {
  background-color: var(--black);
  display: none;
}

.logo-fb {
  background-image: url('../images/facebook_logo-Blanco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  transition: all .6s;
}

.logo-fb:hover {
  background-image: url('../images/facebook_logo-Verde.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-fb._2 {
  background-image: url('../images/facebook_logo-Gris.png');
}

.logo-fb._2:hover {
  background-image: url('../images/facebook_logo-Verde.png');
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 75px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-10 {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10._2 {
  background-color: var(--black);
}

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

.i_esfero {
  width: 200px;
  position: absolute;
  right: 5%;
}

.i_esfero.borradores {
  width: 600px;
  right: 3%;
}

.i_esfero.fundadora {
  z-index: 3;
  width: 450px;
  right: 2%;
}

.i_objeto {
  z-index: 0;
  width: 200px;
  position: absolute;
  left: 5%;
}

.i_objeto.castillo {
  width: 430px;
  max-width: 100%;
  left: 3%;
}

.i_objeto.reglas {
  width: 350px;
  top: 935px;
}

.i_objeto.pinceles {
  width: 470px;
  left: 0%;
}

.d_ipad {
  background-image: url('../images/Ipad-Calendario_volta_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 31px;
  width: 500px;
  height: 650px;
  box-shadow: -18px 9px 20px 2px #00000073;
}

.c_calendario {
  background-color: var(--lavender);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 9px;
  display: flex;
  position: absolute;
}

.calendario {
  width: 440px;
  height: 365px;
}

.calendario._2 {
  height: 220px;
}

.d_calendario {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 55px;
  display: flex;
}

.section-11 {
  background-image: url('../images/fondo-viaje.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.i_avion {
  z-index: 1;
  max-width: none;
  height: 420px;
  position: absolute;
  top: 5%;
  right: 13%;
}

.i_avion._2 {
  z-index: 2;
}

.i_avion._3 {
  z-index: 3;
}

.s_contacto {
  background-color: var(--gainsboro);
  background-image: url('../images/BG_3-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.div-ipad-contacto {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-ipad-contacto._2 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 30px;
  position: absolute;
}

.mapa {
  margin: 57px 53px 53px;
  position: static;
}

.mapa._2 {
  width: 629px;
  height: 400px;
  margin: 0;
}

.image {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.div-block-5 {
  z-index: 0;
  background-image: url('../images/Contacto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.d_fondo-contacto {
  z-index: 0;
  background-image: url('../images/Contacto_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.d_ipad-contacto {
  background-image: url('../images/iPad-Pro_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 49px;
  position: relative;
  left: 100px;
}

.d_ipad-contacto._2 {
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 727px;
  height: 526px;
  margin-top: 75px;
  display: flex;
  position: static;
  left: 0;
  box-shadow: 8px 8px 20px #000000d9;
}

.div-block-6 {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 75px;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.grid-6 {
  grid-template-rows: auto auto auto;
  place-items: stretch baseline;
  width: 500px;
}

.t_contacto {
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 40px;
}

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

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

.links-contacto {
  color: var(--black);
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Neuemontreal, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  transition: color .6s;
}

.links-contacto:hover, .links-contacto.contacto:hover, .links-contacto.visitanos:hover {
  color: var(--sea-green);
}

.links-contacto._2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
}

.links-contacto._2:hover {
  color: var(--sea-green);
}

.links-contacto._3 {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 0;
}

.links-contacto._3:hover {
  color: var(--sea-green);
}

.container-8 {
  margin-bottom: 75px;
}

.i_trumpeta {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: absolute;
  right: 0%;
}

.i_trumpeta._2 {
  z-index: 2;
}

.i_trumpeta._3 {
  z-index: 3;
}

.i_guitarra {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: absolute;
  right: 0%;
}

.i_guitarra._2 {
  z-index: 2;
}

.i_guitarra._3 {
  z-index: 3;
}

.s_bachilleres-rueda {
  background-color: var(--gainsboro);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420vh;
  display: none;
}

.i_rueda {
  z-index: 1;
  position: absolute;
}

.d_rueda {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  margin: 30px 100px;
  display: flex;
}

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

.d_universidades {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 100px;
  display: flex;
}

.t_universidades {
  color: var(--black);
  text-transform: none;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 25px;
}

.container-9 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
}

.sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.s_testimonios {
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 55px;
  display: none;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: stretch;
  place-items: center start;
}

.t_universidades-rueda {
  z-index: 2;
  color: var(--sea-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
}

.t_universidades-rueda._2 {
  color: var(--black);
  position: static;
}

.d_testimonios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 500px;
  margin: 30px 100px;
  display: flex;
}

.slider {
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  height: 300px;
  position: static;
  box-shadow: -6px -6px 20px #fff, 2px 2px 20px #0000004d;
}

.t_destino-bachilleres {
  z-index: 2;
  color: var(--sea-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Neuemontreal, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 30px;
  position: static;
}

.d_rueda-estudiantes {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.container-10, .c_testimonios {
  max-width: 100%;
}

.icon-2, .icon-3 {
  color: var(--sea-green);
}

.left-arrow {
  position: static;
}

.slider-testimonios {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  height: 300px;
  box-shadow: 5px 5px 20px #0000004d;
}

.icon-4, .icon-5 {
  color: var(--sea-green);
}

.d_programas-copy {
  background-color: #f5f5ef;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 25px 40px;
  transition: background-color .6s, box-shadow .6s;
  display: flex;
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #28282899;
}

.d_programas-copy:hover {
  box-shadow: -13px -13px 20px -6px #fff6, 14px 14px 36px -10px #28282859;
}

.d_programas-copy._1 {
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #008c4599;
}

.d_programas-copy._1:hover {
  box-shadow: -13px -13px 20px -6px #fff6, 14px 14px 36px -10px #008c4559;
}

.d_programas-copy._3 {
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #e01c2699;
}

.d_programas-copy._3:hover {
  box-shadow: -13px -13px 20px -6px #fff6, 14px 14px 36px -10px #e01c2659;
}

.d_testimonios-estudiantes {
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 25px 40px;
  display: flex;
}

.d_testimonios-estudiantes:hover {
  box-shadow: none;
}

.d_testimonios-estudiantes._1 {
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #008c4599;
}

.d_testimonios-estudiantes._1:hover {
  box-shadow: -13px -13px 20px -6px #fff6, 14px 14px 36px -10px #008c4559;
}

.d_testimonios-estudiantes._3 {
  box-shadow: -2px -2px 3px #fff9, 8px 8px 11px -12px #e01c2699;
}

.d_testimonios-estudiantes._3:hover {
  box-shadow: -13px -13px 20px -6px #fff6, 14px 14px 36px -10px #e01c2659;
}

.i_testimonios {
  border-radius: 150px;
  width: 190px;
  margin: 10px 50px;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  overflow: hidden;
}

.avion-papel {
  z-index: 1;
  width: 200px;
  max-width: none;
  position: static;
  overflow: hidden;
}

.d_avion-papel {
  z-index: 2;
  width: 100%;
  height: 450px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.d_loading-page {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.lapices-izquierda, .lapices-derecha {
  z-index: 1000;
  object-fit: cover;
  position: absolute;
}

.fondo-blanco-preloader {
  z-index: 999;
  background-color: var(--gainsboro);
  width: 100%;
  height: 100vh;
  position: relative;
}

.text-span-2 {
  font-size: .7em;
  font-weight: 500;
}

.text-span-3 {
  font-size: .7em;
  line-height: 30px;
}

.thumbnail-reconocimientos {
  width: 250px;
  margin: 20px;
}

.lightbox-link {
  display: none;
}

.thumbnail-premios {
  width: 600px;
  margin: 20px;
}

.lightbox-link-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 100%;
  display: flex;
}

.mask {
  flex: 1;
}

.icon-6, .icon-7 {
  color: var(--sea-green);
}

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

.slide-nav {
  display: none;
}

.i_logo-menu {
  width: 80px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  z-index: 1000;
  background-color: #f6f6f2;
  width: 100%;
  position: fixed;
  top: 0%;
}

.l_idiomas {
  background-image: url('../images/bandera-italia_1bandera italia.png');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.l_idiomas.italiano {
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.l_idiomas.italiano.w--current {
  margin-left: 10px;
  margin-right: 0;
}

.l_idiomas.espa-ol {
  background-image: url('../images/bandesp.png');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 30px;
  margin-left: 16px;
  margin-right: 20px;
}

.l_idiomas.espa-ol.w--current {
  background-image: url('../images/bandesp.png');
  background-size: cover;
}

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

.container-11 {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.icon-8 {
  color: var(--sea-green);
  margin-right: 0;
}

.icon-9, .icon-10, .icon-11 {
  color: var(--sea-green);
  margin-right: 2px;
}

.dropdown-list-2 {
  background-color: var(--gainsboro);
}

.dropdown-list-2.w--open {
  background-color: #f6f6f2;
}

.dropdown-list-3 {
  background-color: var(--white-smoke);
}

.dropdown-list-3.w--open {
  background-color: #f6f6f2;
}

.dropdown-list-4 {
  background-color: var(--white-smoke);
}

.dropdown-list-4.w--open {
  background-color: #f6f6f2;
}

.dropdown-list-5 {
  background-color: var(--white-smoke);
}

.dropdown-list-5.w--open {
  background-color: #f6f6f2;
}

.section-13 {
  background-color: #f6f6f2;
  height: 100px;
}

.section-14 {
  width: 100%;
  height: 100vh;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  height: auto;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

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

.d_contacto-2._1 {
  justify-content: flex-start;
}

.d_contacto-2._3 {
  flex-direction: column;
  justify-content: flex-start;
}

.i_contacto-2 {
  width: 85px;
  padding: 10px 20px 20px;
}

.div-block-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 20px;
  font-weight: 500;
}

.text-span-4, .text-span-5 {
  font-size: 20px;
}

.drop {
  padding-left: 5px;
  padding-right: 20px;
}

.s_pie-chart {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  box-shadow: inset 0 40px 40px -20px #000c;
}

.div-block-12 {
  box-shadow: none;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-12.chart {
  display: none;
}

.div-block-13 {
  width: 100%;
  height: 100%;
}

.carro-viajes {
  width: 300px;
}

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

.d_viajes {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 75px;
  display: flex;
  position: absolute;
}

.div-textos-viajes {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.d_calendario-titulo {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 10px;
  display: flex;
  position: absolute;
}

.contacto-background {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.back-contacto {
  z-index: 2;
  position: absolute;
}

.back-contacto._1 {
  z-index: 1;
}

.back-contacto._2 {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  top: -80px;
}

.back-contacto._3 {
  z-index: 3;
  object-fit: contain;
  width: 100%;
  height: 100vh;
  top: 60px;
}

.i_instrumentos {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: absolute;
  right: 0%;
}

.i_instrumentos._2 {
  z-index: 2;
}

.i_instrumentos._3 {
  z-index: 3;
}

.i_fundadora {
  width: 500px;
}

.lightbox-link-3 {
  z-index: 2;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none;
  position: absolute;
}

.boton-video-home {
  background-color: var(--sea-green);
  color: var(--gainsboro);
  border-radius: 20px;
  padding: 10px 15px;
  font-family: Neuemontreal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s;
}

.boton-video-home:hover {
  background-color: var(--black);
}

.section-15 {
  object-fit: cover;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.body-3 {
  background-color: var(--alice-blue);
}

.container-13 {
  z-index: 2;
  max-width: 100%;
  position: absolute;
}

.grid-9 {
  grid-template-rows: auto;
  width: 80vw;
}

.section-16 {
  height: auto;
  padding-bottom: 100px;
}

.h1-acotabsa {
  color: var(--gainsboro);
  font-family: Raleway, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 57px;
}

.h1-acotabsa.azul {
  color: var(--royal-blue);
}

.h1-acotabsa.centrado {
  text-align: center;
  font-size: 3em;
}

.texto-acotabsa {
  color: var(--gainsboro);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 30px;
}

.boton-acotabsa {
  background-color: var(--alice-blue);
  color: var(--royal-blue);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 40px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s;
}

.boton-acotabsa:hover {
  background-color: var(--black);
  color: var(--alice-blue);
}

.boton-acotabsa._30px-margen-izq {
  margin-left: 30px;
  margin-right: 0;
  padding-top: 12px;
}

.boton-acotabsa.azul {
  z-index: 2;
  background-color: var(--royal-blue);
  color: var(--alice-blue);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .5s, all .5s;
  position: absolute;
  right: 10%;
}

.boton-acotabsa.azul:hover {
  background-color: var(--black);
}

.boton-acotabsa.cta {
  margin-top: 20px;
}

.fondo-hero-acotabsa {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  position: absolute;
  top: 0%;
  overflow: hidden;
}

.container-14 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 80vw;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.container-15 {
  max-width: 80vw;
  margin-bottom: 40px;
}

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

.div-block-14 {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 250px;
}

.fondo-crema {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  height: 350px;
  margin-bottom: 70px;
  transition: all .5s;
  display: flex;
}

.fondo-crema:hover {
  box-shadow: 4px 4px 10px #0061af4d;
}

.boton-grid-acotabsa {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 0;
  padding-right: 40px;
  font-family: Raleway, sans-serif;
  font-size: 3em;
  font-weight: 700;
  transition: all .5s;
}

.boton-grid-acotabsa:hover {
  color: var(--royal-blue);
}

.i_compresor_grid {
  object-fit: contain;
  height: 590px;
  position: relative;
  bottom: 191px;
}

.i_compresor_grid.centro {
  max-width: 95%;
  height: 400px;
  bottom: 90px;
}

.i_compresor_grid.der {
  height: 480px;
  bottom: 150px;
}

.flecha-boton {
  font-size: 30px;
}

.flecha-boton.grande {
  color: var(--royal-blue);
  font-size: 60px;
}

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

.i_fondo-puntos {
  z-index: 1;
  width: 660px;
  max-width: 100%;
  position: absolute;
  bottom: -1660.79px;
  left: 0%;
}

.container-16 {
  z-index: 3;
  max-width: 80vw;
  position: relative;
}

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

.h3-acotabsa-copy {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 40px;
}

.h3-acotabsa-copy.azul {
  color: var(--royal-blue);
}

.t_acotabsa-parrafos {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.t_acotabsa-parrafos.italic {
  font-style: italic;
}

.d_grid-servicios {
  margin-left: 15px;
  margin-right: 15px;
}

.section-18 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 420px;
  display: flex;
}

.c_loop-premios {
  z-index: 1;
  width: 100%;
  height: 230px;
  position: static;
  overflow: hidden;
}

.wrapper_loop-2 {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 55px;
  display: flex;
}

.content-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clientes-logos {
  width: 700px;
  max-width: none;
  margin-right: 20px;
}

.i_maquina-servicios {
  height: 579px;
}

.i_llave {
  z-index: 5;
  width: 400px;
  display: block;
  position: absolute;
  right: 5%;
}

.i_destornillador {
  z-index: 4;
  width: 260px;
  position: absolute;
  left: 5%;
}

.section-19 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 610px;
  padding-bottom: 50px;
  display: flex;
}

.d_testimonio {
  background-color: var(--white-smoke-3);
  border-radius: 30px;
  width: 600px;
  height: 270px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 25px;
  box-shadow: 2px 2px 10px #0061af33;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.i_perfil-terstimonio {
  border-radius: 200px;
  width: 80px;
  height: 80px;
}

.div-block-16 {
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.t_empresa-testimonio {
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.t_nombre-testimonio {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.c_loop-testimonios {
  z-index: 1;
  width: 100%;
  height: 390px;
  position: static;
  overflow: hidden;
}

.section-20 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 566px;
  display: flex;
}

.i_cta-fondo {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  position: absolute;
}

.container-17 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  margin-top: 160px;
  display: flex;
  position: absolute;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: #79c0fa;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-link {
  color: var(--white-smoke-3);
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.footer-link:hover {
  color: var(--white-smoke);
  text-decoration: none;
}

.text-block-4 {
  color: var(--white-smoke-3);
}

.i_filtro {
  z-index: 1;
  width: 260px;
  position: absolute;
  left: 33%;
}

.html-embed-2 {
  z-index: 2;
  filter: brightness(300%) blur(10px);
  width: 100vw;
  position: absolute;
}

.lottie-animation {
  width: 100%;
  height: 70vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1440px) {
  .section-15 {
    overflow: hidden;
  }

  .grid-9 {
    width: 70vw;
  }

  .h1-acotabsa {
    font-size: 5em;
    line-height: 70px;
  }

  .h1-acotabsa.centrado {
    font-size: 3.1em;
  }

  .texto-acotabsa {
    font-size: 1.6em;
    line-height: 35px;
  }

  .boton-acotabsa.azul {
    right: 15%;
  }

  .container-14, .container-15 {
    max-width: 70vw;
  }

  .i_fondo-puntos {
    width: 750px;
  }

  .container-16 {
    max-width: 70vw;
  }

  .c_loop-premios {
    height: 140px;
    margin-top: 80px;
  }

  .wrapper_loop-2 {
    padding-top: 0;
  }

  .i_maquina-servicios {
    height: 550px;
  }

  .section-19 {
    padding-bottom: 100px;
  }

  .c_loop-testimonios {
    height: 300px;
    margin-top: 80px;
  }

  .section-20 {
    height: 610px;
  }

  .i_cta-fondo {
    margin-top: 0;
  }

  .container-17 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .t_menu {
    text-align: center;
  }

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

  .background-video {
    height: 79vh;
  }

  .container-2 {
    height: 15vh;
  }

  .t_titulo.primer-nivel {
    font-size: 50px;
    line-height: 50px;
  }

  .t_titulo.home {
    font-size: 22px;
    line-height: 30px;
  }

  .c_programas {
    height: auto;
  }

  .button {
    margin-left: 30px;
    font-size: 18px;
  }

  .heading-2.blanco {
    font-size: 60px;
  }

  .heading-2.blanco.artes, .heading-2.blanco.it {
    font-size: 70px;
  }

  .heading-2.verde {
    font-size: 60px;
  }

  .heading-2._3 {
    font-size: 80px;
  }

  .heading-2._3.galeria {
    margin-top: 50px;
  }

  .heading-2.viajes {
    margin-top: -28px;
    font-size: 78px;
  }

  .heading-2.destino {
    margin-top: 55px;
    padding: 22px 30px;
    font-size: 70px;
    line-height: 90%;
  }

  .heading-2.nuestros-programas {
    font-size: 70px;
    line-height: 100%;
  }

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

  .d_programas._1, .d_programas._2, .d_programas._3 {
    height: 100%;
  }

  .parrafos._3.viajes {
    font-size: 21px;
  }

  .section-4.programas, .d_esferos {
    height: 1800px;
  }

  .i_lapices-home {
    width: 410px;
    top: 8px;
  }

  .section-5._2, .section-5._3, .section-5._1, .section-5._4, .section-5._5 {
    height: 850px;
  }

  .text-span {
    font-size: 70px;
  }

  .t_subtitulo-diferenciadores {
    font-size: 35px;
  }

  .t_parrafo-diferenciadores.viajes {
    font-size: 20px;
  }

  .d_textos-diferenciadores {
    margin-top: 200px;
    margin-right: 140px;
    padding-left: 20px;
  }

  .d_textos-diferenciadores._2 {
    margin-top: 200px;
    margin-right: 98px;
  }

  .d_textos-diferenciadores._3 {
    margin-top: 200px;
    margin-right: 200px;
  }

  .d_textos-diferenciadores._5.calendario {
    height: 120px;
    margin-top: 10px;
  }

  .container-3._3.textos-ipad {
    margin-top: 65px;
    padding-top: 0;
  }

  .d_polaroids {
    height: 850px;
    top: -87px;
  }

  .d_polaroids.artes {
    top: -182px;
  }

  .i_polaroid._1, .i_polaroid._2 {
    height: 650px;
  }

  .i_polaroid._3 {
    height: 620px;
  }

  .i_lapices {
    height: 670px;
    top: 10px;
    right: 0%;
  }

  .i_mascara {
    height: 400px;
  }

  .section-7 {
    height: 100vh;
  }

  .section-7.galeria {
    height: 244px;
  }

  .slider__wave.is--bottom {
    bottom: 17%;
  }

  .container-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-6.is--slider {
    width: 100%;
    height: 550px;
  }

  .splide__slide {
    width: 70%;
    overflow: visible;
  }

  .section.is--slider {
    margin-bottom: 0;
    overflow: hidden;
  }

  .controls {
    display: none;
  }

  .splide__img {
    height: 440px;
  }

  .overflow {
    min-height: 0;
  }

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

  .d_profesores {
    width: 100%;
  }

  .d_profesores.vacio {
    display: none;
  }

  .i_libreta {
    z-index: 0;
    bottom: -9%;
  }

  .i_sacapuntas.regla, .titulos-footer._3, .logo-fb._3 {
    display: none;
  }

  .section-10._2 {
    width: 100%;
    height: auto;
  }

  .i_esfero.borradores {
    bottom: -1003.25px;
    right: -13%;
  }

  .i_objeto.castillo {
    z-index: 3;
    top: 938.5px;
  }

  .i_objeto.reglas {
    display: none;
  }

  .i_objeto.pinceles {
    width: 300px;
    bottom: -1448px;
  }

  .i_avion {
    height: 300px;
    top: 19%;
    right: 3%;
  }

  .s_contacto {
    background-position: 50% 0;
    background-size: auto;
    height: 1250px;
  }

  .div-ipad-contacto._2 {
    justify-content: center;
    height: auto;
    margin-top: 100px;
  }

  .mapa._2 {
    width: 610px;
    height: 420px;
  }

  .d_ipad-contacto._2 {
    background-size: cover;
    border-radius: 20px;
    width: 720px;
    height: 517px;
    margin-top: 0;
  }

  .i_trumpeta, .i_guitarra {
    width: auto;
    height: 400px;
  }

  .t_universidades-rueda._2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .avion-papel {
    width: 130px;
    margin-left: 51px;
  }

  .d_avion-papel {
    width: 100%;
  }

  .thumbnail-premios {
    width: 520px;
  }

  .slider-2 {
    width: 100%;
  }

  .i_logo-menu {
    width: 79px;
    padding-top: 6px;
  }

  .l_idiomas.italiano, .l_idiomas.espa-ol {
    margin-left: 45px;
    margin-right: 45px;
  }

  .nav-menu {
    background-color: #f6f6f2;
    height: auto;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 70px;
    padding-bottom: 10px;
  }

  .d_contacto-2._3 {
    flex-direction: column;
  }

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

  .s_pie-chart {
    height: 900px;
    overflow: hidden;
    box-shadow: inset 0 40px 40px -20px #000c;
  }

  .div-block-12 {
    width: 90%;
    height: 70%;
  }

  .ipad {
    height: 850px;
  }

  .d_viajes {
    height: 850px;
    padding-top: 216px;
  }

  .div-textos-viajes {
    height: 850px;
  }

  .d_calendario-titulo {
    height: 850px;
    padding-top: 0;
  }

  .contacto-background {
    height: 910px;
    overflow: hidden;
  }

  .back-contacto._2 {
    object-fit: contain;
    top: 130px;
    right: -47px;
  }

  .back-contacto._3 {
    display: none;
  }

  .i_instrumentos.guitarra-acustica, .i_instrumentos.clarinete, .i_instrumentos.cuerdas {
    width: auto;
    height: 400px;
  }

  .section-15 {
    height: 490px;
  }

  .grid-9 {
    width: 90vw;
  }

  .h1-acotabsa {
    font-size: 40px;
    line-height: 100%;
  }

  .texto-acotabsa {
    font-size: 13px;
    line-height: 20px;
  }

  .c_loop-premios {
    height: 200px;
  }

  .wrapper_loop-2 {
    height: auto;
  }

  .clientes-logos {
    width: 770px;
  }

  .c_loop-testimonios {
    height: 200px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lottie-animation {
    width: 980px;
    max-width: 991px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    height: 78vh;
  }

  .container-2 {
    height: 15vh;
  }

  .container-2.primer-nivel._2 {
    height: 50px;
    margin-top: -26px;
    padding-top: 0;
  }

  .t_titulo.primer-nivel {
    font-size: 35px;
    line-height: 37px;
  }

  .t_titulo.home {
    font-size: 22px;
    line-height: 24px;
  }

  .button {
    margin-right: 20px;
  }

  .heading-2.blanco, .heading-2.verde {
    font-size: 70px;
  }

  .heading-2.viajes {
    margin-top: -295px;
  }

  .heading-2.nuestros-programas {
    font-size: 80px;
    line-height: 100%;
  }

  .d_programas._1, .d_programas._2, .d_programas._3 {
    justify-content: center;
  }

  .parrafos._2, .parrafos._2.secundaria {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parrafos._3.viajes {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 21px;
  }

  .section-4.programas {
    height: 1880px;
  }

  .i_lapices-home {
    width: 370px;
  }

  .section-5._4 {
    background-image: linear-gradient(#fff0, #000c), url('../images/Background-min.jpg'), linear-gradient(#00000059, #00000059), url('../images/Florencia_min.jpg');
    background-position: 0 0, 50%, 0 0, 50% 100%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, cover, auto, cover;
  }

  .text-span {
    font-size: 70px;
  }

  .d_textos-diferenciadores {
    margin-top: 345px;
    margin-left: 15px;
    margin-right: 50px;
    padding-left: 0;
  }

  .d_textos-diferenciadores._2 {
    margin-top: 439px;
    margin-left: 15px;
    margin-right: 50px;
  }

  .d_textos-diferenciadores._3 {
    margin-top: 402px;
    margin-right: 50px;
  }

  .d_textos-diferenciadores._5 {
    margin-left: 0;
  }

  .container-3._3 {
    height: 520px;
  }

  .d_polaroids {
    align-items: center;
    top: -164px;
  }

  .i_polaroid._1, .i_polaroid._2, .i_polaroid._3 {
    height: 550px;
  }

  .boton-general {
    font-size: 18px;
  }

  .boton-conoce-mas {
    margin-top: 10px;
  }

  .section-7 {
    height: 300px;
  }

  .section-7.galeria, .section-7.galeria.it {
    height: 220px;
  }

  .section-7.programas {
    height: 100vh;
  }

  .slider__wave.is--bottom {
    bottom: 17%;
  }

  .container-6 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .section.is--slider {
    margin-bottom: 4.9em;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
    display: none;
  }

  .i_libreta {
    width: 50vw;
    bottom: -9%;
  }

  .i_esfero.borradores {
    width: 400px;
    bottom: -1024px;
    right: -13%;
  }

  .i_objeto.pinceles {
    width: 190px;
    bottom: -1525px;
  }

  .i_avion {
    height: 250px;
  }

  .s_contacto {
    background-position: 50% 0;
    background-size: auto;
    height: 1450px;
  }

  .div-ipad-contacto._2 {
    height: 1210px;
    margin-top: 40px;
  }

  .mapa._2 {
    width: 440px;
    height: 570px;
    margin-top: 22px;
    margin-bottom: 22px;
    transform: rotate(90deg);
  }

  .d_ipad-contacto._2 {
    background-size: contain;
    border-radius: 20px;
    width: 692px;
    height: 500px;
    transform: rotate(-90deg);
  }

  .section-12 {
    height: 380px;
  }

  .avion-papel {
    width: 110px;
    margin-left: 0;
  }

  .d_avion-papel {
    display: block;
  }

  .thumbnail-premios {
    width: 420px;
  }

  .icon-6, .icon-7 {
    top: -154px;
  }

  .container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-8 {
    margin-bottom: 0;
    padding-top: 63px;
  }

  .ipad {
    height: 650px;
  }

  .contacto-background {
    height: 1060px;
  }

  .back-contacto._2 {
    display: none;
    right: 0;
  }

  .c_loop-premios {
    height: 190px;
  }

  .wrapper_loop-2 {
    padding-top: 15px;
  }

  .c_loop-testimonios {
    height: 190px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .lottie-animation {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 80vh;
  }

  .container-2 {
    height: 15vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2.primer-nivel._1, .container-2.primer-nivel._2 {
    height: 70px;
    margin-top: 0;
  }

  .t_titulo._2 {
    line-height: 40px;
  }

  .t_titulo.primer-nivel {
    padding-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
    line-height: 49px;
  }

  .t_titulo.home {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 19px;
  }

  .c_programas {
    height: 2800px;
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .heading-2.blanco {
    font-size: 58px;
  }

  .heading-2.blanco.artes {
    font-size: 70px;
  }

  .heading-2.blanco.it {
    width: 95vw;
  }

  .heading-2._2 {
    margin-bottom: 15px;
    font-size: 60px;
  }

  .heading-2._3 {
    font-size: 70px;
  }

  .heading-2.viajes {
    margin-top: -75px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 70px;
    line-height: 100%;
  }

  .heading-2.destino {
    margin-top: 30px;
    font-size: 70px;
  }

  .heading-2.nuestros-programas {
    margin-top: 95px;
    margin-bottom: 55px;
    font-size: 70px;
  }

  .heading-2.calendario-2 {
    margin-bottom: 15px;
  }

  .d_programas._1 {
    height: 770px;
  }

  .d_programas._2 {
    height: 720px;
  }

  .d_programas._3 {
    height: 760px;
  }

  .parrafos._2.preprimaria {
    padding-left: 10px;
    padding-right: 10px;
  }

  .parrafos.programas-home {
    text-align: left;
    line-height: 28px;
  }

  .parrafos.premios {
    margin-top: 50px;
  }

  .section-4.programas {
    height: 2800px;
  }

  .t_titulo-programas-home {
    text-align: center;
  }

  .link-block-programas {
    height: 810px;
  }

  .link-block-programas._2 {
    height: 730px;
  }

  .d_esferos {
    height: 2800px;
  }

  .i_lapices-home {
    top: 0;
  }

  .section-5._2 {
    height: 860px;
  }

  .section-5._3 {
    height: 740px;
  }

  .section-5._1 {
    height: 810px;
  }

  .section-5._4 {
    background-image: linear-gradient(#0000, #000000bf), url('../images/Background-min.jpg'), linear-gradient(#00000059, #00000059), url('../images/Florencia_min.jpg');
    background-position: 0 0, 50%, 0 0, 50% 100%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, cover, auto, cover;
    height: 760px;
  }

  .section-5._5 {
    height: 860px;
  }

  .t_subtitulo-diferenciadores {
    font-size: 29px;
    line-height: 29px;
  }

  .t_subtitulo-diferenciadores.blanco {
    font-size: 29px;
  }

  .t_parrafo-diferenciadores {
    font-size: 20px;
    line-height: 21px;
  }

  .t_parrafo-diferenciadores.verde {
    width: 100%;
    height: 180px;
  }

  .t_parrafo-diferenciadores.viajes {
    text-align: center;
    font-size: 27px;
  }

  .d_textos-diferenciadores {
    width: 95vw;
    margin-top: 391px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .d_textos-diferenciadores._2 {
    width: 90vw;
    margin-top: 405px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .d_textos-diferenciadores._3 {
    width: 95vw;
    margin-top: 352px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .container-3 {
    height: 770px;
  }

  .container-3._3 {
    height: 710px;
  }

  .container-3._3.textos-ipad {
    height: 550px;
    margin-top: -20px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
  }

  .container-3._3.textos-ipad.viajes, .container-3.lengua, .container-3.campus {
    overflow: visible;
  }

  .d_polaroids {
    height: 900px;
    top: -116px;
  }

  .d_polaroids.artes {
    top: -167px;
  }

  .i_polaroid._1, .i_polaroid._2, .i_polaroid._3 {
    height: 450px;
  }

  .i_lapices {
    top: 0;
    right: 1%;
  }

  .i_mascara {
    height: 250px;
    right: 0%;
  }

  .t_subtitulo {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .t_subtitulo.prekinder {
    font-size: 20px;
  }

  .t_subtitulo.institucion {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 22px;
  }

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

  .container-4 {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .container-4.reconocimientos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4.fundadora {
    margin-bottom: 40px;
  }

  .section-7.galeria {
    height: 240px;
    padding-top: 20px;
  }

  .section-7.galeria.it {
    height: 310px;
    padding-bottom: 0;
  }

  .section-7.galeria.esp {
    height: 320px;
    padding-bottom: 0;
  }

  .section-7.programas {
    justify-content: flex-end;
    height: 1060px;
    padding-bottom: 0;
  }

  .section-7.programas.bchillerato {
    height: 1220px;
  }

  .section-7.programas.bchillerato.it {
    height: 1280px;
  }

  .section-7.programas.preprimaria {
    height: 1110px;
  }

  .section-7.programas.preprimaria.it {
    height: 1190px;
  }

  .section-7.programas.it {
    height: 1170px;
  }

  .container-5 {
    padding-bottom: 100px;
  }

  .d_fondo-programas {
    bottom: auto;
  }

  .slider__wave.is--bottom {
    bottom: 0%;
  }

  .container-6.is--slider {
    height: 400px;
    padding-left: 1em;
  }

  .splide__slide {
    width: 140%;
    height: 400px;
    min-height: 0;
  }

  .section.is--slider {
    height: 50vh;
    margin-top: 40px;
    margin-bottom: 6.9em;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .splide__img {
    height: 50vh;
  }

  .overflow {
    background-color: var(--gainsboro);
    min-height: auto;
  }

  .body-galeria {
    background-color: var(--gainsboro);
  }

  .frase-profesores {
    font-size: 20px;
  }

  .nombre-profesores {
    text-align: center;
    line-height: 33px;
  }

  .cargo-profesores {
    text-align: center;
    font-size: 20px;
  }

  .d_profesores-2._40:hover {
    background-image: linear-gradient(#008c45bf, #008c45bf), url('../images/_DSC2789.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .i_libreta {
    width: 200px;
    display: block;
    bottom: 0%;
    right: auto;
    overflow: hidden;
  }

  .i_sacapuntas.institucion {
    width: 140px;
  }

  .i_sacapuntas.regla {
    display: none;
  }

  .container-7._2 {
    max-width: 100%;
  }

  .grid-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .i_esfero.borradores {
    display: none;
    bottom: -1038px;
  }

  .i_objeto.castillo {
    top: 721.5px;
    left: 0%;
  }

  .i_objeto.pinceles {
    width: 140px;
    display: none;
    bottom: -1646px;
  }

  .d_ipad {
    border-radius: 20px;
    width: 300px;
    height: 710px;
  }

  .c_calendario {
    width: 300px;
  }

  .calendario {
    width: 100%;
    height: 400px;
  }

  .calendario._2 {
    height: 250px;
  }

  .d_calendario {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
  }

  .i_avion {
    height: 240px;
    top: 23%;
  }

  .s_contacto {
    height: 1130px;
  }

  .div-ipad-contacto._2 {
    height: 1090px;
    margin-top: 125px;
  }

  .mapa._2 {
    width: 260px;
    height: 340px;
  }

  .d_ipad-contacto._2 {
    border-radius: 16px;
    width: 430px;
    height: 309px;
  }

  .i_trumpeta, .i_guitarra {
    height: 300px;
  }

  .section-12 {
    height: 350px;
  }

  .avion-papel {
    width: 90px;
    margin-left: -96px;
  }

  .d_avion-papel {
    height: 390px;
    overflow: hidden;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .thumbnail-premios {
    width: 290px;
    margin-top: 0;
    margin-bottom: 77px;
  }

  .icon-6, .icon-7 {
    top: 90px;
  }

  .navbar {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu, .container-11 {
    width: 100%;
  }

  .menu-button {
    z-index: 10;
  }

  .grid-8 {
    margin-top: 61px;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 20px;
  }

  .s_pie-chart {
    height: 740px;
    overflow: hidden;
    box-shadow: inset 0 30px 40px -20px #000c;
  }

  .div-block-12 {
    width: 100%;
    height: 100%;
  }

  .ipad {
    height: 610px;
  }

  .d_viajes {
    height: 830px;
    padding-top: 49px;
  }

  .div-textos-viajes {
    height: 720px;
  }

  .back-contacto._1 {
    display: none;
  }

  .i_instrumentos.guitarra-acustica, .i_instrumentos.clarinete, .i_instrumentos.cuerdas {
    height: 300px;
  }

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

  .c_loop-premios {
    height: 144px;
    margin-top: 30px;
  }

  .wrapper_loop-2 {
    padding-top: 0;
  }

  .c_loop-testimonios {
    height: 144px;
    margin-top: 30px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .lottie-animation {
    width: 460px;
    height: 300px;
    margin-bottom: 0;
    overflow: hidden;
  }
}

#w-node-_506f8148-60c2-e1c5-1cd1-ca1668868ecb-68868ec8 {
  justify-self: start;
}

#w-node-_506f8148-60c2-e1c5-1cd1-ca1668868ed2-68868ec8 {
  justify-self: end;
}

#w-node-_2f6e4373-d969-2f03-6c81-0ead1b1f4263-a2ea26d9, #w-node-_2f6e4373-d969-2f03-6c81-0ead1b1f4263-a2ea26f1 {
  align-self: center;
}

#w-node-b19f8467-1707-0f59-5589-ab2d438ca706-438ca703 {
  justify-self: start;
}

#w-node-b19f8467-1707-0f59-5589-ab2d438ca70d-438ca703 {
  justify-self: end;
}


@font-face {
  font-family: 'Billiondreams personal';
  src: url('../fonts/BillionDreams_PERSONAL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tragicmarker';
  src: url('../fonts/TragicMarker.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}