@charset "UTF-8";
/** Media Queries **/
/*FERNANDO*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

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

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: #39433B;
  background: rgb(226, 242, 248) no-repeat fixed center;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(246, 254, 194)), color-stop(9%, rgb(246, 254, 194)), color-stop(100%, rgb(31, 217, 192)));
  background: linear-gradient(45deg, rgb(246, 254, 194) 0%, rgb(246, 254, 194) 9%, rgb(31, 217, 192) 100%) no-repeat fixed center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6fec2", endColorstr="#1fd9c0", GradientType=1 ) no-repeat fixed center;
  /*
  background: rgba(226,242,248,1) no-repeat fixed center;
  background: -moz-linear-gradient(45deg, rgba(226,242,248,1) 0%, rgba(226,242,248,1) 25%, rgba(73,195,233,1) 100%) no-repeat fixed center;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,242,248,1)), color-stop(25%, rgba(226,242,248,1)), color-stop(100%, rgba(73,195,233,1))) no-repeat fixed center;
  background: -webkit-linear-gradient(45deg, rgba(226,242,248,1) 0%, rgba(226,242,248,1) 25%, rgba(73,195,233,1) 100%) no-repeat fixed center;
  background: -o-linear-gradient(45deg, rgba(226,242,248,1) 0%, rgba(226,242,248,1) 25%, rgba(73,195,233,1) 100%) no-repeat fixed center; 
  background: -ms-linear-gradient(45deg, rgba(226,242,248,1) 0%, rgba(226,242,248,1) 25%, rgba(73,195,233,1) 100%) no-repeat fixed center;
  background: linear-gradient(45deg, rgba(226,242,248,1) 0%, rgba(226,242,248,1) 25%, rgba(73,195,233,1) 100%) no-repeat fixed center;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f2f8', endColorstr='#49c3e9', GradientType=1 ) no-repeat fixed center;    
  */
}

main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 1rem 2.5%;
  display: flex;
  justify-content: center;
}

.contenedor_principal {
  --webkit-backdrop-filter: blur(1.8px);
  -webkit-backdrop-filter: blur(1.8px);
          backdrop-filter: blur(1.8px);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  padding: 1.2rem 1.2rem;
  /*margin-top: 1.5rem;*/
  box-shadow: 0px 5px 15px 0px rgba(112, 112, 112, 0.48);
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swal2-popup {
  font-size: 2rem !important;
}

/*
@include m.desktop {
     .contenedor_principal{    
         width: min(auto, 1024px);
         margin: 0 auto;
        }
   }  

*/
.input__text {
  position: absolute;
  outline: none;
  padding: 1rem 1rem 1rem 1rem;
  border-width: 3px;
  width: 100%;
  border-style: none none solid none;
  border-color: rgba(128, 128, 128, 0.527);
  background: transparent;
  transition: 0.5s;
  z-index: 1;
  box-shadow: none;
  /*
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 1px solid #DADCE0;
  border-radius: 7px;
  font-size: 16px;
  padding: 0 20px;
  outline: none;
  background: none;
  z-index: 1;         
  */
}
.input__text--color_deshabilitado {
  color: rgba(128, 128, 128, 0.527);
}
.input__text--color_habilitado {
  color: #39433B;
}
.input__text--deshabilitado {
  position: absolute;
  outline: none;
  padding: 1rem 1rem 1rem 1rem;
  border-width: 3px;
  width: 100%;
  border-style: none none solid none;
  border-color: rgba(128, 128, 128, 0.527);
  color: rgba(128, 128, 128, 0.527);
  background: transparent;
  transition: 0.5s;
  z-index: 1;
}
.input__contenedor {
  /*
  position: relative;
  padding: 0 0 2rem 0;
  */
  position: relative;
  height: 45px;
  margin-bottom: 17px;
}
.input__contenedor_modal {
  position: relative;
  height: 45px;
  margin: 1rem 0;
}
.input__icono {
  border: 0px solid;
  padding: 1rem 0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.input__boton {
  background-color: #04AA6D;
  padding: 1.5rem 1.5rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
}
.input__boton:hover {
  background-color: #03784d;
  cursor: pointer;
}
.input__boton:disabled {
  /*background-color: lighten( $bgColor, 15% );*/
  background-color: #bac2ce;
  cursor: default;
}
@media (min-width: 480px) {
  .input__boton {
    width: 200px;
    display: initial;
  }
}
.input__boton__seriado {
  /*background-color: $bgColor;
  color: $colorTexto;*/
  padding: 1.5rem 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
}
@media (min-width: 480px) {
  .input__boton__seriado {
    display: initial;
  }
}
.input__boton__seriado.subir_archivo, .input__boton__seriado.si_no {
  background-color: #CC8400;
  color: #FFFFFF;
}
.input__boton__seriado.subir_archivo:hover, .input__boton__seriado.si_no:hover {
  background-color: #996300;
  cursor: pointer;
}
.input__boton__seriado.subir_archivo:disabled, .input__boton__seriado.si_no:disabled {
  background-color: #ffae1a;
  cursor: pointer;
}
.input__boton__seriado.enrevison_archivo {
  background-color: #ECEC00;
  color: #39433B;
}
.input__boton__seriado.enrevison_archivo:hover {
  background-color: #b9b900;
  cursor: pointer;
}
.input__boton__seriado.enrevison_archivo:disabled {
  background-color: #ffff3a;
  cursor: pointer;
}
.input__boton__seriado.rechazado_archivo {
  background-color: #CE0000;
  color: white;
}
.input__boton__seriado.rechazado_archivo:hover {
  background-color: #9b0000;
  cursor: pointer;
}
.input__boton__seriado.rechazado_archivo:disabled {
  background-color: #ff1c1c;
  cursor: pointer;
}
.input__boton__seriado.aprobado_archivo {
  background-color: #04AA6D;
  color: white;
}
.input__boton__seriado.aprobado_archivo:hover {
  background-color: #03784d;
  cursor: pointer;
}
.input__boton__seriado.aprobado_archivo:disabled {
  background-color: #06f59d;
  cursor: pointer;
}

.a {
  width: 100%;
}

.btn_respuesta_elegida {
  background-color: #04AA6D;
  color: white;
}
.btn_respuesta_elegida:hover {
  background-color: #03784d;
  cursor: pointer;
}
.btn_respuesta_elegida:disabled {
  background-color: #06f59d;
  cursor: pointer;
}

/*
.input__contenedor label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1em;
    color: var(--fondo);
    font-weight: 500;
    pointer-events: none;
    transition: .5s;
}    


.input__contenedor input:focus~label,
.input__contenedor input:valid~label,
.input__contenedor input:not(:placeholder-shown)~label 
    {
     top: -8px;
     color: var(--blanco);
    }

*/
.label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0 4px;
  color: rgba(128, 128, 128, 0.527);
  transition: 0.5s;
  z-index: 0;
}

.label--deshabilitado {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0 4px;
  color: rgba(128, 128, 128, 0.527);
  transition: 0.5s;
  z-index: 0;
}

.input__text--deshabilitado:not(:-moz-placeholder-shown) + .label--deshabilitado {
  top: -1rem;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

.input__text--deshabilitado:not(:placeholder-shown) + .label--deshabilitado {
  top: -1rem;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

::-moz-placeholder {
  color: transparent;
}

::placeholder {
  color: transparent;
}

.input__text:focus + .label {
  top: -7px;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  color: green;
}

.input__text:not(:-moz-placeholder-shown) + .label {
  top: -1rem;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

.input__text:not(:placeholder-shown) + .label {
  top: -1rem;
  left: 3px;
  z-index: 10;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

.input__text:focus {
  border: 0px solid green;
  border-width: 0 0 3px 0;
}

.btn_regresar {
  top: 0rem;
  left: 0rem;
  width: auto;
  background-color: #04AA6D;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  border: none;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  display: inline;
  border-radius: 10px;
  position: absolute;
}
.btn_regresar:hover {
  background-color: #03784d;
  cursor: pointer;
}

.contenedor_loader {
  z-index: 20;
  position: fixed;
  top: 0px;
  width: 100%;
  /*filter: blur(8px);*/
  -webkit-backdrop-filter: blur(1.8px);
  backdrop-filter: blur(1.8px);
  display: flex;
  align-items: center;
  justify-content: center;
  /*EL TAMAÑO VERTICAL LO GENERA CON JAVASCRIPT*/
}

.loader_cara_A, .loader_cara_B {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.loader_cara_A {
  background: url(../img/loader_itcm.png);
  background-size: 100px;
  /*animation: rotate_loader_cara_A 1s linear infinite;*/
  -webkit-animation: rotate_loader_cara_A 1s linear infinite;
  z-index: 20;
}

.loader_cara_B {
  background: url(../img/loader_tecnm.png);
  background-size: 100px;
  /*animation: rotate_loader_cara_B 1s linear infinite;*/
  -webkit-animation: rotate_loader_cara_B 1s linear infinite;
  z-index: 20;
}

.div_loader {
  width: 100px;
  margin: 9% auto;
  /*position: relative;*/
  height: 100px;
  -webkit-transform-style: preserve-3d;
  /*transform-style: preserve-3d;*/
}

@keyframes rotate_loader_cara_A {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
  }
  from {
    -ms-transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
  }
  from {
    -o-transform: rotateY(0deg);
  }
  to {
    -o-transform: rotateY(360deg);
  }
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes rotate_loader_cara_B {
  from {
    -webkit-transform: rotateY(180deg);
  }
  to {
    -webkit-transform: rotateY(540deg);
  }
  from {
    -moz-transform: rotateY(180deg);
  }
  to {
    -moz-transform: rotateY(540deg);
  }
  from {
    -ms-transform: rotateY(180deg);
  }
  to {
    -ms-transform: rotateY(540deg);
  }
  from {
    -o-transform: rotateY(180deg);
  }
  to {
    -o-transform: rotateY(540deg);
  }
  from {
    -transform: rotateY(180deg);
  }
  to {
    -transform: rotateY(540deg);
  }
}
.modal__contenedor_de_contenedores {
  position: relative;
  width: min(95%, var(--anchura, 500px));
  margin: 1rem auto;
  /*ANCHURA*/
  height: var(--altura, auto); /*ALTURA DE LA PRIMER VENTANA*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
  transition: transform 0.5s ease, height 0.2s ease;
}

.modal__contenedor_de_contenedores.activo {
  height: var(--alturaActivo, auto);
}

.modal__contenedor_de_contenedores .a {
  transition: none;
  transform: translateX(0);
}

.modal__contenedor_de_contenedores .b {
  position: absolute;
  transition: none;
  transform: translateX(500px);
}

.modal__contenedor_de_contenedores.activo .a {
  transition: transform 0.5s ease;
  transform: translateX(-500px);
}

.modal__contenedor_de_contenedores.activo .b {
  transition: transform 0.5s ease;
  transform: translateX(0);
}

.modal__contenedor {
  padding: 1.2rem 1.2rem;
  width: 100%;
}

.modal__contenedor_de_fondo {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  -webkit-backdrop-filter: blur(1.8px);
          backdrop-filter: blur(1.8px);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-icono {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.5em auto 0.6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
}

.modal__titulo {
  text-align: center;
  margin: 1.2em 0 0.5em 0;
}

.modal__parrafo {
  text-align: center;
  margin: 0.5em 0;
}

.modal__boton_ok {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

.modal__boton_estilo {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
  cursor: pointer;
}

.modal__boton_ok:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.modal__boton_subir {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: rgb(48, 133, 214);
  color: #fff;
  font-size: 1em;
}

.modal__boton_guardar {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #28a745;
  color: #fff;
  font-size: 1em;
}

.modal__boton_cancelar {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

.modal__boton_cancelar:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.modal__boton_subir:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.modal__boton_guardar:focus {
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

@keyframes modal-animacion-mostrar-icono {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.modal__mostrar {
  animation: modal__mostrar-animacion 0.3s;
}

@keyframes modal__mostrar-animacion {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.modal__ocultar {
  animation: modal__ocultar 0.15s forwards;
}

@keyframes modal__ocultar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
.modal__botonera {
  display: flex;
  justify-content: center;
}

.modal-icono.error {
  border-color: #f27474;
  color: #f27474;
}

.modal-icono.error.mostrar-icono {
  animation: modal-animacion-mostrar-icono 0.5s;
}

.modal-icono.error .marcador-x {
  position: relative;
  flex-grow: 1;
}

.modal-icono.error [class^=marcador-x-linea] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.modal-icono.error [class^=marcador-x-linea][class$=izquierda] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.modal-icono.error [class^=marcador-x-linea][class$=derecha] {
  right: 1em;
  transform: rotate(-45deg);
}

.modal-icono.error.mostrar-icono .marcador-x {
  animation: modal-animacion-error-marcador-x 0.5s;
}

@keyframes modal-animacion-error-marcador-x {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
.modal-icono.exitoso {
  border-color: #a5dc86;
  color: #a5dc86;
}
.modal-icono.exitoso .linea_tip {
  animation: modal_icono_exitoso_linea_tip 0.75s;
}
.modal-icono.exitoso [class^=circulo_linea][class$=izquierda] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
  background-color: rgb(255, 255, 255);
}
.modal-icono.exitoso [class^=circulo_linea] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.modal-icono.exitoso [class^=linea] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.modal-icono.exitoso [class^=linea][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.modal-icono.exitoso .linea_larga {
  animation: modal_icono-exitoso-linea-larga 0.75s;
}
.modal-icono.exitoso [class^=linea][class$=larga] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.modal-icono.exitoso .anillo {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.modal-icono.exitoso .fijo {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
  background-color: rgb(255, 255, 255);
}
.modal-icono.exitoso .circulo_linea_derecha {
  animation: rotacion-exitosa-linea-circular 4.25s ease-in;
}
.modal-icono.exitoso [class^=circulo_linea][class$=derecha] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
  background-color: rgb(255, 255, 255);
}
.modal-icono.exitoso [class^=circulo_linea] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

@keyframes rotacion-exitosa-linea-circular {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes modal_icono-exitoso-linea-larga {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes modal_icono_exitoso_linea_tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
.modal-icono.advertencia {
  border-color: #facea8;
  color: #f8bb86;
}
.modal-icono.advertencia .icono_contenido {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.modal-icono.advertencia .icono_contenido {
  animation: marca-i-animacion 0.5s;
}
.modal-icono.advertencia.mostrar-icono {
  animation: icono-contenedor-advertencia-animacion 0.5s;
}

@keyframes icono-contenedor-advertencia-animacion {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes marca-i-animacion {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
.modal-icono.informacion {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.modal-icono.informacion .icono_contenido {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.modal-icono.informacion .icono_contenido {
  animation: marca-i-animacion 0.8s;
}
.modal-icono.informacion.mostrar-icono {
  animation: icono-contenedor-informacion-animacion 0.5s;
}

@keyframes icono-contenedor-informacion-animacion {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.modal-icono.pregunta {
  border-color: #c9dae1;
  color: #87adbd;
}
.modal-icono.pregunta .icono_contenido {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.modal-icono.pregunta .icono_contenido {
  animation: marca-pregunta-animacion 0.8s;
}
.modal-icono.pregunta.mostrar-icono {
  animation: icono-contenedor-informacion-animacion 0.5s;
}

@keyframes icono-contenedor-informacion-animacion {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes marca-pregunta-animacion {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
.barra--vacia {
  width: 100%;
  background-color: black;
  background-color: #1a1a1a;
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: barra__animacionA 1.25s linear infinite reverse, barra__animacionB 1s;
  animation-duration: 1.25s;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 1rem 0;
  overflow: hidden;
}
.barra--llenando {
  color: rgba(0, 0, 0, 0);
  background-color: limegreen;
  width: 0%;
  padding: 1rem 0;
}
.barra--contenedor {
  position: relative;
}
.barra--mensaje {
  top: 0px;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  color: white;
}

@keyframes barra__animacionA {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
@keyframes barra__animacionB {
  0% {
    top: -60px;
  }
  100% {
    top: 0px;
  }
}
/*DE LA ETIQUETA <a> OCULTA TODO EXEPTO EL PRIMER CHILD*/
.menu a:not(:first-child), .contenedor_submenu .boton_muestra_submenu, .contenedor_salida {
  display: none;
}

/*INICIO DE DISEÑO INICIAL*/
.icono_salida {
  font-size: 22px !important;
  padding: 0px;
}

/*
.icono_a{
     float: right;
     display: flex;
     height: 48px;
     align-items: center;
     justify-content: center;        
    }   
   */
.menu {
  font-weight: 600;
  background-color: #333;
  overflow: hidden;
}
.menu a { /*DISEÑO DE LOS ELEMENTOS DEL MENU*/
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.menu i.icono_salir { /*DISEÑO DE LOS ELEMENTOS DEL MENU*/
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 0 5px 0 0;
}
.menu p.contenedor_salida {
  float: left;
  color: #f2f2f2;
  text-align: left;
  text-decoration: none;
  font-size: 17px;
  padding: 14px 16px;
  margin: 0;
  width: 100%;
}
.menu a.icono_menu { /*POSICION DEL iconoO*/
  float: right;
  display: block;
}
.menu a.nombre { /*DISEÑO Y POSICION INICIAL DEL CONTENEDOR nombre*/
  float: right;
  display: flex;
  padding: 0px 5px;
  text-align: right;
  font-size: 12px !important;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.menu .active {
  padding: 15.5px;
}

.contenedor_menu {
  position: sticky;
  top: 0px;
  z-index: 1000;
}
.contenedor_menu {
  background-color: #333;
}

.contenedor_submenu-contenedor_opciones { /*ESTADO INICIAL DEL CONTENIDO DEL SUBMENU <button>*/
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.contenedor_submenu-contenedor_opciones a:hover { /*ACCION QUE OCURRE AL PASAR EL MOUSE SOBRE LOS BOTONES DEL SUBMENU DISEÑO*/
  background-color: #ddd;
  color: black;
}
.contenedor_submenu-contenedor_opciones a { /*DISEÑO DEL LOS BOTONES DENTRO DEL SUBMENU*/
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.active {
  background-color: #04AA6D;
}

/*DISEÑA EL BOTON DEL SUBMENU*/
.contenedor_submenu { /*DISEÑA EL FORMATO DEL CONTENEDOR DEL BOTON DEL SUBMENU*/
  float: left;
  overflow: hidden;
}
.contenedor_submenu .boton_muestra_submenu {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 13px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.contenedor_submenu:hover .contenedor_submenu-contenedor_opciones { /*ACCION AL PASAR EL MOUSE SOBRE EL BOTON DEL SUBMENU, ABRE SUBMENU*/
  display: block;
}

/*ACCION QUE OCURRE AL PASAR EL MOUSE SOBRE LAS ETIQUETAS a Y EL BOTON DEL SUBMENU DISEÑO DE BOTON*/
.menu a:hover, .contenedor_submenu:hover, .contenedor_salida:hover {
  background-color: #555;
  color: white;
  cursor: pointer;
}

.contenedor_salida {
  padding: 14px 16px;
  margin: 0;
}

/*FIN DE DISEÑO INICIAL*/
.menu.responsivo {
  position: relative;
  top: 0px;
  width: 100%;
}
.menu.responsivo a, .menu.responsivo .contenedor_salida { /*AL ACTIVAR responsive MUESTRA EL MENU DE LAS ETIQUETAS <a> FORMA VERTICAL*/
  float: none;
  display: block;
  text-align: left;
}
.menu.responsivo .icono_menu { /*AL ACTIVAR responsive MANTIENE EL iconoO FIJO */
  position: absolute;
  right: 0;
  top: 0;
}
.menu.responsivo .contenedor_submenu {
  float: none;
}
.menu.responsivo .contenedor_submenu .boton_muestra_submenu { /*MUESTRA EL BOTON DEL SUBMENU*/
  display: block;
  width: 100%;
  text-align: left;
}
.menu.responsivo .nombre { /*POSICION DE nombre AL OPRIMIR EL BOTON QUE MUESTRA EL MENU*/
  text-align: right;
  display: flex;
  position: absolute;
  right: 47px;
  top: 0;
  font-size: 12px !important;
}
.menu.responsivo .contenedor_submenu-contenedor_opciones { /*MUESTRA CADA BOTON DEL SUBMENU CON UN ANCHO DEL 100%*/
  position: relative;
}

@media screen and (min-width: 1060px) {
  .menu a:not(:first-child), .contenedor_submenu .boton_muestra_submenu {
    display: block;
  }
  .menu { /*COLOCA EL MENU EN EL CENTRO CON ESE TAMAÑO*/
    width: 1060px;
    margin: auto;
  }
  .menu a.icono_menu { /*OCULTA EL iconoO*/
    display: none;
  }
  .menu a.icono_salir { /*OCULTA EL iconoO*/
    float: right;
    display: block;
  }
  .menu a.nombre {
    float: right;
    display: flex;
    padding: 0px 5px;
    text-align: right;
    font-size: 12px !important;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
  .menu .contenedor_salida span {
    display: none;
  }
  .menu p.contenedor_salida {
    float: right;
    display: flex;
    width: initial;
  }
  .menu i.icono_salir {
    padding: 0;
  }
}
.titulo_centrado {
  text-align: center;
  margin: 0;
  padding: 1rem 4rem 1.5rem 4rem;
}

#puente {
  display: none;
}

/*@forward 'est_datos_estudiante';*/
/*@forward 'documentacion_rh';*/
.subtitulo {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: large;
  padding-bottom: 2rem;
}

.est_dat_est__guardar {
  display: flex;
  justify-content: right;
}

@media (min-width: 768px) {
  .est_dat_est__no_de_control,
  .est_dat_est__sexo,
  .est_dat_est__domicilio_calle,
  .est_dat_est__num_celular,
  .est_dat_est__ciudad,
  .est_dat_est__correo_personal,
  .est_dat_est__nombre_padre,
  .est_dat_est__domicilio_colonia_padre,
  .est_dat_est__domicilio_entidad_fed_padre,
  .est_dat_est__nombre_madre,
  .est_dat_est__domicilio_colonia_madre,
  .est_dat_est__domicilio_entidad_fed_madre,
  .est_dat_est__nombre_empresa,
  .est_dat_est__domicilio_colonia_empresa,
  .est_dat_est__domicilio_entidad_fed_empresa,
  .est_dat_est__cargo_desempenado,
  .est_dat_est__nombre_jefe {
    width: 50%;
    padding-right: 2rem;
    display: inline-block;
  }
  .est_dat_est__nombre,
  .est_dat_est__estado_civil,
  .est_dat_est__domicilio_colonia,
  .est_dat_est__codigo_postal,
  .est_dat_est__num_casa,
  .est_dat_est__correo_institucional,
  .est_dat_est__domicilio_calle_padre,
  .est_dat_est__domicilio_ciudad_padre,
  .est_dat_est__domicilio_telefono_padre,
  .est_dat_est__domicilio_calle_madre,
  .est_dat_est__domicilio_ciudad_madre,
  .est_dat_est__domicilio_telefono_madre,
  .est_dat_est__domicilio_calle_empresa,
  .est_dat_est__domicilio_ciudad_empresa,
  .est_dat_est__domicilio_telefono_empresa,
  .est_dat_est__antiguedad,
  .est_dat_est__turno {
    width: 50%;
    padding-right: 0rem;
    display: inline-block;
  }
  .est_dat_est__curp_alumno,
  .est_dat_est__lugar_nacimiento,
  .est_dat_est__reticula_cve,
  .est_dat_est__nombre_carrera,
  .est_dat_est__comunidad_indigena,
  .est_dat_est__lengua_indigena {
    width: 33.3333333333%;
    padding-right: 2rem;
    display: inline-block;
  }
  .est_dat_est__fecha_nacimiento,
  .est_dat_est__especialidad,
  .est_dat_est__discapacidad {
    width: 33.3333333333%;
    padding-right: 0rem;
    display: inline-block;
  }
  .est_dat_est__estatus_estudiante,
  .est_dat_est__nivel_escolar,
  .est_dat_est__periodo_ingreso_nom_corto {
    width: 25%;
    padding-right: 2rem;
    display: inline-block;
  }
  .est_dat_est__semestre_periodo_act {
    width: 25%;
    padding-right: 0rem;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .est_dat_est__correo_personal,
  .est_dat_est__cargo_desempenado,
  .est_dat_est__nombre_jefe {
    width: 50%;
    padding-right: 2rem;
    display: inline-block;
  }
  .est_dat_est__correo_institucional,
  .est_dat_est__antiguedad,
  .est_dat_est__turno {
    width: 50%;
    padding-right: 0rem;
    display: inline-block;
  }
  .est_dat_est__no_de_control,
  .est_dat_est__nombre,
  .est_dat_est__domicilio_calle,
  .est_dat_est__domicilio_colonia,
  .est_dat_est__codigo_postal,
  .est_dat_est__num_celular,
  .est_dat_est__reticula_cve,
  .est_dat_est__nombre_carrera,
  .est_dat_est__nombre_padre,
  .est_dat_est__domicilio_calle_padre,
  .est_dat_est__domicilio_ciudad_padre,
  .est_dat_est__domicilio_entidad_fed_padre,
  .est_dat_est__nombre_madre,
  .est_dat_est__domicilio_calle_madre,
  .est_dat_est__domicilio_ciudad_madre,
  .est_dat_est__domicilio_entidad_fed_madre,
  .est_dat_est__nombre_empresa,
  .est_dat_est__domicilio_calle_empresa,
  .est_dat_est__domicilio_ciudad_empresa,
  .est_dat_est__domicilio_entidad_fed_empresa,
  .est_dat_est__comunidad_indigena,
  .est_dat_est__lengua_indigena {
    width: 33.3333333333%;
    padding-right: 2rem;
    display: inline-block;
  }
  .est_dat_est__curp_alumno,
  .est_dat_est__ciudad,
  .est_dat_est__num_casa,
  .est_dat_est__especialidad,
  .est_dat_est__domicilio_colonia_padre,
  .est_dat_est__domicilio_telefono_padre,
  .est_dat_est__domicilio_colonia_madre,
  .est_dat_est__domicilio_telefono_madre,
  .est_dat_est__domicilio_colonia_empresa,
  .est_dat_est__domicilio_telefono_empresa,
  .est_dat_est__discapacidad {
    width: 33.3333333333%;
    padding-right: 0rem;
    display: inline-block;
  }
  .est_dat_est__lugar_nacimiento,
  .est_dat_est__fecha_nacimiento,
  .est_dat_est__sexo,
  .est_dat_est__estatus_estudiante,
  .est_dat_est__nivel_escolar,
  .est_dat_est__periodo_ingreso_nom_corto {
    width: 25%;
    padding-right: 2rem;
    display: inline-block;
  }
  .est_dat_est__estado_civil,
  .est_dat_est__semestre_periodo_act {
    width: 25%;
    padding-right: 0rem;
    display: inline-block;
  }
}
.est_tramites__fichas_de_pago, .tramites__documentacion_estudiante_homologado {
  margin: 1.5rem 0;
}
.est_tramites__fichas_de_pago .si_no, .tramites__documentacion_estudiante_homologado .si_no {
  width: 48%;
  margin: 0.5rem;
}
.est_tramites__fichas_de_pago .botonera_si_no, .tramites__documentacion_estudiante_homologado .botonera_si_no {
  display: flex;
}
.est_tramites__fichas_de_pago .reinscripcion, .tramites__documentacion_estudiante_homologado .reinscripcion {
  text-align: center;
  font-size: 2.7rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.est_tramites__fichas_de_pago .btn_descargar_ficha, .est_tramites__fichas_de_pago .btn_vencida_ficha, .est_tramites__fichas_de_pago .btn_adeudos_ficha, .est_tramites__fichas_de_pago .btn_pagar_con_tarjeta, .tramites__documentacion_estudiante_homologado .btn_descargar_ficha, .tramites__documentacion_estudiante_homologado .btn_vencida_ficha, .tramites__documentacion_estudiante_homologado .btn_adeudos_ficha, .tramites__documentacion_estudiante_homologado .btn_pagar_con_tarjeta {
  width: 100%;
  padding: 1.5rem;
  margin: 0rem 0;
}
.est_tramites__fichas_de_pago .btn_homologado, .tramites__documentacion_estudiante_homologado .btn_homologado {
  width: 100%;
  margin: 0 0 1rem 0;
}
.est_tramites__fichas_de_pago .input__boton__seriado:disabled, .tramites__documentacion_estudiante_homologado .input__boton__seriado:disabled {
  background-color: #bdbdbd;
  cursor: default;
}

@media (min-width: 480px) {
  .est_tramites__fichas_de_pago, .tramites__documentacion_estudiante_homologado {
    /*{
        width: initial;
       }  */
  }
  .est_tramites__fichas_de_pago .si_no, .tramites__documentacion_estudiante_homologado .si_no {
    width: 200px;
    margin: 0 0 0 1rem;
    background-color: #CC8400;
    color: #FFFFFF;
  }
  .est_tramites__fichas_de_pago .botonera_si_no, .tramites__documentacion_estudiante_homologado .botonera_si_no {
    display: inherit;
  }
  .est_tramites__fichas_de_pago .btn_descargar_ficha, .est_tramites__fichas_de_pago .btn_vencida_ficha, .est_tramites__fichas_de_pago .btn_adeudos_ficha, .est_tramites__fichas_de_pago .btn_pagar_con_tarjeta, .est_tramites__fichas_de_pago .btn_homologado, .est_tramites__fichas_de_pago .btn_hom_regresar, .tramites__documentacion_estudiante_homologado .btn_descargar_ficha, .tramites__documentacion_estudiante_homologado .btn_vencida_ficha, .tramites__documentacion_estudiante_homologado .btn_adeudos_ficha, .tramites__documentacion_estudiante_homologado .btn_pagar_con_tarjeta, .tramites__documentacion_estudiante_homologado .btn_homologado, .tramites__documentacion_estudiante_homologado .btn_hom_regresar {
    width: initial;
    margin: 0 0 0 1rem;
  }
}
.div_contenedor_reticula_encabezado {
  overflow: auto;
  max-width: 1080px;
  margin: auto;
  position: sticky;
  top: 0px;
  z-index: 1;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.div_contenedor_reticula_encabezado::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.div_contenedor_reticula_encabezado {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.div_materia {
  margin: auto;
  height: 98%;
  width: 99%;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*justify-content: center;*/
  /*align-items: center;	*/
}

.div_materia .datos {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div_materia .desc {
  padding: 0px;
  margin: 0px;
}

.div_materia .btn_inscribir {
  background-color: #4CAF50;
  border: none;
  color: white;
  width: 100%;
  padding: 5px 0;
  font-size: 13px;
  cursor: pointer;
  border-radius: 7px;
}

.tbl_encabezado th {
  background-color: gold;
  width: 120px;
  max-height: 30px;
  border: 0px solid #C00;
  overflow: hidden;
}

.tbl_encabezado {
  border-collapse: collapse;
}

.tbl_reticula {
  border-collapse: collapse;
}

.tbl_reticula td {
  width: 120px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border: 0px solid #C00;
}

/*<div style='overflow:auto; max-width: 1024px; margin: auto;position: sticky; top:0px; z-index:0;' >*/
.reticula_encabezado th {
  background-color: gold;
  color: black;
  width: 100%;
  height: 30px;
}

.div_contenedor_reticula_encabezado .th {
  background-color: gold;
  color: black;
  width: 120px;
  height: 30px;
}

.contenedor_main {
  /*
  padding: 0rem 0rem 0rem 0rem;
  opacity: 1;
  margin: 0;*/
  width: 1080px;
  /*height: 100%;*/
  /*
  overflow-x: scroll;
  overflow-y: scroll;

  */
}

/*
.rt_COL_APROBO:hover,.rt_COL_INSCRITA:hover,.rt_COL_INSCRITA:hover,.rt_COL_AREPETICION:hover,.rt_COL_AESPECIAL:hover,.rt_COL_ESPREPROB:hover,.rt_COL_AUNNOESSEMESTRE:hover,.rt_COL_PRIMERA_VEZ:hover{
    box-shadow: 1px 1px 1px 1px #000;
    text-shadow: 0 0 30px #000;
    cursor: pointer;

}
*/
.rt_, .rt_COL_APROBO, .rt_COL_INSCRITA, .rt_COL_INSCRITA, .rt_COL_AREPETICION, .rt_COL_AESPECIAL, .rt_COL_ESPREPROB, .rt_COL_AUNNOESSEMESTRE, .rt_COL_PRIMERA_VEZ {
  /* IMPORTANTE */
  text-align: center;
  font-size: 12px;
  /*border: 2px solid #FFDB58;*/
  transition: all 0.5s ease;
  /* opacity: 0.9;*/
  /*	  border: green 1px solid;*/
}

.rt_COL_APROBO {
  background-color: #A0D79F;
  color: #000000;
}

.rt_COL_INSCRITA {
  background-color: #603060;
  color: #FFF;
}

.rt_COL_AREPETICION {
  background-color: #FFFF66;
  color: #000000;
}

.rt_COL_AESPECIAL {
  background-color: #FF9900;
  color: #FFF;
}

.rt_ESP_INSC_desc {
  background-color: #FF9900;
  color: #000;
}

.rt_REP_INSC_desc {
  background-color: #FFFF66;
  color: #000;
}

.rt_PRIMERA_VEZ_desc {
  background-color: YELLOW;
  color: #000;
}

.rt_REPETICION_VEZ_desc {
  background-color: #008080;
  color: WHITE;
}

.rt_ESPECIAL_VEZ_desc {
  background-color: YELLOW;
  color: #000;
}

.rt_COL_ESPREPROB {
  background-color: #FF0000;
  color: #000000;
}

.rt_COL_AUNNOESSEMESTRE {
  background-color: #CCCCCC;
  color: #000000;
}

.rt_COL_PRIMERA_VEZ {
  background-color: #0080C0;
  color: #FFF;
}

.div_reticula_contenedor {
  overflow: auto;
  max-width: 1080px;
  margin: auto;
  position: sticky;
  top: 0px;
  z-index: 0;
}

.div_reticula_scroll {
  text-align: center;
  float: left;
  width: 1080px;
  left: -100px;
}

.div_contenedor_encabezado {
  text-align: center;
  float: left;
  width: 1080px;
}

.columna_dato, .columna_boton {
  display: inline-block;
  width: 100%;
}

.columna_boton {
  padding: 0 0 3rem 0;
}

.sep_rh_documentacion {
  padding: 0 0 0rem 0;
  margin: 0 0 0rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .contenedor_renglon_flex {
    display: flex;
    align-items: center;
  }
  .columna_boton {
    display: inline-block;
    width: 30%;
    padding: 1rem 0;
  }
  .columna_dato {
    display: inline-block;
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .columna_boton {
    display: inline-block;
    /*width: 20%;*/
  }
  .columna_dato {
    display: inline-block;
    width: 80%;
  }
}
.esc_aspirantes_aceptados {
  /*& .input__boton__seriado{
      background-color: v.$sem_aprobado_archivo;
      color: v.$blanco;     
      &:hover {
          background-color: darken( v.$sem_aprobado_archivo, 10% );
          cursor: pointer;
        }
      &:disabled {
          background-color: lighten( v.$sem_aprobado_archivo, 15% );
          cursor: pointer;
        }          
    }*/
}
.esc_aspirantes_aceptados .curp {
  width: 100%;
}
.esc_aspirantes_aceptados .nom_aspirante {
  width: 100%;
}
.esc_aspirantes_aceptados .input__boton__seriadoXX {
  width: initial;
}

.esc_aspirantes__valida_documentacion__de_aspirante .input__contenedor {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .esc_aspirantes_aceptados .curp {
    width: 30%;
  }
  .esc_aspirantes_aceptados .nom_aspirante {
    width: 50%;
  }
  .esc_aspirantes_aceptados .columna_boton {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .esc_aspirantes_aceptados .curp {
    width: 25%;
  }
  .esc_aspirantes_aceptados .nom_aspirante {
    width: 55%;
  }
  .esc_aspirantes_aceptados .columna_boton {
    width: 20%;
  }
}
.esc_aspirantes__valida_recepcion_documentacion__de_aspirante .columna_dato {
  width: 100%;
}
.esc_aspirantes__valida_recepcion_documentacion__de_aspirante .columna_boton {
  width: 10%;
}
.esc_aspirantes__valida_recepcion_documentacion__de_aspirante .input__boton__seriado {
  margin: 1rem 0 0 0;
}
.esc_aspirantes__valida_recepcion_documentacion__de_aspirante .aprobado_archivo {
  margin: 1rem 0 0 0;
}

.contenedor_login {
  width: min(100%, 400px);
  /*margin: 1rem auto;*/
}

.acceder {
  text-align: center;
}

.login_encabezado {
  font-weight: 900;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

.center_main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.estilo_hr {
  height: 5px;
  background-color: #04AA6D;
  border: none;
  border-radius: 10px;
  /*margin: 0px 43%;    */
  width: 6rem;
  text-align: center;
}

.esp_separador {
  padding: 0 0 3rem 0;
}

.login_boton {
  font-size: 2rem;
  width: 100%;
}

.btns_login {
  margin: 2rem 0rem;
}

.regresar {
  display: flex;
  float: left;
  width: initial !important;
}

.lgn_contenedor_flex {
  display: block;
}

.lgn_btn_acceder {
  float: right;
  width: auto;
  padding: 1.5rem 6rem;
}

.lgn_btn_acceder_b {
  float: right;
  width: auto;
  padding: 1.5rem 3rem;
}

.lgn_btn_regresar {
  width: auto;
}

.gpo_correo_inf, .gpo_correo_sup {
  margin: 0;
  padding: 0;
}

.gpo_correo_inf {
  font-weight: bold;
  cursor: pointer;
}

.contenedor_ayuda .pie {
  margin: 5rem 0 1rem 0;
  padding: 0;
}

.ayuda_pb {
  margin: 0rem;
  padding: 5rem 0 1rem 0;
}

.ayuda_info {
  margin: 0;
  padding: 0;
}

.btn_asp_acep_doc_si {
  margin: 0 0 0 0;
  float: right;
  width: 48%;
}

.btn_asp_acep_doc_no {
  margin: 0 0 0 0;
  float: left;
  width: 48%;
}

@media (min-width: 480px) {
  .btn_asp_acep_doc_si {
    margin: 0 0 0 1rem;
    float: right;
    width: 150px;
  }
  .btn_asp_acep_doc_no {
    margin: 0 0 0 0;
    float: right;
    width: 150px;
  }
}
.asp_informacion_documentacion {
  margin: 0;
  padding: 0 0 2rem 0;
}

.asp_advertencia_rojo {
  color: white;
  background-color: #CE0000;
  padding: 0.5rem;
  border-radius: 1rem;
}

.asp_advertencia_naranja {
  color: white;
  background-color: #CC8400;
  padding: 0.5rem;
  border-radius: 1rem;
}

.asp_advertencia_naranja_b {
  color: #39433B;
  background-color: #CC8400;
  padding: 0.5rem;
  border-radius: 1rem;
}

.asp_advertencia_verde {
  color: #39433B;
  background-color: limegreen;
  padding: 0.5rem;
  border-radius: 1rem;
}

.asp_advertencia_amarillo {
  background-color: #ECEC00;
  color: #39433B;
  padding: 0.5rem;
  border-radius: 1rem;
}

.dashboard_asp .input__boton {
  width: 100%;
  margin: 0.5rem 0;
}
.dashboard_asp .input__boton:disabled {
  background-color: #bdbdbd;
}

@media (min-width: 768px) {
  .dashboard_asp .input__boton {
    width: auto;
    margin: 0.5rem 0 0 1rem;
  }
}
.sub_homologado__aspirantes_valida_documentacion__de_aspirante .tipo_homologado, .sub_homologado__estudiantes_valida_documentacion__de_estudiante .tipo_homologado {
  margin: 0.5rem 0;
}
.sub_homologado__aspirantes_valida_documentacion__de_aspirante .asp_advertencia_verde, .sub_homologado__estudiantes_valida_documentacion__de_estudiante .asp_advertencia_verde {
  margin: 1rem 0 0.5rem 0;
}

@media (min-width: 480px) {
  .sub_homologado__aspirantes_valida_documentacion__de_aspirante .tipo_homologado, .sub_homologado__estudiantes_valida_documentacion__de_estudiante .tipo_homologado {
    width: auto;
    margin: 0 0 0 1rem;
  }
}
/*@use 'base/variables' as v;*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

textarea {
  border: 2px solid gray;
  border-style: none none solid none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
@use 'paginas';


@use 'ui';

@use 'admin';
@use 'registro';
*/
/*# sourceMappingURL=app.css.map */
