html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  background-image: url("../img/fondo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bloquear-scroll {
  overflow: hidden;
  height: 100vh;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.swal2-popup {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .swal2-popup {
    font-size: 1.5rem !important;
  }
}

h1, h2, h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  margin: 2rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

.text-center {
  text-align: center;
  font-size: 2rem;
}

.header {
  background-color: #8E44AD;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.header__contenedor {
  width: min(95%, 140rem);
  margin: 0 auto;
  padding: 1rem 0;
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
}
.header__contenedor > *:nth-child(2) {
  justify-self: end;
}
.header__contenedor > *:nth-child(3) {
  grid-column: 1/span 2;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .header__contenedor {
    display: flex;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__imagen-logo {
  margin: 0;
  width: 10rem;
  height: 10rem;
}
.header__texto-logo, .header__texto-logo2 {
  margin: 0;
  display: block;
  padding-top: 0.5rem;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
.header__texto-logo2 {
  color: #FFFFFF;
}
.header .menu img {
  width: 0.8rem;
}
.header .menu img:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .menu {
    display: none;
  }
}

.navegacion {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 500ms;
}
.navegacion.mostrar {
  opacity: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 1024px) {
  .navegacion.mostrar {
    display: none;
  }
}
.navegacion.ocultar {
  opacity: 0;
}
@media (min-width: 1024px) {
  .navegacion {
    opacity: 1;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }
  .navegacion .contenedor-navegacion {
    display: none;
  }
}
.navegacion__enlace {
  margin: 0;
  color: #FFFFFF;
  font-size: 2rem;
  padding: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.navegacion__enlace--actual, .navegacion__enlace:hover {
  background-color: #B388EB;
  color: #FFFFFF;
}
.navegacion__enlace-boton {
  margin: 0;
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  font-size: 2rem;
  padding: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.navegacion__enlace-boton:hover {
  background-color: #B388EB;
  color: #FFFFFF;
}

.contenedor-navegacion {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
}
.contenedor-navegacion .navegacion__texto, .contenedor-navegacion .navegacion__texto2 {
  margin: 0;
  display: block;
  padding-top: 0.5rem;
  color: #FFFFFF;
}
.contenedor-navegacion .cerrar-menu {
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 2rem;
}
.contenedor-navegacion .cerrar-menu img:hover {
  cursor: pointer;
}

.header__enlace {
  color: #1a1b15;
}
.header__enlace:hover {
  background-color: #B388EB;
  color: #FFFFFF;
}

.formulario {
  display: flex;
  flex-direction: column;
}
.formulario__fieldset {
  border: none;
  margin-top: 1rem;
  padding: 0;
}
.formulario__leyend {
  color: #64748B;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.formulario__campo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}
.formulario__label {
  display: block;
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario__input, .formulario__select {
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}
.formulario__submit {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 1.5rem;
  width: auto;
  align-self: flex-start;
}
.formulario__submit:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.acciones {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.acciones__enlace {
  color: #1a1b15;
  font-size: 1.8rem;
  font-weight: 300;
}

.formularioU {
  display: flex;
  flex-direction: column;
}
.formularioU__campo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.formularioU__boton {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 1.5rem;
  width: auto;
  align-self: flex-end;
}
.formularioU__boton:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}
.formularioU__imagen {
  max-width: 20rem;
}

.formularioU-campo__label {
  flex: 0 0 10rem;
}
.formularioU-campo__input {
  flex: 1;
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}
.formularioU-campo__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.formularioU-campo__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alerta__error {
  background-color: #ffdcdc;
  border-left: 0.5rem solid rgb(169, 0, 0);
  color: rgb(169, 0, 0);
}
.alerta__exito {
  background-color: rgb(170.7692307692, 254.2307692308, 170.7692307692);
  border-left: 0.5rem solid #02db02;
  color: rgb(1.0769230769, 117.9230769231, 1.0769230769);
}

.footer {
  background-color: #8E44AD;
  margin-top: 5rem;
}
.footer__grid {
  width: min(95%, 140rem);
  margin: 0 auto;
  padding: 1rem 0 0.5rem 0;
}
@media (min-width: 1024px) {
  .footer__grid {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__imagen-logo {
  margin: 0;
  width: 10rem;
  height: 10rem;
}
.footer__texto-logo, .footer__texto-logo2 {
  margin: 0;
  display: block;
  padding-top: 0.5rem;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
.footer__texto-logo2 {
  color: #FFFFFF;
}
.footer__copyright {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  margin: 3rem 0 0 0;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
}
.footer__copyright--regular {
  font-weight: 400;
}

.menu-redes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 4rem 0;
}
.menu-redes__ocultar {
  display: none;
}
.menu-redes__enlace::before {
  color: #FFFFFF;
  font-size: 2rem;
  display: inline-block;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialised;
  font-family: "Font Awesome 6 Brands";
}
.menu-redes__enlace[href*="facebook.com"]::before {
  content: "\f39e";
}
.menu-redes__enlace[href*="youtube.com"]::before {
  content: "\f167";
}
.menu-redes__enlace[href*="instagram.com"]::before {
  content: "\f16d";
}
.menu-redes__enlace[href*="tiktok.com"]::before {
  content: "\e07b";
}
.menu-redes__enlace[href*="github.com"]::before {
  content: "\f09b";
}
@media (min-width: 768px) {
  .menu-redes {
    justify-content: flex-end;
  }
}

.graficaG__contenedor {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .graficaG__contenedor {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
.graficaG__graficaA, .graficaG__graficaB {
  background-color: #fff;
  border: 0.5rem solid #ddd;
  padding: 1rem;
  border-radius: 1rem;
}
.graficaG__campo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .graficaG__campo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 2rem;
  }
}

.graficaG-campo__label {
  display: block;
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.8);
}
.graficaG-campo__input {
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}

.auth {
  width: min(95%, 60rem);
  margin: 0 auto;
  min-height: 60vh;
}
.auth__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.auth__texto {
  font-size: 2rem;
}

.poligloAprende {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .poligloAprende {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .poligloAprende__texto {
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
}
.poligloAprende__heading {
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
  text-transform: uppercase;
}
.poligloAprende__heading2 {
  font-size: clamp(4rem, -0.8rem + 10vw, 6rem);
  color: #A403FB;
  display: block;
}
.poligloAprende__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  align-self: flex-start;
  width: fit-content;
}
.poligloAprende__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}
.poligloAprende__imagen {
  display: flex;
  justify-content: center;
}

.nosotros {
  width: min(95%, 140rem);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .nosotros {
    display: flex;
    gap: 2rem;
  }
}
.nosotros__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  text-align: left;
}
.nosotros__texto {
  font-size: 2rem;
}

.comentarios {
  width: min(95%, 140rem);
  margin: 0 auto;
}
.comentarios__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  text-align: left;
}
.comentarios__texto {
  font-size: 2rem;
}
.comentarios .swiper-button-next,
.comentarios .swiper-button-prev {
  color: rgba(255, 255, 255, 0.5);
}

.comentario {
  background-color: #BB86FC;
  background-position: center top;
  background-size: 200px;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
.comentario__contenido {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 2rem;
}
.comentario .contenido__texto {
  font-size: 2.5rem;
  text-align: center;
}
.comentario .contenido__estrella, .comentario .contenido__agregar {
  display: inline-flex;
  gap: 1rem;
  color: #FFD700;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Brands";
}
.comentario .contenido__agregar {
  color: #1a1b15;
  transform: scale(3);
  transform-origin: center;
  margin: 0 auto;
  display: block;
}
.comentario .contenido__autor, .comentario .contenido__sesion {
  font-weight: 700;
  font-size: 2.5rem;
}
.comentario .contenido__sesion {
  text-align: center;
}
.comentario .contenido__fecha {
  font-size: 2rem;
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard__header {
  background-color: #1E293B;
  padding: 2rem;
}
.dashboard__texto {
  font-size: 2rem;
  margin: 2rem 0;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard__heading {
  text-align: center;
  color: #8E44AD;
}
.dashboard__subtitulo {
  color: #8E44AD;
}
.dashboard__form {
  display: flex;
  justify-content: center;
}
.dashboard__submit--logout {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dashboard__submit--logout:hover {
  color: #030FFB;
  cursor: pointer;
}
.dashboard__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboard__sidebar {
  background-color: rgb(47.191011236, 64.4943820225, 92.808988764);
  width: 12rem;
  height: auto;
}
.dashboard__menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard__enlace {
  color: rgb(111.1460674157, 137.9662921348, 181.8539325843);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: rgb(64.3820224719, 87.9887640449, 126.6179775281);
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboard__icono {
  font-size: 2rem;
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
.dashboard__contenido {
  padding: 1rem 1rem 3rem 1rem;
  width: 100%;
  overflow-y: auto;
}
.dashboard__contenido::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
@media (min-width: 768px) {
  .dashboard__contenedor-boton {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
}
.dashboard__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.dashboard__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton {
    width: auto;
  }
}
.dashboard__boton--inactivo {
  background-color: #8E44AD;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.dashboard__boton--inactivo:hover {
  background-color: rgb(111.9502074689, 53.6099585062, 136.3900414938);
  cursor: pointer;
}
@media (min-width: 768px) {
  .dashboard__boton--inactivo {
    width: auto;
  }
}
.dashboard__contenedor, .dashboard__contenedor--formulario {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
}
.dashboard__contenedor--formulario {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.dashboard__contenedor-select {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .dashboard__contenedor-select {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.dashboard__input {
  width: auto;
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}

.header__texto-logoa, .header__texto-logo2a {
  margin: 0;
  display: block;
  padding-top: 0.5rem;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
  color: #FFFFFF;
}

.paginacion {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .paginacion {
    justify-content: flex-end;
  }
}
.paginacion__enlace {
  color: #030FFB;
  font-size: 1.6rem;
}
.paginacion__enlace--texto {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #030FFB;
}
.paginacion__enlace--texto:hover {
  background-color: #030FFB;
  color: #FFFFFF;
}
.paginacion__enlace--numero {
  font-weight: bold;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--numero {
    display: inline;
  }
}
.paginacion__enlace--actual {
  color: #64748B;
  font-weight: 700;
  display: none;
}
@media (min-width: 768px) {
  .paginacion__enlace--actual {
    display: inline;
  }
}

.table {
  width: 100%;
}
.table__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.table__th {
  padding: 1rem;
  text-align: left;
}
.table__tr:nth-of-type(even) {
  background-color: #F8FAFC;
}
.table__td, .table__td--acciones {
  padding: 1.5rem 1rem;
}
.table__td--acciones {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}
.table__accion {
  all: unset;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}
.table__accion--editar {
  color: #030FFB;
}
.table__accion--ver {
  color: #02db02;
}
.table__accion--eliminar {
  color: rgb(169, 0, 0);
}
.table__accion:hover {
  cursor: pointer;
}

.modal {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .formulario__nuevo-elemento {
  max-width: 60rem;
  background-color: rgb(47.191011236, 64.4943820225, 92.808988764);
  padding: 2rem;
  margin: 0 auto;
  transform: translateY(-30rem);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  opacity: 0;
  border-radius: 1rem;
}
.modal .formulario__nuevo-elemento legend {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
  color: #FFFFFF;
}
.modal .formulario__nuevo-elemento--animar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.modal .formulario__nuevo-elemento--cerrar {
  transform: translateY(-200%);
  opacity: 0;
}
.modal .formulario__nuevo-elemento .opciones {
  display: flex;
  justify-content: space-between;
}
.modal .formulario__nuevo-elemento .submit-nuevo-elemento {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
}
.modal .formulario__nuevo-elemento .submit-nuevo-elemento:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}
.modal .formulario__nuevo-elemento .cerrar-modal {
  background-color: #8E44AD;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
}
.modal .formulario__nuevo-elemento .cerrar-modal:hover {
  background-color: rgb(111.9502074689, 53.6099585062, 136.3900414938);
  cursor: pointer;
}

.campo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.campo__label {
  flex: 0 0 8rem;
  color: #FFFFFF;
}
.campo__input {
  border-radius: 0.5rem;
  flex: 1;
  padding: 1rem;
  border: none;
  background-color: rgb(216.0334728033, 220.5188284519, 226.9665271967);
}

.alumno {
  width: min(95%, 140rem);
  margin: 0 auto;
}
.alumno__grid {
  display: flex;
  flex-direction: column;
  margin: 5rem 0 3rem 0;
  gap: 2rem;
}
@media (min-width: 768px) {
  .alumno__grid {
    display: flex;
    flex-direction: column;
    margin: 5rem 0 3rem 0;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .alumno__grid {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 5rem 0 3rem 0;
    align-items: center;
  }
}
.alumno__heading {
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
  text-transform: uppercase;
  margin: 0;
}
.alumno__heading2 {
  font-size: clamp(4rem, -0.8rem + 10vw, 6rem);
  color: #030FFB;
  display: block;
  margin-top: 1rem;
}
.alumno__imagen {
  display: flex;
  justify-content: center;
}

.imagen__imagen {
  width: 35rem;
  height: 43rem;
}
@media (min-width: 768px) {
  .imagen__imagen {
    width: 40rem;
    height: 50rem;
  }
}
@media (min-width: 1024px) {
  .imagen__imagen {
    width: 40rem;
    height: 50rem;
  }
}

.alumno__estadisticas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .alumno__estadisticas {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
}

.estadistica {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: hsl(282, 42%, 47%);
  background-image: radial-gradient(at 99% 95%, hsl(266, 95%, 75%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(237, 97%, 49%) 0px, transparent 50%);
  padding: 1.5rem 4rem;
  border: none;
  border-radius: 2rem;
  width: 30rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.estadistica__contenido {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.estadistica__texto {
  text-align: center;
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
}

.clase {
  width: min(95%, 60rem);
  margin: 0 auto;
  min-height: 60vh;
}
.clase__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.clase__texto {
  font-size: 2rem;
}

.formulario-clase {
  display: flex;
  flex-direction: column;
}
.formulario-clase__campo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
}
.formulario-clase__label {
  display: block;
  font-size: 1.8rem;
  color: rgba(26, 27, 21, 0.8);
}
.formulario-clase__input {
  flex: 1;
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}
.formulario-clase__submit {
  background-color: #8E44AD;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 1.5rem;
  width: auto;
  align-self: flex-start;
}
.formulario-clase__submit:hover {
  background-color: rgb(111.9502074689, 53.6099585062, 136.3900414938);
  cursor: pointer;
}

.curso {
  width: min(95%, 80rem);
  margin: 0 auto;
  min-height: 60vh;
}
.curso__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.curso__texto {
  font-size: 2rem;
}
.curso__grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .curso__grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

.nivel {
  border: none;
  border-radius: 2rem;
  width: 30rem;
  height: 20rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nivel:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
a:nth-of-type(1) .nivel {
  background-image: linear-gradient(to left top, #850ef5, rgb(170.1832669323, 87.4521912351, 248.0478087649));
}
a:nth-of-type(2) .nivel {
  background-image: linear-gradient(to left top, #05991e, rgb(7.4208860759, 227.0791139241, 44.5253164557));
}
a:nth-of-type(3) .nivel {
  background-image: linear-gradient(to left top, #213e9e, rgb(54.3979057592, 91.2172774869, 213.1020942408));
}
a:nth-of-type(4) .nivel {
  background-image: linear-gradient(to left top, #ac188c, rgb(225.9183673469, 46.5816326531, 187.1428571429));
}
a:nth-of-type(5) .nivel {
  background-image: linear-gradient(to left top, #ac1849, rgb(225.9183673469, 46.5816326531, 105.9566326531));
}
.nivel__contenido {
  text-align: center;
}
.nivel__texto {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
}
.nivel__icono {
  font-size: 5rem;
}

.lecciones {
  width: min(95%, 140rem);
  margin: 0 auto;
  min-height: 60vh;
}
.lecciones__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.lecciones__texto {
  font-size: 2rem;
}
.lecciones__texto--centrado {
  margin-top: 3rem;
  text-align: center;
}
.lecciones__contenedorbtn {
  display: flex;
  justify-content: right;
}
.lecciones__grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .lecciones__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .lecciones__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
.lecciones__trofeo {
  font-size: 5rem;
  color: #64748B;
}

.lecciones-contenedorbtn__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
  margin-top: 2rem;
}
.lecciones-contenedorbtn__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}

.leccion {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: none;
  border-radius: 2rem;
  width: 30rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leccion:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.leccion--nivel1 {
  background-image: linear-gradient(to left top, #850ef5, rgb(170.1832669323, 87.4521912351, 248.0478087649));
}
.leccion--nivel2 {
  background-image: linear-gradient(to left top, #05991e, rgb(7.4208860759, 227.0791139241, 44.5253164557));
}
.leccion--nivel3 {
  background-image: linear-gradient(to left top, #213e9e, rgb(54.3979057592, 91.2172774869, 213.1020942408));
}
.leccion--nivel4 {
  background-image: linear-gradient(to left top, #ac188c, rgb(225.9183673469, 46.5816326531, 187.1428571429));
}
.leccion--nivel5 {
  background-image: linear-gradient(to left top, #ac1849, rgb(225.9183673469, 46.5816326531, 105.9566326531));
}
.leccion__contenido {
  text-align: center;
}
.leccion__texto {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
}

.actividades {
  width: min(95%, 140rem);
  margin: 0 auto;
  min-height: 60vh;
}
.actividades__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.actividades__texto {
  font-size: 2rem;
}
.actividades__texto--centrado {
  margin-top: 3rem;
  text-align: center;
}
.actividades__contenedorbtn {
  display: flex;
  justify-content: right;
}
.actividades__grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .actividades__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (min-width: 1024px) {
  .actividades__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}

.actividades-contenedorbtn__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
  margin-top: 2rem;
}
.actividades-contenedorbtn__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}

.actividad {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: none;
  border-radius: 2rem;
  width: 30rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.actividad:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.actividad--nivel1 {
  background-image: linear-gradient(to left top, #850ef5, rgb(170.1832669323, 87.4521912351, 248.0478087649));
}
.actividad--nivel2 {
  background-image: linear-gradient(to left top, #05991e, rgb(7.4208860759, 227.0791139241, 44.5253164557));
}
.actividad--nivel3 {
  background-image: linear-gradient(to left top, #213e9e, rgb(54.3979057592, 91.2172774869, 213.1020942408));
}
.actividad--nivel4 {
  background-image: linear-gradient(to left top, #ac188c, rgb(225.9183673469, 46.5816326531, 187.1428571429));
}
.actividad--nivel5 {
  background-image: linear-gradient(to left top, #ac1849, rgb(225.9183673469, 46.5816326531, 105.9566326531));
}
.actividad__contenido {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.actividad__texto, .actividad__porcentaje {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
}

.diploma {
  width: min(95%, 140rem);
  margin: 0 auto;
  min-height: 60vh;
}
.diploma__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.diploma__texto {
  font-size: 2rem;
}
.diploma__texto--centrado {
  margin-top: 3rem;
  text-align: center;
}

.ejercicio {
  width: min(95%, 140rem);
  margin: 0 auto;
  min-height: 40vh;
}

.vocabulary {
  margin-top: 2rem;
}
.vocabulary__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.vocabulary__cerrar:hover {
  color: #FFFFFF;
}
.vocabulary__texto {
  font-size: 2rem;
}
.vocabulary__pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.vocabulary__pregunta-icono {
  font-size: 4rem;
  color: #1a1b15;
}
.vocabulary__pregunta-icono:hover {
  color: #FFFFFF;
}
.vocabulary__pregunta-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.vocabulary__respuesta {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .vocabulary__respuesta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
}
.vocabulary__numero {
  text-align: center;
}

.respuesta__imagen {
  display: flex;
  justify-content: center;
}
.respuesta__imagen-imagen {
  width: 23rem;
  height: 20rem;
  border-radius: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.respuesta__imagen-imagen:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .respuesta__imagen-imagen {
    width: 28rem;
    height: 22rem;
  }
}
@media (min-width: 1024px) {
  .respuesta__imagen-imagen {
    width: 30rem;
    height: 25rem;
  }
}

.grammar {
  margin-top: 2rem;
}
.grammar__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.grammar__cerrar:hover {
  color: #FFFFFF;
}
.grammar__texto {
  font-size: 2rem;
}
.grammar__pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.grammar__pregunta--oculto {
  display: none;
}
.grammar__pregunta-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.grammar__respuestafull {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.grammar__respuestafull--oculto {
  display: none;
}
.grammar__respuestafull-icono {
  font-size: 4rem;
  color: #1a1b15;
}
.grammar__respuestafull-icono:hover {
  color: #FFFFFF;
}
.grammar__respuestafull-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.grammar__respuesta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.grammar__numero {
  text-align: center;
}
.grammar__revisar {
  display: none;
}
.grammar__revisar--mostrar {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  width: auto;
  height: auto;
}
.grammar__revisar--mostrar:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.respuesta_grammar__button {
  border: none;
  border-radius: 2rem;
  width: 20rem;
  height: 8rem;
  background-color: #030FFB;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 700;
}
.respuesta_grammar__button:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.respuesta_grammar__button--seleccionado {
  background-color: rgb(98.1417322835, 1.7952755906, 150.2047244094);
}
.respuesta_grammar__button--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}

.speaking {
  margin-top: 2rem;
}
.speaking__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.speaking__cerrar:hover {
  color: #FFFFFF;
}
.speaking__texto {
  font-size: 2rem;
}
.speaking__conversaciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  gap: 2rem;
  margin-bottom: 2rem;
}
.speaking__conversacion {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: start;
}
@media (min-width: 1024px) {
  .speaking__conversacion {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.speaking__conversacion-titulo {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
.speaking__conversacion-texto {
  font-size: 4rem;
  margin: 0;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
}
.speaking__conversacion-icono, .speaking__conversacion-icono2 {
  font-size: 4rem;
  color: #1a1b15;
}
.speaking__conversacion-icono:hover, .speaking__conversacion-icono2:hover {
  color: #FFFFFF;
}
.speaking__conversacion-icono--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}
.speaking__conversacion-icono2--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}
.speaking__numero {
  text-align: center;
}
.speaking__conversacion-siguiente {
  display: none;
}
.speaking__conversacion-siguiente--mostrar {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  width: auto;
  height: auto;
}
.speaking__conversacion-siguiente--mostrar:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.reading {
  margin-top: 2rem;
}
.reading__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.reading__cerrar:hover {
  color: #FFFFFF;
}
.reading__texto {
  font-size: 2rem;
}
.reading__pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.reading__pregunta-icono {
  font-size: 4rem;
  color: #1a1b15;
}
.reading__pregunta-icono:hover {
  color: #FFFFFF;
}
.reading__pregunta-icono--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}
.reading__pregunta-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.reading__respuesta {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .reading__respuesta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
  }
}
.reading__numero {
  text-align: center;
}
.reading__conversacion-siguiente {
  display: none;
}
.reading__conversacion-siguiente--mostrar {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  width: auto;
  height: auto;
}
.reading__conversacion-siguiente--mostrar:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.reading-respuesta__imagen {
  display: flex;
  justify-content: center;
}
.reading-respuesta__imagen-imagen {
  width: 12rem;
  height: 15rem;
  border-radius: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.reading-respuesta__imagen-imagen:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.reading-respuesta__imagen-imagen--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .reading-respuesta__imagen-imagen {
    width: 15rem;
    height: 20rem;
  }
}
@media (min-width: 1024px) {
  .reading-respuesta__imagen-imagen {
    width: 20rem;
    height: 25rem;
  }
}

.listening {
  margin-top: 2rem;
}
.listening__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.listening__cerrar:hover {
  color: #FFFFFF;
}
.listening__texto {
  font-size: 2rem;
}
.listening__pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.listening__pregunta-icono {
  font-size: 4rem;
  color: #1a1b15;
}
.listening__pregunta-icono:hover {
  color: #FFFFFF;
}
.listening__pregunta-icono--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}
.listening__pregunta-texto {
  display: none;
}
.listening__pregunta-texto--mostrar {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  display: block;
  margin: 0;
}
.listening__respuesta {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .listening__respuesta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
  }
}
.listening__numero {
  text-align: center;
}
.listening__conversacion-siguiente {
  display: none;
}
.listening__conversacion-siguiente--mostrar {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  width: auto;
  height: auto;
}
.listening__conversacion-siguiente--mostrar:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.listening-respuesta__imagen {
  display: flex;
  justify-content: center;
}
.listening-respuesta__imagen-imagen {
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.listening-respuesta__imagen-imagen:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.listening-respuesta__imagen-imagen--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .listening-respuesta__imagen-imagen {
    width: 18rem;
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .listening-respuesta__imagen-imagen {
    width: 25rem;
    height: 25rem;
  }
}

.writing {
  margin-top: 2rem;
}
.writing__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.writing__cerrar:hover {
  color: #FFFFFF;
}
.writing__texto {
  font-size: 2rem;
}
.writing__pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.writing__pregunta--oculto {
  display: none;
}
.writing__pregunta-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.writing__respuestafull {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.writing__respuestafull--oculto {
  display: none;
}
.writing__respuestafull-icono {
  font-size: 4rem;
  color: #1a1b15;
}
.writing__respuestafull-icono:hover {
  color: #FFFFFF;
}
.writing__respuestafull-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.writing__respuesta {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.writing__respuesta-texto {
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 30rem;
  height: 20rem;
  font-size: 2rem;
}
.writing__numero {
  text-align: center;
}
.writing__revisar {
  display: none;
}
.writing__revisar--mostrar {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  width: auto;
  height: auto;
}
.writing__revisar--mostrar:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.quiz {
  margin-top: 2rem;
}
.quiz__cerrar {
  font-size: 4rem;
  color: #1a1b15;
}
.quiz__cerrar:hover {
  color: #FFFFFF;
}
.quiz__texto {
  font-size: 2rem;
}
.quiz__pregunta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.quiz__pregunta--oculto {
  display: none;
}
.quiz__pregunta-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.quiz__respuestafull {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.quiz__respuestafull--oculto {
  display: none;
}
.quiz__respuestafull-icono {
  font-size: 4rem;
  color: #1a1b15;
}
.quiz__respuestafull-icono:hover {
  color: #FFFFFF;
}
.quiz__respuestafull-texto {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
  margin: 0;
}
.quiz__respuesta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.quiz__numero {
  text-align: center;
}
.quiz__revisar {
  display: none;
}
.quiz__revisar--mostrar {
  background-color: #A403FB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 2rem;
  width: auto;
  height: auto;
}
.quiz__revisar--mostrar:hover {
  background-color: rgb(131.0708661417, 2.3976377953, 200.6023622047);
  cursor: pointer;
}

.respuesta_quiz__button {
  border: none;
  border-radius: 2rem;
  width: 20rem;
  height: 8rem;
  background-color: #030FFB;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 700;
}
.respuesta_quiz__button:hover {
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}
.respuesta_quiz__button--seleccionado {
  background-color: rgb(98.1417322835, 1.7952755906, 150.2047244094);
}
.respuesta_quiz__button--bloqueado {
  pointer-events: none;
  cursor: not-allowed;
}

.estadisticas {
  width: min(95%, 140rem);
  margin: 0 auto;
  min-height: 60vh;
}
.estadisticas__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.estadisticas__texto {
  font-size: 2rem;
}
.estadisticas__contenedorB {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .estadisticas__contenedorB {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
}

.notificaciones {
  width: min(95%, 80rem);
  margin: 0 auto;
  min-height: 60vh;
}
.notificaciones__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.notificaciones__texto {
  font-size: 2rem;
  margin-top: 5rem;
  text-align: center;
}
.notificaciones__contenedor {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.notificacion {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  gap: 3rem;
  background: linear-gradient(100deg, #710e9b, #3498DB);
  border: none;
  border-radius: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.notificacion--leido {
  background: linear-gradient(135deg, #8E44AD, #3498DB);
}
.notificacion__fecha {
  margin: 0;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.notificacion__titulo {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.5rem;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.notificacion__cuerpo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notificacion__botones {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.notificacion__icono {
  font-size: 2rem;
  color: #FFFFFF;
}
.notificacion__icono:hover {
  cursor: pointer;
  color: #1a1b15;
}

.modalnotificacion {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.notificacion-activa {
  max-width: 45rem;
  background: linear-gradient(135deg, #8E44AD, #3498DB);
  padding: 2rem;
  margin: 0 auto;
  transform: translateY(-30rem);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
  opacity: 0;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .notificacion-activa {
    max-width: 60rem;
  }
}
.notificacion-activa--animar {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.notificacion-activa--cerrar {
  transform: translateY(-200%);
  opacity: 0;
}
.notificacion-activa__fecha {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2.5rem;
}
.notificacion-activa__titulo {
  margin: 0;
  font-weight: 700;
  font-size: 2.5rem;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.notificacion-activa__contenido {
  font-size: 2rem;
  text-align: justify;
}
.notificacion-activa__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  width: auto;
  display: flex;
  margin-left: auto;
}
.notificacion-activa__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}

.perfil {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.perfil__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.perfil__texto {
  font-size: 2rem;
}
.perfil__link {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 0 2rem 0;
  width: auto;
}
.perfil__link:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}

.password {
  width: min(95%, 60rem);
  margin: 0 auto;
  min-height: 60vh;
}
.password__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.password__texto {
  font-size: 2rem;
}
.password__link {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0 0 2rem 0;
  width: auto;
}
.password__link:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}

.clase-table {
  width: 100%;
}
.clase-table__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.clase-table__th {
  padding: 1rem;
  text-align: left;
}
.clase-table__tr:nth-of-type(even) {
  background-color: #F8FAFC;
}
.clase-table__tr--actual {
  font-weight: 700;
}
.clase-table__td {
  padding: 1.5rem 1rem;
}

.dashboardP {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboardP__header {
  background-color: #1E293B;
  padding: 2rem;
}
.dashboardP__header-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboardP__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboardP__heading {
  text-align: center;
  color: #A403FB;
  font-size: 4rem;
}
.dashboardP__subtitulo {
  color: #8E44AD;
}
.dashboardP__form {
  display: flex;
  justify-content: center;
}
.dashboardP__submit--logout {
  all: unset;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dashboardP__submit--logout:hover {
  color: #030FFB;
  cursor: pointer;
}
.dashboardP__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboardP__sidebar {
  background-color: rgb(47.191011236, 64.4943820225, 92.808988764);
  width: 12rem;
  height: auto;
}
.dashboardP__menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboardP__enlace {
  color: rgb(111.1460674157, 137.9662921348, 181.8539325843);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  transition: 300ms background-color ease-in-out, 300ms color ease, 300ms border-radius ease;
}
.dashboardP__enlace:hover, .dashboardP__enlace--actual {
  background-color: rgb(64.3820224719, 87.9887640449, 126.6179775281);
  color: #FFFFFF;
  border-radius: 1rem;
}
.dashboardP__icono {
  font-size: 2rem;
}
.dashboardP__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
}
.dashboardP__contenido {
  padding: 1rem 1rem 3rem 1rem;
  width: 100%;
  overflow-y: auto;
}
.dashboardP__contenido::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .dashboardP__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
.dashboardP__contenedor-boton {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0;
}
.dashboardP__boton {
  background-color: #030FFB;
  padding: 1.5rem 4rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: auto;
}
.dashboardP__boton:hover {
  background-color: rgb(2.3976377953, 11.9881889764, 200.6023622047);
  cursor: pointer;
}
.dashboardP__contenedor, .dashboardP__contenedor--formulario {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #FFFFFF;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 1rem;
}
.dashboardP__contenedor--formulario {
  width: min(95%, 60rem);
  margin: 0 auto;
}
.dashboardP__contenedor-select {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .dashboardP__contenedor-select {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.dashboardP__input {
  width: auto;
  padding: 1rem;
  border: 1px solid rgb(176.6, 199, 221.4);
  border-radius: 0.5rem;
}
.dashboardP__texto {
  font-size: 2rem;
  margin: 0;
}
.dashboardP__texto--sub {
  text-align: center;
}

.headerP__texto-logoa, .headerP__texto-logo2a {
  margin: 0;
  display: block;
  padding-top: 0.5rem;
  font-size: clamp(2rem, -0.8rem + 10vw, 4rem);
  color: #FFFFFF;
}

.tableP {
  width: 100%;
  border-collapse: collapse;
}
.tableP__thead {
  background-color: #1E293B;
  color: #FFFFFF;
}
.tableP__th {
  padding: 1rem;
  text-align: left;
}
.tableP__tr:nth-of-type(even) {
  background-color: #F8FAFC;
}
.tableP__td, .tableP__td--acciones {
  padding: 1.5rem 1rem;
}
.tableP__td--acciones {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.tableP__accion {
  all: unset;
  font-size: 2.5rem;
  font-weight: 700;
}
.tableP__accion--editar {
  color: #030FFB;
}
.tableP__accion--ver {
  color: #02db02;
}
.tableP__accion--estudiantes {
  color: #8E44AD;
}
.tableP__accion--estadistica {
  color: #8E44AD;
}
.tableP__accion--eliminar {
  color: rgb(169, 0, 0);
}
.tableP__accion:hover {
  cursor: pointer;
}

.dato {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-bottom: 2rem;
}
.dato:last-of-type {
  margin-bottom: 0;
}
.dato__label {
  margin: 0;
  font-weight: 900;
  font-size: 2rem;
}
.dato__texto {
  margin: 0;
  font-weight: 400;
}

.bloques__contenedor {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .bloques__contenedor {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.bloque {
  padding: 5rem;
  border-radius: 1rem;
}
.bloque:nth-child(1) {
  background-image: linear-gradient(to left top, #A855F7, rgb(205.3904494382, 158.0617977528, 250.4382022472));
}
.bloque:nth-child(2) {
  background-image: linear-gradient(to left top, #17769E, rgb(34.5856353591, 167.1132596685, 222.9143646409));
}
.bloque__heading {
  margin: 1rem 0 2rem 0;
  font-size: 3rem;
  text-align: center;
}
.bloque__texto {
  margin: 1rem 0;
}
/*# sourceMappingURL=app.css.map */
