@import 'fuentes.css';
* {
  padding: 0px;
  margin: 0px;
}

html::-webkit-scrollbar {
  display: none;
}

html, body {
  padding: 0px;
  margin: 0px;
  margin: 0px;
  font-size: 18px;
  overflow-x: hidden;
}
html button, body button {
  outline: none;
  cursor: pointer;
}

body {
  background-image: url("../img/background_menu.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5vh 0px;
}

.contenedor {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contenedor_full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fila {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0px;
}

.columna-12 {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-11 {
  width: 91.66%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-10 {
  width: 83.33%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-9 {
  width: 75%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-8 {
  width: 66.66%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-7 {
  width: 58.33%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-6 {
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-5 {
  width: 41.66%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-4 {
  width: 33.33%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-3 {
  width: 25%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-2 {
  width: 16.66%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.columna-1 {
  width: 8.33%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input::-webkit-input-placeholder {
  font-family: myriad_pro;
  color: #ffffff;
}

input::-moz-placeholder {
  font-family: myriad_pro;
  color: #ffffff;
}

input:-ms-input-placeholder {
  font-family: myriad_pro;
  color: #ffffff;
}

input::-ms-input-placeholder {
  font-family: myriad_pro;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, label, input, input::placeholder, b, strong, button, tr, td, th {
  font-family: myriad_pro;
  color: #ffffff;
}

h1 {
  font-size: 1rem;
  font-family: kg_happy;
}

h2 {
  font-size: 1rem;
  font-family: kg_happy;
  margin: 2vh 0px;
}

h3 {
  font-family: kg_happy;
}

p, button {
  font-size: 1rem;
}

@media screen and (max-width: 1500px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 10px;
  }
}
@media screen and (max-width: 993px) {
  html, body {
    font-size: 14px;
  }
  html header .contenedor, html section .contenedor, html main .contenedor, html footer .contenedor, body header .contenedor, body section .contenedor, body main .contenedor, body footer .contenedor {
    width: 80%;
  }
  html .fila, body .fila {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  html .fila .columna-12, html .fila .columna-11, html .fila .columna-10, html .fila .columna-9, html .fila .columna-8, html .fila .columna-7, html .fila .columna-6, html .fila .columna-5, html .fila .columna-4, html .fila .columna-3, html .fila .columna-2, html .fila .columna-1, body .fila .columna-12, body .fila .columna-11, body .fila .columna-10, body .fila .columna-9, body .fila .columna-8, body .fila .columna-7, body .fila .columna-6, body .fila .columna-5, body .fila .columna-4, body .fila .columna-3, body .fila .columna-2, body .fila .columna-1 {
    width: 100%;
  }
}
.modal.inactivo {
  opacity: 0;
  z-index: -1;
}
.modal.inactivo .ventana_modal {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
}

.modal.activo {
  opacity: 1;
  z-index: 10000000;
}
.modal.activo .ventana_modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0px;
  padding: 0px;
  -webkit-transition: 600ms all ease-in-out;
  transition: 600ms all ease-in-out;
  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;
}
.modal .ventana_modal {
  min-width: 50vw;
  min-height: 40vh;
  background-color: #000000;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  border-radius: 10px;
  position: relative;
  padding: 2vh 2vw;
}
.modal .ventana_modal .texto {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal .ventana_modal .texto p#mensaje_modal {
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin: 2.5vh 0px;
}
.modal .ventana_modal .texto .cerrar {
  width: 100%;
  margin: 2.5vh 0px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .ventana_modal .texto .cerrar button {
  width: 25%;
  color: #000000;
  border: none;
  border-radius: 10px;
}
@media screen and (max-width: 993px) {
  .modal .ventana_modal .texto .cerrar button {
    width: 100%;
  }
}
.modal .ventana_modal .texto .botones #si, .modal .ventana_modal .texto .botones #no {
  padding: 1vh 1vw;
  border: 1px solid #F9CA30;
  background: none;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin: 0px 1vw;
}
.modal .ventana_modal .texto .botones #si:hover {
  background-color: #29D64C;
  border: 1px solid #29D64C;
}
.modal .ventana_modal .texto .botones #no:hover {
  background-color: #D13241;
  border: 1px solid #D13241;
}
.modal .ventana_modal .cerrar-modal {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  position: absolute;
  padding: 1px;
  top: 10px;
  right: 10px;
  background-color: #ffffff;
  border: none;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
  cursor: pointer;
}
.modal .ventana_modal .cerrar-modal i {
  font-size: 1.5rem;
  color: #D13241;
}
.modal .ventana_modal .cerrar-modal:hover {
  background: none;
  color: #00C0DF;
}
.modal .ventana_modal .contenedor {
  width: 100%;
  display: block;
  margin: auto;
}

#modal_info .contenedor, #modal_usuario .contenedor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#modal_info .contenedor #mensaje_modal, #modal_usuario .contenedor #mensaje_modal {
  margin: 3vh 0px;
}
#modal_info .contenedor .botones, #modal_usuario .contenedor .botones {
  display: none;
}
#modal_info .contenedor .botones button, #modal_usuario .contenedor .botones button {
  background-color: #00C0DF;
  color: #ffffff;
  padding: 0.5vh 3vw;
  border: none;
  border-radius: 10px;
  margin: 0px 3vw;
  text-transform: uppercase;
}

@media screen and (max-width: 993px) {
  .modal .ventana_modal {
    min-width: 80vw;
  }
}
body.home form {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.home form p {
  width: 100%;
  text-align: center;
  margin-bottom: 4vh;
}
body.home form .full {
  width: 100%;
}
body.home form .dos {
  width: 15.6%;
}
body.home form .tres {
  width: 24%;
}
body.home form .tres input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
body.home form .tres input[type=date]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}
body.home form .tres input[type=date]::-webkit-datetime-edit-month-field {
  -webkit-appearance: none;
  display: none;
}
body.home form .tres input[type=date]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}
body.home form .tres input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
}
body.home form .seis {
  width: 49%;
}
body.home form .diez {
  width: 82.4%;
}
body.home form .pregunta {
  margin: 1vh 0px;
}
body.home form .pregunta label {
  width: 100%;
  text-align: center;
}
body.home form .pregunta .radios {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 45%;
}
body.home form .pregunta .radios label {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin: 1vh 1vw;
  padding: 0px;
  border: solid 1px #F9CA30;
  background: none;
  cursor: pointer;
}
body.home form .pregunta .radios input[type=radio] {
  display: none;
}
body.home form .pregunta .radios input[type=radio]:checked + label.amarillo {
  background: #F9CA30;
  border: 1px solid #F9CA30;
  color: #000000;
}
body.home form .pregunta .radios input[type=radio]:checked + label.verde {
  background: #29D64C;
  border: 1px solid #29D64C;
  color: #000000;
}
body.home form .pregunta .radios input[type=radio]:checked + label.rojo {
  background: #D13241;
  border: 1px solid #D13241;
  color: #000000;
}
body.home form .grupo {
  position: relative;
  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;
  position: relative;
}
body.home form .grupo input:-webkit-autofill,
body.home form .grupo input:-webkit-autofill:hover,
body.home form .grupo input:-webkit-autofill:focus,
body.home form .grupo input:-webkit-autofill:active,
body.home form .grupo input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
@media screen and (max-width: 993px) {
  body.home form .grupo {
    margin: 2vh 0px;
    width: 100%;
  }
  body.home form .grupo .radios {
    width: 100%;
  }
}
body.home form .grupo input {
  width: 100%;
  background: none !important;
  border: none;
  position: relative;
  display: block;
  border-bottom: 1px #F9CA30 solid;
  color: #ffffff;
  z-index: 2;
  margin: 3vh 0px;
}
body.home form .grupo input:focus {
  outline: none;
  z-index: 30;
}
body.home form .grupo input:focus ~ span, body.home form .grupo input:hover ~ span, body.home form .grupo input:valid ~ span {
  font-size: 0.8rem;
  top: -20px;
}
body.home form .grupo span {
  position: absolute;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  width: 100%;
  top: -10px;
  font-family: myriad_pro;
  left: 0px;
  color: #ffffff;
  z-index: 1;
  margin: 3vh 0px;
}
body.home form .grupo button {
  width: 20%;
  -ms-grid-column-align: center;
      justify-self: center;
  border: none;
  background: #29D64C;
  color: #ffffff;
  margin: 5vh 0px;
  padding: 1vh 1vw;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
body.home form .grupo button:hover {
  background: #25C044;
}
@media screen and (max-width: 993px) {
  body.home form .grupo button {
    width: 100%;
  }
}
body.home form .dias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.home form .dias .dia {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #F9CA30;
}
@media screen and (max-width: 993px) {
  body.home form .dias .dia {
    width: 45%;
    margin: 1vh 0px;
  }
}
body.home form .dias .dia .dia_semana {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}
body.home form .dias .dia .dia_semana p {
  color: #000000;
  margin: 2vh 0px;
  width: 100% !important;
  background: #F9CA30;
  padding: 1vh 0vw;
}
body.home form .dias .dia .dia_semana, body.home form .dias .dia .horario {
  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;
}
body.home form .dias .dia .dia_semana input, body.home form .dias .dia .horario input {
  display: none;
}
body.home form .dias .dia .dia_semana input:checked + label, body.home form .dias .dia .horario input:checked + label {
  background: #29D64C;
  border: 1px solid #29D64C;
  color: #000000;
}
body.home form .dias .dia .dia_semana label, body.home form .dias .dia .horario label {
  padding: 1vh 1vw;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin: 0vh 1vw;
  margin-bottom: 3vh;
  border: solid 1px #F9CA30;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 993px) {
  body.home form .dias .dia .dia_semana label, body.home form .dias .dia .horario label {
    padding: 2vh 3.5vw;
  }
}

body.iniciar_sesion main {
  width: 20%;
}
body.iniciar_sesion main h1 {
  width: 100%;
  text-align: center;
}
body.iniciar_sesion main form {
  width: 100%;
  margin: 5vh 0px;
}
body.iniciar_sesion main form .grupo {
  width: 100%;
  position: relative;
  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;
  position: relative;
}
body.iniciar_sesion main form .grupo input:-webkit-autofill,
body.iniciar_sesion main form .grupo input:-webkit-autofill:hover,
body.iniciar_sesion main form .grupo input:-webkit-autofill:focus,
body.iniciar_sesion main form .grupo input:-webkit-autofill:active,
body.iniciar_sesion main form .grupo input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
@media screen and (max-width: 993px) {
  body.iniciar_sesion main form .grupo {
    margin: 2vh 0px;
    width: 100%;
  }
  body.iniciar_sesion main form .grupo .radios {
    width: 100%;
  }
}
body.iniciar_sesion main form .grupo input {
  width: 100%;
  background: none !important;
  border: none;
  position: relative;
  display: block;
  border-bottom: 1px #F9CA30 solid;
  color: #ffffff;
  z-index: 2;
  margin: 3vh 0px;
}
body.iniciar_sesion main form .grupo input:focus {
  outline: none;
  z-index: 30;
}
body.iniciar_sesion main form .grupo input:focus ~ span, body.iniciar_sesion main form .grupo input:hover ~ span, body.iniciar_sesion main form .grupo input:valid ~ span {
  font-size: 0.8rem;
  top: -20px;
}
body.iniciar_sesion main form .grupo span {
  position: absolute;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  width: 100%;
  top: -10px;
  font-family: myriad_pro;
  left: 0px;
  color: #ffffff;
  z-index: 1;
  margin: 3vh 0px;
}
body.iniciar_sesion main form .grupo button {
  width: 100%;
  -ms-grid-column-align: center;
      justify-self: center;
  border: none;
  background: #29D64C;
  color: #ffffff;
  margin: 5vh 0px;
  padding: 1vh 1vw;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
body.iniciar_sesion main form .grupo button:hover {
  background: #25C044;
}
@media screen and (max-width: 993px) {
  body.iniciar_sesion main form .grupo button {
    width: 100%;
  }
}

body.area_de_usuarios {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.area_de_usuarios .cerrar_sesion {
  width: 100%;
  text-decoration: none;
  margin: 2.5vh 0px;
  text-align: center;
  background-color: #D13241;
  border-radius: 10px;
  padding: 0.5vh 0.5vw;
}
body.area_de_usuarios form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.area_de_usuarios form p {
  width: 100%;
  text-align: center;
  margin-bottom: 4vh;
}
body.area_de_usuarios form .pregunta {
  margin: 1vh 0px;
}
body.area_de_usuarios form .pregunta label {
  width: 100%;
  text-align: center;
}
body.area_de_usuarios form .pregunta .radios {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 45%;
}
body.area_de_usuarios form .pregunta .radios label {
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin: 1vh 1vw;
  padding: 0px;
  border: solid 1px #F9CA30;
  background: none;
  cursor: pointer;
}
body.area_de_usuarios form .pregunta .radios input[type=radio], body.area_de_usuarios form .pregunta .radios input[type=check] {
  display: none;
}
body.area_de_usuarios form .pregunta .radios input[type=radio]:checked + label.amarillo, body.area_de_usuarios form .pregunta .radios input[type=check]:checked + label.amarillo {
  background: #F9CA30;
  border: 1px solid #F9CA30;
  color: #000000;
}
body.area_de_usuarios form .pregunta .radios input[type=radio]:checked + label.verde, body.area_de_usuarios form .pregunta .radios input[type=check]:checked + label.verde {
  background: #29D64C;
  border: 1px solid #29D64C;
  color: #000000;
}
body.area_de_usuarios form .pregunta .radios input[type=radio]:checked + label.rojo, body.area_de_usuarios form .pregunta .radios input[type=check]:checked + label.rojo {
  background: #D13241;
  border: 1px solid #D13241;
  color: #000000;
}
body.area_de_usuarios form .grupo {
  position: relative;
  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;
  position: relative;
}
body.area_de_usuarios form .grupo input:-webkit-autofill,
body.area_de_usuarios form .grupo input:-webkit-autofill:hover,
body.area_de_usuarios form .grupo input:-webkit-autofill:focus,
body.area_de_usuarios form .grupo input:-webkit-autofill:active,
body.area_de_usuarios form .grupo input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
@media screen and (max-width: 993px) {
  body.area_de_usuarios form .grupo {
    margin: 2vh 0px;
    width: 100%;
  }
  body.area_de_usuarios form .grupo .radios {
    width: 100%;
  }
}
body.area_de_usuarios form .grupo input {
  width: 100%;
  background: none !important;
  border: none;
  position: relative;
  display: block;
  border-bottom: 1px #F9CA30 solid;
  color: #ffffff;
  z-index: 2;
  margin: 3vh 0px;
}
body.area_de_usuarios form .grupo input:focus {
  outline: none;
  z-index: 30;
}
body.area_de_usuarios form .grupo input:focus ~ span, body.area_de_usuarios form .grupo input:hover ~ span, body.area_de_usuarios form .grupo input:valid ~ span {
  font-size: 0.8rem;
  top: -20px;
}
body.area_de_usuarios form .grupo span {
  position: absolute;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  width: 100%;
  top: -10px;
  font-family: myriad_pro;
  left: 0px;
  color: #ffffff;
  z-index: 1;
  margin: 3vh 0px;
}
body.area_de_usuarios form .grupo button {
  width: 20%;
  -ms-grid-column-align: center;
      justify-self: center;
  border: none;
  background: #29D64C;
  color: #ffffff;
  margin: 5vh 0px;
  padding: 1vh 1vw;
  border-radius: 10px;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
body.area_de_usuarios form .grupo button:hover {
  background: #25C044;
}
@media screen and (max-width: 993px) {
  body.area_de_usuarios form .grupo button {
    width: 100%;
  }
}
body.area_de_usuarios form .dias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.area_de_usuarios form .dias .dia {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #F9CA30;
}
@media screen and (max-width: 993px) {
  body.area_de_usuarios form .dias .dia {
    width: 45%;
    margin: 1vh 0px;
  }
}
body.area_de_usuarios form .dias .dia .dia_semana {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}
body.area_de_usuarios form .dias .dia .dia_semana p {
  color: #000000;
  margin: 2vh 0px;
  width: 100% !important;
  background: #F9CA30;
  padding: 1vh 0vw;
}
body.area_de_usuarios form .dias .dia .dia_semana, body.area_de_usuarios form .dias .dia .horario {
  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;
}
body.area_de_usuarios form .dias .dia .dia_semana input, body.area_de_usuarios form .dias .dia .horario input {
  display: none;
}
body.area_de_usuarios form .dias .dia .dia_semana input:checked + label, body.area_de_usuarios form .dias .dia .horario input:checked + label {
  background: #29D64C;
  border: 1px solid #29D64C;
  color: #000000;
}
body.area_de_usuarios form .dias .dia .dia_semana label, body.area_de_usuarios form .dias .dia .horario label {
  padding: 1vh 1vw;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin: 0vh 1vw;
  margin-bottom: 3vh;
  border: solid 1px #F9CA30;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 993px) {
  body.area_de_usuarios form .dias .dia .dia_semana label, body.area_de_usuarios form .dias .dia .horario label {
    padding: 2vh 3.5vw;
  }
}
body.area_de_usuarios .table_contenedor {
  width: 100%;
}
@media screen and (max-width: 993px) {
  body.area_de_usuarios .table_contenedor {
    overflow-x: auto;
  }
}
body.area_de_usuarios .table_contenedor table {
  width: 100%;
}
body.area_de_usuarios .table_contenedor table tr {
  text-align: center;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
body.area_de_usuarios .table_contenedor table tr:hover {
  background-color: #00C0DF;
}
body.area_de_usuarios .table_contenedor table tr:hover td {
  color: #000000;
}
body.area_de_usuarios .table_contenedor table tr:hover td a {
  color: #000000;
}
body.area_de_usuarios .table_contenedor table tr:hover td .ver i {
  color: #000000;
}
body.area_de_usuarios .table_contenedor table tr th, body.area_de_usuarios .table_contenedor table tr td {
  padding: 1vh 0px;
}
body.area_de_usuarios .table_contenedor table tr th {
  background-color: #F9CA30;
}
body.area_de_usuarios .table_contenedor table tr td {
  cursor: default;
}
body.area_de_usuarios .table_contenedor table tr td a {
  color: rgba(255, 255, 255, 0);
}
body.area_de_usuarios .table_contenedor table tr td a .ver, body.area_de_usuarios .table_contenedor table tr td a .eliminar {
  margin: 0px 5px;
}
body.area_de_usuarios .table_contenedor table tr td a i.ver {
  color: #ffffff;
}
body.area_de_usuarios .table_contenedor table tr td a i.eliminar {
  color: #D13241;
}