body {
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: 100vh;
  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-color: #F6F7F8;
}

.nest-manager {
  all: revert;
}

.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 .panel-solicitudes {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-rows: 1fr 10fr 3fr;
  grid-template-rows: 1fr 10fr 3fr;
}
.contenedor .panel-solicitudes__encabezado {
  width: 100%;
  height: auto;
  min-width: 320px;
  margin: 0 auto;
  border-bottom: solid 2.5px #E4E7EC;
  padding: 2rem 5%;
  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;
}
.contenedor .panel-solicitudes__encabezado .back {
  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 .panel-solicitudes__encabezado .back 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 .panel-solicitudes__encabezado .back button:focus, .contenedor .panel-solicitudes__encabezado .back button:hover {
  outline: none;
}
.contenedor .panel-solicitudes__encabezado .back button img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.contenedor .panel-solicitudes__encabezado .back button:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .contenedor .panel-solicitudes__encabezado .back button {
    width: 2vw;
    height: 2vw;
  }
  .contenedor .panel-solicitudes__encabezado .back button img {
    width: 1.5vw;
  }
}
@media (min-width: 2000px) {
  .contenedor .panel-solicitudes__encabezado .back button {
    width: 80px;
    height: 80px;
  }
  .contenedor .panel-solicitudes__encabezado .back button img {
    width: 40px;
  }
}
.contenedor .panel-solicitudes__encabezado .titulo {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contenedor .panel-solicitudes__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 .panel-solicitudes__body {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  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;
}
.contenedor .panel-solicitudes__body .solicitud {
  width: 100%;
  height: auto;
  min-height: 240px;
  max-width: 1460px;
  margin-top: 2rem;
  border: solid 2.5px #E5E8ED;
  border-radius: 1rem;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7fr 0.5rem 5fr;
  grid-template-columns: 7fr 5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: #FFFFFF;
}
.contenedor .panel-solicitudes__body .solicitud__details {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contenedor .panel-solicitudes__body .solicitud__details .info {
  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 .panel-solicitudes__body .solicitud__details .info__title {
  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 .panel-solicitudes__body .solicitud__details .info__description {
  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;
  margin-top: 1rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.contenedor .panel-solicitudes__body .solicitud__details .school {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.contenedor .panel-solicitudes__body .solicitud__details .school span {
  margin: 0;
  font-size: clamp(12px, 1.1vw, 16px);
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  line-height: clamp(13px, 1.1vw, 17px);
  color: #526070;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #E2E3E6;
  text-transform: capitalize;
}
.contenedor .panel-solicitudes__body .solicitud__more {
  width: 100%;
  height: 100%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contenedor .panel-solicitudes__body .solicitud__more .rut {
  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;
}
.contenedor .panel-solicitudes__body .solicitud__more .button {
  width: 100%;
}
.contenedor .panel-solicitudes__body .solicitud__more .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: 0.75rem 1rem;
  background-color: #137FEC;
  outline: none;
}
.contenedor .panel-solicitudes__body .solicitud__more .button button:focus {
  outline: none;
}
.contenedor .panel-solicitudes__body > .sin-solicitudes {
  width: 100%;
  height: auto;
  min-height: 70vh;
  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;
}
.contenedor .panel-solicitudes__body > .sin-solicitudes .image {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contenedor .panel-solicitudes__body > .sin-solicitudes .image img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenedor .panel-solicitudes__body > .sin-solicitudes .info {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contenedor .panel-solicitudes__body > .sin-solicitudes .info h2 {
  margin: 0;
  font-size: clamp(25px, 1.8vw, 65px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: clamp(26px, 2.1vw, 66px);
  color: #111418;
  text-align: center;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  text-align: center;
}
.contenedor .panel-solicitudes__body > .sin-solicitudes .info 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: #63798D;
  margin-top: 1rem;
  text-align: center;
}

.solicitud-abierta {
  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-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: revelar 0.25s forwards ease-in 1;
          animation: revelar 0.25s forwards ease-in 1;
}
@-webkit-keyframes revelar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes revelar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.solicitud-abierta .article {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  -ms-grid-rows: 1fr 10fr 1fr;
  grid-template-rows: 1fr 10fr 1fr;
  background-color: #FFFFFF;
}
.solicitud-abierta .article__top {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 2fr;
  grid-template-columns: 10fr 2fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solicitud-abierta .article__top-title {
  margin: 0;
  font-size: clamp(25px, 1.8vw, 65px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  line-height: clamp(26px, 2.1vw, 66px);
  color: #111418;
  text-align: center;
}
.solicitud-abierta .article__top-title p {
  margin: 0;
  text-align: left !important;
}
.solicitud-abierta .article__top-back {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solicitud-abierta .article__top-back button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  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: #E4E7EC;
}
.solicitud-abierta .article__top-back button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.solicitud-abierta .article__top-back button:hover {
  cursor: pointer;
}
.solicitud-abierta .article__body {
  width: 100%;
  height: auto;
  max-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
}
.solicitud-abierta .article__body::-webkit-scrollbar {
  display: none;
}
.solicitud-abierta .article__body .item-info {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
}
.solicitud-abierta .article__body .item-info .title {
  width: 100%;
  height: auto;
  margin: 0;
  font-size: clamp(13px, 1vw, 28px);
  line-height: clamp(12px, 1.3vw, 15px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #63798D;
  text-align: left !important;
}
.solicitud-abierta .article__body .item-info .info {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  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;
}
.solicitud-abierta .article__body .item-info .email {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  -webkit-text-decoration: underline 2.5px #137FEC;
          text-decoration: underline 2.5px #137FEC;
  text-transform: lowercase;
  margin: 0;
  font-size: clamp(12px, 1.3vw, 28px);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #137FEC;
  text-align: left !important;
}
.solicitud-abierta .article__body .item-info .description {
  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: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
  overflow-wrap: break-word;
  word-break: break-word;
}
.solicitud-abierta .article__pie {
  width: 100%;
  height: auto;
}
.solicitud-abierta .article__pie button {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 38px);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  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;
  background-color: transparent;
  background-color: #137FEC;
  gap: 1rem;
}
.solicitud-abierta .article__pie button img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #FFFFFF;
  color: #FFFFFF;
  pointer-events: none;
}

.responder-solicitud {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 10fr 1fr;
  grid-template-rows: 1fr 10fr 1fr;
  grid-auto-columns: auto;
  background-color: #F6F7F8;
  -webkit-animation: responderSolicitud 0.5s cubic-bezier(0.55, 0, 0.44, 1) forwards 1;
          animation: responderSolicitud 0.5s cubic-bezier(0.55, 0, 0.44, 1) forwards 1;
}
@-webkit-keyframes responderSolicitud {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes responderSolicitud {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
.responder-solicitud__top {
  width: 100%;
  min-width: 320px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 2.5px #E4E7EC;
  padding: 2rem 5%;
  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;
}
.responder-solicitud__top-cancelar {
  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;
}
.responder-solicitud__top-cancelar button {
  width: 30px;
  height: 30px;
  margin: 0;
  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;
}
.responder-solicitud__top-cancelar button:focus, .responder-solicitud__top-cancelar button:active, .responder-solicitud__top-cancelar button:target, .responder-solicitud__top-cancelar button:hover {
  outline: none;
  background-color: transparent;
}
.responder-solicitud__top-cancelar button img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.responder-solicitud__top-titulo {
  width: 100%;
  height: 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;
}
.responder-solicitud__top-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;
}
.responder-solicitud__body {
  width: 90%;
  min-width: 288px;
  height: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  padding-bottom: 100px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.responder-solicitud__body::-webkit-scrollbar {
  display: none;
}
.responder-solicitud__body .encabezado {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 0.5rem 2fr;
  grid-template-columns: 10fr 2fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.responder-solicitud__body .encabezado__datos {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 0.5rem 10fr;
  grid-template-columns: 2fr 10fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.responder-solicitud__body .encabezado__datos .user {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.5rem;
  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;
  background-color: #E4E7EC;
}
.responder-solicitud__body .encabezado__datos .user img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.responder-solicitud__body .encabezado__datos .enviar-a {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.responder-solicitud__body .encabezado__datos .enviar-a > 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: #111418;
  margin: 0;
}
.responder-solicitud__body .encabezado__datos .enviar-a > p span {
  text-transform: lowercase;
}
.responder-solicitud__body .encabezado__datos .enviar-a > span {
  margin: 0;
  font-size: clamp(13px, 1vw, 28px);
  line-height: clamp(12px, 1.3vw, 15px);
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  color: #63798D;
  text-align: left !important;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  text-align: left;
  display: inline-block;
}
.responder-solicitud__body .encabezado__etiqueta {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.responder-solicitud__body .encabezado__etiqueta span {
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: clamp(12px, 1vw, 26px);
  line-height: clamp(13px, 1.1vw, 27px);
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  color: #2886ED;
  background-color: #E8F3FD;
  text-transform: uppercase;
}
.responder-solicitud__body .campos {
  width: 100%;
  height: 100%;
  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;
  overflow-y: scroll;
}
.responder-solicitud__body .campos::-webkit-scrollbar {
  display: none;
}
.responder-solicitud__body .campos .campo {
  width: 100%;
  height: auto;
  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;
}
.responder-solicitud__body .campos .campo:nth-child(1) {
  margin-top: 0;
}
.responder-solicitud__body .campos .campo 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;
}
.responder-solicitud__body .campos .campo 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;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  border: solid 2.5px #E5E8ED;
  border-radius: 0.5rem;
  padding: 1rem;
  outline: none;
}
.responder-solicitud__body .campos .campo input:focus {
  outline: none;
}
.responder-solicitud__body .campos__mensaje 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;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  margin-top: 1rem;
  border: solid 2.5px #E5E8ED;
  border-radius: 0.5rem;
  padding: 1rem;
  resize: none;
  outline: none;
}
.responder-solicitud__body .campos__mensaje textarea::-webkit-scrollbar {
  display: none;
}
.responder-solicitud__body .campos__mensaje textarea:focus {
  outline: none;
}
.responder-solicitud__body .campos__adjuntar {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
}
.responder-solicitud__body .campos__adjuntar label {
  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;
}
.responder-solicitud__body .campos__adjuntar label:hover {
  cursor: pointer;
}
.responder-solicitud__body .campos__adjuntar label > .clip {
  width: 50px;
  height: 50px;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #E7F2FD;
  pointer-events: none;
}
.responder-solicitud__body .campos__adjuntar label > .clip img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.responder-solicitud__body .campos__adjuntar label > .text {
  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;
  display: block;
  text-align: center;
  pointer-events: none;
}
.responder-solicitud__body .campos__adjuntar label > .more {
  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;
  pointer-events: none;
}
.responder-solicitud__body .campos__adjuntar label > .more img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.responder-solicitud__body .campos__adjuntar input {
  display: none;
}
.responder-solicitud__body .campos__adjuntos {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 1rem;
  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;
  overflow-y: scroll !important;
}
.responder-solicitud__body .campos__adjuntos::-webkit-scrollbar {
  display: none;
}
.responder-solicitud__body .campos__adjuntos .file {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 2fr;
  grid-template-columns: 10fr 2fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.responder-solicitud__body .campos__adjuntos .file__info {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.responder-solicitud__body .campos__adjuntos .file__info img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.responder-solicitud__body .campos__adjuntos .file__info span {
  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: #111418;
}
.responder-solicitud__body .campos__adjuntos .file__close {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.responder-solicitud__body .campos__adjuntos .file__close button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0.5rem;
  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;
}
.responder-solicitud__body .campos__adjuntos .file__close button:hover, .responder-solicitud__body .campos__adjuntos .file__close button:focus {
  outline: none;
  background-color: transparent;
}
.responder-solicitud__body .campos__adjuntos .file__close button img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.responder-solicitud__enviar {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  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;
}
.responder-solicitud__enviar 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: 1rem;
  background-color: #137FEC;
  outline: none;
}
.responder-solicitud__enviar button:hover, .responder-solicitud__enviar button:focus {
  outline: none;
  cursor: pointer;
  background-color: #137FEC;
}
.responder-solicitud__enviar button img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.item-respondido {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 8fr 3fr 1fr;
  grid-template-rows: 8fr 3fr 1fr;
  grid-auto-columns: auto;
  background-color: #FFFFFF;
}
.item-respondido .encabezado {
  width: 90%;
  min-width: 288px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-respondido .encabezado__imagen {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 10px;
  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: #137FEC;
  -webkit-box-shadow: 0 0 60px rgba(36, 135, 237, 0.8);
          box-shadow: 0 0 60px rgba(36, 135, 237, 0.8);
}
.item-respondido .encabezado__imagen img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 10px;
  display: block;
  fill: #137FEC;
  background-color: #FFFFFF;
}
.item-respondido .encabezado__texto {
  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;
  margin-top: 2rem;
  text-align: center;
}
.item-respondido .bottom {
  width: 90%;
  min-width: 288px;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.item-respondido .bottom__panel {
  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;
  background-color: #137FEC;
}
.item-respondido .bottom__enviar-otro {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 38px);
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #137FEC;
  width: 100%;
  height: auto;
  margin-top: 2rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  outline: none;
}
.item-respondido .bottom__enviar-otro:focus, .item-respondido .bottom__enviar-otro:hover {
  outline: none;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .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: 1200px) and (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;
  }
}
@media (min-width: 1200px) {
  .contenedor .panel-solicitudes__encabezado {
    width: 100%;
    height: auto;
    min-width: 320px;
    margin: 0 auto;
    border-bottom: solid 0.15vw #E4E7EC;
    padding: 2vw 5%;
    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;
  }
  .contenedor .panel-solicitudes__body {
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 288px;
    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;
  }
  .contenedor .panel-solicitudes__body .solicitud {
    width: 40vw;
    min-height: 5vw;
    margin: 0 auto;
    margin-top: 1.15vw;
    border-radius: 2vw;
    padding: 2vw;
    gap: 0.5vw;
  }
  .contenedor .panel-solicitudes__body .solicitud__details .school {
    margin-top: 1.15vw;
    gap: 0.5vw;
  }
  .contenedor .panel-solicitudes__body .solicitud__details .school span {
    border-radius: 0.5vw;
    padding: 0.5vw 1vw;
  }
  .contenedor .panel-solicitudes__body .solicitud__more .button button {
    border-radius: 1vw;
    padding: 0.5vw 1vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .image {
    margin-top: 1.5vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .image img {
    width: 5vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .info {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .info h2 {
    margin: 0;
    font-size: clamp(25px, 1.8vw, 65px);
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: clamp(26px, 2.1vw, 66px);
    color: #111418;
    text-align: center;
    margin-top: 1.5vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .info 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: #63798D;
    margin-top: 1vw;
  }
  .solicitud-abierta .article {
    width: 30vw;
    max-width: 1000px;
    height: 70vh;
    max-height: 1000px;
    margin: 0 auto;
    border-radius: 1vw;
    padding: 2vw;
  }
  .solicitud-abierta .article__top-back button {
    width: 2vw;
    height: 2vw;
  }
  .solicitud-abierta .article__top-back button img {
    width: 1vw;
    height: 1vw;
  }
  .solicitud-abierta .article__body .item-info {
    margin-top: 2vw;
  }
  .solicitud-abierta .article__body .item-info .info {
    margin-top: 2vw;
  }
  .solicitud-abierta .article__body .item-info .email {
    margin-top: 2vw;
  }
  .solicitud-abierta .article__body .item-info .description {
    margin-top: 2vw;
  }
  .solicitud-abierta .article__pie button {
    border-radius: 1vw;
    padding: 1vw;
    gap: 1vw;
  }
  .solicitud-abierta .article__pie button img {
    width: 2vw;
    height: 2vw;
  }
  .responder-solicitud {
    top: 5vh;
    bottom: 5vh;
    width: 50vw;
    max-width: 1260px;
    height: 90vh;
    max-height: 1500px;
    margin: 0 auto;
    border-radius: 1vw;
    padding: 2vw;
  }
  @-webkit-keyframes responderSolicitud {
    0% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }
  @keyframes responderSolicitud {
    0% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }
  .responder-solicitud__top {
    width: 100%;
    min-width: 320px;
    height: auto;
    margin: 0 auto;
    border-bottom: solid 2.5px #E4E7EC;
    padding: 1vw 5%;
    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;
  }
  .responder-solicitud__top-cancelar {
    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;
  }
  .responder-solicitud__top-cancelar button {
    width: 3vw;
    height: 3vw;
  }
  .responder-solicitud__top-cancelar button img {
    width: 2vw;
    height: 2vw;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .responder-solicitud__body {
    width: 90%;
    min-width: 288px;
    height: 100%;
    margin: 0 auto;
    margin-top: 2vw;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .responder-solicitud__body::-webkit-scrollbar {
    display: none;
  }
  .responder-solicitud__body .encabezado {
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 0.5vw 2fr;
    grid-template-columns: 10fr 2fr;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5vw;
  }
  .responder-solicitud__body .encabezado__datos {
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 0.5rem 10fr;
    grid-template-columns: 2fr 10fr;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .responder-solicitud__body .encabezado__datos .user {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    padding: 1vw;
    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;
    background-color: #E4E7EC;
  }
  .responder-solicitud__body .encabezado__datos .user img {
    width: 2vw;
    height: 2vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .encabezado__datos .enviar-a {
    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;
  }
  .responder-solicitud__body .encabezado__datos .enviar-a > 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: #111418;
    margin: 0;
  }
  .responder-solicitud__body .encabezado__datos .enviar-a > p span {
    text-transform: lowercase;
  }
  .responder-solicitud__body .encabezado__datos .enviar-a > span {
    margin: 0;
    font-size: clamp(13px, 1vw, 28px);
    line-height: clamp(12px, 1.3vw, 15px);
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    color: #63798D;
    text-align: left !important;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    text-align: left;
    display: inline-block;
  }
  .responder-solicitud__body .encabezado__etiqueta {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .responder-solicitud__body .encabezado__etiqueta span {
    width: 100%;
    text-align: center;
    margin: 0;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: clamp(12px, 1vw, 26px);
    line-height: clamp(13px, 1.1vw, 27px);
    font-family: "Google Sans", sans-serif;
    font-weight: 600;
    color: #2886ED;
    background-color: #E8F3FD;
    text-transform: uppercase;
  }
  .responder-solicitud__body .campos {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 2vw;
    padding-bottom: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
  .responder-solicitud__body .campos::-webkit-scrollbar {
    display: none;
  }
  .responder-solicitud__body .campos .campo {
    width: 100%;
    height: auto;
    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;
  }
  .responder-solicitud__body .campos .campo:nth-child(1) {
    margin-top: 0;
  }
  .responder-solicitud__body .campos .campo 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;
  }
  .responder-solicitud__body .campos .campo 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;
    margin: 0 auto;
    margin-top: 1rem;
    border: solid 2.5px #E5E8ED;
    border-radius: 0.5rem;
    padding: 1rem;
    outline: none;
  }
  .responder-solicitud__body .campos .campo input:focus {
    outline: none;
  }
  .responder-solicitud__body .campos__mensaje 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;
    height: 250px;
    margin: 0 auto;
    margin-top: 1rem;
    border: solid 2.5px #E5E8ED;
    border-radius: 0.5rem;
    padding: 1rem;
    resize: none;
    outline: none;
  }
  .responder-solicitud__body .campos__mensaje textarea::-webkit-scrollbar {
    display: none;
  }
  .responder-solicitud__body .campos__mensaje textarea:focus {
    outline: none;
  }
  .responder-solicitud__body .campos__adjuntar {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .responder-solicitud__body .campos__adjuntar label {
    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;
  }
  .responder-solicitud__body .campos__adjuntar label:hover {
    cursor: pointer;
  }
  .responder-solicitud__body .campos__adjuntar label > .clip {
    width: 50px;
    height: 50px;
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #E7F2FD;
    pointer-events: none;
  }
  .responder-solicitud__body .campos__adjuntar label > .clip img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .campos__adjuntar label > .text {
    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;
    display: block;
    text-align: center;
    pointer-events: none;
  }
  .responder-solicitud__body .campos__adjuntar label > .more {
    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;
    pointer-events: none;
  }
  .responder-solicitud__body .campos__adjuntar label > .more img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .campos__adjuntar input {
    display: none;
  }
  .responder-solicitud__body .campos__adjuntos {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 1rem;
    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;
    overflow-y: scroll !important;
  }
  .responder-solicitud__body .campos__adjuntos::-webkit-scrollbar {
    display: none;
  }
  .responder-solicitud__body .campos__adjuntos .file {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 2fr;
    grid-template-columns: 10fr 2fr;
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .responder-solicitud__body .campos__adjuntos .file__info {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
  }
  .responder-solicitud__body .campos__adjuntos .file__info img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .campos__adjuntos .file__info span {
    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: #111418;
  }
  .responder-solicitud__body .campos__adjuntos .file__close {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .responder-solicitud__body .campos__adjuntos .file__close button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0.5rem;
    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;
  }
  .responder-solicitud__body .campos__adjuntos .file__close button:hover, .responder-solicitud__body .campos__adjuntos .file__close button:focus {
    outline: none;
    background-color: transparent;
  }
  .responder-solicitud__body .campos__adjuntos .file__close button img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .responder-solicitud__enviar {
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    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;
  }
  .responder-solicitud__enviar 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: 1rem;
    background-color: #137FEC;
    outline: none;
  }
  .responder-solicitud__enviar button:hover, .responder-solicitud__enviar button:focus {
    outline: none;
    cursor: pointer;
    background-color: #137FEC;
  }
  .responder-solicitud__enviar button img {
    width: 30px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .item-respondido {
    width: 30vw;
    max-width: 1000px;
    height: 50vh;
    max-height: 600px;
    margin: 0 auto;
    top: 25vh;
    bottom: 25vh;
    border-radius: 1vw;
    padding: 1vw;
    -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1vw rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-animation: showElement 0.25s ease-in-out forwards 1;
            animation: showElement 0.25s ease-in-out forwards 1;
  }
  @-webkit-keyframes showElement {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes showElement {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .item-respondido .encabezado__imagen {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    padding: 1vw;
  }
  .item-respondido .encabezado__imagen img {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    padding: 0.35vw;
  }
  .item-respondido .encabezado__texto {
    margin-top: 1.5vw;
  }
  .item-respondido .bottom__panel {
    border-radius: 1vw;
    padding: 1vw;
  }
  .item-respondido .bottom__enviar-otro {
    margin-top: 1vw;
  }
}
@media (min-width: 2000px) {
  .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) and (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;
  }
}
@media (min-width: 2000px) {
  .contenedor .panel-solicitudes {
    -ms-grid-rows: 15vh 1fr 10vh;
    grid-template-rows: 15vh 1fr 10vh;
  }
  .contenedor .panel-solicitudes__encabezado {
    border-bottom: solid 0.15vw #E4E7EC;
    padding: 40px 0;
  }
  .contenedor .panel-solicitudes__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contenedor .panel-solicitudes__body .solicitud {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border: solid 5px #E5E8ED;
    border-radius: 20px;
    padding: 30px;
    gap: 30px;
    background-color: #FFFFFF;
  }
  .contenedor .panel-solicitudes__body .solicitud__details {
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contenedor .panel-solicitudes__body .solicitud__details .info {
    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 .panel-solicitudes__body .solicitud__details .school {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .contenedor .panel-solicitudes__body .solicitud__details .school span {
    border-radius: 10px;
    padding: 10px 20px;
  }
  .contenedor .panel-solicitudes__body .solicitud__more .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;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .image {
    margin-top: 1.5vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .image img {
    width: 5vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .info {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .info h2 {
    margin: 0;
    font-size: clamp(25px, 1.8vw, 65px);
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    line-height: clamp(26px, 2.1vw, 66px);
    color: #111418;
    text-align: center;
    margin-top: 1.5vw;
  }
  .contenedor .panel-solicitudes__body > .sin-solicitudes .info 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: #63798D;
    margin-top: 1vw;
  }
  .solicitud-abierta .article {
    top: 20%;
    border-radius: 20px;
    padding: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .solicitud-abierta .article__top-back {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solicitud-abierta .article__top-back button {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    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: #E4E7EC;
  }
  .solicitud-abierta .article__top-back button img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .solicitud-abierta .article__body {
    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;
  }
  .solicitud-abierta .article__body .item-info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
  .solicitud-abierta .article__body .item-info .info {
    margin-top: 40px;
  }
  .solicitud-abierta .article__body .item-info .email {
    margin-top: 40px;
    -webkit-text-decoration: underline 5px #137FEC;
            text-decoration: underline 5px #137FEC;
  }
  .solicitud-abierta .article__body .item-info .description {
    margin-top: 40px;
  }
  .solicitud-abierta .article__pie {
    width: 100%;
    height: auto;
  }
  .solicitud-abierta .article__pie button {
    margin: 0;
    font-size: clamp(16px, 1.1vw, 38px);
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    border: none;
    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: transparent;
    background-color: #137FEC;
    gap: 10px;
  }
  .solicitud-abierta .article__pie button img {
    width: 40px;
    height: 40px;
  }
  .responder-solicitud {
    top: 5%;
    bottom: 20%;
    width: 50vw;
    max-width: 1260px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 60px;
  }
  .responder-solicitud__top {
    border-bottom: solid 5px #E4E7EC;
    padding: 40px 5%;
  }
  .responder-solicitud__top-cancelar button {
    width: 80px;
    height: 80px;
  }
  .responder-solicitud__top-cancelar button img {
    width: 60px;
    height: 60px;
  }
  .responder-solicitud__body {
    margin-top: 40px;
    height: 800px;
  }
  .responder-solicitud__body .encabezado {
    gap: 10px;
  }
  .responder-solicitud__body .encabezado__datos {
    gap: 10px;
  }
  .responder-solicitud__body .encabezado__datos .user {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
  .responder-solicitud__body .encabezado__datos .user img {
    width: 60px;
    height: 60px;
  }
  .responder-solicitud__body .encabezado__datos .enviar-a > span {
    margin-top: 10px;
  }
  .responder-solicitud__body .campos {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .responder-solicitud__body .campos .campo {
    margin-top: 40px;
  }
  .responder-solicitud__body .campos .campo input {
    margin-top: 40px;
    border: solid 5px #E5E8ED;
    border-radius: 40px;
    padding: 40px;
  }
  .responder-solicitud__body .campos__mensaje textarea {
    margin-top: 40px;
    border: solid 5px #E5E8ED;
    border-radius: 10px;
    padding: 20px;
  }
  .responder-solicitud__body .campos__adjuntar {
    margin-top: 40px;
  }
  .responder-solicitud__body .campos__adjuntar label > .clip {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding: 20px;
  }
  .responder-solicitud__body .campos__adjuntar label > .clip img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .campos__adjuntar label > .more img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .campos__adjuntar input {
    display: none;
  }
  .responder-solicitud__body .campos__adjuntos {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .responder-solicitud__body .campos__adjuntos .file__info {
    gap: 20px;
  }
  .responder-solicitud__body .campos__adjuntos .file__info img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .responder-solicitud__body .campos__adjuntos .file__info span {
    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: #111418;
  }
  .responder-solicitud__body .campos__adjuntos .file__close {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .responder-solicitud__body .campos__adjuntos .file__close button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 20px;
    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;
  }
  .responder-solicitud__body .campos__adjuntos .file__close button:hover, .responder-solicitud__body .campos__adjuntos .file__close button:focus {
    outline: none;
    background-color: transparent;
  }
  .responder-solicitud__body .campos__adjuntos .file__close button img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
  }
  .responder-solicitud__enviar {
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    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;
  }
  .responder-solicitud__enviar button {
    border-radius: 40px;
    padding: 40px;
    gap: 20px;
  }
  .responder-solicitud__enviar button img {
    width: 60px;
  }
  .item-respondido {
    top: 30%;
    bottom: 10%;
    border-radius: 40px;
    padding: 40px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  .item-respondido .encabezado__imagen {
    width: 160px;
    height: 160px;
    padding: 20px;
  }
  .item-respondido .encabezado__imagen img {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .item-respondido .encabezado__texto {
    margin-top: 40px;
  }
  .item-respondido .bottom__panel {
    border-radius: 20px;
    padding: 20px;
  }
  .item-respondido .bottom__enviar-otro {
    margin-top: 20px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 2000px) {
  .responder-solicitud {
    top: 25vh;
  }
}