@import "entidades.css";
/* css sección Entidades */

/*
	Typografia
*/

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
	Colores para texto y backgrounds
*/

.txt {
  color: #334350;
}

.primario {
  color: #03738b;
}

.secundario {
  color: #e9e9e9;
}

.terciario {
  color: #e2e2e2;
}

.link {
  color: #4a90e2;
}

/*
	Otros :: Utilidades
*/

.radius8 {
  border-radius: 8px;
}

.radius5 {
  border-radius: 5px;
}

.radius12 {
  border-radius: 12px;
}

.radius16 {
  border-radius: 16px;
}

.btn-primary {
  background-color: #4a90e2;
  border-color: #4a90e2;
}

.btn-warning {
  background-color: #ffcf40;
  border-color: #ffcf40;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn {
  font-family: "RobotoMedium";
  font-size: 12px;
  padding: 4px 16px !important;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn i {
  margin-right: 8px;
}

.btn:hover i {
  margin-right: 8px;
}

.btn-cancelar {
  background-color: #e9e9e9;
  font-family: "RobotoMedium";
  font-size: 12px;
  padding: 4px 16px !important;
  border-color: #e9e9e9;
  color: #707070;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn-cancelar:hover {
  background-color: #acb5bd;
  font-family: "RobotoMedium";
  font-size: 12px;
  padding: 4px 16px !important;
  border-color: #acb5bd;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
}

/*
	For JJS
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "RobotoRegular";
  background: url(..//img/fondo.png) no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/*
	index -- home
*/

.box--flex__home {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24;
}

.home p {
  font-size: 14px;
  line-height: 1.5rem;
  text-align: justify;
  padding: 0px 24px;
}

.home strong {
  font-weight: bold;
}

.home p:first-child {
  margin-top: 25%;
  margin-bottom: 24px;
}

.home .order-3 {
  padding: 46px 32px 32px 46px;
}

.home h1 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 2rem;
  margin-bottom: 24px;
}

/*
	Menú Superior
*/
header {
  display: flex;
  flex-direction: row;
  background-color: #e9e9e9;
  height: 75px;
  position: fixed;
  width: 100%;
  top: -5px;
  z-index: 999;
 /* background-image: url("../img/fondoheader.png");
  background-size: cover;*/
}

header a {}

header img {
  margin: 0 auto;
  padding: 0 15%;
}

header a img.logo {
  float: left;
    display: block;
    text-align: left;
    padding: 0;
    margin-left: -18px;
    margin-top: 7px;
    background: #fdfbf6;
    border-radius: 0px 12px 12px 0px;
    height: 80%;
}

.options {
  margin-top: 18px;
}

.switch-box,
.switch-box2,
.switch-box3,
.switch-box_edit {
  width: 130px;
  height: 40px;
  position: relative;
  font-family: "RobotoBold";
  color: #000;
  display: inline-flex;
  margin-right: 16px;
}

.switch-box_edit {
  position: absolute;
  display: block;
  z-index: 9999999;
  right: 5%;
}

.switch-box input.switch,
.switch-box2 input.switch,
.switch-box3 input.switch,
.switch-box_edit input.switch {
  position: relative;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}

.switch-box .toggle-input,
.switch-box2 .toggle-input,
.switch-box3 .toggle-input,
.switch-box_edit .toggle-input {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border: solid 1px #f7f5f5;
  border-radius: 20px;
  font-size: 12px;
  box-sizing: border-box;
  color: #597ebf;
  background: #f7f5f5;
}

.switch-box .toggle-input:before {
  position: absolute;
  content: "ENTIDADES";
  height: 40px;
  line-height: 40px;
  right: 20px;
}

.switch-box2 .toggle-input:before {
  position: absolute;
  content: "PAGOS";
  height: 40px;
  line-height: 40px;
  right: 37px;
}

.switch-box3 .toggle-input:before {
  position: absolute;
  content: "PROGRAMAS";
  height: 40px;
  line-height: 40px;
  right: 12px;
}

.switch-box .toggle-input:after,
.switch-box2 .toggle-input:after,
.switch-box3 .toggle-input:after,
.switch-box_edit .toggle-input:after {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #597ebf;
  border-radius: 50%;
  left: 6px;
  top: 4px;
  transition: all 0.5s ease;
}

.switch-box_edit .toggle-input:before {
  position: absolute;
  content: "CREACIÓN";
  height: 40px;
  line-height: 40px;
  right: 20px;
}

.switch-box input.switch[type="checkbox"]:checked~.toggle-input:before {
  position: absolute;
  content: "ENTIDADES";
  height: 40px;
  line-height: 40px;
  right: 42px;
}

.switch-box_edit input.switch[type="checkbox"]:checked~.toggle-input:before {
  position: absolute;
  content: "EDICIÓN";
  height: 40px;
  line-height: 40px;
  right: 50px;
}

.switch-box2 input.switch[type="checkbox"]:checked~.toggle-input:before {
  position: absolute;
  content: "PAGOS";
  height: 40px;
  line-height: 40px;
  right: 47px;
}

.switch-box3 input.switch[type="checkbox"]:checked~.toggle-input:before {
  position: absolute;
  content: "PROGRAMAS";
  height: 40px;
  line-height: 40px;
  right: 42px;
}

.switch-box input.switch[type="checkbox"]:checked~.toggle-input,
.switch-box2 input.switch[type="checkbox"]:checked~.toggle-input,
.switch-box3 input.switch[type="checkbox"]:checked~.toggle-input,
.switch-box_edit input.switch[type="checkbox"]:checked~.toggle-input {
  background: #4a90e2;
  color: #fff;
  transition: all 0.5s ease;
  border: solid 1px #4a90e2;
}

.switch-box input.switch[type="checkbox"]:checked~.toggle-input:after,
.switch-box2 input.switch[type="checkbox"]:checked~.toggle-input:after,
.switch-box3 input.switch[type="checkbox"]:checked~.toggle-input:after,
.switch-box_edit input.switch[type="checkbox"]:checked~.toggle-input:after {
  background: #fff;
  left: 93px;
  transition: all 0.5s ease;
}

/*
	Menú Superior--Zona User
*/

header .notificaciones {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  display: inline-grid;
  margin-left: 10%;
  margin-top: 1%;
}

header .notificaciones a {
  background: transparent;
  margin-top: 8px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

header .notificaciones a:hover {
  color: #4a90e2;
}

header .options {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.options aside {
  width: 100%;
}

header .dates--user {
  margin-top: 14px;
}

header .user--small {
  display: block;
  float: right;
  width: 58%;
}

.user--small .state--user {
  display: block;
  float: left;
  width: auto;
  font-family: "RobotoMedium";
  font-size: 14px;
  color: #000;
  margin-top: 16px;
}

.state--user span {
  display: block;
  float: left;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  background-color: #4a90e2;
  border-radius: 8px;
  margin-top: 4px;
}

.user--small .dropdown-toggle::after {
  margin-top: 18px;
}

.user--small .dropdown-menu.show {
  top: 24px;
}

.user--small a img {
  display: inline-block;
  float: left;
  padding: 0px !important;
  margin-left: 12px;
}

a img.img--user {
  border: 4px solid #4a90e2;
  border-radius: 36px;
  width: 42px;
}

.user--small a.off {
  position: absolute;
  top: 20px;
  right: 18px;
}

.user--small a.off img {
  width: 24px;
  margin-top: 6px;
}

.user--small a.off:hover {
  opacity: 1;
}

/*
	Main
*/
#main {
  margin-top: 70px;
  padding-top: 4%;
  display: flex;
  flex-direction: row;
}

/*
	MENÚ lateral
*/

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: column;
  }
}

.navbar {
  align-items: baseline;
  padding-top: 0px;
  z-index: 0;
}

aside.menu {
  width: 100%;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: column !important;
}

.menu h2 {
  display: flex;
  background-color: #e9e9e9;
  font-family: "RobotoBold";
  font-size: 22px;
  text-align: center;
  padding: 6px 8px;
  width: 100%;
  border-radius: 6px;
  justify-content: center;
  margin-left: -14px;
  margin-bottom: 24px;
  color: #03738b;
}

.menu ul {
  display: flex;
  background-color: #03738b;
  font-family: "RobotoMedium";
  font-size: 0.85rem;
  text-align: left;
  padding: 22px 0px 22px 0px;
  width: 100%;
  border-radius: 6px;
  margin-left: -25px;
  list-style: none;
  flex-direction: column;
  margin-right: 0px !important;
}

.menu ul li {
  display: block;
  float: left;
  width: 100%;
}

.menu ul li a {
  display: block;
  float: left;
  color: #fff;
  text-decoration: none;
  padding: 10px 0px 10px 35px;
  font-family: "RobotoMedium";
  width: 100%;
}

.menu ul li:hover a {
  background-color: #e9e9e9;
  color: #03738b;
  width: 108% !important;
}

.menu ul li.selected a {
  background-color: #e9e9e9;
  color: #03738b;
  width: 108% !important;
}

.menu ul li a i {
  margin-right: 8px;
}

.menu h3 {
  margin-top: 45px;
  color: #03488d;
  font-size: 18px;
  font-family: "RobotoBold";
  padding-left: 44px;
  margin-bottom: -4px;
  float: left;
  display: block;
  width: 100%;
}

.submenu {
  margin-bottom: 24px;
}

.submenu li a {
  font-size: 0.7rem;
  padding: 10px 0px 10px 35px !important;
}

/*
			MENÚ lateral:: buscador
		*/
.search-container {
  width: 92%;
  display: block;
  margin: 0px auto 0;
  position: relative;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  font-size: 0.8rem;
  border: 1px solid #a2a1a1;
  outline: none;
  border-radius: 24px;

  color: #000;
  z-index: 111;
  display: block;
  position: relative;
}

input#search-bar:focus {
  border: 1px solid #008abf;
  transition: 0.35s ease;
  color: #000;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  width: 38px;
  height: 38px;
  top: -25px;
  right: -12px;
  color: #000;
  z-index: 999;
}

.menu button.btn {}

.btn-xls {
  background: #fff;
  width: 136px;
  margin-top: 8px;
  color: #000;
  border-color: #000;
}

.contenido {
  position: relative;
  display: flex;
  background-color: #e9e9e9;
  font-family: "RobotoMedium";
  font-size: 16px;
  text-align: left;
  padding: 24px 12px 12px 12px;
  border-radius: 8px;
  margin-bottom: 24px;
  list-style: none;
  flex-direction: column;
  z-index: 2;
}

.contenido h2 {
  color: #03738b;
  font-size: 22px;
  font-family: "RobotoBold";
  margin-bottom: 16px;
  margin-left: 8px;
}

.contenido .box--contenido {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  font-family: "RobotoRegular";
  font-size: 14px;
  margin: 0 auto;
  max-width: 1200px;

}

.box--contenido aside {
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
  font-family: "RobotoRegular";
  height: auto;
  font-size: 14px;
  border: 1px solid #e9e9e9;
}

/* ******* COMPONENTES ******* */
.components * {
  padding: 8px 0px;
}

/* ******* H1, H2, etc... ******* */
h1 {
  font-size: 38px;
  font-family: "RobotoBold";
}

h2 {
  font-size: 32px;
  font-family: "RobotoBold";
}

h3 {
  font-size: 28px;
  font-family: "RobotoBold";
}

h4 {
  font-size: 21px;
  font-family: "RobotoBold";
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

.txt18 {
  font-size: 18px;
}

.txt16 {
  font-size: 16px;
}

.txt14 {
  font-size: 14px;
}

.txt12 {
  font-size: 12px;
}

/* ******* FORMULARIO ******* */
.form-floating input,
.form-floating textarea,
.form-floating select {
  border-color: #e2e2e2 !important;
  font-size: 12px !important;
  padding-left: 10px !important;
}

input::placeholder {
  font-size: 12px !important;
  opacity: 0.5 !important;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.825rem;
  padding-right: 8px;
}

.form-floating label,
.form-check label {
  font-size: 11px !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  background-color: transparent !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  padding: 0;
  height: 30px;
  min-height: 30px;
}

.alert {
  margin-top: 6px;
  padding: 8px 8px !important;
  font-size: 12px !important;
}

.box--user {
  position: relative;
}

.box--user span {
  position: absolute;
  top: 10px;
  right: 10px;
}

.box--user span button,
.box--user span button:hover {
  padding: 4px 8px !important;
  margin-right: 0px !important;
}

.box--user .btn i,
box--user .btn:hover i {
  margin-right: 0px;
}

.box--user p {
  text-align: center;
  margin-bottom: 12px;
}

.mtop{
  margin-top: 24px!important;
}

/* ******* MEDIA QUERIES ******* */

/* Smartphones (portrait & landscape) 
#Dispositivo = Mayoría de teléfonos móviles (vertical y horizontal) 
#Resolución = B/w 320px to 479px */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  header a img.logo {
    padding: 0 !important;
    display: block;
    float: left;
  }

  #main {
    margin-top: 70px;
    padding-top: 2%;  
  }

  .contenido {
    min-height: 100vh !important;
    /*En móvil background 100% height*/
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    position: absolute;
    z-index: 9999;
    left: 8px;
    top: 0px;
  }

  .menu ul {
    display: flex;
    background-color: #03738b;
    font-family: "RobotoMedium";
    font-size: 0.85rem;
    text-align: left;
    padding: 22px 0px 22px 0px;
    width: 100%;
    border-radius: 6px;
    margin-left: 0px;
    list-style: none;
    flex-direction: column;
    margin-right: 0px !important;
  }

  header aside {
    width: auto;
    display: block;
    float: left;
    max-width: auto;
  }

  .switch-box .toggle-input,
  .switch-box2 .toggle-input,
  .switch-box3 .toggle-input {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 6px;
    top: 15px;
    z-index: 2;
    border: solid 1px #f7f5f5;
    border-radius: 20px;
    font-size: 9px;
    box-sizing: border-box;
    color: #597ebf;
    background: #f7f5f5;
    text-align: right;
  }

  .switch-box .toggle-input:after,
  .switch-box2 .toggle-input:after,
  .switch-box3 .toggle-input:after {
    display: none;
  }

  .switch-box .toggle-input,
  .switch-box2 .toggle-input,
  .switch-box3 .toggle-input {
    font-size: 10px;
  }

  .switch-box .toggle-input:before {
    right: 32px !important;
  }

  .switch-box3 .toggle-input:before {
    right: 18px;
  }

  .options {
    margin-top: 0px;
    display: none !important;
  }

  header .dates--user {
    margin-top: 14px;
    position: absolute;
    z-index: 999;
  }

  header .dates--user aside {
    width: 100%;
  }

  .user--small a.off {
    position: absolute;
    top: 5px;
    right: 8px;
  }

  header .notificaciones {
    display: none;
  }

  .switch-box input.switch[type="checkbox"]:checked~.toggle-input:before {
    position: absolute;
    content: "ENTIDADES";
    height: 40px;
    line-height: 40px;
    right: 24px;
  }

  .switch-box2 input.switch[type="checkbox"]:checked~.toggle-input:before {
    position: absolute;
    content: "PAGOS";
    height: 40px;
    line-height: 40px;
    right: 35px;
  }

  .switch-box3 input.switch[type="checkbox"]:checked~.toggle-input:before {
    position: absolute;
    content: "PROGRAMAS";
    height: 40px;
    line-height: 40px;
    right: 20px;
  }

  .box--contenido {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .menu button.btn {
    margin: 0px auto;
    text-align: center;
    display: block;
    width: 70%;
    margin-bottom: 32px;
  }

  .btn-primary {
    margin-bottom: 8px;
  }

  .box--contenido aside {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
    font-family: "RobotoRegular";
    height: auto;
    font-size: 14px;
    border: 1px solid #e9e9e9;
  }

  .form-check .form-check-input {
    float: left;
    margin-left: 0;
  }

  .box--contenido h6 {
    margin: 32px 0px 16px 0px;
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 16px;
  }

  .box--flex .form-floating>label {
    position: absolute;
    top: -8px;
    left: 8px;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }

  .box--campos {
    margin: 8px 0px 0px 0px;
    display: flex;
    flex-direction: row;
  }

  .checkactivo {
    padding-left: 8px!important;
  }

  .btn-cancelar {
    background-color: #e9e9e9;
    font-family: "RobotoMedium";
    font-size: 12px;
    padding: 4px 16px !important;
    border-color: #e9e9e9;
    color: #707070;
    text-transform: uppercase;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .home p:first-child {
    margin-top: 0;
  }

  .box--flex {
    display: flex;
    flex-direction: row;
    width: auto;
    gap: 16px;
    margin-top: 16px;
  }

  .box--flex__home {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    gap: 24;
  }

  .box--flex__home .form-floating>label {
    position: absolute;
    top: -7px;
    left: -3px;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }

  .box--flex__home .form-floating>.form-control:not(:placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
  }

  .switch-box_edit {
    position: relative;
    display: block;
    z-index: 9999999;
    right: auto;
    float: left;
  }

  #tabla-busqueda_wrapper .dt-layout-table{
    border: 0px solid #e2e2e2 !important;
  }
}



/* Smartphones (landscape) */
@media only screen and (min-width: 321px) {}

/* Smartphones (portrait) */
@media only screen and (max-width: 320px) {}

/* iPads (portrait & landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

/* iPads (landscape) 
  #Dispositivo = Tablets, Ipads (horizontal) 
  #Resolución = B/w 768px to 1024px */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

/* iPads (portrait) 
  #Dispositivo = Tablets, Ipads (vertical) 
  #Resolucion = B/w 768px to 1024px */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home .order-3 {
    padding: 46px 16px 32px 16px;
  }

  .home h1 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 2rem;
    margin-bottom: 24px;
  }

  .switch-box .toggle-input,
  .switch-box2 .toggle-input,
  .switch-box3 .toggle-input {
    font-size: 10px;
  }

  .switch-box .toggle-input:before {
    right: 9px;
  }

  .switch-box2 .toggle-input:before {
    right: 23px;
  }

  .switch-box3 .toggle-input:before {
    right: 3px;
  }

  .switch-box3 input.switch[type="checkbox"]:checked~.toggle-input:before {
    right: 36px;
  }

  .switch-box input.switch[type="checkbox"]:checked~.toggle-input:after,
  .switch-box2 input.switch[type="checkbox"]:checked~.toggle-input:after,
  .switch-box3 input.switch[type="checkbox"]:checked~.toggle-input:after {
    background: #fff;
    left: 67px;
  }

  header a img.logo {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 12px;
  }

  header .notificaciones {
    display: none;
  }

  header .user--small {
    display: block;
    float: right;
    width: 105%;
  }

  .user--small a.off {
    position: absolute;
    top: 75px;
    right: 3px;
  }

  .menu h2 {
    display: flex;
    background-color: #e9e9e9;
    font-family: "RobotoBold";
    font-size: 12px;
    text-align: center;
    padding: 6px 8px;
    width: 100%;
    border-radius: 6px;
    justify-content: center;
    margin-left: -2px;
    margin-bottom: 24px;
    color: #03738b;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 16px;
    width: 100%;
  }

  .menu ul {
    display: flex;
    background-color: #03738b;
    font-family: "RobotoMedium";
    font-size: 0.65rem;
    text-align: left;
    padding: 22px 0px 22px 0px;
    width: 100%;
    border-radius: 6px;
    margin-left: -2px;
    list-style: none;
    flex-direction: column;
    margin-right: 0px !important;
  }

  .menu ul li a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 10px 0px 10px 24px;
    font-family: "RobotoMedium";
    width: 100%;
  }

  .submenu li a {
    font-size: 0.55rem;
    padding: 10px 0px 10px 12px !important;
  }

  .menu h3 {
    margin-top: 0;
  }

  .search-container {
    width: auto;
    display: block;
    margin: 24px auto 0;
  }

  .navbar-collapse .btn-primary {
    width: 100% !important;
  }

  .btn--options .btn-primary {
    margin-bottom: 8px;
  }

  .navbar-toggler {
    margin-left: 26%;
  }

  .contenido .box--contenido {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
    font-family: "RobotoRegular";
    font-size: 14px;
  }

  .box--contenido {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .box--contenido aside {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
    font-family: "RobotoRegular";
    height: auto;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    width: 100%;
  }

  .box--flex {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .buttons .btn {
    margin-bottom: 8px;
  }

  .box--flex .form-floating>label {
    position: absolute;
    top: -8px;
    left: 8px;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  }

  .home p:first-child {
    margin-top: 16%;
    margin-bottom: 24px;
  }

  .form-check .form-check-input {
    float: left;
    margin-left: -0.5em;
  }

  .box--campos {
    margin: 8px 0px;
    display: block;
    flex-direction: row;
    width: 100% !important;
    
  }

  .search-container .box--campos {
    margin: 8px 0px;
        display: block;
        flex-direction: row;
        width: 73% !important;
        left: 0px !important;
        padding-left: 24px !important;
        top: 30px;
  }

  .checkactivo {
      
      width: 112px !important;
      margin: 0px;
      padding-left: 16px!important;
      top: 5px;
  }

  .btn--borrar {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .box--campos table tbody tr td {
    font-size: 10px;
    padding: 0px 0px 0px 8px;
    color: #b2adad;
    padding-bottom: 12px;
  }

  .box--campos table thead tr th {
    font-weight: bold;
    font-size: 10px;
  }

  .box--flex {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 16px;
  }

  .user--small a.off img {
    width: 24px;
    margin-top: 2px;
  }

  .error {
    border: 2px solid red;
  }

  header .dates--user {
      margin-top: 5px!important;
      width: 100%!important;
      
      padding-left: 0px !important;
  }

  .off {
    position: absolute;
    right: 32px;
    top: -43px!important; 
  }

  .migrar-form {
      padding: 3px;
      justify-self: right;
  }

  .migrar-form>label {
      font-size: 10px;
      font-family: inherit;
      margin-left: 8px;
  }

  #staticBackdrop .modal-content {
    flex-direction: column;
    width: 100% !important;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
  }

  #main {
    margin-top: 124px;
    padding-top: 4%;
    flex-direction: row;
  }

}

/* Input añadir archivos */
#upload-form label{
  left:-2px;
}

    #seleccionar-archivo{
      color: #4a90e2;
      background: #f8f9fa;
      padding: 6px 8px;
    }

    #seleccionar-archivo:hover{
      color: #4a90e2;
      background:  #eaecef;
    }
    
   

.sw {
  position: absolute;
  right: 1%;
  top: 22%;
}

.sw input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.sw label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  margin-top: -15px;
}

.sw label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.sw input:checked+label {
  background: #0dcaf0;
}

.sw input:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.sw label:active:after {
  width: 30px;
}

.sw span {
  display: block;
  float: left;
  font-size: 11px;
  margin-left: 2px;
  margin-right: 2px;
}

.btn-entidades {
  display: flex;
  justify-content: center;
  margin: 2em;
}

.intro p:first-child {
  margin-top: 5% !important;
  margin-bottom: 24px;
}

.intro h2 {
  color: #4a90e2;
  padding: 24px;
}

.intro p {
  margin-bottom: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 29px !important;
  font-size: 11px;
}

.box--campos select option {

  font-size: 11px !important;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 10px;
  color: #929191;
}

.select2-container--default .select2-search--dropdown .select2-search__field {

  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  color: #929191;
  font-size: 11px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px;
  height: 30px;
  min-height: 30px;
  border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212529 !important;
  padding-left: 2px !important;
  border-color: #dee2e6 !important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #dee2e6 !important;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}


.dates--user {
  position: relative;
}

.off {
  position: absolute;
  right: 32px;
  top: 6px;
}

:focus-visible {
  outline: 2px solid #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.dates--user .btn-ejecutar {
  border-color: #000;
  color: #000;
  background-color: #f8f9fa;
}

.dates--user .btn-ejecutar:hover {
  olor: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}




/* Loading spinner */

.fondo_loader {
  align-items: center;
  background-color: #1d1f20;
  display: flex;
  justify-content: center;
  height: 100%;
  position: fixed;
  z-index: 999999;
  width: 100%;
  opacity: 0.7;
  top: 0;
  left: 0px;
}

.loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite;
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }

  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }

  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
  }

  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}


.box--check {
  border: 1px solid #ddd;
  width: 75%;
  padding: 16px 0px 8px 0px;
  position: absolute;
  /* bottom: -6px; */
  left: 26px;
  border-radius: 8px;
  background-color: #fff;
}

.box--check aside {
  display: block;
  float: left;
  width: 100%;
}


/* Datapicker year */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: auto!important;
  line-height: 1.5!important; 
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  font-size: 12px;
}

#anio-nacimiento-colaborador,
#anio-nacimiento-persona-cargo{
  position: relative;
}

.datepicker {
  position: absolute;
      -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.17);
  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.17);
  top: 56% !important;
  left: 44% !important;
}

/* Identificación Entidad */

.user{
  position: absolute;
    z-index: 0;
    display: none;
    float: left;
    background-color: #03738b;
    top: -35px;
    padding: 11px 24px 10px 12px;
    border-radius: 8px 8px 0px 0px;
    font-weight: normal;
    left: 24px;
    color: #fff;
    width: auto;
}
  .user i{
    margin-right: 6px;
  }

  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .user {
      font-size: 11px;
      left: 0px;
      top: -24px;
      width: 100%;
    }

    .migrar-form {
      justify-self: center;
      margin-top: 8px;
      display: none;
    }

    .box--check {
      display: block;
    }

    .show .search-container {
      margin-bottom: 38%;
    }
    #staticBackdrop .modal-content {
      min-width: 100%!important;
    }

    .buttons {
      text-align: center;
    }
        .buttons .btn {
            float: none!important;
        }
    
  }
