@font-face {
  font-family: Montserrat-Light;
  src: url(../../public/webfonts/Montserrat/Montserrat-Light.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../../public/webfonts/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../../public/webfonts/Montserrat/Montserrat-Bold.ttf);
}

html,
body {
  overflow-x: hidden !important;
  font-family: Montserrat-Medium;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  
}
body {
  background-color: #f3f3f3;
  margin-top: env(safe-area-inset-top, 0px);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}


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;
}

.form-error {
  color: #ffae00;
}

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

h6 {
  font-size: 13px;
}

h1 {
  font-family: Montserrat-Medium;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #f08800;
  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%);
}

.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;
}

.caja_cerrado {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #ef8a23;
  border: 4px solid #ffffff;
  border-radius: 18px;
}

.cerrado_carga {
  color: white;
  font-size: 30px;
  text-align: center;
}

.caja_cerrado .boton_bases {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px;
  background-color: #df2a22;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 11px;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.finalizado {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  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;
}

.finalizado_caja {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background-color: #fbf9f5;
  border: 4px solid #ef8a23;
  border-radius: 18px;
  padding: 15px;
}

#content {
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-top: 40px;
  border-radius: 24px 24px 0px 0px;
  -moz-border-radius: 24px 24px 0px 0px;
  -webkit-border-radius: 24px 24px 0px 0px;
  margin-top: 0px;
  background-color: #f3f3f3;
}

.container_web {
  min-height: 100vh;
  z-index: 0;
}

.head_contenedor {
  height: 265px;
  transition: all 0.4s ease;
}

.logo_mini {
  display: none;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 200;
  color: #dee2e3;
}

.contenido {
  width: 100%;
  margin-top: 0px;
  margin-left: 211px;

  padding-right: 211px;
  float: left;
  text-align: center;
  background-image: linear-gradient(-180deg, #dc2817 0%, #f18700 100%);
}

.contenido .logo_contenido {
  margin-top: 40px;
}



.banner_movil {
  position: fixed;
  top: 0px;
  display: none;
  background-color: #ffffff;
  width: 100%;
  height: 93px;
  padding-left: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(../img/banner_sup_movil.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 209px;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0);
  transition: all 0.45s ease;
}

.banner_movil img {
  width: 125px;
  transition: all 0.65s ease;
}

.sombra_banner {
  height: 75px;
  background-size: 180px;
  border-bottom: none;
  -webkit-box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 24px 1px rgba(0, 0, 0, 0.35);
  transition: all 0.65s ease;
}

.reducir_logo {
  width: 95px !important;
  transition: all 0.25s ease !important;
}

.logo_simed {
  position: absolute;
  right: 30px;
  top: 5px;
  font-size: 11px;
  color: white;
  text-align: right;
  z-index: 10;
  padding-left: 15px;
}

.logo_simed .logo_blanco {
  display: block;
  margin-top: 10px;
}

.logo_simed .logo_color {
  display: none;
}

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

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

.capa_inicio h1 {
  font-family: Montserrat-Medium;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}

.capa_inicio p {
  font-family: Montserrat-Medium;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}

.capa_inicio h2 {
  font-family: Montserrat-Medium;
  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: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #979797;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

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

.caja_login .btn {
  display: inline-block;
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  background: #f08900;
  border: 1px solid #ffffff;
  border-radius: 8px;
}

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

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

.menu_lateral {
  display: block;
  background-color: white;
  width: 280px;
  max-width: 280px;
  min-height: 100vh;
  padding-right: 0px;
  -webkit-box-shadow: 10px 0px 18px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 10px 0px 18px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 10px 0px 18px -5px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.menu_lateral .caja_menu_lateral {
  position: fixed;
  width: 265px;
  margin-top: 68px;
  padding: 0px;
}

.caja_menu_lateral .titulo_menu {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  /*
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, .1);
  border-bottom-width: 1px;
  */
  padding-bottom: 12px;
  padding-left: 24px;
  padding-top: 40px;
}

.menu_botones {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.menu_botones .boton_menu {
  display: block;
  line-height: 18px;
  padding: 12px 48px;
  padding-right: 12px;
  padding-left: 24px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.boton_menu:hover {
  background-color: rgb(233, 233, 233);
  color: #212121;
  cursor: pointer;
}

.boton_menu i {
  font-size: 20px;
  margin-right: 20px;
  width: 20px;
  text-align: center;
}

.menu_botones .focus_menu {
  border-top: none;
  border-left-color: #bc007e;
  border-left-style: solid;
  border-left-width: 3;
  padding-left: 21px;
  color: #363636;
}

/* 
    Page: register and login
*/

.columna_derecha {
  width: 50%;
  background-image: linear-gradient(-180deg, #ffffff 0%, #ebeaea 100%);
  min-height: 100vh;
  padding-bottom: 60px;
}

.columna_izquierda {
  width: 50%;
  background-image: linear-gradient(-180deg, #de3822 26%, #ef8a23 74%);
}

.caja_login {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  text-align: left;
}

.logo_trivial {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.texto_login {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-size: 14px;
  color: #000000;
  text-align: justify;
  padding: 15px;
}

.titulo_login {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
}

.recordar_pass {
  text-align: right;
  font-size: 16px;
  margin-top: -10px;
  color: white;
}

.recordar_pass a {
  color: white;
}

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

.inner-addon {
  position: relative;
}

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

.inner-addon .fas {
  position: absolute;
  padding-top: 12px;
  padding-left: 10px;
  pointer-events: none;
  color: #a6a6a6;
}

.pie_login {
  position: fixed;
  bottom: 0px;
  margin-top: 20px;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.logos_login {
    /* margin-top: 40px; */
    width: 100%;
    margin: auto;
    justify-content: space-around;
    gap: 17px;
}

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

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

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

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

.pie {
  position: fixed;
  bottom: 0px;
  margin-top: 20px;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.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;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #0000004b;
  text-align: center;
  z-index: 999;
}

.loader img {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



@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: red;
}

/* modales */

.modal-header {
  background-color: #ef8a23;
  color: white;
}

.modal-header .modal-title {
  font-size: 14px;
  font-weight: 700;
}

.modal .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 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 {
  background: #f08900;
  color: white;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
}

/* 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;
}

/* RESPONSIVE *****/

.ocultar {
  display: none !important;
}

/* toast */
.toast-top-center {
  top: 70px !important;
}

@media (max-width: 915px) {
  .contenido {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  #content {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .menu_lateral {
    display: none;
  }

  .contenedor {
    padding-left: 0px;
  }



  body>.header {
    text-align: left;
    padding-left: 45px;
  }

  .columna_izquierda {
    width: 100%;
    padding-bottom: 50px;
  }

  .columna_derecha {
    width: 100%;
  }

  .pie_login {
    position: relative;
    margin-top: 0px;
  }

  .caja_login .capa_inicio {
    background-color: #fbf9f5;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logos_login {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

  .banner_movil {
    display: block;
  }

  .logo_simed {
    position: relative;
    float: right;
    right: 10px;
    top: 5px;
    font-size: 11px;
    color: white;
    text-align: right;
    z-index: 10;
    padding-left: 15px;
  }

  #menu_izquierda .logo_menu {
    display: none;
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
  }

}

@media (min-width: 576px) {

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

@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) {}

@media (max-width: 565px){
  .logos_login{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .text-footer-logos{
    text-align: center;
  } 

}