@charset "UTF-8";
/* Fuente Roboto Mono */
/* Open Sans 300 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fuentes/OpenSans-300.ttf);
}
/* Open Sans 400 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fuentes/OpenSans-400.ttf);
}
/* Open Sans 600 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url(../fuentes/OpenSans-600.ttf);
}
/* Open Sans 700 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fuentes/OpenSans-700.ttf);
}
/* Open Sans 800 */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bolder;
  src: url(../fuentes/OpenSans-800.ttf);
}
/* Tamaño de cajas excluyente */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, input, modal *, button {
  font-family: "Open Sans";
}

body {
  background-color: #f1f1f1;
  font-size: 15px !important;
}

.texto_rojo {
  color: #d92b11;
  font-weight: bold;
}

.texto_azul {
  color: #0e70bc;
  font-weight: bold;
}

.texto_amarillo {
  color: #cc9500;
  font-weight: bold;
}

.texto_verde {
  color: #44ac00;
  font-weight: bold;
}

.texto_morado {
  color: #6422e2;
  font-weight: bold;
}

.texto_rosa {
  color: #ff0093;
  font-weight: bold;
}

.indicador-desplegable {
  margin-left: 6px !important;
  margin-right: 0px !important;
  color: rgba(0, 0, 0, 0.63) !important;
  font-size: 0.6rem !important;
}

.representacion {
  font-size: 0.8rem;
  margin-right: 6px;
}

/* Barra de scroll personalizada */
.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll::-webkit-scrollbar-track {
  background: #bebebe;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #373845;
}

input:focus {
  outline: none;
}

.mensaje {
  background-color: rgba(219, 14, 14, 0.79);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  padding: 10px;
  margin: 15px 0 15px 0;
  border-radius: 5px;
  display: flex;
  align-content: space-around;
}
.mensaje p {
  font-size: 0.9rem;
  font-weight: bold;
  height: 100%;
}
.mensaje span {
  padding: 0 6px;
  font-size: 1rem;
  transform: scale(1.5);
  transition-duration: 0.3s;
  cursor: pointer;
}
.mensaje span:hover {
  color: #000;
}

.oculto {
  display: none;
}

.no-visible {
  visibility: hidden;
  opacity: 0;
}

.mensaje-transicion {
  position: relative;
  animation: agitacion 0.5s linear infinite;
}

.modal .seccion > h3 {
  color: #444 !important;
  font-size: 0.75rem !important;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.modal .seccion-permisos {
  border-radius: 5px 5px 0 0 !important;
  overflow: hidden !important;
  margin-bottom: 18px;
}
.modal .seccion-permisos > .row {
  padding: 20px 20px 0 20px;
}
.modal .seccion-permisos > .row .row {
  padding-bottom: 20px;
}
.modal .seccion-permisos .row {
  overflow: auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  background-color: #eaeaea;
}
.modal .seccion-permisos .row label {
  line-height: 25px;
}

@keyframes agitacion {
  0% {
    left: 0px;
  }
  10% {
    left: 10px;
  }
  20% {
    left: 0px;
  }
  30% {
    left: 10px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 10px;
  }
  80% {
    left: 0px;
  }
  90% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
.modal .modal-header {
  padding-top: 14px;
  padding-bottom: 5px;
}
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4, .modal .modal-header h5, .modal .modal-header h6 {
  font-weight: bold;
  font-size: 0.8rem !important;
  text-transform: uppercase;
  color: #222;
}
.modal .modal-body {
  padding-top: 9px;
  padding-bottom: 9px;
}
.modal .modal-body label {
  font-weight: bold;
  font-size: 0.8rem !important;
  color: #444 !important;
}
.modal .modal-body input, .modal .modal-body select, .modal .modal-body textarea {
  border-radius: 3px;
  border-color: #ddd;
  font-size: 0.8rem;
}
.modal .modal-footer {
  padding-top: 8px;
  padding-bottom: 8px;
}
.modal .modal-footer button {
  font-weight: bold;
  border: none;
  font-size: 0.8rem !important;
  text-transform: uppercase;
}
.modal .modal-footer button:focus {
  border: none;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(56, 168, 77, 0.25) !important;
}
.modal .modal-footer button.btn-primary {
  background-color: #06c080;
}
.modal .modal-footer button.btn-primary:focus {
  background-color: #10916f;
}

.custom-switch {
  margin: 6px 0;
  font-size: 1.3rem;
}
.custom-switch label {
  line-height: 24px;
}
.custom-switch label i {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0 5px;
  color: rgba(230, 32, 32, 0.69);
}

.swal-title {
  font-size: 1.05rem !important;
}

.swal-content {
  font-size: 0.9rem !important;
}

.info-actualizacion-clave {
  padding: 6px 10px 8px 10px;
  background-color: #d6d6d6;
  border-radius: 10px;
  color: #333;
  margin-bottom: 10px;
}
.info-actualizacion-clave > p {
  font-size: 0.8rem;
}
.info-actualizacion-clave > ul {
  margin-top: 10px;
  padding-left: 16px;
  font-size: 0.76rem;
  font-weight: bold;
}

body {
  background: rgba(255, 255, 255, 0.83) url("../../img/fondo-2.jpg") no-repeat fixed center/cover;
}

header {
  display: inline-block;
  width: 100%;
  height: 86pxv;
}
header div.contenedor-logos {
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div.contenedor-logos .logos {
  display: flex;
  height: 55px;
  align-items: center;
  margin-left: 20px;
}
header div.contenedor-logos img {
  height: 100%;
}
header div.contenedor-logos div.logo-quik {
  border-right: 2px solid rgba(255, 255, 255, 0.57);
  height: 40px;
}
header div.contenedor-logos div.logo-qcmop {
  height: 50px;
}
header div.contenedor-logos div.logo-qcmop, header div.contenedor-logos div.logo-quik {
  padding: 0 30px;
}
header nav {
  display: inline-block;
  height: 100%;
}
header nav a {
  display: inline-block;
  line-height: 86px;
  padding: 0 30px;
  font-weight: bold;
  text-decoration: none;
  color: #2231a2;
  margin-right: 30px;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
}
header nav a:hover {
  background: rgba(103, 110, 139, 0.13);
}

main {
  position: relative;
}
main article {
  width: 80%;
  min-width: 300px;
  max-width: 500px;
  margin: auto;
  border-radius: 7px;
  background: #3073b3;
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}
main article form {
  width: 100%;
  padding: 30px 50px;
  margin: 30px 0;
}
main article form input.text {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline;
  width: 100%;
  margin-bottom: 10px;
  transition-duration: 0.3s;
  transition-property: background, transform;
  font-weight: bolder;
}
main article form input.text:hover {
  background-color: rgba(255, 255, 255, 0.52);
}
main article form input.text:focus {
  background-color: rgba(255, 255, 255, 0.8);
  transform: translate(5px);
}
main article form h1 {
  margin-left: 7px;
  font-weight: bolder;
}
main article form label {
  line-height: 40px;
  font-weight: bolder;
  font-size: 0.9rem;
  padding-left: 7px;
}
main article form .boton {
  border: none;
  display: inline-block;
  width: 100%;
  padding: 11px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  margin-top: 10px;
  background-color: #072c57;
  border-radius: 50px;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background, box-shadow;
  text-transform: uppercase;
}
main article form .boton:focus {
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.54);
  outline: none;
}
main article form .boton:hover, main article form .boton:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.67);
  background-color: black;
}
main article form hr {
  width: 50px;
  margin: 18px auto;
  opacity: 0.6;
}
main article form p {
  font-size: 0.8rem;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
main article form a {
  color: #040730;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
}
main article form a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=index.css.map */
