@font-face {
  font-family: "Ancizar sans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ancizarsans_bold_italic-webfont.eot"),
    url("../fonts/ancizarsans_bold_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_bold_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_bold_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_bold_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ancizarsans_bold-webfont.eot"),
    url("../fonts/ancizarsans_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_bold-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_bold-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_bold-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ancizarsans_italic-webfont.eot"),
    url("../fonts/ancizarsans_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ancizarsans_regular-webfont.eot"),
    url("../fonts/ancizarsans_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarsans_regular-webfont.woff") format("woff"),
    url("../fonts/ancizarsans_regular-webfont.ttf") format("truetype"),
    url("../fonts/ancizarsans_regular-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/ancizarserif_bold_italic-webfont.eot"),
    url("../fonts/ancizarserif_bold_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_bold_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_bold_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_bold_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/ancizarserif_bold-webfont.eot"),
    url("../fonts/ancizarserif_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_bold-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_bold-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_bold-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/ancizarserif_italic-webfont.eot"),
    url("../fonts/ancizarserif_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_italic-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_italic-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_italic-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

@font-face {
  font-family: "Ancizar serif";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/ancizarserif_regular-webfont.eot"),
    url("../fonts/ancizarserif_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ancizarserif_regular-webfont.woff") format("woff"),
    url("../fonts/ancizarserif_regular-webfont.ttf") format("truetype"),
    url("../fonts/ancizarserif_regular-webfont.svg#ancizar_sansbold_italic")
      format("svg");
}

body {
  background-color: #f5f5f5;
  /*background: url(../images/furley_bg.png);*/
  font-family: "Ancizar sans", Tahoma, Geneva, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
  font-size: 18px;
}

:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #12458f;
  --first-color-light: #bbd3f7;
  --white-color: #f7f6fb;
  --normal-font-size: 1.2rem;
  --z-fixed: 100;
}

*,
::before,
::after {
  box-sizing: border-box;
}

table {
  font-size: 1em;
}

.main {
  padding: 1em;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.login-form {
  --webkit-box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 3em;
  margin: 4em 6em;
}

.main-panel {
  border-radius: 15px;
  padding: 2.5em;
  margin: 2em 0em;
  height: 80%;
  justify-content: center;
}

.iniciales-div {
  background-color: #c4d0e3;

  min-width: 2em;
  max-width: 2em;
  min-height: 2em;
  max-height: 2em;

  justify-content: center;
  font-size: 3em;
  font-weight: 900;

  margin: 0.5em;

  border-radius: 50% !important;
  outline: 8px solid #4d74ab;
  outline-offset: 0.1em;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--first-color);
  font-weight: 400;
}

a {
  text-decoration: none;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: 0.5s;
}

.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: 0.3s;
}

.nav_link:hover {
  color: var(--white-color);
}

.nav_icon {
  font-size: 1.25rem;
}

.showMenu {
  left: 0;
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}

.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
}

.height-100 {
  height: 100vh;
}

.centrar {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul {
  margin: 0;
  font-size: 1.1em;
  list-style: none;
}

label {
  font-weight: 600;
}

.cardNormal {
  background-color: rgba(0, 0, 0, 0) !important;
}

.badge {
  font-size: 85%;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.info {
  background-color: #fff !important;
}

.fuenteGrande {
  font-size: 1.4em;
}

a {
  color: #12458f;
}

a:hover {
  text-decoration: underline;
  color: #f77f00;
}

.nav-link.active {
  background-color: #00695c !important;
  color: #fff !important;
}

.bg-grisClaro {
  background-color: #eeeeee;
}

.bg-verdeOscuro{
  background-color: #7FD7B6;
}

.bg-verdeClaro{
  background-color: #BFEBDA;
}


.bg-naranjaOscuro{
  background-color: #F6BB7C;
}

.bg-naranjaClaro{
  background-color: #FDDFBF;
}

.bg-moradoOscuro{
  background-color: #B07FD3;
}

.bg-moradoClaro{
  background-color: #D7BFE9;
}

.bg-rojoOscuro{
  background-color: #f24259;
}

.bg-rojoClaro{
  background-color: #fac0c8;
}

.bg-amarilloOscuro{
  background-color: #f7ce47;
}

.bg-amarilloClaro{
  background-color: #faf1c0;
}


@media screen  and (max-width: 1240px) and (min-width: 990px) {  

  .login-form{
    margin: 2em 3em;
  }
  
}

@media screen  and (max-width: 620px) {  

  .login-form{
    margin: 1em;
    padding: 1.2em;
  }

  #btnEntrar{
    width: 100% !important;
  }
  
}


@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
  }

  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }

  .header_img {
    width: 40px;
    height: 40px;
  }

  .header_img img {
    width: 45px;
  }

  .l-navbar {
    left: 0;
    padding: 1rem 1rem 0 0;
  }

  .showMenu {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + 188px);
  }
}
