@charset "UTF-8";
/*------------------------------------------------------------------
[Indice]

1. Variables y mixins
2. Estructura
3. Páginas
4. Componentes
5. Plugins

/*------------------------------------------------------------------
[1. Variables y mixins]
-------------------------------------------------------------------*/
/*===Tamaños para Query===*/
/*===Colores===*/
/*===Animaciones===*/
/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/*------------------------------------------------------------------
[2. Estructura]
-------------------------------------------------------------------*/
/*===Clases colores===*/
.colorPrimario {
  color: #66669c; }

.colorTerciario {
  color: #fff; }

.colorSecundario {
  color: #5eaba1; }

.requerido {
  color: #B72738; }

/*===Tipo de fuente===*/
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-regular.woff") format("woff"), url("../fonts/open-sans-v18-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v18-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-600.woff") format("woff"), url("../fonts/open-sans-v18-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v18-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v18-latin-700.woff") format("woff"), url("../fonts/open-sans-v18-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v18-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v3-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-300.woff2") format("woff2"), url("../fonts/inter-v3-latin-300.woff") format("woff"), url("../fonts/inter-v3-latin-300.ttf") format("truetype"), url("../fonts/inter-v3-latin-300.svg#Inter") format("svg");
  /* Legacy iOS */ }

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v3-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-regular.woff2") format("woff2"), url("../fonts/inter-v3-latin-regular.woff") format("woff"), url("../fonts/inter-v3-latin-regular.ttf") format("truetype"), url("../fonts/inter-v3-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */ }

/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v3-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-600.woff2") format("woff2"), url("../fonts/inter-v3-latin-600.woff") format("woff"), url("../fonts/inter-v3-latin-600.ttf") format("truetype"), url("../fonts/inter-v3-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */ }

/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v3-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v3-latin-700.woff2") format("woff2"), url("../fonts/inter-v3-latin-700.woff") format("woff"), url("../fonts/inter-v3-latin-700.ttf") format("truetype"), url("../fonts/inter-v3-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */ }

strong {
  font-weight: 600;
  font-family: "Inter", sans-serif; }

/*===Clases tipografía===*/
/*===Titulos===*/
html {
  font-family: 'Inter', sans-serif; }
  html {
    font-size: 14px; }
    @media screen and (min-width: 360px) {
      html {
        font-size: calc(
 14px + 1 *
 ((100vw - 360px) / 940)); } }
    @media screen and (min-width: 1300px) {
      html {
        font-size: 15px; } }

.titulo {
  font-size: 4.42051rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1; }
  .titulo {
    font-size: 18.634px; }
    @media screen and (min-width: 360px) {
      .titulo {
        font-size: calc(
 18.634px + 24.04675 *
 ((100vw - 360px) / 940)); } }
    @media screen and (min-width: 1300px) {
      .titulo {
        font-size: 42.68075px; } }

.titulo-lg {
  font-size: 6.5536rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1; }
  .titulo-lg {
    font-size: 21.29225px; }
    @media screen and (min-width: 360px) {
      .titulo-lg {
        font-size: calc(
 21.29225px + 36.05175 *
 ((100vw - 360px) / 940)); } }
    @media screen and (min-width: 1300px) {
      .titulo-lg {
        font-size: 57.344px; } }

.subtitulo {
  font-size: 2.44141rem;
  font-family: "Inter", sans-serif;
  font-weight: 600; }
  .subtitulo {
    font-size: 18.634px; }
    @media screen and (min-width: 360px) {
      .subtitulo {
        font-size: calc(
 18.634px + 8.70975 *
 ((100vw - 360px) / 940)); } }
    @media screen and (min-width: 1300px) {
      .subtitulo {
        font-size: 27.34375px; } }

.texto-lg {
  font-size: 1.74901rem; }
  .texto-lg {
    font-size: 18.634px; }
    @media screen and (min-width: 360px) {
      .texto-lg {
        font-size: calc(
 18.634px + 2.65825 *
 ((100vw - 360px) / 940)); } }
    @media screen and (min-width: 1300px) {
      .texto-lg {
        font-size: 21.29225px; } }

.subtitulo-sm {
  font-size: 2.0736rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.6rem; }
  .subtitulo-sm {
    font-size: 18.634px; }
    @media screen and (min-width: 360px) {
      .subtitulo-sm {
        font-size: calc(
 18.634px + 5.558 *
 ((100vw - 360px) / 940)); } }
    @media screen and (min-width: 1300px) {
      .subtitulo-sm {
        font-size: 24.192px; } }

html {
  min-height: 100%;
  position: relative; }

img {
  max-width: 100%; }

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #f9fbfd;
  color: #4b4b4b;
  font-weight: 400;
  padding-top: 85px; }

@media (max-width: 991px) {
  body {
    padding-top: 70px; } }

a {
  text-decoration: none;
  color: #66669c; }
  a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: inherit; }

strong {
  font-weight: 600; }

button:focus {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

a:focus {
  outline: none; }

a::-moz-focus-inner {
  border: 0; }

hr {
  border-top: 1px solid #fff; }

@media (max-width: 991px) {
  .ocultoDown-lg {
    display: none; } }

@media (min-width: 992px) {
  .container {
    max-width: 1100px;
    padding: 0 3rem; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1500px; } }

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
  overflow: hidden; }

.videoContainer iframe,
.videoContainer object,
.videoContainer embed,
.videoContainer video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*===Hack H1===*/
.pixel {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0; }

/*===Cabecera===*/
#cabecera {
  background-color: #66669c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  #cabecera ul li::marker {
    content: ""; }
  #cabecera .logo {
    width: 40px; }
  #cabecera .navbar {
    padding-right: 0;
    padding-left: 0; }
  #cabecera a.usuario {
    color: #fff;
    padding-right: 0.5rem;
    border-right: 1px solid #fff; }
  #cabecera a.usuario:last-of-type {
    border-right: none;
    padding-right: 0; }
  #cabecera .navbar-nav {
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #cabecera .navbar-nav a {
      font-size: 0.9rem;
      font-weight: 300;
      font-family: "Inter", sans-serif;
      color: #fff;
      padding-left: 1.4rem;
      padding-right: 1.4rem; }
      #cabecera .navbar-nav a:hover {
        opacity: 0.6; }
    #cabecera .navbar-nav .nav-item.active {
      cursor: pointer; }
    #cabecera .navbar-nav .nav-item {
      cursor: pointer; }
    #cabecera .navbar-nav .nav-item.active a {
      color: #fff;
      font-weight: 700; }
    #cabecera .navbar-nav .dropdown .dropdown-menu {
      border: none;
      padding: 0;
      -webkit-box-shadow: 0px 14px 17px -4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 14px 17px -4px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 14px 17px -4px rgba(0, 0, 0, 0.2); }
      #cabecera .navbar-nav .dropdown .dropdown-menu a {
        color: #66669c;
        padding: 0.8rem; }
        #cabecera .navbar-nav .dropdown .dropdown-menu a:hover {
          background-color: #66669c;
          color: #fff; }
      #cabecera .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        font-weight: 400; }
  #cabecera .dropdown.acceso .dropdown-toggle:after {
    content: none; }
  #cabecera .dropdown.acceso .dropdown-menu {
    border: none;
    padding: 1rem;
    min-width: 20rem;
    right: 0;
    top: 45px;
    left: auto;
    -webkit-box-shadow: 0px 14px 17px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 14px 17px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 17px -4px rgba(0, 0, 0, 0.2); }
    #cabecera .dropdown.acceso .dropdown-menu a {
      display: block; }
  #cabecera .botonPrimario {
    padding: 10px 15px; }
  #cabecera .botonSecundario:hover {
    color: #fff;
    border: 1px solid #fff; }

@media (max-width: 576px) {
  #cabecera .dropdown.acceso .dropdown-menu {
    position: fixed;
    width: 95%;
    top: 82px;
    right: 10px; } }

.dropdown-toggle::after {
  vertical-align: 0.155em;
  margin-left: 0.2rem; }

.dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(180deg); }

/*for animation*/
.dropdown-toggle:after {
  transition: 0.6s; }

@media (min-width: 991px) and (max-width: 1250px) {
  #cabecera .navbar-nav a {
    font-size: 12px;
    padding-left: 0.6rem;
    padding-right: 0.6rem; }
  #cabecera a.usuario {
    font-size: 13px; } }

@media (max-width: 991px) {
  #cabecera .navbar-toggler {
    border: none; }
  #cabecera .navbar-toggler i {
    color: #fff; }
  #cabecera .navbar-nav {
    align-items: initial;
    padding: 0; }
    #cabecera .navbar-nav a {
      font-size: 1rem;
      padding: 0.7rem 1rem; }
  #cabecera .navbar-nav .dropdown .dropdown-menu {
    box-shadow: none;
    border-radius: 0; }
  #cabecera .navbar-collapse {
    padding: 5px 0;
    position: absolute;
    top: 85px;
    z-index: 100;
    right: 0;
    width: 100%;
    background-color: #8891b8;
    -webkit-box-shadow: -1px 2px 14px -5px rgba(51, 49, 51, 0.53);
    -moz-box-shadow: -1px 2px 14px -5px rgba(51, 49, 51, 0.53);
    box-shadow: -1px 2px 14px -5px rgba(51, 49, 51, 0.53); }
    #cabecera .navbar-collapse .nav-item {
      border-bottom: 1px solid #fff; } }

#pie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #66669c;
  padding-top: 1rem; }
  #pie a {
    color: #fff; }
  #pie .rrss a {
    padding: 0.6rem;
    background-color: #0f0f0f;
    margin-right: 5px; }
    #pie .rrss a:last-of-type {
      margin-right: 0; }

@media (max-width: 576px) {
  #pie {
    padding-top: 1.5rem; }
    #pie img {
      width: 250px !important; } }

/*===Menu Lateral===*/
.menuLateral {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05);
  border: 1px solid #eeeeee; }
  .menuLateral .nav {
    padding: 0;
    width: 100%; }
  .menuLateral .navbar {
    display: none;
    padding: 0; }
  .menuLateral .nav-pills .nav-link.active,
  .menuLateral .nav-pills .show > .nav-link {
    background-color: #66669c; }
  .menuLateral .nav-pills .nav-link {
    border-radius: 0; }
    .menuLateral .nav-pills .nav-link:first-of-type {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .menuLateral .nav-pills .nav-link:last-of-type {
      border-bottom: none;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
  .menuLateral a {
    padding: 0.9rem;
    display: block;
    border-bottom: 1px solid #66669c;
    border-radius: inherit; }
    .menuLateral a:first-of-type {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .menuLateral a:last-of-type {
      border-bottom: none;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
    .menuLateral a.active {
      background-color: #66669c; }
    .menuLateral a:hover {
      background-color: #8891b8;
      color: #fff; }

/*===Clases de seccion===*/
section {
  padding: 3rem 0; }

/*===Alertas===*/
.alert-info {
  color: #fff;
  background: #66669c;
  border: 1px solid #66669c; }

.alert-danger {
  color: #fff;
  background-color: #b72738a9;
  border: 1px solid #B72738; }

.alert-success {
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0; }

/*===ScrollUp===*/
#scrollUp {
  padding: 0.4rem 0.9rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  z-index: 9999;
  background-color: #5eaba1; }
  #scrollUp a {
    color: #fff;
    display: inline-block;
    padding-left: 2px;
    margin-top: 3px; }

/*===Migas===*/
.migas {
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05); }
  .migas .activo {
    font-weight: 600;
    color: #66669c; }

#scrollUp:hover {
  color: #fff; }

.tags .card {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.08);
  border: 1px solid #eeeeee; }
  .tags .card .badge-info {
    background: #66669c;
    font-size: 0.8rem;
    padding: 0.25rem; }
    .tags .card .badge-info.etiquetaSeleccionada {
      background: #5eaba1; }

ul li::marker {
  content: "\00BB \0020";
  color: #66669c; }

ul.pagination {
  list-style: none; }
  ul.pagination li::marker {
    content: ""; }

.enlacesCards a .card {
  color: #43474c; }
  .enlacesCards a .card:hover {
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.25);
    transform: translateY(10px);
    transition: all 0.5s; }

.alert-primary {
  background-color: #ecebf3;
  border: 1px solid #66669c;
  color: #66669c; }

.fondoPrimario {
  padding: 1rem 1.5rem;
  background: #ecebf3;
  border-radius: 8px;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05); }
  .fondoPrimario ul a {
    color: #43474c; }

.fondoBlanco {
  padding: 1rem 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05); }
  .fondoBlanco ul a {
    color: #43474c; }

/*===Tablas===*/
.tablaResponsive {
  overflow-x: auto;
  scrollbar-face-color: #66669c;
  /* Firefox 63 compatibility */
  scrollbar-track-color: #dedede;
  /* Firefox 63 compatibility */
  scrollbar-color: #66669c;
  scrollbar-width: thin;
  /* Scrollbars en chrome */ }
  .tablaResponsive::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em; }
  .tablaResponsive::-webkit-scrollbar-track {
    background-color: #dedede;
    border-radius: 10px; }
  .tablaResponsive::-webkit-scrollbar-thumb {
    background-color: #66669c;
    border-radius: 10px; }
  .tablaResponsive .hover {
    cursor: pointer; }
    .tablaResponsive .hover:hover {
      background-color: #e7e0e0; }
  .tablaResponsive table {
    margin-top: 0.75rem; }
    .tablaResponsive table th {
      background-color: #66669c;
      color: #fff;
      border-bottom: 0;
      border-top: 0; }
      .tablaResponsive table th:nth-of-type(1) {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .tablaResponsive table th:last-of-type {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
    .tablaResponsive table td {
      border: none; }
      .tablaResponsive table td:nth-of-type(1) {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      .tablaResponsive table td:last-of-type {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
      .tablaResponsive table td.anchoFijo {
        width: 50px;
        display: inline-block; }
    .tablaResponsive table tr:nth-of-type(odd) {
      background-color: #ecebf3; }
    .tablaResponsive table tr.casoCerrado {
      background: #f3d7d7a6;
      cursor: pointer; }
    .tablaResponsive table tr.casoUrgente {
      background-color: #5eaba140;
      cursor: pointer; }
    .tablaResponsive table tr.casoAbierto {
      cursor: pointer; }
  .tablaResponsive.tablaIdOculto table th:nth-of-type(1), .tablaResponsive.tablaIdOculto table td:nth-of-type(1) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .tablaResponsive.tablaIdOculto table th:nth-of-type(2), .tablaResponsive.tablaIdOculto table td:nth-of-type(2) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }

@media (max-width: 500px) {
  .tablaResponsive {
    overflow-x: auto; } }

.row.enlaces .col-lg-6:first-of-type {
  margin-top: 0 !important; }

.row.enlaces .col-lg-6:nth-of-type(2) {
  margin-top: 0 !important; }

@media (max-width: 991px) {
  .row.enlaces .col-lg-6:nth-of-type(2) {
    margin-top: 1.5rem !important; } }

/*===Paginacion===*/
.paginacion {
  display: flex;
  margin-top: 2.5rem;
  justify-content: center; }
  .paginacion .page-item a {
    color: #66669c;
    font-size: 1.1rem; }
  .paginacion .page-item.active .page-link {
    background-color: #66669c;
    border-color: #66669c; }

.card {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.1);
  border: none;
  border-radius: 8px; }
  .card .imagen {
    text-align: center; }
    .card .imagen img {
      width: 500px; }
  .card hr {
    border: 1px solid #66669c;
    margin: 0.6rem 0 0.2rem 0; }
  .card img {
    border-radius: 0; }

.listado .card {
  box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.12);
  border: 1px solid #eeeeee;
  margin-top: 3rem; }
  .listado .card .card-footer {
    background: #66669c;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff; }
    .listado .card .card-footer ul {
      padding-left: 0;
      margin-bottom: 0; }
      .listado .card .card-footer ul li {
        display: inline-block;
        margin-right: 0.5rem; }
        .listado .card .card-footer ul li::after {
          padding-left: 0.5rem;
          content: "|"; }
        .listado .card .card-footer ul li:last-of-type::after {
          content: ""; }
        .listado .card .card-footer ul li a {
          color: #fff;
          font-weight: 600; }
    .listado .card .card-footer .elementoDetalle::before {
      font-family: "Font Awesome 5 Free";
      content: "\f002";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoPDF::before {
      font-family: "Font Awesome 5 Free";
      content: "\f1c1";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoWord::before {
      font-family: "Font Awesome 5 Free";
      content: "\f1c2";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoEnlace::before {
      font-family: "Font Awesome 5 Free";
      content: "\f0ac";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoVideo::before {
      font-family: "Font Awesome 5 Free";
      content: "\f1c8";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoXLS::before {
      font-family: "Font Awesome 5 Free";
      content: "\f1c3";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoImagen::before {
      font-family: "Font Awesome 5 Free";
      content: "\f03e";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .elementoPPT::before {
      font-family: "Font Awesome 5 Free";
      content: "\f1c4";
      margin-right: 0.2rem;
      color: #fff; }
    .listado .card .card-footer .enlace {
      font-weight: 600;
      color: #fff; }
      .listado .card .card-footer .enlace:hover {
        opacity: 0.7; }
    .listado .card .card-footer.leerMas {
      background: #fff;
      border-top: 1px solid #66669c; }
      .listado .card .card-footer.leerMas .enlace {
        color: #66669c; }

.listado :first-of-type {
  margin-top: 0; }

.file-input .btn-primary {
  background-color: #66669c;
  border: 1px solid #66669c;
  line-height: 2.4;
  font-size: 0.9rem;
  cursor: pointer; }

.file-input .file-caption {
  line-height: 2.2; }

.file-input .file-caption.icon-visible .file-caption-name {
  padding-left: 0; }

.file-input .btn-file input[type="file"] {
  cursor: pointer; }

.file-input .btn-file {
  cursor: pointer; }

.file-input .hidden-xs {
  cursor: pointer; }

.form-control:focus {
  box-shadow: none;
  border-color: #66669c; }

@media (max-width: 576px) {
  .listado .botonPrimario {
    display: block; } }

.card-img {
  height: 160px;
  background-position: center;
  background-size: cover; }
  .card-img.uno {
    background-image: url(../temp/inicio/prueba.jpg); }
  .card-img.dos {
    background-image: url(../temp/inicio/prueba2.jpg); }

/*===Buscador===*/
.buscador .form-control {
  border: 1px solid #e5e5e5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.buscador .botonPrimario {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 8; }
  .buscador .botonPrimario i {
    padding-top: 0.5rem; }

/*===Checkboxes===*/
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -9999px; }

.customCheck {
  position: relative;
  padding: 10px 0 0 28px;
  font-size: 1rem;
  cursor: pointer; }

.customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  content: "\f0c8";
  display: block;
  position: absolute;
  opacity: 1;
  top: 7px;
  left: 0;
  color: #c8cacc;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

input[type="checkbox"] + label {
  position: relative;
  padding: 10px 0 0 28px;
  font-size: 1rem;
  cursor: pointer; }

input[type="checkbox"] + label::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 19px;
  content: "\f0c8";
  display: block;
  position: absolute;
  opacity: 1;
  top: 6px;
  left: 0;
  color: #c8cacc;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.form-group .customCheck {
  padding-top: 0; }

.form-group .customCheck:before {
  top: -3px; }

.tablaResponsive .customCheck {
  padding: 0 0 0 20px; }
  .tablaResponsive .customCheck::before {
    top: -12px;
    left: 4px; }

.tablaResponsive label {
  padding: 0 0 0 20px; }
  .tablaResponsive label::before {
    top: -12px;
    left: 4px; }

span.aspNetDisabled.checked + .customCheck::before,
span.checked + .customCheck::before,
input[type="checkbox"]:checked + label::before,
input:checked + .customCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  color: #5eaba1;
  opacity: 1; }

span.aspNetDisabled.checked + .customCheck::before,
input:disabled + .customCheck::before {
  opacity: 0.4; }

span.aspNetDisabled.checked.colorPrimario + .customCheck::before,
input:disabled + .customCheck::before {
  opacity: 1; }

span.aspNetDisabled.checked + .customCheck::before,
input:disabled + .customCheck::before {
  cursor: no-drop; }

span.aspNetDisabled + .customCheck::before,
input:disabled + .customCheck::before {
  cursor: no-drop; }

span.aspNetDisabled + .customCheck {
  cursor: default; }

.checkBoxModal .customCheck {
  padding: 18px 0 0 28px; }

@media (max-width: 991px) {
  .migas {
    padding-top: 2rem; }
  .menuLateral {
    margin-bottom: 2rem;
    padding: 0.5rem 0; }
    .menuLateral .navbar-toggler {
      border: none; } }

/*------------------------------------------------------------------
[3. Páginas]
-------------------------------------------------------------------*/
/*===Inicio===*/
.novedades {
  margin-top: 1rem; }
  .novedades .card {
    height: 100%; }
    .novedades .card .card-body {
      padding-bottom: 3.5rem; }
    .novedades .card .leerMas {
      position: absolute;
      bottom: 1rem; }
  .novedades .imagenNovedad {
    height: 220px; }
    .novedades .imagenNovedad img {
      object-fit: cover;
      height: 220px;
      width: 100%; }

/*------------------------------------------------------------------
[4. Componentes]
-------------------------------------------------------------------*/
.botonPrimario, .botonSecundario {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background-position: 100% 0;
  text-align: center;
  border-radius: 4px; }

.botonPrimario {
  color: #fff;
  border: 1px solid transparent;
  background: #66669c; }
  .botonPrimario:hover {
    background: none;
    border: 1px solid #66669c;
    color: #66669c;
    opacity: 1; }
  .botonPrimario:focus {
    outline: none; }
  .botonPrimario.boton-lg {
    padding: 10px 25px; }
  .botonPrimario:active {
    background: #fff;
    border: 1px solid #66669c;
    color: #66669c;
    opacity: 1; }
  .botonPrimario.activo {
    background: #fff;
    border: 1px solid #fff;
    color: #66669c;
    opacity: 1; }
  .botonPrimario.boton-sm {
    padding: 4px 10px; }

.botonSecundario {
  color: #fff;
  border: 1px solid transparent;
  background: #5eaba1; }
  .botonSecundario:hover {
    background: none;
    border: 1px solid #5eaba1;
    color: #5eaba1;
    opacity: 1; }
  .botonSecundario:focus {
    outline: none; }
  .botonSecundario.boton-lg {
    padding: 10px 25px; }
  .botonSecundario:active {
    background: #fff;
    border: 1px solid #66669c;
    color: #66669c;
    opacity: 1; }
  .botonSecundario.activo {
    background: #fff;
    border: 1px solid #fff;
    color: #66669c;
    opacity: 1; }
  .botonSecundario.boton-sm {
    padding: 4px 10px; }

.modal-body p {
  color: #4b4b4b; }

.oculto {
  display: none; }

.modal-header {
  background-color: #666699; }
  .modal-header .modal-title {
    color: #fff; }

.custom-control-label {
  cursor: pointer; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #47a847;
  background-color: #47a847;
  cursor: pointer; }

.custom-control-input.requerido:checked ~ .custom-control-label.requerido::before {
  border-color: #c74848;
  background-color: #c74848;
  cursor: no-drop; }

.custom-switch .custom-control-label::before {
  width: 2.2rem;
  height: 1.2rem; }

.custom-switch .custom-control-label::after {
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px); }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem); }

/*===Fornulario===*/
textarea {
  resize: none; }

.form-control {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  height: 45px; }
  .form-control:focus {
    background-color: #fff; }
  .form-control:disabled {
    background-color: #fff;
    opacity: 0.7; }

.input-group .custom-file-input {
  height: 45px; }

.input-group .custom-file-label {
  background: #fff;
  border-radius: 0;
  border: none;
  font-size: 15px;
  height: 45px;
  line-height: 2.2; }
  .input-group .custom-file-label::after {
    height: 45px;
    line-height: 2.2;
    content: "Seleccionar";
    border-radius: 0;
    background-color: #66669c;
    color: #fff;
    cursor: pointer; }

span.requerido {
  display: inline-block;
  margin-left: 0.2rem; }

/*===Banner===*/
.banner {
  padding: 0; }

.swiper-container.banner {
  padding: 4rem 2rem;
  position: relative;
  background-color: #66669c; }
  .swiper-container.banner .swiper-slide {
    padding-top: 1rem;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .swiper-container.banner .swiper-slide .container {
      min-height: 500px; }
      .swiper-container.banner .swiper-slide .container .row {
        min-height: 500px; }
  .swiper-container.banner .botonSecundario:hover {
    color: #fff;
    border: 1px solid #fff; }

@media (max-width: 1200px) {
  .swiper-container.banner {
    height: auto;
    padding-bottom: 4rem; }
  .swiper-container.banner .swiper-slide {
    min-height: auto; }
    .swiper-container.banner .swiper-slide .container {
      min-height: auto; }
      .swiper-container.banner .swiper-slide .container .row {
        min-height: auto; } }

@media (max-width: 991px) {
  .swiper-container.banner .row {
    padding-top: 4rem; } }

/*===Paginacion===*/
.tablaResponsive table tr.paginacionTabla {
  background-color: transparent; }
  .tablaResponsive table tr.paginacionTabla td {
    text-align: center; }
  .tablaResponsive table tr.paginacionTabla table {
    margin-top: 0.5rem;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .tablaResponsive table tr.paginacionTabla table tr {
      display: inline-block;
      border-bottom: none;
      background-color: transparent; }
    .tablaResponsive table tr.paginacionTabla table td {
      border-bottom: none;
      padding: 0;
      background-color: #fff;
      border: 1px solid #dee2e6; }
    .tablaResponsive table tr.paginacionTabla table a,
    .tablaResponsive table tr.paginacionTabla table span {
      color: #fff;
      padding: .5rem 1rem;
      text-decoration: none;
      transition: background-color 0.3s;
      border: 1px solid transparent;
      display: inline-block;
      color: #66669c; }
    .tablaResponsive table tr.paginacionTabla table a.activo {
      background-color: #66669c;
      color: #fff;
      border: 1px solid #66669c; }
    .tablaResponsive table tr.paginacionTabla table span,
    .tablaResponsive table tr.paginacionTabla table a:hover {
      background-color: #66669c;
      color: #fff;
      opacity: 1; }

/*===Tooltip===*/
.tooltip > .tooltip-inner {
  background-color: #66669c;
  max-width: 400px;
  color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  background: #66669c;
  text-align: left;
  opacity: 1 !important; }

.tooltip.show {
  opacity: 1; }

/*===Modales===*/
.modal-title {
  color: #66669c;
  font-weight: 600; }

.modal-header {
  background-color: #66669c;
  color: #fff; }

.close {
  text-shadow: none;
  color: #fff; }
  .close:hover {
    text-shadow: none;
    color: #fff; }

/*------------------------------------------------------------------
[5. Plugins]
-------------------------------------------------------------------*/
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 5px;
  bottom: auto; }

.swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 0;
  background: white; }

.swiper-pagination-bullet-active {
  opacity: 0.7; }

.galeria img {
  border-radius: 4px; }

.galeria .swiper-button-prev {
  left: 0px; }

.galeria .swiper-button-next {
  right: 0px; }

.galeria .swiper-button-next, .galeria .swiper-button-prev {
  color: #66669c; }

.galeria .swiper-button-next:after, .galeria .swiper-button-prev:after {
  font-size: 1.5rem; }

@media (max-width: 991px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 40px; } }

.bootstrap-select > .dropdown-toggle {
  height: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5; }

.bootstrap-select .filter-option-inner {
  line-height: 30px; }

.bootstrap-select > .dropdown-toggle:after {
  margin-top: 5px; }

.input-group .bootstrap-select > .dropdown-toggle {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.bootstrap-select .dropdown-item.active, .dropdown-item:active {
  background-color: #66669c; }

.bootstrap-select .dropdown-item:hover {
  background-color: #66669c;
  color: #fff;
  opacity: 0.6; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: #66669c;
  box-shadow: none; }

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none; }

/* FORMULARIOS
----------------------------------------------------------*/
textarea {
	resize: none;
}

	.input-group-addon-error,
	.dropdown-toggle-error,
	.panel-default-error,
	.fileInputError .file-caption,
	input[type=text].error,
	input[type=text].error:focus,
	input[type=password].error,
	input[type=password].error:focus,
	textarea.error,
	textarea.error:focus,
	select.error,
	select.error:focus,
	.TxDescripcion_DesignBox.error {
		border-color: #a94442;
	}

	input[type=text]:not(.error):focus,
	input[type=password]:not(.error):focus,
	textarea:not(.error):focus,
	select:not(.error):focus {
		border-color: #e5edeb;
		box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
		opacity: 0.8;
		outline: 0 none;
	}

	input[type=text].error:focus,
	input[type=password].error:focus,
	textarea.error:focus,
	select.error:focus {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
		opacity: 0.8;
		outline: 0 none;
	}

input[type="submit"] {
	border: none;
}

.bootstrap-tagsinput input[type=text]:not(.error):focus {
	box-shadow: none;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
	box-shadow: none;
	outline: 1px dotted #666666;
}

.input-group.error .file-caption,
input[type=text].error,
input[type=password].error,
textarea.error,
select.error,
.dropdown-toggle.error,
.dropdown-toggle-error,
.bootstrap-select .btn.dropdown-toggle.btn-light.dropdown-toggle-error {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
	color: #333333;
	outline: 0 none;
}

.input_msg_write textarea:focus {
	box-shadow: none;
}

div.error, span.error {
	color: #cc0000;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
}

.input-group-addon-error {
	color: #a94442;
	background-color: #f2dede;
}

.panel-default-error .panel-heading {
	color: #a94442 !important;
	background-color: #f2dede !important;
}

	.panel-default-error .panel-heading > * {
		color: #a94442 !important;
	}


.fileInputErrorMG .file-caption {
	border-color: #aa0000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(221, 75, 57, 0.6);
}
/* FIN Errores */

/* -- Loader -- */

#loader {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: auto;
	padding: 1.2em 1.5em 1.2em 1.3em;
}

#fondoLoader {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#overlay {
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

#loader {
	z-index: 10002;
	position: fixed;
	background-color: White;
	border: 3px solid #EEEEEE;
}

* html #loader {
	position: absolute;
	margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/* -- FIN Loader -- */

.cursorDefecto {
	cursor: default !important;
}

.cursorMano {
	cursor: pointer !important;
}

#toTop {
	position: fixed;
	bottom: 2.5rem;
	right: 2%;
	width: 40px;
	height: 40px;
	display: none;
	z-index: 9999;
}

#menuLateral .navbar {
	display: block;
	padding: 0;
}

.posicionCheck {
	top: -12px;
}

.aspNetDisabled {
	pointer-events: none;
}

/*===Menu Lateral===*/
.menuLateral {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, 0.05);
	border: 1px solid #eeeeee;
}

	.menuLateral .nav {
		padding: 0;
		width: 100%;
	}

	.menuLateral .navbar {
		padding: 0;
		display: block;
	}

	.menuLateral a {
		padding: 0.9rem;
		display: block;
		border-bottom: 1px solid #66669c;
	}

	.menuLateral .nav-pills .nav-link {
		border-radius: 0;
	}

	.menuLateral a:first-of-type {
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	.menuLateral a:last-of-type {
		border-bottom: none;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}

	.menuLateral a.active {
		background-color: #66669c !important;
	}

	.menuLateral a:hover {
		background-color: #8891b8;
		color: #fff;
	}

.tablaResponsive label {
	padding: 0 0 0 20px !important;
}

	.tablaResponsive label::before {
		top: -12px !important;
		left: 4px !important;
	}

.botonPrimario {
	color: #fff !important;
}

	.botonPrimario:hover {
		color: #66669c !important;
	}

.tablaResponsive th a {
	color: #fff;
}

.progress {
	display: none;
}

.fileinput-cancel-button {
	display: none;
}

.etiquetaSeleccionada {
	background: #5eaba1;
}
.imagenRevista{
	width:inherit;
	height:inherit;
}

.swiper-container-fade.banner{
	padding:0;
}

	.swiper-container-fade.banner .row.align-items-center {
		padding: 4rem 2rem;
	}

.swiper-slide{
	height: auto;
}

.swiper-slide a:hover{
	opacity:1;
	cursor:default;
}
