body {
  background-color: #F6F7F8;
}

.contenedor {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  max-width: 1800px;
  margin: 0 auto;
  height: auto;
  min-height: 100vh;
  background-color: #F6F7F8;
}
@media (min-width: 2000px) {
  .contenedor {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 15vh 1fr 10vh;
    grid-template-rows: 15vh 1fr 10vh;
    grid-auto-columns: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contenedor {
  max-width: 1800px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-rows: 1fr 10fr 3fr;
  grid-template-rows: 1fr 10fr 3fr;
}
.contenedor .encabezado {
  width: 100%;
  min-width: 320px;
  height: auto;
  margin: 0 auto;
  padding: 2rem 5%;
  border-bottom: solid 2.5px #E4E7EC;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8fr 2fr;
  grid-template-columns: 2fr 8fr 2fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lexend", sans-serif;
}
.contenedor .encabezado__button {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contenedor .encabezado__button button {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  outline: none;
}
.contenedor .encabezado__button button:focus, .contenedor .encabezado__button button:hover {
  outline: none;
}
.contenedor .encabezado__button button img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.contenedor .encabezado__button button:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .contenedor .encabezado__button button {
    width: 2vw;
    height: 2vw;
  }
  .contenedor .encabezado__button button img {
    width: 1.5vw;
  }
}
@media (min-width: 2000px) {
  .contenedor .encabezado__button button {
    width: 80px;
    height: 80px;
  }
  .contenedor .encabezado__button button img {
    width: 40px;
  }
}
.contenedor .encabezado__titulo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contenedor .encabezado__titulo p {
  margin: 0;
  font-size: clamp(22px, 1.5vw, 50px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: clamp(23px, 1.9vw, 51px);
  color: #111418;
}
.contenedor .formulario-disabled {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  padding-top: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
}
.contenedor .formulario-disabled__encabezado {
  width: 90%;
  min-width: 288px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.contenedor .formulario-disabled__encabezado img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #E7F2FD;
}
.contenedor .formulario-disabled__encabezado p {
  margin: 0;
  font-size: clamp(22px, 1.5vw, 50px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: clamp(23px, 1.9vw, 51px);
  color: #FFFFFF;
}
.contenedor .formulario-disabled__body {
  width: 90%;
  min-width: 288px;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contenedor .formulario-disabled__body p {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 30px);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  line-height: clamp(17px, 1.15vw, 31px);
  color: #FFFFFF;
  text-align: center;
}
.contenedor .formulario-ficha {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  max-width: 1460px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contenedor .formulario-ficha .message {
  display: none;
}
.contenedor .formulario-ficha .input-form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contenedor .formulario-ficha .input-form label {
  margin: 0;
  font-size: clamp(18px, 1.2vw, 45px);
  line-height: clamp(19px, 1.3vw, 46px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #111418;
  text-align: left !important;
}
.contenedor .formulario-ficha .input-form input, .contenedor .formulario-ficha .input-form textarea {
  margin: 0;
  font-size: clamp(16px, 1vw, 40px);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  color: #63798D;
  text-align: left !important;
  background-color: #FFFFFF !important;
  margin: 0;
  margin-top: 1rem;
  width: 100%;
  height: auto;
  border: solid 2.5px #E5E8ED;
  border-radius: 0.5rem;
  padding: 1rem;
  outline: none;
  background-color: #FFFFFF;
}
.contenedor .formulario-ficha .input-form input[disabled], .contenedor .formulario-ficha .input-form textarea[disabled] {
  color: #D2D5DB;
}
.contenedor .formulario-ficha .input-form input:focus, .contenedor .formulario-ficha .input-form textarea:focus {
  outline: none;
}
.contenedor .formulario-ficha .input-form textarea {
  resize: none;
  height: 400px;
  background-color: #FFFFFF;
}
.contenedor .formulario-ficha .input-form textarea[disabled] {
  color: #D2D5DB;
}
.contenedor .formulario-ficha .input-form textarea::-webkit-scrollbar {
  display: none;
}
.contenedor .formulario-ficha .select-form {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contenedor .formulario-ficha .select-form:nth-child(2) {
  margin-top: 0;
}
.contenedor .formulario-ficha .select-form__input {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contenedor .formulario-ficha .select-form__input label {
  margin: 0;
  font-size: clamp(18px, 1.2vw, 45px);
  line-height: clamp(19px, 1.3vw, 46px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #111418;
  text-align: left !important;
}
.contenedor .formulario-ficha .select-form__input-text {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  border: solid 2.5px #E5E8ED;
  border-radius: 0.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  overflow: hidden;
}
.contenedor .formulario-ficha .select-form__input-text input, .contenedor .formulario-ficha .select-form__input-text button {
  border: none;
  padding: 0;
  outline: none;
}
.contenedor .formulario-ficha .select-form__input-text input {
  margin: 0;
  font-size: clamp(16px, 1vw, 40px);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  color: #63798D;
  text-align: left !important;
  background-color: #FFFFFF !important;
  position: relative;
  z-index: 0;
}
.contenedor .formulario-ficha .select-form__input-text input[disabled] {
  color: #D2D5DB;
}
.contenedor .formulario-ficha .select-form__input-text button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
}
.contenedor .formulario-ficha .select-form__input-text button:focus {
  background-color: transparent;
}
.contenedor .formulario-ficha .select-form__input-text button:hover {
  cursor: pointer;
}
.contenedor .formulario-ficha .select-form__input-text button img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  fill: #5F7387;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.contenedor .formulario-ficha .select-form__input-text--seleccionado {
  border: solid 2.5px #137FEC;
}
.contenedor .formulario-ficha .select-form__input-text--seleccionado button img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #137FEC;
}
.contenedor .formulario-ficha .select-form__options {
  width: 100%;
  height: auto;
  max-height: 400px;
  margin-top: 1rem;
  border: solid 2px #E5E8ED;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  display: none;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  overflow-y: scroll;
}
.contenedor .formulario-ficha .select-form__options::-webkit-scrollbar {
  display: none;
}
.contenedor .formulario-ficha .select-form__options--revelar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: revelarOptions 0.5s ease-in-out 1 forwards;
          animation: revelarOptions 0.5s ease-in-out 1 forwards;
}
@-webkit-keyframes revelarOptions {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
@keyframes revelarOptions {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
  }
}
.contenedor .formulario-ficha .select-form__options .item-escolar, .contenedor .formulario-ficha .select-form__options .item-estudiante {
  width: 100%;
  height: auto;
  padding: 1rem;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contenedor .formulario-ficha .select-form__options .item-escolar:hover, .contenedor .formulario-ficha .select-form__options .item-estudiante:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.contenedor .formulario-ficha .select-form__options .item-escolar:nth-child(1), .contenedor .formulario-ficha .select-form__options .item-estudiante:nth-child(1) {
  margin-top: 0;
}
.contenedor .formulario-ficha .select-form__options .item-escolar:last-child, .contenedor .formulario-ficha .select-form__options .item-estudiante:last-child {
  margin-bottom: 0;
}
.contenedor .formulario-ficha .select-form__options .item-escolar .opcion-escolar, .contenedor .formulario-ficha .select-form__options .item-estudiante .opcion-escolar {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 30px);
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  color: #111418;
  text-align: left !important;
  text-decoration: none !important;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.contenedor .formulario-ficha .select-form__options .item-escolar .opcion-escolar:hover, .contenedor .formulario-ficha .select-form__options .item-estudiante .opcion-escolar:hover {
  cursor: pointer;
}
.contenedor .formulario-ficha .select-form__options .item-estudiante .opcion-escolar {
  color: #63798D;
}
.contenedor .formulario-ficha .select-form__options .coincidencia {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
}
.contenedor .formulario-ficha__actualizar {
  width: 100%;
  min-width: 288px;
  height: 0;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contenedor .formulario-ficha__actualizar button {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 38px);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #137FEC;
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-text-decoration: underline 3px #137FEC;
          text-decoration: underline 3px #137FEC;
}
.contenedor .formulario-ficha__actualizar button:focus, .contenedor .formulario-ficha__actualizar button:active, .contenedor .formulario-ficha__actualizar button:target, .contenedor .formulario-ficha__actualizar button:hover {
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.contenedor .formulario-ficha__button {
  display: none;
}
.contenedor .pie {
  width: 90%;
  min-width: 288px;
  height: 0;
  margin: 0 auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contenedor .pie__button {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
.contenedor .pie__button button {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 38px);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #137FEC;
  color: #FFFFFF;
  outline: none;
}
.contenedor .pie__button button:focus, .contenedor .pie__button button:active, .contenedor .pie__button button:target, .contenedor .pie__button button:hover {
  outline: none;
  background-color: #137FEC;
}
.contenedor .pie__button button[disabled] {
  background-color: #D1D5DB;
  color: #6A7180;
}

.actualizar-correo-apoderado {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  -webkit-animation: showActualizarCorreo 0.25s ease-in-out 1 forwards;
          animation: showActualizarCorreo 0.25s ease-in-out 1 forwards;
  opacity: 0;
}
@-webkit-keyframes showActualizarCorreo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showActualizarCorreo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.actualizar-correo-apoderado__sticky {
  width: 90%;
  min-width: 288px;
  max-width: 1000px;
  height: 80vh;
  max-height: 1000px;
  margin: 0 auto;
  border-radius: 2rem;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 3fr 8fr;
  grid-template-rows: 1fr 3fr 8fr;
  background-color: #FFFFFF;
}
.actualizar-correo-apoderado__sticky > .encabezado {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 8fr 2fr;
  grid-template-columns: 2fr 8fr 2fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.actualizar-correo-apoderado__sticky > .encabezado > .titulo {
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.actualizar-correo-apoderado__sticky > .encabezado > .titulo p {
  margin: 0;
  font-size: clamp(22px, 1.5vw, 50px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: clamp(23px, 1.9vw, 51px);
  color: #111418;
  text-align: center;
}
.actualizar-correo-apoderado__sticky > .encabezado > .cerrar {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  outline: none;
}
.actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:focus, .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:hover {
  outline: none;
}
.actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 2vw;
    height: 2vw;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 1.5vw;
  }
}
@media (min-width: 2000px) {
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 80px;
    height: 80px;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 40px;
  }
}
.actualizar-correo-apoderado__sticky > .encabezado > .cerrar {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.actualizar-correo-apoderado__sticky .titular {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 30px);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  line-height: clamp(17px, 1.15vw, 31px);
  color: #63798D;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  text-align: center;
}
.actualizar-correo-apoderado__sticky .formulario {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actualizar-correo-apoderado__sticky .formulario .input-form {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actualizar-correo-apoderado__sticky .formulario .input-form label {
  margin: 0;
  font-size: clamp(18px, 1.2vw, 45px);
  line-height: clamp(19px, 1.3vw, 46px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #111418;
  text-align: left !important;
}
.actualizar-correo-apoderado__sticky .formulario .input-form input, .actualizar-correo-apoderado__sticky .formulario .input-form textarea {
  margin: 0;
  font-size: clamp(16px, 1vw, 40px);
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  color: #63798D;
  text-align: left !important;
  background-color: #FFFFFF !important;
  margin: 0;
  margin-top: 1rem;
  width: 100%;
  height: auto;
  border: solid 2.5px #E5E8ED;
  border-radius: 0.5rem;
  padding: 1rem;
  outline: none;
  background-color: #FFFFFF;
}
.actualizar-correo-apoderado__sticky .formulario .input-form input[disabled], .actualizar-correo-apoderado__sticky .formulario .input-form textarea[disabled] {
  color: #D2D5DB;
}
.actualizar-correo-apoderado__sticky .formulario .input-form input:focus, .actualizar-correo-apoderado__sticky .formulario .input-form textarea:focus {
  outline: none;
}
.actualizar-correo-apoderado__sticky .formulario .input-form textarea {
  resize: none;
  height: 400px;
  background-color: #FFFFFF;
}
.actualizar-correo-apoderado__sticky .formulario .input-form textarea[disabled] {
  color: #D2D5DB;
}
.actualizar-correo-apoderado__sticky .formulario .input-form textarea::-webkit-scrollbar {
  display: none;
}
.actualizar-correo-apoderado__sticky .formulario__submit {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
.actualizar-correo-apoderado__sticky .formulario__submit button {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 38px);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background-color: #137FEC;
  color: #FFFFFF;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.actualizar-correo-apoderado__sticky .formulario__submit button:focus, .actualizar-correo-apoderado__sticky .formulario__submit button:active, .actualizar-correo-apoderado__sticky .formulario__submit button:target, .actualizar-correo-apoderado__sticky .formulario__submit button:hover {
  outline: none;
  cursor: pointer;
  background-color: #137FEC;
}
.actualizar-correo-apoderado__sticky .formulario__submit button img {
  pointer-events: none;
}
.actualizar-correo-apoderado__sticky .formulario__submit button[disabled] {
  background-color: #D1D5DB;
  color: #6A7180;
}
.actualizar-correo-apoderado__sticky .formulario__submit .proceso {
  background-color: #52AA8A !important;
}
.actualizar-correo-apoderado__sticky .formulario__submit .alert {
  background-color: #C83E4D !important;
}
.actualizar-correo-apoderado__sticky .formulario__submit .success {
  background-color: #2E933C !important;
}

@media (min-width: 1200px) {
  .contenedor {
    width: 100%;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contenedor > .encabezado {
    width: 100%;
    border-bottom: solid 0.15vw #E4E7EC;
    padding: 2vw 5%;
  }
  .contenedor .formulario-disabled {
    padding: 10vw;
  }
  .contenedor .formulario-disabled__encabezado {
    gap: 0.5vw;
  }
  .contenedor .formulario-disabled__encabezado img {
    width: 3vw;
    height: 3vw;
    padding: 0.5vw;
  }
  .contenedor .formulario-disabled__body {
    width: 30vw;
  }
  .contenedor .formulario-ficha {
    width: 30vw;
    padding-bottom: 2vw;
  }
  .contenedor .formulario-ficha .input-form {
    margin-top: 1vw;
  }
  .contenedor .formulario-ficha .input-form input, .contenedor .formulario-ficha .input-form textarea {
    margin: 0;
    font-size: clamp(16px, 1vw, 40px);
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    color: #63798D;
    text-align: left !important;
    background-color: #FFFFFF !important;
    margin-top: 1vw;
    border: solid 0.15vw #E5E8ED;
    border-radius: 1vw;
    padding: 1vw;
    outline: none;
  }
  .contenedor .formulario-ficha .input-form textarea {
    height: 20vw;
  }
  .contenedor .formulario-ficha .select-form {
    margin-top: 1vw;
  }
  .contenedor .formulario-ficha .select-form__input-text {
    margin-top: 1vw;
    border: solid 0.15vw #E5E8ED;
    border-radius: 1vw;
    padding: 1vw;
  }
  .contenedor .formulario-ficha .select-form__input-text input, .contenedor .formulario-ficha .select-form__input-text button {
    border: none;
    padding: 0;
    outline: none;
  }
  .contenedor .formulario-ficha .select-form__input-text button {
    padding: 1vw;
  }
  .contenedor .formulario-ficha .select-form__input-text button img {
    width: 1.2vw;
  }
  .contenedor .formulario-ficha .select-form__options {
    margin-top: 1vw;
    max-height: 15vw;
    border: solid 0.15vw #E5E8ED;
    border-radius: 1vw;
    -webkit-box-shadow: 0 0 0.15vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.15vw rgba(0, 0, 0, 0.2);
  }
  .contenedor .formulario-ficha .select-form__options .item-escolar, .contenedor .formulario-ficha .select-form__options .item-estudiante {
    padding: 1vw;
  }
  .contenedor .formulario-ficha__actualizar {
    margin-top: 2vw;
  }
  .contenedor .formulario-ficha__actualizar button {
    -webkit-text-decoration: underline 0.15vw #137FEC;
            text-decoration: underline 0.15vw #137FEC;
  }
  .contenedor .pie {
    width: 30vw;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contenedor .pie__button {
    width: 100%;
    height: auto;
    padding-bottom: 2vw;
  }
  .contenedor .pie__button button {
    margin: 0;
    font-size: clamp(16px, 1.1vw, 38px);
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #137FEC;
    color: #FFFFFF;
    outline: none;
  }
  .contenedor .pie__button button:focus, .contenedor .pie__button button:active, .contenedor .pie__button button:target, .contenedor .pie__button button:hover {
    outline: none;
    background-color: #137FEC;
  }
  .contenedor .pie__button button[disabled] {
    background-color: #D1D5DB;
    color: #6A7180;
  }
  .actualizar-correo-apoderado {
    width: 30vw;
  }
  .actualizar-correo-apoderado__sticky {
    margin: 0 auto;
    border-radius: 2rem;
    padding: 2rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 2fr 2fr 8fr;
    grid-template-rows: 2fr 2fr 8fr;
    background-color: #FFFFFF;
  }
  .actualizar-correo-apoderado__sticky > .encabezado {
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 8fr 2fr;
    grid-template-columns: 2fr 8fr 2fr;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .titulo {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .titulo p {
    margin: 0;
    font-size: clamp(22px, 1.5vw, 50px);
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: clamp(23px, 1.9vw, 51px);
    color: #111418;
    text-align: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    outline: none;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:focus, .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:hover {
    outline: none;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 15px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:hover {
    cursor: pointer;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 2vw;
    height: 2vw;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 1.5vw;
  }
}
@media (min-width: 1200px) and (min-width: 2000px) {
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 80px;
    height: 80px;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .actualizar-correo-apoderado__sticky > .titular {
    width: 100%;
    height: auto;
    margin-top: 1vw;
    text-align: center;
  }
  .actualizar-correo-apoderado__sticky .formulario {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form label {
    margin: 0;
    font-size: clamp(18px, 1.2vw, 45px);
    line-height: clamp(19px, 1.3vw, 46px);
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    color: #111418;
    text-align: left !important;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form input, .actualizar-correo-apoderado__sticky .formulario .input-form textarea {
    margin: 0;
    font-size: clamp(16px, 1vw, 40px);
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    color: #63798D;
    text-align: left !important;
    background-color: #FFFFFF !important;
    margin: 0;
    margin-top: 1rem;
    width: 100%;
    height: auto;
    border: solid 2.5px #E5E8ED;
    border-radius: 0.5rem;
    padding: 1rem;
    outline: none;
    background-color: #FFFFFF;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form input[disabled], .actualizar-correo-apoderado__sticky .formulario .input-form textarea[disabled] {
    color: #D2D5DB;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form input:focus, .actualizar-correo-apoderado__sticky .formulario .input-form textarea:focus {
    outline: none;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form textarea {
    resize: none;
    height: 400px;
    background-color: #FFFFFF;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form textarea[disabled] {
    color: #D2D5DB;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form textarea::-webkit-scrollbar {
    display: none;
  }
  .actualizar-correo-apoderado__sticky .formulario__actualizar {
    width: 100%;
    min-width: 288px;
    height: 0;
    margin: 0 auto;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .actualizar-correo-apoderado__sticky .formulario__actualizar button {
    margin: 0;
    font-size: clamp(16px, 1.1vw, 38px);
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    color: #137FEC;
    width: 100%;
    height: auto;
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-text-decoration: underline 3px #137FEC;
            text-decoration: underline 3px #137FEC;
  }
  .actualizar-correo-apoderado__sticky .formulario__actualizar button:focus, .actualizar-correo-apoderado__sticky .formulario__actualizar button:active, .actualizar-correo-apoderado__sticky .formulario__actualizar button:target, .actualizar-correo-apoderado__sticky .formulario__actualizar button:hover {
    outline: none;
    cursor: pointer;
    background-color: transparent;
  }
  .actualizar-correo-apoderado__sticky .formulario__button {
    display: none;
  }
}
@media (min-width: 2000px) {
  .contenedor {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 15vh 1fr 10vh;
    grid-template-rows: 15vh 1fr 10vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contenedor > .encabezado {
    border-bottom: solid 2.5px #E4E7EC;
    padding: 40px 0;
  }
  .contenedor .formulario-disabled {
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contenedor .formulario-disabled__encabezado {
    gap: 0.5vw;
  }
  .contenedor .formulario-disabled__encabezado img {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
  .contenedor .formulario-ficha {
    padding-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contenedor .formulario-ficha .message {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E7F2FD;
  }
  .contenedor .formulario-ficha .message p {
    margin: 0;
    font-size: clamp(16px, 1vw, 40px);
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    color: #137FEC;
    text-align: left !important;
    background-color: #FFFFFF !important;
    text-align: center;
    background-color: transparent !important;
  }
  .contenedor .formulario-ficha .input-form {
    margin-top: 40px;
  }
  .contenedor .formulario-ficha .input-form input, .contenedor .formulario-ficha .input-form textarea {
    margin-top: 40px;
    border: solid 5px #E5E8ED;
    border-radius: 20px;
    padding: 20px;
    outline: none;
  }
  .contenedor .formulario-ficha .input-form textarea {
    height: 600px;
  }
  .contenedor .formulario-ficha .select-form {
    margin-top: 40px;
  }
  .contenedor .formulario-ficha .select-form__input-text {
    margin-top: 40px;
    border: solid 5px #E5E8ED;
    border-radius: 20px;
    padding: 20px;
  }
  .contenedor .formulario-ficha .select-form__input-text input, .contenedor .formulario-ficha .select-form__input-text button {
    border: none;
    padding: 0;
    outline: none;
  }
  .contenedor .formulario-ficha .select-form__input-text button {
    padding: 20px;
  }
  .contenedor .formulario-ficha .select-form__input-text button img {
    width: 25px;
  }
  .contenedor .formulario-ficha .select-form__options {
    margin-top: 20px;
    max-height: 800px;
    border: solid 5px #E5E8ED;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .contenedor .formulario-ficha .select-form__options .item-escolar, .contenedor .formulario-ficha .select-form__options .item-estudiante {
    padding: 20px;
  }
  .contenedor .formulario-ficha__actualizar {
    margin-top: 40px;
  }
  .contenedor .formulario-ficha__actualizar button {
    -webkit-text-decoration: underline 5px #137FEC;
            text-decoration: underline 5px #137FEC;
  }
  .contenedor .formulario-ficha__button {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contenedor .formulario-ficha__button button {
    margin: 0;
    font-size: clamp(16px, 1.1vw, 38px);
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    height: auto;
    border: none;
    border-radius: 20px;
    padding: 20px;
    background-color: #137FEC;
    color: #FFFFFF;
    outline: none;
  }
  .contenedor .formulario-ficha__button button:focus, .contenedor .formulario-ficha__button button:active, .contenedor .formulario-ficha__button button:target, .contenedor .formulario-ficha__button button:hover {
    outline: none;
    background-color: #137FEC;
  }
  .contenedor .formulario-ficha__button button[disabled] {
    background-color: #D1D5DB;
    color: #6A7180;
  }
  .contenedor > .pie {
    display: none;
  }
  .actualizar-correo-apoderado {
    width: 100%;
  }
  .actualizar-correo-apoderado__sticky {
    margin: 0 auto;
    border-radius: 40px;
    padding: 60px;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .titulo {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .titulo p {
    margin: 0;
    font-size: clamp(22px, 1.5vw, 50px);
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: clamp(23px, 1.9vw, 51px);
    color: #111418;
    text-align: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    outline: none;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:focus, .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:hover {
    outline: none;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 15px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button:hover {
    cursor: pointer;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 2000px) and (min-width: 1200px) {
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 2vw;
    height: 2vw;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 1.5vw;
  }
}
@media (min-width: 2000px) and (min-width: 2000px) {
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button {
    width: 80px;
    height: 80px;
  }
  .actualizar-correo-apoderado__sticky > .encabezado > .cerrar button img {
    width: 40px;
  }
}
@media (min-width: 2000px) {
  .actualizar-correo-apoderado__sticky > .titular {
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form {
    margin-top: 30px;
  }
  .actualizar-correo-apoderado__sticky .formulario .input-form input, .actualizar-correo-apoderado__sticky .formulario .input-form textarea {
    margin-top: 20px;
    padding: 20px;
  }
  .actualizar-correo-apoderado__sticky .formulario__submit {
    margin-top: 40px;
  }
  .actualizar-correo-apoderado__sticky .formulario__submit button {
    border-radius: 20px;
    -webkit-text-decoration: underline 5px #137FEC;
            text-decoration: underline 5px #137FEC;
  }
  .actualizar-correo-apoderado__sticky .formulario__submit button img {
    width: 40px;
    height: 40px;
  }
}