/* CSS consolidado: un bloque por selector y la última propiedad prevalece. */

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}

img {
  max-width: 100%;
}

a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

.container {
  max-width: 1300px;
}

.hidden {
  display: none;
}

body {
  font-family: "Red Hat Text", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

main.login {
  background: url("../img/Portada.png") no-repeat center 10% / cover;
}

.manuales {
  padding-top: 5rem;
}

.bg-primary {
  background-color: #002855 !important;
}

.bg-secondary {
  background-color: #002855 !important;
}

.bg-tertiary {
  background-color: #002855 !important;
}

.text-primary {
  color: #002855 !important;
}

.text-secondary {
  color: #004875 !important;
}

.border-primary {
  border-color: #002855 !important;
}

.border-secondary {
  border-color: #002855 !important;
}

.p-2rem {
  padding: 2rem !important;
}

.form-control {
  font-size: 0.875rem;
  border-color: #ccc;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
}

.form-control:focus {
  box-shadow: none;
}

select.form-control {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path fill='%230173BC' d='M7 10l5 5 5-5z'/></svg>") no-repeat 100% 50%;
}

.custom-file-label::after {
  background-color: #002855;
  color: #fff;
  border-radius: 0;
}

.btn-primary {
  letter-spacing: 0.125rem;
  box-shadow: 0 2px 2px rgba(0,0,0,0.25);
  transition: all 0.2s ease;
  background-color: #002855;
  border-color: #002855;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #8db9ca;
  border-color: #8db9ca;
}

.btn-secondary {
  background-color: #8db9ca;
  border-color: #8db9ca;
  color: #002855;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #002855;
  border-color: #002855;
  color: #ffffff;
}

header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  header {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  header .cta-cont {
    display: none;
    margin: 20px auto;
  }
}

header .cta-cont .cta-main a {
  color: #fff;
  background: linear-gradient(90deg, #002855 0%, #002855 100%);
  padding: 7px 30px;
  border-radius: 5px;
  font-weight: 700;
}

header .cta-cont .cta-sec a {
  border-radius: 5px;
  font-weight: 700;
}

header .cta-cont .cta-main a:hover,
header .cta-cont .cta-sec a:hover {
  background: #002855;
  color: #fff;
}

header #menuMobile {
  display: none;
}

@media (max-width: 768px) {
  header #menuMobile {
    display: block;
    color: #002855;
  }
}

@media (max-width: 768px) {
  ul.menu {
    white-space: nowrap;
    overflow: auto;
    display: none;
    text-align: center;
  }
}

ul.menu li {
  display: inline-block;
}

ul.menu a {
  display: block;
  padding: 23px 20px 20px;
  color: #5b6770;
  border-bottom: 3px solid rgba(0,0,0,0);
  transition: all 0.2s ease;
  font-weight: 700;
}

ul.menu a:hover {
  border-bottom-color: #002855;
  color: #002855;
}

ul.menu a.active {
  border-bottom-color: #002855;
  color: #002855;
  font-weight: 700;
}

@media (max-width: 768px) {
  ul.menu a {
    padding: 10px;
  }
}

ul.menu a svg path {
  fill: #002855;
}

#banners-cont {
  position: relative;
}

#banners-cont #main-prev {
  left: 0;
}

#banners-cont #main-next {
  right: 0;
}

#banners-cont .banners-nav {
  position: absolute;
  top: 50%;
  margin-top: -90px;
  cursor: pointer;
  padding: 30px;
  background-color: rgba(255,255,255,0.8);
  color: #002855;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  #banners-cont .banners-nav {
    top: 40px;
    padding: 10px;
    font-size: 16px;
    margin-top: 0;
  }
}

#banners-cont .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #banners-cont .slick-dots {
    margin-top: 20px;
  }
}

#banners-cont .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}

#banners-cont .slick-dots li button {
  display: none;
}

#banners-cont .slick-dots li i {
  color: #002855;
  font-size: 16px;
  cursor: pointer;
}

#banners-cont .slick-dots li.slick-active .fa-solid {
  display: none;
}

#banners-cont .slick-dots li.slick-active .fa-regular {
  display: block !important;
}

#feed_noticias_cont {
  position: relative;
}

#feed_noticias {
  margin: 0 auto;
}

#feed_noticias .card {
  background-color: #f3f3f3;
}

#news-prev {
  left: 0;
  text-align: right;
}

#news-next {
  right: 0;
  text-align: left;
}

.news-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}

#loginCont .card-login .login-logo {
  margin-bottom: 2rem;
}

#loginCont .card-login .card-title {
  font-size: 0.875rem;
}

#loginCont .card-login .toggle-password.visible {
  background-image: url("../img/eye-slash.svg");
}

#loginCont .card-login .btn {
  width: 100%;
  padding: 7px 30px;
  font-weight: 700;
}

.card-news {
  min-height: 190px;
  border-radius: 15px;
}

.card-news .date {
  font-size: 12px;
}

.card-news .cat {
  border: 1px solid #f7941d;
}

.card-news .title a {
  max-height: 3rem;
  font-weight: 700;
}

.card-news .descr a {
  max-height: 3.5rem;
  font-size: 14px;
  line-height: 1.3;
}

.title-buttons {
  width: 300px;
}

.card-button {
  width: 275px;
  min-height: 160px;
  border-radius: 1.5rem;
}

#secondary-banner img {
  border-radius: 15px;
}

#secondary-banner h2 {
  font-size: 40px;
}

#preFooter img {
  filter: invert(1);
  margin-left: 10px;
  margin-right: 10px;
}

#preFooter h3 span {
  font-size: 40px;
}

@media (max-width: 768px) {
  #preFooter h3 span {
    font-size: 30px;
  }
}

footer .menu-footer-cont {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  footer .menu-footer-cont {
    margin-bottom: 10px;
    text-align: center;
  }
}

footer .menu-footer-cont li {
  display: inline-block;
  color: #fff;
}

.pages {
  background: url("../img/background-pages.jpg") no-repeat center;
  background-size: cover;
}

.pages.docs .article {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pages.docs .article:hover {
  border-color: #002855;
}

.news.single .cta-back {
  color: #fff;
  background: linear-gradient(90deg, #ff881b 0%, #ffcc1b 100%);
  padding: 7px 30px;
  font-weight: 700;
  border-radius: 5px;
}

.box_data_info {
  display: block;
  padding: 8px 0px;
  float: left;
  width: 100%;
  font-size: 1.4rem;
}

.number {
  color: #EF7714;
  display: block;
  padding: 5px 0px;
  float: left;
  width: 100%;
  font-weight: 600;
  line-height: 0.7;
  font-size: 2rem;
}

.titulo_home {
  color: #EF7714;
  text-transform: none;
  font-weight: 600;
  text-align: left;
  font-size: 1.8rem;
}

.logoFooter .v-icon {
  width: 101px;
}

.header-logos:not(.slick-initialized) > div:not(:first-child),
#loginCont .home-logos:not(.slick-initialized) > div:not(:first-child) {
  display: none !important;
}

header .cta-cont .cta-sec #iniciarSesion {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 28px;
  color: #002855 !important;
  background: transparent !important;
  border: 2px solid #002855 !important;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
  transition: color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

header .cta-cont .cta-sec #iniciarSesion:hover,
header .cta-cont .cta-sec #iniciarSesion:focus {
  background-color: #002855;
  color: #ffffff !important;
  background: #002855 !important;
  border-color: #002855 !important;
  box-shadow: 0 5px 12px rgba(0, 40, 85, 0.22);
  transform: translateY(-1px);
  text-decoration: none;
  outline: none;
}

header .cta-cont .cta-sec #iniciarSesion:active {
  box-shadow: 0 2px 5px rgba(0, 40, 85, 0.18);
  transform: translateY(0);
}

#loginCont {
  position: absolute;
  top: 68px;
  right: 15px;
}

#loginCont .card-login {
  width: 300px;
  background: rgba(194, 222, 231, 0.97) !important;
  border: 1px solid rgba(0, 40, 85, 0.15) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 35px rgba(0, 40, 85, 0.28) !important;
  overflow: hidden;
}

#loginCont .card-login .card-body {
  padding: 30px;
}

#loginCont .card-login .form-control {
  height: 48px;
  color: #002855;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 40, 85, 0.18);
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 14px;
  transition: background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#loginCont .card-login .form-control:hover {
  background-color: #ffffff;
  border-color: rgba(0, 40, 85, 0.4);
}

#loginCont .card-login .form-control:focus {
  color: #002855;
  background-color: #ffffff;
  border-color: #002855;
  box-shadow: 0 0 0 3px rgba(0, 40, 85, 0.12);
  outline: none;
}

#loginCont .card-login .form-control::placeholder {
  color: #687684;
}

#loginCont .card-login .toggle-password {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/eye.svg") no-repeat center;
  border: 0;
  top: 16px;
  right: 14px;
  opacity: 0.65;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#loginCont .card-login .toggle-password:hover {
  opacity: 1;
}

#loginCont .card-login .options .forgot {
  color: #002855;
  font-weight: 300;
  min-height: 22px;
  font-size: 14px;
}

#loginCont .card-login .options .forgot a {
  transform-origin: left center;
  display: inline-block;
  color: #002855 !important;
  background: transparent !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease,
    font-weight 0.2s ease;
}

#loginCont .card-login .options .forgot a:hover,
#loginCont .card-login .options .forgot a:focus {
  background: transparent !important;
  transform: scale(1.08);
  color: #004875 !important;
  font-weight: 700;
}

@media (max-width: 768px) {
  header .cta-cont .cta-sec #iniciarSesion {
    min-width: 190px;
  }

  #loginCont {
    right: 15px;
    left: 15px;
    margin-right: 0;
  }

  #loginCont .card-login {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
  }

  #loginCont .card-login .card-body {
    padding: 24px;
  }
}

#loginCont .card-login .btn.btn-login-submit {
  padding: 7px 30px;
  width: 100%;
  color: #002855 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 2px solid #002855 !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  box-shadow: none !important;
  transition: color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

#loginCont .card-login .btn.btn-login-submit:hover,
#loginCont .card-login .btn.btn-login-submit:focus {
  color: #ffffff !important;
  background: #002855 !important;
  background-color: #002855 !important;
  background-image: none !important;
  border-color: #002855 !important;
  box-shadow: 0 5px 12px rgba(0, 40, 85, 0.22) !important;
  transform: translateY(-1px);
  outline: none;
}

#loginCont .card-login .btn.btn-login-submit:active {
  color: #ffffff !important;
  background: #004875 !important;
  border-color: #004875 !important;
  box-shadow: 0 2px 5px rgba(0, 40, 85, 0.18) !important;
  transform: translateY(0);
}

.header-logos {
  width: 165px;
  min-height: 50px;
}

.header-logos .header-logo-slide {
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.header-logos img {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 45px;
  object-fit: contain;
}

#loginCont .home-logos {
  width: 100%;
  min-height: 98px;
  margin-bottom: 18px;
}

#loginCont .home-logos .login-logo-slide {
  height: 98px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

#loginCont .home-logos img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 82px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .header-logos {
    width: 140px;
    min-height: 46px;
  }

  .header-logos .header-logo-slide {
     height: 46px;
  }

  .header-logos img {
    max-width: 135px;
    max-height: 40px;
  }

  #loginCont .home-logos {
    min-height: 88px;
  }

  #loginCont .home-logos .login-logo-slide {
    height: 88px;
  }

  #loginCont .home-logos img {
    max-width: 190px;
    max-height: 72px;
  }
}

/* =========================================================
   PÁGINAS PÚBLICAS
   Noticias - Noticia - Documentación
   Grupo América
   ========================================================= */

/* =========================================================
   Layout general
   ========================================================= */

main.pages {
  padding-top: 125px;
  padding-bottom: 45px;

  background:
    linear-gradient(
      rgba(255, 255, 255, 0.90),
      rgba(255, 255, 255, 0.90)
    ),
    url("../img/Portada.png") no-repeat center 10% / cover;
}

/*
 * No usar min-height: 100vh acá.
 * body + main flex ya mantienen el footer abajo.
 */

main.pages > .container {
  max-width: 1180px;
}


/* =========================================================
   Tarjeta principal
   ========================================================= */

main.pages .card {
  overflow: hidden;

  background-color: rgba(255, 255, 255, 0.97);

  border: 1px solid rgba(0, 40, 85, 0.12) !important;
  border-radius: 8px !important;

  box-shadow:
    0 10px 28px rgba(0, 40, 85, 0.14) !important;
}

main.pages .card-body {
  min-height: 300px;

  padding: 35px 45px !important;
}


/* =========================================================
   Breadcrumb
   ========================================================= */

main.pages .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  margin: 0 0 35px;
  padding: 12px 18px;

  color: #5b6770;

  background-color: rgba(141, 185, 202, 0.22);

  border: 1px solid rgba(141, 185, 202, 0.35);
  border-radius: 6px;

  font-size: 15px;
  font-weight: 500;
}

main.pages .breadcrumb-item {
  color: #5b6770;
}

main.pages .breadcrumb-item a {
  color: #002855;

  font-weight: 700;
  text-decoration: none;

  transition:
    color 0.2s ease;
}

main.pages .breadcrumb-item a:hover {
  color: #004875;

  text-decoration: underline;
  text-underline-offset: 3px;
}

main.pages .breadcrumb-item + .breadcrumb-item::before {
  content: "\203A";

  color: #8db9ca;

  padding-right: 0.5rem;

  font-weight: 700;
}


/* =========================================================
   Títulos
   ========================================================= */

main.pages .page-title,
main.pages #main_noticia .title {
  margin: 0 0 35px;

  color: #002855 !important;

  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}


/* Línea decorativa */

main.pages .page-title::after,
main.pages #main_noticia .title::after {
  content: "";

  display: block;

  width: 55px;
  height: 3px;

  margin-top: 10px;

  background-color: #8db9ca;

  border-radius: 2px;
}


/* =========================================================
   LISTADO DE NOTICIAS
   ========================================================= */

#feed_noticias {
  width: 100%;
}

#feed_noticias .noticia-item {
  width: 100%;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 40, 85, 0.16);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}


#feed_noticias .noticia-item:first-child {
  padding-top: 0;
}

#feed_noticias .noticia-item:last-child {
  border-bottom: 0;
}

#feed_noticias .noticia-item:hover {
  transform: translateX(8px);
}

#feed_noticias .title {
  margin: 0 0 8px;

  font-size: 1.4rem;
  font-weight: 600;
}

#feed_noticias .title a {
  color: #002855 !important;

  text-decoration: none;

  transition:
    color 0.2s ease;
}

#feed_noticias .title a:hover {
  color: #004875 !important;
}

#feed_noticias .date {
  margin: 0 0 12px;

  color: #73808b !important;

  font-size: 13px;
  font-weight: 500;
}

#feed_noticias .descr {
  color: #4f5962;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

#feed_noticias .descr a {
  color: inherit;

  text-decoration: none;
}


/* =========================================================
   Sin noticias / error
   ========================================================= */

#feed_noticias .noticias-vacio {
  padding: 18px;

  color: #5b6770;

  background-color:
    rgba(141, 185, 202, 0.16);

  border:
    1px solid rgba(0, 40, 85, 0.14);

  border-radius: 6px;

  text-align: center;

  font-size: 16px;
}

#feed_noticias .noticias-error {
  color: #721c24;

  background-color:
    rgba(220, 53, 69, 0.10);

  border-color:
    rgba(220, 53, 69, 0.25);
}


/* =========================================================
   DETALLE DE NOTICIA
   ========================================================= */

#main_noticia .date {
  color: #73808b !important;

  font-size: 14px;
  font-weight: 500;
}

#main_noticia .subtitle {
  color: #002855;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

#main_noticia .descr {
  color: #3f4850;

  font-size: 16px;
  line-height: 1.7;
}

#main_noticia .descr img {
  max-width: 100%;
  height: auto;
}


/* =========================================================
   ADJUNTOS
   ========================================================= */

#listado_descargas .table {
  background-color: #ffffff;
}

#listado_descargas .table thead th {
  color: #ffffff;

  background-color:
    #002855 !important;

  border-color:
    #002855 !important;

  font-weight: 600 !important;
  vertical-align: middle;
}

#listado_descargas .table tbody td {
  border-color:
    rgba(0, 40, 85, 0.18) !important;

  vertical-align: middle;
}

#listado_descargas .table tbody tr {
  transition:
    background-color 0.2s ease;
}

#listado_descargas .table tbody tr:hover {
  background-color:
    rgba(141, 185, 202, 0.12);
}

#listado_descargas .text-primary {
  color: #002855 !important;

  font-weight: 700;
}

/* =========================================================
   Footer
   ========================================================= */

footer {
  flex-shrink: 0;

  min-height: 36px;
  padding: 3px 0;

  display: flex;
  align-items: center;

  box-shadow:
    4px 0 4px rgba(0, 0, 0, 0.3);
}

footer img {
  width: auto;
  max-height: 26px;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {

  header {
    min-height: 68px;
  }

  main.pages {
    padding-top: 95px;
    padding-bottom: 30px;
  }

  main.pages .card-body {
    min-height: 250px;

    padding:
      24px 20px !important;
  }

  main.pages .breadcrumb {
    margin-bottom: 25px;

    padding: 10px 14px;

    font-size: 14px;
  }

  main.pages .page-title,
  main.pages #main_noticia .title {
    font-size: 1.75rem;
  }

  #feed_noticias .title {
    font-size: 1.2rem;
  }

  #feed_noticias .noticia-item:hover {
    padding-left: 0;
  }
}

/* =========================================================
   DOCUMENTACIÓN
   ========================================================= */

main.pages.docs .row {
  padding-top: 0;
}

main.pages.docs .page-title {
  margin-bottom: 30px;
}


/* Documento */

.pages.docs .doc-item {
  margin-bottom: 15px;

  background-color: #ffffff;

  border: 1px solid rgba(0, 40, 85, 0.15);
  border-radius: 6px;

  overflow: hidden;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.pages.docs .doc-item:last-child {
  margin-bottom: 0;
}

.pages.docs .doc-item:hover {
  background-color: rgba(141, 185, 202, 0.10);

  border-color: #8db9ca;

  box-shadow: 0 4px 10px rgba(0, 40, 85, 0.10);

  transform: translateY(-1px);
}

.pages.docs .doc-item > a {
  display: block;

  color: inherit;
  text-decoration: none;
}


/* Contenido del documento */

.pages.docs .doc-item-content {
  min-height: 80px;

  display: flex;
  align-items: center;

  padding: 16px 22px;
}


/* Ícono izquierdo */

.pages.docs .doc-item-icon {
  width: 48px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pages.docs .doc-item-icon img {
  width: 32px;
  height: 32px;

  object-fit: contain;
}


/* Información central */

.pages.docs .doc-item-info {
  min-width: 0;
  flex: 1;
}

.pages.docs .doc-item-info h6 {
  margin: 0 0 5px;

  font-size: 15px;
  line-height: 1.4;
}

.pages.docs .doc-item .title {
  color: #002855;

  font-weight: 700;
}

.pages.docs .doc-item .date {
  color: #004875;

  font-weight: 500;
}

.pages.docs .doc-item-filename {
  overflow-wrap: anywhere;

  color: #6c757d;

  font-size: 14px;
  font-weight: 400;
}


/* Descarga derecha */

.pages.docs .doc-item-download {
  width: 40px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  margin-left: 15px;
}

.pages.docs .doc-item-download img {
  width: 16px;
  height: 18px;

  object-fit: contain;
}


/* =========================================================
   Sin documentos
   ========================================================= */

#listado_descargas .documentacion-vacio {
  padding: 18px;

  color: #5b6770;

  background-color: rgba(141, 185, 202, 0.16);

  border: 1px solid rgba(0, 40, 85, 0.18);
  border-radius: 6px;

  font-size: 16px;
  text-align: center;
}

#listado_descargas .documentacion-error {
  color: #721c24;

  background-color: rgba(220, 53, 69, 0.10);

  border-color: rgba(220, 53, 69, 0.25);
}


/* =========================================================
   Responsive documentación
   ========================================================= */

@media (max-width: 768px) {

  .pages.docs .doc-item-content {
    padding: 14px 16px;
  }

  .pages.docs .doc-item-icon {
    width: 42px;
  }

  .pages.docs .doc-item-download {
    width: 28px;
    margin-left: 10px;
  }

  .pages.docs .doc-item-info h6 {
    font-size: 14px;
  }

  .pages.docs .doc-item-filename {
    font-size: 13px;
  }
}



/* =========================================================
   DETALLE DE NOTICIA
   ========================================================= */

#main_noticia .noticia-body {
  width: 100%;
}

#main_noticia .title {
  margin: 0 0 12px;

  color: #002855;

  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}


/* Línea celeste debajo del título */

#main_noticia .title::after {
  content: "";

  display: block;

  width: 55px;
  height: 3px;

  margin-top: 12px;

  background-color: #8db9ca;

  border-radius: 2px;
}


#main_noticia .date {
  margin-bottom: 28px;

  color: #73808b;

  font-size: 14px;
  font-weight: 500;
}


#main_noticia .subtitle {
  margin-bottom: 22px;

  color: #002855;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}


#main_noticia .descr {
  color: #3f4850;

  font-size: 16px;
  line-height: 1.7;
}


#main_noticia .descr p {
  margin-bottom: 18px;
}


#main_noticia .descr img {
  max-width: 100%;
  height: auto;
}


/* =========================================================
   Adjuntos
   ========================================================= */

.noticia-adjuntos {
  margin-top: 35px;
}


.noticia-adjuntos-title {
  margin-bottom: 15px;

  color: #002855;

  font-size: 18px;
  font-weight: 700;
}


.noticia-adjuntos-table {
  margin-bottom: 0;

  background-color: #ffffff;

  border: 1px solid rgba(0, 40, 85, 0.15);
}


.noticia-adjuntos-table thead th {
  padding: 12px 15px;

  color: #ffffff;

  background-color: #002855;

  border-color: #002855;

  font-size: 14px;
  font-weight: 600;

  vertical-align: middle;
}


.noticia-adjuntos-table tbody td {
  padding: 14px 15px;

  color: #4f5962;

  border-color: rgba(0, 40, 85, 0.15);

  vertical-align: middle;
}


.noticia-adjuntos-table tbody tr {
  transition: background-color 0.2s ease;
}


.noticia-adjuntos-table tbody tr:hover {
  background-color: rgba(141, 185, 202, 0.12);
}


/* Descargar */

.adjunto-download {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 7px;

  color: #002855;

  font-size: 12px;
  font-weight: 700;

  text-decoration: none;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}


.adjunto-download:hover {
  color: #004875;

  text-decoration: none;

  transform: translateY(-1px);
}


.adjunto-download img {
  width: 16px;
  height: 18px;

  object-fit: contain;
}


/* =========================================================
   Error
   ========================================================= */

#main_noticia .noticia-error {
  padding: 18px;

  color: #721c24;

  background-color: rgba(220, 53, 69, 0.10);

  border: 1px solid rgba(220, 53, 69, 0.25);
  border-radius: 6px;

  text-align: center;
}


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {

  #main_noticia .title {
    font-size: 1.75rem;
  }

  #main_noticia .subtitle {
    font-size: 16px;
  }

  #main_noticia .descr {
    font-size: 15px;
  }

  .noticia-adjuntos-table {
    min-width: 600px;
  }
}

#feed_noticias article {
  width: 100%;
  position: relative;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

#feed_noticias article:hover {
  transform: translateX(10px) !important;
}

#feed_noticias article .title a {
  color: #002855 !important;
  transition: color 0.25s ease;
}

#feed_noticias article:hover .title a {
  color: #004875 !important;
}

@media (max-width: 768px) {
  #feed_noticias article:hover {
    transform: none !important;
  }
}