@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  overflow-x: hidden !important;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  background: #24226A;
  text-align: center;

  background-image: url(../img/fondo_login.svg);
  background-size: cover;
  background-position: top;
  width: 100%;
}

.clear {
  clear: both;
}

a {
  color: #333;
}



.modal_registrarse small {
  font-size: 12px;
  text-align: justify;
  color: #666;
}

.privacidad a {
  text-decoration: underline !important;
  font-weight: 700 !important;
}

.modal {
  overflow: scroll !important;

}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #999;
}

h6 {
  font-size: 13px;
}

h1 {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #67A17C;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.splash {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  text-align: center;
}

.splash img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.footer_login {
  width: 100%;
  height: 120px;
  background-color: #204031;
  text-align: center;
  padding-top: 20px;


}

.caja_inicio {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding-top: 60px;
}

.container_inicio {
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(90deg, #FCF4D3 0%, #FBD9DC 100%);
  padding-bottom: 70px;
}


.boton_individual {
  width: 100%;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  background: #759E7E;
  box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.13);
  border-radius: 43px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.cerrado {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  text-align: center;
  padding: 15px;
}

.cerrado h1 {
  font-size: 24px;
  color: white;
  margin-top: 20px;
}

.cerrado p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}


#content {
  width: 100%;
  margin-top: 100px;
  margin-left: 365px;
  padding-right: 365px;
  float: left;
}

.container_web_login {
  min-height: 100vh;
  z-index: 0;
  background-image: url(../img/fondo_login.svg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


.logo_euromedice {
  position: fixed;
  right: 10px;
  top: 5px;
  font-size: 12px;
  color: white;
  text-align: right;
  z-index: 10;
  padding-left: 15px;
}

.logo_euromedice .logo_blanco {
  display: block;
  width: 115px;
}

.caja_login .capa_inicio {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  text-align: center;
}

.caja_login .capa_inicio:hover {
  cursor: pointer;
}

.capa_inicio h1 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}

.capa_inicio p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}

.capa_inicio h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  color: #ffffff;
  margin-top: 40px;
  padding: 0.375rem 0.75rem;
  background: #df2a22;
  border-radius: 8px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 30px 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  border: 1px solid #ffffff;
}

.form-check {
  padding-left: 0px;
}

select {
  width: 100%;
  padding: 12px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 8px;
}

#avatar {
  border-radius: 100%;
  cursor: pointer;
}

.privacidad {
  font-size: 12px;
  margin-left: 55px;
  padding-top: 0px;
}

.mgc-switch:checked {
  border-color: #ef8a23 !important;
  background: #ef8a23 !important;
}

.caja_login .btn {
  width: 100%;
  display: inline-block;
  background-color: #F55B41;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

.caja_login .btn:active {
  background-color: #E25A30;
}

.registrarse {
  display: inline-block;
  background: #C8602C;
  /* background: linear-gradient(40deg, rgba(255,116,173,1) 0%, rgba(255,171,131,1) 100%); */
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 22px;
  border-radius: 30px;
  cursor: pointer;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e2e2e2 !important;
}

.form-error {
  font-size: 12px;
}



/* 
    Page: register and login
*/

.logo_app {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  text-align: center;
  padding-top: 30px;
}

.logo_app img {
  width: 100%;
}


.caja_login {
  position: relative;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: left;
  padding: 20px;
  padding-bottom: 200px;
}

.logo_trivial {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}

.logo_trivial img {
  width: 220px;

}

.desarrollado {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
  color: #000000;
}

.logo_euromedice_negro {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}

.boton_login {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(90deg, #FFD115 1%, #E83A4E 100%);
  box-shadow: 4px 5px 12px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.boton_registrarse {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #1A1A1A;
  border-radius: 10px;
  font-size: 15px;
  color: #1A1A1A;
  text-align: center;
  padding: 15px;
}

.boton_registrarse:hover {
  background-image: linear-gradient(90deg, #FFD115 1%, #E83A4E 100%);
  color: #ffffff;
}



.titulo_login {
  font-weight: 700;
  font-size: 20px;
  color: #1A1A1A;
  text-align: center;
}

.recordar_pass {
  text-align: center;
  font-size: 14px;
  margin-top: 23px;
  margin-bottom: 70px;
}



.left-addon input {
  padding-left: 40px;
}

.inner-addon {
  position: relative;
}

.left-addon .fas {
  left: 0px;
}

.inner-addon .fas {
  position: absolute;
  padding-top: 22px;
  padding-left: 15px;
  pointer-events: none;
  color: #1D305D;
}

.pie_login {
  bottom: 0px;
  width: 100%;
  font-size: 13px;
  padding-bottom: 10px;
  padding: 10px;
}

.pie_login a {
  margin-bottom: 20px;
}

.logos_footer {
  text-align: center;
  padding: 17px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;

}

.logos_footer img {
  width: 100%;
  max-width: 127px;

}

.logos_login {
  position: absolute;
  bottom: 40px;
  margin-top: 40px;
  width: 100%;
}

.logos_login .izquierda {
  text-align: left;
  padding-top: 10px;
}

.logos_login .derecha {
  text-align: right;
}

.logos_login .centro {
  text-align: center;
  padding-top: 20px;
}


.pie {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 20px;
  margin-left: 365px;
  padding-right: 365px;
  float: left;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  max-width: 990px;
  padding: 10px;
  font-size: 12px;
  text-align: center !important;
}

.form-box {
  width: 360px;
  margin: 90px auto 0 auto;
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.form-box h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px !important;
  font-weight: 700;
}

.form-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /*background: #FD8200;*/
  /*box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);*/
  padding: 20px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  background-image: url(../img/fedefarma-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 20px;
  background-size: 190px;
  height: 90px;
}

.form-box .body,
.form-box .footer {
  padding: 10px 20px;
  color: #444;
}

.form-box .body>.form-group,
.form-box .footer>.form-group {
  margin-top: 20px;
}

.form-box .body>.form-group>input,
.form-box .footer>.form-group>input {
  border: #fff;
}

.form-box .body>.btn,
.form-box .footer>.btn {
  margin-bottom: 10px;
}

.form-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }
}

.btn {
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}

.bg-orange {
  background-color: #991b6f !important;
  color: white;
}

.contenedor {
  /*max-width: 1050px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafe;
  min-height: 100vh;
  padding-top: 0px;
}

.cabecera {
  background-color: #991b6f;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
  -webkit-border-bottom-left-rradius: 20px;
  -moz-border-bottom-left-rradius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: url(../img/background-fede.png) repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cabecera h3 {
  font-size: 14px;
  font-weight: 700;
}

.usuario {
  width: 90%;
  min-height: 162px;
  /*max-width: 700px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  background-color: #fff;
  z-index: 2;
  -webkit-top-left-radius: 15px;
  -moz-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-top-right-left-radius: 15px;
  -moz-top-right-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 39px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 39px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 39px 3px rgba(0, 0, 0, 0.12);
}

.usuario i {
  font-size: 60px;
  color: #d8d8d8;
  margin-top: 20px;
}

.usuario .nombre_usuario {
  font-size: 18px;
  color: #4a4a49;
  margin-top: 20px;
  text-transform: uppercase;
}

.usuario .departamento_usuario {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-top: 0px;
}

.usuario button {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  border: none;
  width: 18%;
  background-color: #fff;
}

.usuario button:hover {
  background-color: #fff;
}

#formdata button {
  width: 100%;
}

.usuario .titulo_peq {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #4a4a49;
  margin-top: 0px;
}

.usuario span {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  margin-top: 0px;
  margin-bottom: 15px;
}

.usuario .dot {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #818180;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  border-radius: 50%;
  border-color: white;
  border-width: 4px;
  display: inline-block;
  -webkit-box-shadow: 0px 10px 39px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 10px 39px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 10px 39px 3px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.usuario .dot_focus {
  /*transform: scale(1.4);
    background-color: #8D1A77;
    */
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #bc007e;
}

.usuario .dot {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.usuario .dot i {
  position: relative;
  font-size: 14px;
  color: white;
  margin-top: 0px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menu_user .col {
  width: 15%;
  padding: 5px;
}

.menu_user .col:hover {
  cursor: pointer;
}

.filtros_tipo .form-check-label {
  font-size: 12px !important;
  cursor: pointer;
}

.filtros_tipo i {
  margin-top: 5px;
}

.titulo {
  width: 90%;
  height: 33px;
  /*max-width: 700px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 22px;
  color: #4a4a49;
}

.caja_suscr {
  width: 100%;
  max-width: 700px;
  /*min-height: 85px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px -5px 20px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px -5px 20px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px -5px 20px 3px rgba(0, 0, 0, 0.12);
}

.caja_suscr:hover {
  cursor: pointer;
}

.caja_suscr .titulo_suscr {
  color: #bc007e;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.caja_suscr .periocidad,
.tipo,
.expiracion {
  color: #4a4a49;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.grid_filtro {
  width: 90%;
  /*max-width: 700px;*/
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

button:focus {
  outline: 0;
}

.fab {
  width: 56px;
  height: 56px;
  background-color: #bc007e;
  border-radius: 50%;
  border-style: solid;
  border-color: white;
  border-width: 3px;
  /*box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.12);*/
  transition: all 0.1s ease-in-out;
  font-size: 40px;
  color: white;
  text-align: center;
  line-height: 70px;
  position: fixed;
  z-index: 99;
  cursor: pointer;
}

.fab:hover {
  box-shadow: 0 6px 14px 0 #666;
  transform: scale(1.2);
}

.fab_pos_1 {
  right: 50%;
  margin-right: -28px;
  bottom: 30px;
}

.fab_pos_2 {
  right: 15px;
  margin-right: 0px;
  bottom: 65px;
}

.caja_suscr .flechas {
  font-size: 30px;
  text-align: right;
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 40px;
  color: #666;
}

.loading {
  width: 100;
  text-align: center;
  margin-top: -10px;
  font-size: 40px;
  color: #6BB74B;
}

/* modales */

.modal-header {
  color: rgb(0, 0, 0);
  border: none;
}

.modal-header .modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;

}

.modal .close {
  color: #ffffff;
  opacity: 1;
  font-size: 30px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #1D305D;
  background-clip: padding-box;
  border: 5px solid #1D305D;
  border-radius: 12px;
  outline: 0;
  padding: 0px;
  font-size: 14px;
}

.formulario_caja {
  margin-top: 10px;
}

#enviar {
  width: 100%;
  display: inline-block;
  background-color: #F55B41;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 30px;
}

.input_container .icon {
  position: absolute;
  top: 7px;
  right: 54px;
  width: 24px;
  height: 24px;
}

#mensaje_ko {
  display: none;
  font-size: 12px !important;
}

#mensaje_ok {
  display: none;
  font-size: 12px !important;
}

.volver {
  display: none;
  position: absolute;
  right: 40px;
  top: 20px;
  font-size: 24px;
  color: #204031;
  text-align: right;
  cursor: pointer;
}

.texto_volver {
  font-size: 18px;
  color: #204031;
  text-align: right;
  line-height: 1.1;
}

#spinner {
  font-size: 14px;
}

#spinner i {
  margin-right: 10px;
}

/* formularios */

.formularios {
  font-size: 14px;
}

.formularios label {
  margin-bottom: 0px;
}

.formularios .form-group {
  margin-bottom: 10px;
}

.mgc-switch {
  float: left;
  margin-left: 0px;
}

.color-botones {
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #F55B41;
  text-align: center;
  padding: 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-top: 25px;
  border: none;
}

.color-verde {
  background-color: #6BB74B !important;
}

.ayuda {
  padding: 10px;
  color: #e1e1e1;
  font-size: 14px;
  margin-top: -20px;
  text-align: left;
}

/* checkbox */

.check-box .form-check input {
  display: none;
  cursor: pointer;
}

.check-box label:before {
  transition-duration: 0.4s;
  transform: scale(0);
}

.check-box label i {
  opacity: 0.2;
  transition-duration: 0.2s;
  transform-origin: 100% 100%;
}

.check-box :checked+label {
  border-color: #ddd;
}

.check-box :checked+label:before {
  opacity: 1;
}

.check-box :checked+label i {
  transform: scale(1.2);
  opacity: 1;
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

/* select departamento */

/* http://doodlenerd.com/html-control/css-dropdown-generator */

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  font-size: 14px;
  font-family: "Arial";
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 4px 10px;
  outline: 0;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  background: #eeeeee;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000000;
  background: #cccccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_arrow {
  position: absolute;
  top: 11px;
  right: 15px;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select_arrow,
.select select:focus~.select_arrow {
  border-top-color: #000000;
}

.select select:disabled~.select_arrow {
  border-top-color: #cccccc;
}

input.error,
input.valid,
select.error,
select.valid {
  background-position: right 18px center;
  background-repeat: no-repeat;
}


.contador_tiempo {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 20;
  color: #ffffff;
}

.container_app {
  width: 100%;
  min-height: 100%;
}

.logo_solo {
  width: 100%;
  max-width: 153px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 60px;
  animation: girar 4s linear infinite;
}

.texto_espera {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 100px;
}

.incorrecto {
  background-color: rgb(179, 1, 1);
}

.correcto {
  background-color: #6BB74B;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cerrar {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 25px;
  color: #1D305D;

}

.aviso_conexion {
  opacity: 0.8;
}

.aviso_conexion .modal-body {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.aviso_conexion .modal-content {
  background: #FFFFFF;
  box-shadow: 6px 4px 13px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.menu {
  width: 300px;
  height: 100vh;
  position: fixed;
  right: -310px;
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0px 12px 13px 0 rgba(0, 0, 0, 0.19);
  z-index: 10;
  transition: right 0.3s ease;
}

.open_menu {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  color: #000000;
  cursor: pointer;
}

.close_menu {
  position: absolute;
  left: 15px;
  top: 0px;
  font-size: 30px;
  color: #000000;
  cursor: pointer;
}

.user_resultados {
  padding: 15px;
  margin-top: 45px;
}

.texto_login {
  text-align: center;
  color: #1D305D;
  margin-bottom: 10px;
}

#acceso_login {
  background: none;
  color: #1D305D;
  text-align: right;
  padding: 0px !important;
  margin-top: 0px;
  border: none;
  box-shadow: none;
}

.boton_volver {
  color: #1D305D;
  font-weight: 700;
  font-size: 20px;
  text-align: right;
}

.boton_volver a {
  color: #1D305D;
}

#avatar_icono {
  opacity: 0;
}

/*****/
.fondo_modal {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #5a5a5a7b;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 99;
}

.modal_aviso {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  background-color: #1D305D;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 40px;
}

.cerrar_modal_aviso {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  cursor: pointer;
}

.modal_aviso .fa-user {
  font-size: 30px;
  margin-top: 30px;
}

.modal_aviso .texto {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.modal_aviso span {
  color: #E63D52;
}

/*****/

@media (max-width: 915px) {


  .contenedor {
    padding-left: 0px;
  }


  .volver {
    right: 40px;
    top: -55px;
    font-size: 16px;
    color: #204031;
  }

  select {
    margin-bottom: 15px;
  }

  #ranking_hospitales .caja_contenido {

    margin-left: -360px !important;
  }

  #ranking_general .caja_contenido {
    margin-left: -360px !important;
  }

  #ranking_hospitales .lateral_ranking_general {
    left: 25px !important;
    top: 310px !important;
  }

  #ranking_general .lateral_ranking_general {
    left: 25px !important;
    top: 208px !important;
  }

  .rankings .lateral_ranking {

    left: -13px !important;
    top: 105px !important;
    cursor: pointer;

  }

  #juega .caja_ruleta {
    padding-right: 20px !important;
    padding-left: 20px;
    padding-bottom: 40px;
  }

  .caja_categorias {
    text-align: right;
    position: absolute !important;
    width: 95%;
    right: 0px !important;
    top: 15px !important;
  }

  .caja_categorias img {
    float: right !important;
    margin-top: 3px !important;
  }

  .caja_ruleta .boton_jugar {
    margin-left: -86px !important;
    margin-top: -106px;

  }

  .caja_ruleta .spinner {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -35px !important;
    z-index: 1;
  }

  #juega h1 {
    padding-right: 0px !important;
  }

  #juega p {
    padding-right: 0px !important;
  }


}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 600px;
  }

  .modal-dialog {
    max-width: 760px;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_filter {
    margin-top: -40px !important;
    float: right !important;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper {
    margin-top: 10px;
  }
}

@media (max-height: 730px) {
  .logos_login {
    position: relative;
    margin-top: 60px;
    width: 100%;
  }

  .pie_login {

    bottom: 0px;
    margin-top: 0px;
    width: 100%;
  }
}