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

.classes-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.body {
  background-color: #f8f8fe;
}

.heading2-toptoolbar-info {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.6);
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-align: left;
}

.heading-toptoolbar-info {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 24px;
}

.top-toolbar-text-container {
  margin-left: 0px;
  padding-left: 5px;
  float: left;
}

.search-input {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 6px;
}

.search-input.new-search-input {
  display: inline-block;
  border: 1px none #000;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-weight: 500;
}

.top-toolbar-search-container {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 19px;
  background-color: #f2f3f6;
}

.top-toolbar-button-container {
  display: inline-block;
  float: right;
}

.normal-button {
  position: static;
  display: inline-block;
  padding: 4px 25px;
  border-radius: 20px;
  background-color: #5092ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 74, 110, 0.1)), to(rgba(58, 74, 110, 0.1)));
  background-image: linear-gradient(180deg, rgba(58, 74, 110, 0.1), rgba(58, 74, 110, 0.1));
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.12);
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.normal-button.nueva-clase {
  width: 190px;
  height: 42px;
  padding: 11px 0px 0px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.materias-container-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.card {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 30%;
  margin: 1.5%;
  padding: 2%;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.12);
}

.card:hover {
  background-color: rgba(58, 74, 110, 0.1);
}

.card.card-video {
  height: 160px;
  padding-bottom: 5%;
}

.card.subject {
  display: inline-block;
  margin: 12px;
  padding: 24px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}

.card.subject.popup {
  width: 30%;
  max-height: 50%;
  margin-right: 6px;
  margin-left: 6px;
}

.heading-3 {
  margin-top: 8px;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #707070;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.image {
  width: 38px;
  height: 58px;
  margin: auto;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 64px;
  background-color: #3a4a6e;
}

.nav-link {
  display: block;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.section-toolbar {
  max-width: 1100px;
  padding-top: 19px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.image-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brand {
  padding-top: 22px;
  padding-bottom: 22px;
}

.lectura-contenido-leccion {
  color: transparent;
}

.image-3 {
  display: inline-block;
  width: 24px;
}

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  text-align: center;
}

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  margin: 10% auto auto;
  padding: 12px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.image-5 {
  border-radius: 6px;
}

.popup-image {
  height: 55%;
}

.popup-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12%;
  margin-top: 8px;
}

.popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: Raleway, sans-serif;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.popup-buttonblue {
  width: 30%;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-color: #3a4a6e;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
}

.popup-buttongray {
  width: 30%;
  height: 100%;
  margin-right: 12px;
  padding-top: 2px;
  padding-bottom: 0px;
  border-radius: 6px;
  background-color: #eaebef;
  font-family: Raleway, sans-serif;
  color: #6d7896;
  font-size: 9px;
}

.listalectura-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 9px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.25);
}

.listalecturas-container {
  margin-top: 25px;
  padding-left: 36px;
}

.listalectura-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listalectura-item:hover {
  background-color: rgba(58, 74, 110, 0.08);
}

.listalecturas-section-imagen {
  display: inline-block;
  width: 8%;
  padding-bottom: 0px;
}

.listalectura-section-titulo {
  display: inline-block;
  width: 20%;
}

.listalectura-section-texto {
  display: inline-block;
  width: 32%;
}

.listalectura-section-preguntas {
  display: inline-block;
  width: 10%;
}

.listalectura-section-ultact {
  display: inline-block;
  width: 20%;
  border-top: 1px none #000;
}

.listalectura-section-flags {
  display: inline-block;
  width: 8%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px none #000;
}

.hading-5 {
  font-family: Raleway, sans-serif;
  color: #707070;
}

.heading-7 {
  font-family: Raleway, sans-serif;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 600;
}

.top-toolbar-info-arrow {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.flagcounter {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 12px;
  border-color: #ff6e6d;
  border-radius: 12px;
  background-color: #3a4a6e;
}

.flagcounter.yellow {
  background-color: #ffc74f;
}

.flagcounter.red {
  background-color: #ff6e6d;
}

.lectura-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 250px;
  padding-top: 0px;
  padding-left: 64px;
  float: none;
  clear: none;
  background-color: #eeeef2;
}

.top-toolbar-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-toolbar-info-img {
  margin-left: 0px;
}

.lectura-toolbar-titulo {
  position: static;
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-titulo {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 24px;
}

.lectura-toolbar-thumbnail-button {
  padding: 4px 25px;
  border-radius: 6px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 74, 110, 0.16)), to(rgba(58, 74, 110, 0.16)));
  background-image: linear-gradient(180deg, rgba(58, 74, 110, 0.16), rgba(58, 74, 110, 0.16));
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.section-contenidolectura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.lectura-contenido-container {
  width: 80%;
  margin-right: 96px;
  margin-left: 96px;
}

.lectura-flags-container {
  width: 20%;
  border-width: 2px;
  border-color: #eeeef2;
  border-left-style: solid;
}

.lectura-element-selection {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 5px 15px;
  border-radius: 6px;
  background-color: rgba(234, 235, 239, 0.8);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.body-2 {
  border-radius: 6px;
}

.lectura-element-control {
  float: left;
}

.image-6 {
  margin-right: 10px;
}

.lectura-nav-element-clicked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  background-color: rgba(58, 74, 110, 0.1);
}

.lectura-nav-element-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lectura-nav-element-text {
  margin-left: 15px;
  padding-top: 0px;
}

.heading-lectura-nav-element {
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 14px;
}

.lectura-nav-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 15px;
  background-color: transparent;
}

.heading-lectura-nav-element-clicked {
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.5);
  font-size: 14px;
}

.lectura-contenido-texto {
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 12px;
}

.lectura-contenido-texto:hover {
  background-color: transparent;
}

.lectura-contenido-bloque {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.lectura-contenido-bloque:hover {
  border-radius: 6px;
  background-color: rgba(234, 235, 239, 0.5);
}

.lectura-contenido-element-editando {
  display: inline-block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: rgba(234, 235, 239, 0.8);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.lectura-contenido-element-edit-controls {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-7 {
  display: inline-block;
}

.lectura-element-control-save {
  float: right;
}

.lectura-contenido-parrafo-edit {
  font-family: Raleway, sans-serif;
  color: #707070;
  font-size: 12px;
  font-weight: 600;
}

.lectura-contenido-parrafo-edit:hover {
  background-color: transparent;
}

.lectura-contenido-titulo {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 18px;
}

.lectura-contenido-lista {
  color: #3a4a6e;
  list-style-type: disc;
}

.list-item {
  list-style-type: disc;
}

.lectura-flags-expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 9px;
  padding-left: 10px;
  float: none;
}

.lectura-flag-imgflag {
  display: inline-block;
  float: left;
}

.lectura-flag-imgarrow {
  display: inline-block;
  margin-right: 0px;
  float: left;
}

.lectura-flag-textflags {
  display: inline-block;
  margin-right: 0px;
  float: none;
}

.heading-lecturas-flags-text {
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.8);
  font-size: 12px;
  font-weight: 700;
}

.lectura-flags-expanded {
  display: inline-block;
  padding-left: 10px;
}

.lecturas-flags-heading-expanded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.lectura-flags-flagitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lectura-flag-imgflag-checkbox {
  float: left;
}

.heading-lecturas-flags-text--resolvedflag {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.8);
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.div-block-13 {
  height: 16px;
}

.lectura-flags-heading-space {
  width: 40%;
  height: auto;
}

.lectura-contenido-codigo {
  margin-left: 50px;
}

.lectura-nav-short {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 110px;
  padding-left: 64px;
  float: none;
  clear: none;
  background-color: #eeeef2;
}

.image-8 {
  margin-bottom: 0px;
}

.body-codigo {
  background-color: #1e283b;
}

.heading-lecturas-flags-textgray {
  margin-top: auto;
  margin-bottom: auto;
  float: right;
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.heading-lecturas-flags-text--resolvedflaggray {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.lectura-contenido-codigo-textwhite {
  margin-top: 3px;
  margin-bottom: 3px;
  color: rgba(238, 238, 242, 0.7);
  line-height: 25px;
  font-weight: 400;
}

.lectura-contenido-codigo-textmorado {
  margin-top: 3px;
  margin-bottom: 3px;
  color: rgba(230, 113, 240, 0.7);
  line-height: 25px;
}

.lectura-contenido-codigo-textgreen {
  margin-top: 3px;
  margin-bottom: 3px;
  color: rgba(131, 187, 142, 0.7);
  line-height: 25px;
}

.top-toolbar-info-containershort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 96px;
  padding-top: 24px;
}

.lectura-contenido-leccion-withnav {
  margin-left: 250px;
}

.body-3 {
  background-color: #f8f8fe;
}

.section--preguntas {
  padding-right: 10px;
}

.listapreguntas-section-pregunta {
  display: inline-block;
  width: 60%;
}

.heading-8 {
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 11px;
  font-weight: 600;
}

.listapreguntas-section-ulted {
  display: inline-block;
  width: 25%;
  border-top: 1px none #000;
}

.listapreguntas-section-flags {
  display: inline-block;
  width: 13%;
  padding-bottom: 0px;
  border-top: 1px none #000;
}

.listapreguntas-titles {
  height: 30px;
  padding-top: 0px;
  padding-left: 5px;
  border-bottom: 1px solid hsla(0, 0%, 43.9%, 0.25);
}

.listapreguntas-item {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-left: 5px;
}

.listapreguntas-item:hover {
  background-color: rgba(58, 74, 110, 0.08);
}

.heading-subtitulo {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.77);
  font-size: 22px;
}

.heading-texto {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.77);
  font-size: 18px;
  font-weight: 400;
}

.heading-titulopequeno {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.53);
  font-size: 14px;
  font-weight: 700;
}

.heading-titulodetalle {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.3);
  font-size: 12px;
  font-weight: 600;
}

.lectura-videos-container {
  display: block;
  width: 100%;
  margin-right: 10%;
  margin-left: 10%;
}

.video {
  width: 100%;
  height: 80%;
  margin-right: 5px;
}

.heading-titulovideo {
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #6d7896;
  font-size: 16px;
  font-weight: 700;
}

.respuesta-item-correcta {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
  background-color: rgba(136, 208, 118, 0.25);
}

.heading-pregunta {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.48);
  font-size: 14px;
  font-weight: 600;
}

.image-10 {
  margin-top: auto;
  margin-right: 15px;
  margin-bottom: auto;
}

.respuesta-item {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(58, 74, 110, 0.19);
  border-radius: 4px;
  background-color: #fff;
}

.respuesta-item-editando {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
  background-color: #eeeef2;
}

.respuesta-item-nuevarespuesta {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
  background-color: rgba(136, 208, 118, 0.38);
}

.top-toolbar-container {
  display: inline-block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-3 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
}

.listalecturas-section-delete {
  display: block;
  width: 4%;
  padding-bottom: 0px;
}

.lecture-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.plus-sign {
  margin-right: 10px;
  margin-bottom: 12px;
}

.heading2-toptoolbar-info-popup {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: rgba(58, 74, 110, 0.6);
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-align: left;
}

.image-11 {
  margin-right: 8px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 64px;
  margin-bottom: auto;
  padding-right: 0px;
  background-color: #3a4a6e;
}

.nav-menu {
  display: none;
  padding-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a4a6e;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  display: block;
  width: 32px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.container-7 {
  width: 100%;
  float: none;
}

.modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100vh;
}

.modal-container._4 {
  display: none;
}

.modal-background {
  width: 100%;
  height: 100%;
  background-color: rgba(120, 187, 230, 0.6);
  cursor: pointer;
}

.modal-background.materias {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 10;
  display: block;
  overflow: scroll;
  width: 95%;
  max-height: 325px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #78bbe6;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.modal.materias {
  display: block;
  width: 100%;
  max-height: 500px;
  max-width: 65%;
  margin-left: auto;
  border-radius: 6px;
}

.long-card {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 30%;
  margin: 1.5%;
  padding: 2%;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.12);
}

.long-card:hover {
  background-color: rgba(58, 74, 110, 0.1);
}

.long-card.subject {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 12px auto;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #5092ff;
}

.course-title-container {
  margin-left: 2%;
  padding: auto;
}

.active-courses {
  margin-top: 24px;
}

.deactive-courses {
  margin-top: 24px;
}

.long-card-inactive {
  position: static;
  display: inline-block;
  overflow: visible;
  width: 30%;
  margin: 1.5%;
  padding: 2%;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.12);
}

.long-card-inactive:hover {
  background-color: rgba(58, 74, 110, 0.1);
}

.long-card-inactive.subject {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin: 12px auto;
  padding: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
  opacity: 0.65;
}

.subject-options-container {
  position: absolute;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subject-option {
  margin-right: 16px;
  margin-left: 16px;
}

.subject-toggle {
  margin-right: 16px;
  margin-left: 16px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 100px;
  margin-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16.login-inputform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-weight: 600;
}

.body-4 {
  background-color: #f9f9fb;
}

.heading-333 {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-size: 14px;
  font-weight: 500;
}

.heading {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.div-class-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-left {
  display: inline-block;
  width: 50%;
  max-width: 535px;
  margin-bottom: 22px;
  border-radius: 12px;
  background-color: transparent;
}

.body-5 {
  padding: 0px;
  background-color: #f9f9fb;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.temas-relacionados {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.image12 {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.paragraph-3 {
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 16px;
  color: #2e4970;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.div-courses {
  min-height: 100px;
  margin-top: 18px;
  padding: 20px 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.paragraph-5 {
  display: inline-block;
  margin-bottom: 0px;
  color: #2e486f;
  font-size: 12px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.image-17 {
  height: 15px;
  max-height: 15px;
  min-height: 15px;
  margin-left: 54px;
  cursor: pointer;
}

.login {
  padding: 48px 48px 24px;
  border-radius: 12px;
  background-color: #fff;
}

.body-6 {
  background-color: #f2f3f6;
}

.login-title {
  display: block;
  width: 80%;
  margin: 0px auto 32px;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-weight: 700;
  text-align: center;
}

.paragraph-8 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #909eb1;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
}

.paragraph-8.texto1 {
  margin-top: 16px;
  color: #2e4970;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.paragraph-8.aviso-de-privacidad {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #5092fc;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.botton {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 16px;
  border-radius: 36px;
  background-color: #5092ff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.botton.crear-cuenta {
  background-color: #f2f3f6;
  color: #5092fc;
}

.section-5 {
  min-height: 100vh;
}

.text-input-container.bg-gris-1 {
  border-radius: 12px;
  background-color: #f2f3f6;
  color: #000;
}

.text-input-container.bg-gris-1.gris-5 {
  width: 40%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 16px;
  color: #2e4970;
}

.text-input-container.bg-gris-1.gris-5.new-login-botton {
  width: 100%;
  margin: 0px auto 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px none #000;
  background-color: #f2f3f6;
}

.image-19 {
  display: block;
  height: 35px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-17 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-weight: 700;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-top: -230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(46, 73, 112, 0.1);
}

.image-21 {
  display: block;
  margin: 0px auto 20px;
}

.button {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #f2f3f6;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/facebook_round_logo.svg');
  background-position: 55% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button.google {
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/google_logo.svg');
  background-position: 50% 50%;
}

.button.facebook {
  background-position: 55% 50%;
}

.button.apple {
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/apple_logo.svg');
  background-position: 50% 50%;
}

.button.google {
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/google_logo.svg');
  background-position: 50% 50%;
}

.button.facebook {
  background-position: 55% 50%;
}

.button.apple {
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/apple_logo.svg');
  background-position: 50% 50%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  display: block;
}

.body-7 {
  background-color: #f2f3f6;
}

.heading-lectures {
  display: block;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.heading-date {
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: #3a4a6e;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.heading-21 {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.class-title-body {
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-container.tolbar-container {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listaclase-section-linkbutton {
  display: block;
  width: 25px;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
}

.form-block {
  display: inline-block;
  width: 80%;
  margin-bottom: 0px;
  margin-left: 7px;
}

.heading17 {
  font-size: 14px;
}

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

.top-classes-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-calendar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-30 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-weight: 700;
  text-align: right;
}

.heading-31 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-weight: 700;
  text-align: right;
}

.heading-32 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-weight: 700;
}

.heading-33 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-size: 18px;
  font-weight: 700;
}

.top-filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  width: 190px;
  height: 160px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(95, 115, 145, 0.05);
  border-radius: 15px;
  background-color: #fff;
}

.body-8 {
  height: 140vh;
  background-color: #f9f9fb;
  color: #2e4970;
}

.heading-34 {
  display: inline-block;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-size: 14px;
  font-weight: 600;
}

.div-block-45 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f3f6;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  width: 100px;
  height: 30px;
  margin-top: 18px;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 80px;
  background-color: #fff;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-03-10-at-11.23.55-AM.png');
  background-position: 95% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-weight: 600;
}

.button-cursos {
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 8px 0px 12px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-size: 12px;
  font-weight: 600;
}

.button-materias-ceneval {
  width: 100px;
  height: 30px;
  margin-top: 18px;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 80px;
  background-color: #fff;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-03-10-at-11.31.53-AM.png');
  background-position: 95% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-weight: 600;
}

.image-25 {
  width: 25px;
  height: 20px;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 10px;
  margin-right: 30px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-calendar {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 350px;
  height: 330px;
  margin-top: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(95, 115, 145, 0.05);
  border-radius: 15px;
  background-color: #fff;
}

.div-calendar-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-26 {
  width: 10px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.heading-36 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-size: 18px;
  font-weight: 700;
}

.month-day {
  margin: 10px;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.month-day.gray-day {
  width: 100%;
  text-align: center;
}

.month-day.activate {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5092fc;
  color: #f9f9fb;
}

.div-calendar-days {
  display: block;
  width: 90%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.div-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-day {
  display: inline-block;
  width: 14%;
  margin: 0px auto;
  font-family: Raleway, sans-serif;
  color: #c1c9d3;
  font-weight: 600;
}

.form-2 {
  width: 100%;
}

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

.classes-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 21px;
  grid-row-gap: 15px;
  -ms-grid-columns: 10fr 2.25fr 1.75fr 1.75fr 1.25fr;
  grid-template-columns: 10fr 2.25fr 1.75fr 1.75fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.class-img {
  display: inline-block;
  width: 160px;
  height: 90px;
  max-height: 90px;
  max-width: 160px;
  min-height: 90px;
  min-width: 160px;
  margin-right: 16px;
  border-radius: 12px;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-02-10-at-1.39.52-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.class-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.class-container:hover {
  border-radius: 12px;
  background-color: #f2f3f6;
}

.class-date {
  width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.class-lectures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-is-live {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-link {
  display: block;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29 {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 8px;
}

.listaclase-section-noenvivo {
  width: 70px;
  height: 25px;
  padding-top: 1px;
  padding-right: 10px;
  padding-left: 11px;
  border-radius: 8px;
  background-color: #c1c9d3;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
}

.listaclase-section-nolinkbutton {
  display: block;
  width: 25px;
  height: 22px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 25px;
  margin-right: 12px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #fff;
}

.image-30 {
  width: 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-right: 6px;
  cursor: pointer;
}

.image-31 {
  width: 10px;
  height: 15px;
  margin-left: 5px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-32 {
  width: 10px;
  height: 15px;
  margin-left: 5px;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-33 {
  width: 10px;
  height: 20px;
  margin-left: 5px;
}

.main-container {
  max-width: 1100px;
}

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

.grey1-background {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f3f6;
}

.grey05-background {
  background-color: #f9f9fb;
}

.calendar-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  background-color: rgba(97, 93, 93, 0.3);
}

.arrows-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-icon {
  padding: 4px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  cursor: pointer;
}

.up-icon {
  padding: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

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

.weekday-grid {
  display: inline-block;
  width: 100%;
  margin: 0px;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-weight: 600;
  text-align: center;
}

.heading-37 {
  display: inline-block;
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-size: 18px;
  font-weight: 700;
}

.grid-fechas {
  margin-top: 5px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.navabar-lesson {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.max-container {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

.div-container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-editor-clases {
  display: inline-block;
  margin-left: 24px;
}

.sub-nombre {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8f9eb2;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  cursor: pointer;
}

.nombre {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3a4a6e;
  font-size: 20px;
  line-height: 30px;
}

.div-navbar-btts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guardar-btt {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
}

.notificacion-btt {
  display: inline-block;
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
}

.submit-button-vivo {
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
  color: #f9f9fb;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button-notificacion {
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
  color: #5092fc;
  font-weight: 700;
}

.div-guardar {
  display: inline-block;
  width: 160px;
  height: 42px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 21px;
  background-color: #5092ff;
  text-align: center;
  cursor: pointer;
}

.div-envivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 21px;
  background-color: #fd6968;
  color: #333;
  cursor: pointer;
}

.div-notificaciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 22px;
  background-color: #f2f3f6;
  color: #5092fc;
  cursor: pointer;
}

.image-35 {
  width: 12px;
}

.image-36 {
  width: 17px;
  max-width: 17px;
  min-width: 17px;
}

.titulo {
  width: 310px;
  height: 100%;
  max-height: 116px;
  max-width: 310px;
  min-height: 100%;
  min-width: 310px;
  margin-bottom: 0px;
  padding: 16px;
  border: 1px none #000;
  border-radius: 12px;
  background-color: #f2f3f6;
  font-family: Raleway, sans-serif;
  color: #2e486f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.eliminate {
  width: 20px;
  margin-left: 24px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.agregar-tema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f9f9fb;
  cursor: pointer;
}

.agreagar-tema-heading {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 15px;
  color: #2e4970;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.div-plus-tema {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f2f3f6;
}

.section-9 {
  margin-bottom: 150px;
}

.form-titulo {
  height: 100%;
}

.form-youtube {
  width: 90%;
  margin-bottom: 0px;
}

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

.text-field-2 {
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #2e486f;
  font-style: italic;
  font-weight: 500;
}

.image-40 {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  padding-top: 0px;
}

.add-image {
  width: 23px;
  height: 21px;
  max-height: 21px;
  max-width: 23px;
  min-height: 21px;
  min-width: 23px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/cast-off.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.modal-temas-relacionados {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99990;
  display: none;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(46, 72, 111, 0.3);
}

.temas-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.div-temas-input {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f2f3f6;
}

.form-block-5 {
  display: inline-block;
  width: 89%;
  margin-bottom: 0px;
}

.image-42 {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.form-4 {
  margin-bottom: 0px;
}

.text-field-5 {
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #2e4970;
  font-size: 12px;
  font-weight: 500;
}

.text-field-5::-webkit-input-placeholder {
  color: #8f9eb2;
}

.text-field-5:-ms-input-placeholder {
  color: #8f9eb2;
}

.text-field-5::-ms-input-placeholder {
  color: #8f9eb2;
}

.text-field-5::placeholder {
  color: #8f9eb2;
}

.input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
}

.div-temas-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tema-relacionado-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
}

.heading-18 {
  display: block;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #2e486f;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.div-block-68 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2f3f6;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/add_strong_blue.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.add-course-btn {
  display: inline-block;
  min-height: 30px;
  min-width: 100px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 22px;
  background-color: #5092fc;
  cursor: pointer;
}

.div-block-71 {
  display: inline-block;
  min-height: 30px;
  min-width: 50px;
  margin-top: 5px;
  margin-right: 12px;
  margin-bottom: 5px;
  border-radius: 80px;
  background-color: #fff;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-44 {
  margin-left: 7px;
  cursor: pointer;
}

.thumnail-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.curso-add-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 16px 5px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-course {
  width: 10px;
  cursor: pointer;
}

.agregar-paragraph {
  display: inline-block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.div-block-74 {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #f2f3f6;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-76 {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-02-10-at-1.39.52-PM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.form-block-6 {
  width: 100%;
  margin-bottom: 0px;
  margin-left: 12px;
}

.div-block-right {
  position: relative;
  display: inline-block;
  width: 50%;
  max-width: 535px;
  margin-bottom: 22px;
  border-radius: 12px;
  background-color: transparent;
}

.list-header {
  display: inline-block;
  width: 60%;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-size: 18px;
  font-weight: 600;
}

.list-header-small {
  display: inline-block;
  width: 10%;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #5f7391;
  font-size: 18px;
  font-weight: 600;
}

.list-header-small.centered {
  text-align: center;
}

.main-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-45 {
  margin-right: 8px;
}

.div-block-77 {
  width: 500px;
  height: 700px;
  padding: 5px;
  border-radius: 12px;
  background-color: rgba(95, 115, 145, 0.15);
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-46 {
  cursor: pointer;
}

.div-block-79 {
  width: 200px;
  height: 112.5px;
  max-height: 112.5px;
  max-width: 200px;
  min-height: 112.5px;
  min-width: 200px;
  border-radius: 12px;
  background-image: url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-02-10-at-1.39.52-PM.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-form-time {
  display: inline-block;
  width: 32%;
}

.div-block-materia {
  display: inline-block;
  width: 32%;
}

.div-block-form-date {
  display: inline-block;
  width: 32%;
  margin-right: 10px;
  margin-left: 10px;
}

.form-block-7 {
  margin-top: 24px;
  margin-bottom: 0px;
}

.text-field-7 {
  height: 42px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px none #000;
  border-radius: 12px;
  background-color: #f2f3f6;
  color: #2e486f;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.select-field {
  height: 42px;
  margin-bottom: 0px;
  padding-right: 0px;
  border: 1px none #000;
  border-radius: 12px;
  color: #2e486f;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

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

.textarea {
  width: 100%;
  height: 310px;
  max-height: 310px;
  max-width: 535px;
  min-height: 310px;
  min-width: 100%;
  margin-top: 16px;
  padding: 20px;
  border: 1px none #000;
  border-radius: 12px;
  background-color: #f2f3f6;
  color: #2e486f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.field-label {
  color: #2e486f;
  line-height: 16px;
}

.heading-336 {
  margin-top: 22px;
  margin-bottom: 0px;
  color: #2e486f;
  font-size: 14px;
  line-height: 16px;
}

.heading-337 {
  color: #2e486f;
  font-size: 14px;
  line-height: 26px;
}

.div-class-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 73, 110, 0.81)), to(rgba(47, 73, 110, 0.81))), url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-02-10-at-1.39.52-PM.png');
  background-image: linear-gradient(180deg, rgba(47, 73, 110, 0.81), rgba(47, 73, 110, 0.81)), url('../../../../../../Downloads/admin-web-c0accb.webflow/images/Screen-Shot-2020-02-10-at-1.39.52-PM.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.text-block {
  margin-top: 6px;
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.div-right-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-338 {
  margin-bottom: 13px;
  color: #2e486f;
  font-size: 14px;
  line-height: 26px;
}

.div-chanels-container {
  display: block;
  padding: 16px 16px 10px;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.div-chanel {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 21px;
  border-radius: 12px;
  background-color: #fff;
}

.div-chanel.mux {
  display: none;
}

.div-functionalities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-47 {
  width: 65px;
  height: 65px;
  max-height: 65px;
  max-width: 65px;
  min-height: 65px;
  min-width: 65px;
}

.image-chanel {
  width: 65px;
  height: 65px;
  max-height: 65px;
  max-width: 65px;
  min-height: 65px;
  min-width: 65px;
}

.div-functions-chanel {
  margin-left: 16px;
}

.text-block-2 {
  color: #2e4970;
  font-size: 16px;
  line-height: 18px;
}

.image-48 {
  width: 12px;
  height: 12px;
  max-height: 12px;
  max-width: 12px;
  min-height: 12px;
  min-width: 12px;
  margin-left: 12px;
  cursor: pointer;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-83 {
  width: 8px;
  height: 8px;
  max-height: 8px;
  max-width: 8px;
  min-height: 8px;
  min-width: 8px;
  border-radius: 9px;
  background-color: #8a8b8b;
}

.text-block-3 {
  margin-left: 8px;
  color: #607490;
  line-height: 24px;
  font-weight: 500;
}

.div-functions-subject {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-interrup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 38px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}

.div-interrup:hover {
  background-color: #f9f9fb;
}

.div-disconnect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 28px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}

.div-disconnect:hover {
  background-color: #f9f9fb;
}

.image-49 {
  width: 22px;
  height: 18px;
  max-height: 18px;
  max-width: 22px;
  min-height: 18px;
  min-width: 22px;
}

.image-50 {
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
}

.text-block-4 {
  margin-top: 8px;
  color: #2e486f;
  line-height: 26px;
  font-weight: 600;
}

.text-block-5 {
  margin-top: 2px;
  color: #2e486f;
  line-height: 26px;
  font-weight: 600;
}

.image-51 {
  position: absolute;
  left: auto;
  top: 10px;
  right: 14px;
  bottom: auto;
  width: 18px;
  height: 18px;
  border-radius: 16px;
  cursor: pointer;
}

.div-chanel-links {
  display: none;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 22px;
}

.div-chanel-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 0px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.chanel-text {
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #2e486f;
  font-style: italic;
  font-weight: 500;
}

.form-chanel {
  width: 90%;
  margin-bottom: 0px;
}

.link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2e486f;
  font-size: 14px;
  line-height: 26px;
}

.chanel-publicvideo {
  width: 90%;
  margin-bottom: 0px;
}

.image-52 {
  width: 12px;
  height: 12px;
  max-height: 12px;
  max-width: 12px;
  min-height: 12px;
  min-width: 12px;
  margin-left: 8px;
  cursor: pointer;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-8 {
  margin-top: 13px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #2e486f;
  font-style: italic;
  font-weight: 500;
}

.link-plataform {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2e486f;
  font-size: 14px;
  line-height: 26px;
}

.div-stream-key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  padding: 0px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.div-public-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f2f3f6;
}

.div-block-86 {
  width: 9px;
  height: 9px;
  max-height: 9px;
  max-width: 9px;
  min-height: 9px;
  min-width: 9px;
  border-radius: 50%;
  background-color: #fd8f4f;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  color: rgba(46, 72, 111, 0.25);
  font-size: 12px;
  line-height: 22px;
}

.text-block-7 {
  color: #5092fc;
  font-size: 12px;
  line-height: 22px;
}

.div-block-88 {
  position: absolute;
  left: auto;
  top: 383px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.nav-menu-button {
  font-family: Raleway, sans-serif;
  color: #020e33;
  font-weight: 600;
}

.nav-menu-button.hide {
  display: none;
}

.nav-link-6 {
  width: auto;
  height: 34px;
  margin-top: 12px;
  margin-left: 12px;
  padding: 8px 20px 0px;
  border-radius: 20px;
  background-color: rgba(80, 146, 255, 0.1);
  font-family: Raleway, sans-serif;
  color: #5092ff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.brand-4 {
  margin-top: 18px;
}

.legal {
  background-color: #f2f3f6;
}

.legal-left {
  display: inline-block;
  height: 50px;
}

.legal-copyright {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #485f7f;
  font-size: 12px;
  font-weight: 500;
}

.legal-right {
  display: inline-block;
  height: 50px;
  padding-top: 15px;
  float: right;
}

.legal-link {
  margin-left: 32px;
  font-family: Raleway, sans-serif;
  color: #485f7f;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.legal-link:visited {
  color: #485f7f;
}

.legal-link.hide {
  display: none;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2 {
  grid-column-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-9 {
  background-color: #f9f9fb;
}

.heading-339 {
  font-family: Raleway, sans-serif;
  color: #2e4970;
}

.paragraph-9 {
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-9-copy {
  margin-top: 16px;
  font-family: Raleway, sans-serif;
  color: #2e4970;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.link-2 {
  color: #2e4970;
  font-weight: 600;
}

.link-2:visited {
  color: #2e4970;
}

.image-53 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .classes-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .top-toolbar-search-container {
    width: 0px;
    max-width: 30vw;
    min-width: 25vw;
    margin-right: 5%;
    margin-left: 5%;
  }

  .normal-button.nueva-clase {
    margin-left: 6px;
  }

  .modal {
    height: 95vh;
    max-height: none;
  }

  .div-block-16 {
    margin-left: 10%;
  }

  .div-block-16.login-inputform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph-3 {
    width: 200px;
  }

  .div-block-21 {
    width: 90%;
    margin-left: 5%;
  }

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

  .login {
    width: 60%;
  }

  .text-input-container.bg-gris-1.gris-5 {
    width: 50%;
  }

  .image-22 {
    display: none;
  }

  .nav-container.tolbar-container {
    min-width: 90vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-calendar-container {
    max-width: 30vw;
  }

  .div-block-44 {
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(95, 115, 145, 0.05);
    border-radius: 15px;
    background-color: #fff;
  }

  .body-8 {
    background-color: #f9f9fb;
  }

  .heading-34 {
    width: 60%;
    margin: 14px auto 0px;
    font-family: Raleway, sans-serif;
    color: #2e486f;
    font-size: 14px;
    font-weight: 600;
  }

  .div-calendar {
    top: 21%;
    right: 2%;
  }

  .listaclase-section-noenvivo {
    padding-right: 4px;
    padding-left: 4px;
  }

  .agregar-tema {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .agreagar-tema-heading {
    width: 200px;
  }

  .tema-relacionado-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-chanel-link {
    width: 90%;
    margin-left: 5%;
  }

  .div-stream-key {
    width: 90%;
    margin-left: 5%;
  }

  .icon-6 {
    color: #020e33;
  }

  .nav-menu-button {
    background-color: #fff;
  }

  .nav-link-6 {
    width: 100%;
    height: 48px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    border-radius: 0px 0px 12px 12px;
    background-color: #5092ff;
    color: #fff;
    text-align: center;
  }

  .menu {
    background-color: #fff;
  }

  .menu.w--open {
    background-color: #fff;
  }

  .nav-menu-6 {
    background-color: transparent;
  }

  .legal-copyright {
    font-size: 12px;
  }

  .legal-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .normal-button.nueva-clase {
    margin-left: 25px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 10px;
  }

  .div-block-16 {
    margin-left: 14%;
  }

  .div-class-container {
    width: 80%;
    margin-right: auto;
    margin-left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .image-17 {
    display: inline-block;
    margin-right: auto;
    margin-left: 42px;
  }

  .login {
    width: 80%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-input-container.bg-gris-1.gris-5 {
    width: 80%;
    max-width: 400px;
  }

  .section-6 {
    height: 300px;
  }

  .image-21 {
    margin-top: 250px;
  }

  .image-22 {
    display: none;
  }

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

  .nav-link-6 {
    border-radius: 0px;
    background-color: rgba(80, 146, 255, 0.2);
    color: #5092ff;
  }

  .brand-4 {
    margin-left: 16px;
    padding-left: 0px;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .legal {
    padding-bottom: 10px;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .legal-left {
    height: 25px;
  }

  .legal-copyright {
    margin-top: 0px;
    text-align: center;
  }

  .legal-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .legal-link {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-16 {
    width: 50%;
    margin-left: 34%;
  }

  .div-block-16.login-inputform {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .div-block-left {
    width: 90%;
    margin-right: auto;
    margin-left: 12%;
  }

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

  .login {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .login-title {
    display: none;
  }

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

  .text-input-container.bg-gris-1.gris-5 {
    width: 90%;
  }

  .text-input-container.bg-gris-1.gris-5.new-login-botton {
    background-color: #f2f3f6;
  }

  .image-19 {
    height: 40px;
    margin-top: 70px;
    margin-bottom: 15px;
  }

  .section-6 {
    display: none;
  }

  .image-22 {
    display: block;
    height: 15px;
    margin-top: 30px;
  }

  .div-block-right {
    width: 90%;
    margin-right: auto;
    margin-left: 12%;
  }

  .legal-right {
    padding-top: 5px;
  }

  .legal-link {
    line-height: 14px;
    text-align: center;
  }
}

#w-node-3dd16b1c5e56-3ccdcd45 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-29535ca5fa76-3ccdcd45 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#lunes.w-node-b7354aaec94e-b4eae971 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-74b182918fc0-b4eae971 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-1645f7bc080e-b4eae971 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-26b4b5f2614b-b4eae971 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1cabfaee79b9-b4eae971 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5da0e81719f-b4eae971 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9758910973d7-b4eae971 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-217b15d374a1-c2c71818 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

