body {
  color: #0e4f8b;
  font-family: "Roboto Condensed", sans-serif !important;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  font-size: 20px; }


p {
    margin: 0 0 30px;
}

.c-navbar .container {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}


.p-gap-10 p { 
  
  
  margin: 0 0 5px !important; 


}

.views-field-field-texto-vista-aviso  {



}

.c-content-overlay .c-overlay-wrapper
Specificity: (0,2,0)
 {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}




.c-content-blog-post-1 .c-desc img{
  width: 251px;
  height: 320px;
  object-fit: contain;    /* ajusta sin recortar */
  object-position: center;/* centra el recorte */
  display: block;
}



.BC-1 .col-md-4 .col-1 .col-first  {

padding: 0px 70px;
}


/* === SOLO para el bloque que lleve la clase vstd-25 === */
/* ===== Lista estándar para ese bloque/vista ===== */
.vstd-25{
  --lh: 25px;   /* alto de línea de todo */
  --gap: 18px;   /* espacio entre enlaces */
}

/* Quita márgenes heredados del editor */
.vstd-25 p{
  margin: 0 !important;
  padding: 0 !important;
  line-height: var(--lh) !important;
}

/* Cada enlace se comporta como “línea” propia */
.vstd-25 a{
  display: block !important;        /* << clave para que no se peguen */
  margin: 28px 0 var(--gap) !important;
  padding: 0 !important;
  line-height: var(--lh) !important;
}

/* Último enlace sin cola */
.vstd-25 a:last-child{ margin-bottom: 0 !important; }

/* Evita dobles espacios si el editor metió <br> */
.vstd-25 br{ display: none !important; }

/* Párrafos vacíos o sin contenido visible fuera */
.vstd-25 p:empty{ display:none !important; }



.btn-default {

    color: #ffffff;
    background: #00477f;
    border-color: #00477f;
    font-family: 'Roboto Condensed';
    font-size: medium;
}



/* 0) Limpia reglas anteriores en el <a> para evitar doble punto */
.c-title.c-font-bold.c-font-uppercase > a::after { 
  content: none !important; 
}


.c-content-blog-post-1 .c-title {

 text-align: center;
}


.c-content-title-3 .c-border-blue  {

  padding-top: -20px !important;
  text-transform: uppercase;

}

.c-border-blue {

    border-color: #e6bb30 !important;


}

@media (max-width: 991px) {
    .c-layout-header.c-layout-header-6 .c-quick-search > span {
        top: 0px;
        color: #ffffff;
    }
}


.c-content-title-3 {
    margin-bottom: 20px;
    padding-left: 20px !important;
    border-left: 2px solid #e6bb30;
    font-size: 18px !important;
    color: #0e5a9f !important;


}

.nd-region > .container-fluid > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
}


/* Estilos solo para móviles */
@media (max-width: 767px) {
    .title-wrap {
        text-transform: uppercase !important;
        padding-left: 10px !important; /* Agregué !important por si el tema base lo sobreescribe */
    }
}

/* 2. Smartphones modernos en vertical (hasta 576px) */
@media (max-width: 576px) {
    .title-wrap {
        padding-left: 8px !important;
        font-size: 0.9em; /* Ejemplo: reducir un poco la letra */
    }
}

/* 3. Pantallas muy pequeñas o antiguas (hasta 320px) */
@media (max-width: 320px) {
    .title-wrap {
        padding-left: 5px !important;
        font-size: 0.8em;
    }
}

@media (max-width: 767px) {
    .title-wrap {
        text-transform: uppercase !important;
        padding-left: 15px !important; /* Agregué !important por si el tema base lo sobreescribe */
    }
}


/* SOLO en mobile: forzar 2 columnas */
@media (max-width: 991px){
  .views-view-responsive-grid.views-view-responsive-grid--horizontal{
    --views-responsive-grid--column-count: 2 !important;
    --views-responsive-grid--cell-min-width: 0 !important; /* evita que el min-width empuje */
    /* fallback directo por si el theme no recalcula con las variables */
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--views-responsive-grid--layout-gap, 7px);
  }
}

/* (Opcional) teléfonos muy angostos: 1 columna */
@media (max-width: 360px){
  .views-view-responsive-grid.views-view-responsive-grid--horizontal{
    --views-responsive-grid--column-count: 1 !important;
    grid-template-columns: 1fr !important;
  }
} 




/* Solo móvil */
@media (max-width: 991px){

  /* Pastilla/contendor de la topbar */
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand{

      display: flex;
      align-items: center;
      
      width: 100%;
      min-height: var(--pill-h);
      padding: 10px 12px;
      box-sizing: border-box;
      background: #224974;
        
      box-shadow: 0 2px 10px rgba(0, 0, 0, .08), inset 0 1px 0 rgba(255, 255, 255, .65);
      overflow: hidden;
      margin-top: -19px;
  }

  /* Botón hamburguesa (42×42, redondo) */
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand .c-hor-nav-toggler {
    
    width: 42px;
    height: 42px;
   
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    
    -webkit-tap-highlight-color: transparent;
  }
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand .c-hor-nav-toggler .c-line{
    width: 20px;
    height: 2px;
    margin: 2.5px 0;
    background: #e6bb30;
    border-radius: 2px;
  }


  /* Regla para quitar el punto */
.c-title.no-dot::after {
    content: none !important;
}


  /* Espaciador flexible al centro (opcional, como en tu prueba) */
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand::before{
    content: "";
    flex: 1 1 auto;
    min-width: 40px;
  }

  /* Botón de búsqueda redondo */
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand .c-search-toggler{
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #224974;
    color: #fff;
    position: static !important;   /* evita que “flote” fuera */
  }
  .c-layout-header.c-layout-header-6 .c-topbar .c-brand .c-search-toggler i{
    color: #fff;
    font-size: 16px;
    line-height: 1;
  }
}

/* (Si quieres mantener la topbar solo en móvil) */
@media (min-width: 992px){
  .c-layout-header.c-layout-header-6 .c-topbar{ display: none !important; }
}



/* Solo móvil (≤991px): mostrar topbar */
@media (max-width: 991px){
  .c-layout-header .c-topbar{ display:block !important; }
}

/* Desktop (≥992px): ocultar topbar */
@media (min-width: 992px){
  .c-layout-header .c-topbar{ display:none !important; }
}



@media (min-width: 992px) {
  .container-fluid .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li>.dropdown-menu {
    width: 300px !important;
  }
}

.c-layout-header.c-layout-header-6 {

  background-color: #224974;
    border-bottom:
0;
}


@media (min-width: 992px) {
  .c-layout-header.c-layout-header-6.c-navbar-fluid .c-navbar .c-mega-menu>.nav.navbar-nav {
    display: ruby !important;
  }
}

@media (min-width: 992px) {
  .c-layout-header.c-layout-header-6.c-navbar-fluid .c-navbar .c-mega-menu>.nav.navbar-nav {
    display: ruby !important;
  }
}

@media (min-width: 992px) {
  .container-fluid .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li>.dropdown-menu {
    width: 300px !important;
  }
}

@media (min-width: 992px) {
  .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li:hover>.dropdown-menu {
    display: block;
    background-color: #224974;
  }
}

.tbm-subnav li a {
  letter-spacing: 1px;
  font-size: 15px !important;
  text-transform: unset;
  line-height: 15px;
  color: white;
  font-weight: 500;
}

.tbm-subnav li a:hover {
  color: gold;
}

.c-theme-nav li:focus>a:not(.btn),
.c-theme-nav li:active>a:not(.btn),
.c-theme-nav li:hover>a:not(.btn) {
  color: while !important;
}


/*@media (max-width: 991px) {
  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
    background-color: #224974 !important;
  }
}*/

.tbm-subnav li {
  background-color: #224974 !important;
}
/*
@media (max-width: 991px) {
  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile>.nav.navbar-nav>li>.c-link {
    border-bottom: 1px solid #224974 !important;
  }
}*/

/*@media (max-width: 991px) {

  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile>.nav.navbar-nav>li>.c-link:focus,
  .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile>.nav.navbar-nav>li>.c-link:hover {
    background-color: white !important;
    color: #224974 !important;
  }
}*/

@media (min-width: 992px) {
  .container-fluid .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li>.dropdown-menu {
    width: 300px !important;
  }
}

@media (min-width: 992px) {
  .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-link {
    padding: 25px 5px 21px 10px !important;
  }
}

/* Estado normal */
.c-layout-header.c-layout-header-6 .c-navbar{
  position: relative;
  transform: translateZ(0);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

/* Estado fijo cuando ya pasó el header */
.c-layout-header.c-layout-header-6 .c-navbar.is-fixed{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1051;
  isolation: isolate;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

/* Evitar salto de contenido cuando se fija la navbar */
body{
  padding-top: var(--nav-offset, 0px);
}

.sidebar-menu .container {
  display: block;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

.col-xs-12.col-sm-12.col-md-2.col-lg-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 3%;
  margin-left: 25px;
  display: flex;
  justify-content: center;
}

.ImagenDelBCN img {
  display: block;
  width: 110px;
  height: auto;
}

.col-xs-12.col-sm-12.col-md-2.col-lg-2+.col-xs-12.col-sm-12.col-md-2.col-lg-2 {
  margin-left: 0;
}

.c-mega-menu.c-mega-menu {
  background: #224974 !important;
}

.table>tfooter>tr>td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>th {
  border-color: white;
}

.panel-body {
  padding: 0px;
}

.PrincipalesIndicadores .panel-title {
  font-size: 19px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.panel-default>.panel-heading {
  color: #e6bb30;
  background-color: #224974;
  border-color: #224974;
}

 .c-content-tab-1 .nav > li > a, .c-content-tab-1{

    color: #0e5a9f;

    border: 0;
    border-radius: 0px;
    border-bottom: 3px solid none;

}

.c-content-tab-4.c-opt-3 > .nav > li.active > a, .c-content-tab-4.c-opt-3 > .nav > li:active > a {
  color: #e6bb30;
  border-radius: 0px !important;
  background-color: #224974;
}

.c-content-tab-4.c-opt-3 > .nav > li:nth-child(even).active > a, .c-content-tab-4.c-opt-3 > .nav > li:nth-child(even):active > a {
  color: #e6bb30;
  background-color: #224974;
}

.c-content-tab-4.c-opt-3 > .nav > li:nth-child(even) > a {
  color: #0e5a9f;
  background-color: #eaf6ff;
}

.c-content-tab-4.c-opt-3 > .nav > li > a {
  color: #0e5a9f;
  background-color: #eaf6ff;
}

@media (min-width: 992px) {
  .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase>.nav.navbar-nav>li>.c-link {
    font-size: 16.5px;
    text-transform: unset;
  }
}

.c-theme-nav li.c-active > a:not(.btn) { /*Menu de arriba color dorado cuando esta presionado de por vida*/
  color: #e6bb30 !important;
}

.c-layout-quick-search-shown .c-layout-header .c-quick-search {
  background-color: #224974 !important;
}

@media (min-width: 992px) {
  .c-layout-header.c-layout-header-6 .c-quick-search > .form-control {
        background-color: #eaf6ff;
        border: 2px solid #eaf6ff;
        color: #0e5a9f !important;
        width: 100%;
    }

}

@media (min-width: 992px) {
  .c-layout-header.c-layout-header-6 .c-quick-search > span {
    color: while !important;
    right: 35px !important;
  }
}

.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) {
  color: #e6bb30 !important;
}

/*Publucaciones*/
.c-content-tab-1.c-theme .nav > li:hover > a, .c-content-tab-1.c-theme .nav > li:focus > a, .c-content-tab-1.c-theme .nav > li:active > a, .c-content-tab-1.c-theme .nav > li.active > a, .c-content-tab-1.c-theme .nav.nav-justified > li:hover > a, .c-content-tab-1.c-theme .nav.nav-justified > li:focus > a, .c-content-tab-1.c-theme .nav.nav-justified > li:active > a, .c-content-tab-1.c-theme .nav.nav-justified > li.active > a {
  border-bottom-color: #00477f !important;
  background-color: #224974 !important;
  color: #e6bb30 !important;
}

.c-content-tab-1 .nav.tabs-left > li:hover > a, .c-content-tab-1 .nav.tabs-left > li:focus > a, .c-content-tab-1 .nav.tabs-left > li:active > a, .c-content-tab-1 .nav.tabs-left > li.active > a, .c-content-tab-1 .nav.nav-justified.tabs-left > li:hover > a, .c-content-tab-1 .nav.nav-justified.tabs-left > li:focus > a, .c-content-tab-1 .nav.nav-justified.tabs-left > li:active > a, .c-content-tab-1 .nav.nav-justified.tabs-left > li.active > a {
  border-right: 3px solid #e6bb30 !important;
}

.c-content-tab-1 .nav.tabs-left > li > a, .c-content-tab-1 .nav.nav-justified.tabs-left > li > a {
  background-color: #eaf6ff !important;
  color: #0e5a9f !important;
  padding: 20px !important;
}

.c-font-uppercase {
  text-transform: unset !important;
}

/*29 10 2024*/
.btn-custom {
    display: inline-block;
    padding: 10px 20px;
    padding: 20px 10px;
    color: #224974;
    text-decoration: none;
   border: none; 
     background: none; 
    position: relative;
    /* margin: 20px 0; */
    float: right;
    /* outline: none; */
    width: 80px;
    box-shadow: none;
    font-weight: bold;
    font-size: 18px;
}



.btn.btn-xlg {
    padding: 16px 4px 9px 15px !important;
}


.btn-custom::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    bottom: 10px;
    width: 3px;
    background-color: gold;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  color: #224974;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

/* Efecto de rebote para la imagen dentro de AnimarImagen */
 /*.AnimarImagen img {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*29 10 2024*/

/*30 10 2024*/
.c-font-blue {
  color: #0e5a9f !important;
}


/* —————————— NIVELAR MINIATURAS EN LOS CARDS —————————— */
/* 1) Fija la altura del PRIMER bloque (donde va la imagen), sea <img>, <a>, <picture> o un DIV con background */
.c-content-blog-post-card-1.c-bordered > *:first-child {
  height: 220px !important;       /* ← AJUSTA AQUÍ LA ALTURA FIJA */
  max-height: 220px !important;
  min-height: 220px !important;
  overflow: hidden !important;
  display: block !important;
  line-height: 0 !important;
}

/* 2) Si es IMG (directo, dentro de <a> o <picture>), que LLENE el alto fijo */
.c-content-blog-post-card-1.c-bordered > *:first-child img,
.c-content-blog-post-card-1.c-bordered > *:first-child a > img,
.c-content-blog-post-card-1.c-bordered > *:first-child picture > img {
  width: 100% !important;
  height: 100% !important;        /* llena el contenedor fijo */
  max-height: none !important;
  object-fit: cover !important;    /* sin deformar */
  object-position: top !important; /* recorte desde arriba (logo visible) */
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 3) Si la “imagen” es un fondo en línea (background-image) */
.c-content-blog-post-card-1.c-bordered > *:first-child[style*="background"] {
  background-size: cover !important;
  background-position: top center !important;
}

/* 4) Anula reglas globales típicas que rompen el alto (bootstrap/img-responsive, etc.) */
.c-content-blog-post-card-1.c-bordered img,
.c-content-blog-post-card-1.c-bordered .img-responsive {
  height: 100% !important;
}




/*Tarjetas del menu de inicio*/
.c-content-blog-post-card-1.c-bordered {
    border: 1px solid transparent !important;
    padding: 0px;
    padding: 0 0 18px 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    height: 460px;
    display: flex;
    background-color: #fff;
   
}


.c-content-blog-post-card-1-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.c-content-blog-post-card-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-content-blog-post-card-1.c-option-2 .c-body {
    padding: 10px 20px 5px;
    margin: -3px;
   background-color: transparent !important;
 
}

.c-content-blog-post-card-1 .c-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px; /* Añade espacio en la parte inferior */
  margin-bottom: 20px; /* Añade margen inferior para asegurar espacio */
}

.c-content-blog-post-card-1 .c-title {
  margin-bottom: auto; /* Asegura que el título no se pegue al borde inferior */
}

.PrincipalesIndicadores .table {
  font-size: 14px; /* Ajusta el tamaño del texto */
}

.PrincipalesIndicadores .table td, 
.PrincipalesIndicadores .table th {
  padding: 5px; /* Ajusta el padding para reducir la altura de las filas */
  color: #224974; /* Aplica el color de letra */
  font-weight: bold; /* Hace la letra negrita */
}

.PrincipalesIndicadores .table img {
  width: 30px; /* Ajusta el tamaño de las imágenes */
  height: 30px; /* Ajusta el tamaño de las imágenes */
}

.PrincipalesIndicadores .table h2 {
  font-size: 16px; /* Ajusta el tamaño del texto de los encabezados */
  margin: 0; /* Elimina márgenes adicionales */
  color: #224974; /* Aplica el color de letra */
  font-weight: bold; /* Hace la letra negrita */
}

.PrincipalesIndicadores .table p {
  font-size: 18px; /* Ajusta el tamaño del texto de los párrafos */
  margin: -5px; /* Elimina márgenes adicionales */
  color: #224974; /* Aplica el color de letra */
  font-weight: bold; /* Hace la letra negrita */
}


/*30 10 2024*/

/*31 10 2024*/
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 0px;
*/

.nd-region {
  background-color: white;
  padding-top: 0.0% !important;
  padding-bottom: 0px !important;

  padding-left: 0px !important;

}
.TituloDelEncabezado h3 {
  font-size: 25px !important;
}

.nav-justified, .nav-tabs.nav-justified {
  font-size: 18px !important;
}


.PrincipalesIndicadores p:nth-of-type(2) {
  font-size: 25px !important;
  color: #008afa; /* Segundo párrafo en cada celda */
}




.table>tfooter>tr>td, .table>tbody>tr>td, .table>tbody>tr>th, .table>thead>tr>th {
  color: #224974 !important;
}


.bcavisos .row-1 {

  padding: 0px 70px !important;
}

.c-layout-go2top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #007bff;
  color: white; 
  border-radius: 50%; 
  text-align: center;
  line-height: 50px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s; 
}

.c-layout-go2top:hover {
  background-color: #0056b3;
  transform: translateY(-5px); 
}

.c-layout-go2top i {
  font-size: 24px; /* Tamaño del icono */
  color: white; /* Color del icono */
}


/*31 10 2024*/

/*CSS DE LA IMAGEN DEL HEADER*/
.c-content-media-2 {
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  min-height: 170px; 
}

/**/

/*Mejorar esto con una class unica
.embed-responsive-16by9 {
  position: relative;
  width: 100%; 
  max-width: 80%; 
  padding-bottom: 45%; 
  height: 0;
  overflow: hidden;
  margin: 0 auto; 
}

.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


/*01 11 2024*/
.VideoDelInicio {
  margin-top: 20px;
}

/*Estilos del menú lateral del lado derecho*/
.MenuSinDesplegar .c-sidebar-menu li::before {
  content: '→' !important;
  position: absolute;
  left: 10px;
  top: 30%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #224974;
  border: 2px solid #224974;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background-color 0.3s;
}

.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu > li > a {
  padding: 1px 0px 12px 40px !important;
  color: #224974;
}

.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu {
  border: 1px solid transparent !important;
  font-size: 14px !important;
}

.MenuSinDesplegar .c-sidebar-menu li:hover::before {
  color: #3498DB;
  border-color: #3498DB;
}

.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu > li:hover > a {
  color: #3498DB;
}

/*Estilos del menú lateral del lado derecho*/

/*Tabla con dos colunas sobre las palabreas oficiales del presidente en el BCN*/
.PalabrasOficiales .table td:first-child {
  background-color: #224974;
  color: #ffffff;
  padding: 10px; 
  border-radius: 0px;
  width: 110px; 
  text-align: center;
  vertical-align: middle; 
  font-size: 16px;
}

.PalabrasOficiales .table td:nth-child(2) {
  vertical-align: middle; 
}

.PalabrasOficiales .table > tfooter > tr > td,
.PalabrasOficiales .table > tbody > tr > td,
.PalabrasOficiales .table > tbody > tr > th,
.PalabrasOficiales .table > thead > tr > th {
  color: white !important;
  font-size: initial;
}

.PalabrasOficiales .table > tbody > tr {
  margin: 10px 0;
  display: block;
}
/*Tabla con dos colunas sobre las palabreas oficiales del presidente en el BCN*/
.c-theme-bg {
  background: #e6bb30 !important;
}

/*01 11 2024*/

.TituloDelFooterParrafos p {
  font-size: 16px;
}

.TituloDelFooterParrafosNegrosTamaño16 p {
  font-size: 16px;
  font-weight: bold;
}

.TituloDelFooterParrafosNegros p {
  font-size: 18px;
  font-weight: bold;
}

.c-content-title-1 > h3.c-font-uppercase {
  font-size: 25px;
  
}



/*04 11 2024*/

/*Estilos del menú con desplazamiento vertical*/
/* Estilos para los elementos del submenú */
.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > ul > li {
  position: relative;
  margin-bottom: 10px; /* Añade espacio entre los elementos del submenú */
}

.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > ul > li::before {
  content: '→';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: #224974;
  border: 2px solid #224974;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background-color 0.3s;
}

.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > ul > li > a {
  padding: 1px 0px 12px 40px !important;
  color: #224974;
}

.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > ul {
  border: 1px solid transparent !important;
  font-size: 14px !important;
}

.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > ul > li:hover::before {
  color: #e6bb30;
  border-color: #e6bb30;
}

.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > ul > li:hover > a {
  color: #e6bb30;
}

/* Estilos para el elemento padre "Noticias" */
.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > a {
  padding: 1px 0px 12px 40px !important;
  color: #224974;
  position: relative;
}

.MenuDesplegable .c-layout-sidebar-menu .c-sidebar-menu > li > a::before {
  content: '';
  display: none;
}
/* Estilos para los elementos del submenú */
/*04 11 2024*/

/*08 11 2024*/

/*08 11 2024*/

/*11 11 2024*/
.is-active {
  color: #3498DB !important;
}

.MenuSinDesplegar .c-sidebar-menu li:has(a.is-active)::before {
  color: #3498DB; 
  border-color: #3498DB;
}

.MenuSinDesplegar .c-sidebar-menu a.is-active::before {

  display: inline-block; /* o block si lo necesitas */
  color: #3498DB;
  border-color: #3498DB;
}
.MenuSinDesplegar .c-sidebar-menu li:has(> a.is-active)::before {
  
  display: inline-block;
  color: #3498DB;
  border-color: #3498DB;
}



.TarjetaConAudio .card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.TarjetaConAudio .card .field-content {
  width: 100%;
}

.TarjetaConAudio .card .views-field-field-audio-bcn {
  width: 100%;
}

.TarjetaConAudio .card audio {
  width: 100%;
}


/*11 11 2024*/


.TblEstanzarizado tr:nth-child(odd) th,
.TblEstanzarizado tr:nth-child(odd) td {
  background-color: #deebfb;
  color: #224974;
}
.TblEstanzarizado tr:nth-child(even) th,
.TblEstanzarizado tr:nth-child(even) td {
  background-color: #eaf6ff;
  color: #224974;
}

/* 18 08 2025 — Tamaño estándar para TODAS las imágenes de la tabla */
.TblEstanzarizado { --img-std: 50px; }

.TblEstanzarizado th img,
.TblEstanzarizado td img,
.TblEstanzarizado th a > img,
.TblEstanzarizado td a > img {
  width: var(--img-std) !important;
  height: var(--img-std) !important;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;   /* sin deformar */
  aspect-ratio: 1 / 1;   /* cuadrado perfecto */
  /* margin-right: 6px;  // opcional si quieres separar del texto */


}


/* Estilo de filas alternadas */
.TblEstanzarizado4 tr:nth-child(odd) th,
.TblEstanzarizado4 tr:nth-child(odd) td {
  background-color: #deebfb;
  color: #224974;
}

.TblEstanzarizado4 tr:nth-child(even) th,
.TblEstanzarizado4 tr:nth-child(even) td {
  background-color: #eaf6ff;
  color: #224974;
}

/* Configuración general de la tabla */
.TblEstanzarizado4 {
  --img-std: 50px;
  width: 100%;
  table-layout: fixed;       /* evita que se comprima la primera columna */
  border-collapse: collapse;
}

.TblEstanzarizado4 th,
.TblEstanzarizado4 td {
  padding: 6px 10px;
  vertical-align: middle;
}

/* Columna de los íconos: ancho fijo */
.TblEstanzarizado4 th:first-child,
.TblEstanzarizado4 td:first-child {
  width: calc(var(--img-std) + 12px);
  min-width: calc(var(--img-std) + 12px);
  text-align: center;
  white-space: nowrap;
}

/* 18 08 2025 — Tamaño estándar para TODAS las imágenes de la tabla */
.TblEstanzarizado4 th img,
.TblEstanzarizado4 td img,
.TblEstanzarizado4 th a > img,
.TblEstanzarizado4 td a > img {
  width: var(--img-std) !important;
  height: var(--img-std) !important;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;   /* sin deformar */
  aspect-ratio: 1 / 1;   /* cuadrado perfecto */
  max-width: none !important;
}

/* El texto puede romper y no empujar la columna de íconos */
.TblEstanzarizado4 td:last-child,
.TblEstanzarizado4 th:last-child {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Opcional: estilo de enlaces */
.TblEstanzarizado4 td a {
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
}

/*Termina tabla 4*/

/* Estilo de filas alternadas */
.TblEstanzarizado5 tr:nth-child(odd) th,
.TblEstanzarizado5 tr:nth-child(odd) td {
  background-color: #deebfb;
  color: #224974;
}

.TblEstanzarizado5 tr:nth-child(even) th,
.TblEstanzarizado5 tr:nth-child(even) td {
  background-color: #eaf6ff;
  color: #224974;
}

/* Configuración general de la tabla */
.TblEstanzarizado5 {
  --img-std: 50px;
 
  table-layout: fixed;       /* evita que se comprima la primera columna */
  border-collapse: collapse;
}

.TblEstanzarizado5 th,
.TblEstanzarizado5 td {
  padding: 6px 10px;
  vertical-align: middle;
}

/* Columna de los íconos: ancho fijo */
.TblEstanzarizado5 th:first-child,
.TblEstanzarizado5 td:first-child {
  width: calc(var(--img-std) + 12px);
  min-width: calc(var(--img-std) + 12px);
  text-align: center;
  white-space: nowrap;
}

/* 18 08 2025 — Tamaño estándar para TODAS las imágenes de la tabla */
.TblEstanzarizado5 th img,
.TblEstanzarizado5 td img,
.TblEstanzarizado5 th a > img,
.TblEstanzarizado5 td a > img {
  width: var(--img-std) !important;
  height: var(--img-std) !important;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;   /* sin deformar */
  aspect-ratio: 1 / 1;   /* cuadrado perfecto */
  max-width: none !important;
}

/* El texto puede romper y no empujar la columna de íconos */
.TblEstanzarizado5 td:last-child,
.TblEstanzarizado5 th:last-child {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Opcional: estilo de enlaces */
.TblEstanzarizado5 td a {
  display: inline-block;
  line-height: 1.3;
  text-decoration: none;
}





.TblEstanzarizado2 tr:nth-child(odd) th,
.TblEstanzarizado2 tr:nth-child(odd) td {
  background-color: #deebfb;
  color: #224974;
}
.TblEstanzarizado2 tr:nth-child(even) th,
.TblEstanzarizado2 tr:nth-child(even) td {
  background-color: #eaf6ff;
  color: #224974;
}

/* 18 08 2025 — Tamaño estándar para TODAS las imágenes de la tabla */
.TblEstanzarizado2 { --img-std: 50px; }

.TblEstanzarizado2 th img,
.TblEstanzarizado2 td img,
.TblEstanzarizado2 th a > img,
.TblEstanzarizado2 td a > img {
  width: var(--img-std) !important;
  height: var(--img-std) !important;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;   /* sin deformar */
  aspect-ratio: 1 / 1;   /* cuadrado perfecto */
  /* margin-right: 6px;  // opcional si quieres separar del texto */
}



.TblEstanzarizado3 tr:nth-child(odd) th,
.TblEstanzarizado3 tr:nth-child(odd) td {
    background-color: #deebfb;
  
    color: #224974;
}
.TblEstanzarizado3 tr:nth-child(even) th,
.TblEstanzarizado3 tr:nth-child(even) td {
  background-color: #eaf6ff;
  color: #224974;
}

/* 18 08 2025 — Tamaño estándar para TODAS las imágenes de la tabla */
.TblEstanzarizado3 { --img-std: auto; }

.TblEstanzarizado3 th img,
.TblEstanzarizado3 td img,
.TblEstanzarizado3 th a > img,
.TblEstanzarizado3 td a > img {

  display: inline-block;
  vertical-align: middle;
  object-fit: contain;   /* sin deformar */
  aspect-ratio: 1 / 1;   /* cuadrado perfecto */
  /* margin-right: 6px;  // opcional si quieres separar del texto */
}



.image-align img

 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 50px;
}



/* Cualquier <img> cuyo src termine en PDF.png → 50px */
img[src$="PDF.png" i] {
  width: 50px !important;
  height: auto !important;  /* mantiene proporción */
  object-fit: contain;
  vertical-align: middle;
}

/* Cualquier <img> cuyo src termine en PDF.png → 50px */
img[src$="图层_x0020_1.png" i] {
  width: 50px !important;
  height: auto !important;  /* mantiene proporción */
  object-fit: contain;
  vertical-align: middle;
}


/* Cualquier <img> cuyo src termine en PDF.png → 50px */
img[src$="%E5%9B%BE%E5%B1%82_x0020_1.png" i] {
  width: 50px !important;
  height: 50px !important;  /* mantiene proporción */
  object-fit: contain;
  vertical-align: middle;
}



/* Cualquier <img> cuyo src termine en PDF.png → 50px */
img[src$="xls_10.png" i] {
  width: 50px !important;
  height: auto !important;  /* mantiene proporción */
  object-fit: contain;
  vertical-align: middle;
}





/*13 11 2024*/

/*14 11 2024*/
.c-content-accordion-1.c-accordion-blue .panel > .panel-heading > .panel-title > a {
  background-color: #c3cde1 !important;
}


.c-content-accordion-1.c-accordion-blue .panel > .panel-heading > .panel-title > a {
	background-color: #c3cde1 !important;
}


.c-content-accordion-1.c-accordion-blue .panel > .panel-collapse > .panel-body {
  background-color: #294B79 !important;
}

.panel-heading {
  position: relative;
}

.panel-title a:before {
  content: '+';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #294B79 !important;
}

.panel-title a.collapsed:before {
  content: '+';
}

.panel-title a:not(.collapsed):before {
  content: '-';
}

.c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed {
  color: #294B79; 
}

.c-content-accordion-1 .panel > .panel-heading > .panel-title > a {

  color: #294B79
}

/* .c-content-accordion-1 .panel > .panel-heading > .panel-title > a {
  color: #e6bb30 !important;
} */

/*14 11 2024*/

/*Corregir desenpbordamiento de la página del BCN*/
html, body {
  
  width: 100%;
  color: #5c6873 !important;
  text-align: justify !important;
  overflow-x: clip; 
  overflow-inline: clip; 
}


html {

  background-color: #224974;
}


/* Móvil (teléfonos): ancho de ventana menor a 768px */
@media (max-width: 991px) {
  .c-content-blog-post-card-1.c-bordered {
    border: 1px solid transparent !important;
    padding: 0 0 18px 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    height: auto;
    display: flex;
    background-color: #fff;
  }
}




/*.container {
  max-width: 100%;
  overflow-x: hidden;
}*/

* {
  box-sizing: border-box;
}

img, iframe {
  max-width: 100%;
}






@media (max-width: 1199px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* opcional: asegurar fluido en <1200 */
    width: 110%;
  }
}

container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/*Corregir desenpbordamiento de la página del BCN*/

/*Cambios sin subir*/
/*Este cambio está en la vista de inicio nada más
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #e7ecf1;
}
*/


@media (min-width: 992px) {
  .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li {
    position: relative;
  }

  @media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}

  .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li>.dropdown-menu {
    width: 200px !important;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding: 0.5rem 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000;
  }

  .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li:hover>.dropdown-menu {
    display: block;
  }

  .c-layout-header .c-navbar .c-mega-menu>.nav.navbar-nav>li>.dropdown-menu.c-pull-right {
    left: auto !important;
  }
}



.bcnimagen img { width: auto !important; border-radius: 5px; border: 1px solid #224974;}

.views-exposed-form {
    margin-bottom: 60px;
    display: ruby !important;
}

.form-control.c-square {
    border-radius: 5px !important;
    width: auto;
}


.form-actions .btn-medium {
    margin-top: 0px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: -80px;
}


.input-group-lg .form-control, .form-control.input-lg

{

      width: none;
}

.bcnimagen img { width: auto !important; border-radius: 5px; border: 1px solid #224974;}





.txt-strong {
  
  overflow-x: hidden;
  width: 100%;
  color: #004b85 !important;
  text-align: justify !important;
font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
  font-size: 20px;
}
b, strong {
    font-weight: bold;
    color: #0e5a9f
}

/* versión corta para usar donde quieras */
.sb,
b.sb,
strong.sb {
  font-weight: bold;
  color: #0e5a9f;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 20px !important;
  font-size: 18px !important;
  border-left: 2px solid #e6bb30 !important;
  display: inline-block; /* permite margin-bottom en inline */
}


body {

background-color: #ffffff !important;


:host,:root {
  
    background-color: #224974;
    background-color: #224974 !important;
    margin-bottom: 0;

}

}
/* Estructura general de cada tarjeta */
.moneda-item {
  font-family: 'Roboto', sans-serif;
  padding: 15px;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
  height: 100%;
  height: 510px;
 /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  margin: 10px;
}

.moneda-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Imagen con efecto hover (cambio de anverso a reverso) */
.moneda-imagen-wrapper {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.moneda-imagen-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  display: block;
}

.moneda-reverso {
  opacity: 0;
}

.moneda-imagen-wrapper:hover .moneda-reverso {
  opacity: 1;
}

.moneda-imagen-wrapper:hover .moneda-anverso {
  opacity: 0;
}

/* Título */
.moneda-titulo {
  font-family: 'Futura Md BT', sans-serif;
  font-size: 16px;
  margin: 10px 0;
}

/* Línea de precio y año */
.moneda-info-linea {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  margin: 10px 0;
}

.moneda-info-linea .moneda-precio {
  font-weight: bold;
  color: #333;
}

.moneda-info-linea .moneda-anio {
  font-weight: normal;
  color: #0056b3;
}

/* Botón */
.moneda-acciones .btn {
  margin: 5px;
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  background-color: #0056b3;
  color: white;
  border: none;
  transition: background-color 0.2s;
}

.moneda-acciones .btn:hover {
  background-color: #003d80;
}

/* Modal */
.modal-moneda {
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-contenido {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 8px;
  position: relative;
  font-family: 'Futura Lt BT', sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.cerrar-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #555;
}



.btn-modal:hover {
  background-color: #0056b3; /* Azul más oscuro al hover */
}

/* Fondo oscuro del modal */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* Contenedor centrado */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
  width: 90%;
  max-width: 400px;
  text-align: center;
}

/* Botón cerrar */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

.button {

  font-family: 'Roboto Condensed';
  font-size: medium;
  line-height: inherit;
  background-color: #1d4c94;
  color: white;
  border: 0px;
  border-radius: 25px;
  padding: 9px;
  width: -webkit-fill-available;
}

button {

  font-family: 'Roboto Condensed';
  font-size: medium;
  line-height: inherit;
  background-color: #1d4c94;
  color: white;
  border: 0px;
  border-radius: 25px;
  padding: 9px;
  width: -webkit-fill-available;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content {
  position: relative;
  margin: 5% auto;
  background: #224974;
  padding: 30px 40px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
}

.tableBCN {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.tableBCN td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  font-size: 18px;
  color: #555;
}

.tableBCN td:first-child {
  font-weight: 500;
  color: #2b2b2b;
  width: 40%;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content {
  position: absolute;
  margin: 5% auto;
  background: #224974;
  padding: 30px 40px;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
}

.tableBCN {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.tableBCN td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  font-size: 18px;
  color: #555;
}

.tableBCN td:first-child {
  font-weight: 500;
  color: white;
  width: 40%;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content {
  position: absolute !important;
  margin: 5% auto;
  background: #224974;
  padding: 30px 40px;
  color: #ffffff;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
}

.tableBCN {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  color: white;
}

.tableBCN td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
}

.tableBCN td:first-child {
  font-weight: 500;
  color: #ffffff;
  width: 40%;
}

 h2{
  color:  #224974;
  font-size: 20px;
  margin:
10px 0;
}

@media (min-width: 992px) {
  .c-layout-header.c-layout-header-6.c-navbar-fluid .c-navbar {
      width: 100%;
      float: none;
      display: block;
      background-color: rgb(34 73 116);
      z-index: 1200;

  }
}



  .c-layout-header.c-layout-header-6.c-navbar-fluid .c-navbar {
      width: 100%;
      float: none;
      display: block;
      background-color: rgb(34 73 116);
      z-index: 1200;

  }



@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}

.pager__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: var(--space-m) 0;
  list-style: none;
  text-align: center;
  font-weight: bold;
}





/* Estructura general de cada tarjeta */
.billete-item {
  font-family: 'Roboto', sans-serif;
  padding: 5px;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 10px;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px;
}

.billete-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Imagen con efecto hover (cambio de anverso a reverso) */
.billete-imagen-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  height: 240px;           /* mismo alto en todas las miniaturas */
  overflow: hidden;
}

.billete-imagen-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;            /* ocupa exactamente el alto del contenedor */
  object-fit: contain;     /* sin deformar; usa 'cover' si prefieres recorte */
  object-position: center;
  transition: opacity 0.4s ease-in-out;
  display: block;
}

.billete-reverso {
  opacity: 0;
}

.billete-imagen-wrapper:hover .billete-reverso {
  opacity: 1;
}

.billete-imagen-wrapper:hover .billete-anverso {
  opacity: 0;
}

/* Título */
.billete-titulo {
  font-family: 'Futura Md BT', sans-serif;
  font-size: 16px;
  margin: 10px 0;
}

/* Línea de precio y año */
.billete-info-linea {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  margin: 10px 0;
}

.billete-info-linea .billete-precio {
  font-weight: bold;
  color: #333;
}

.billete-info-linea .billete-anio {
  font-weight: normal;
  color: #0056b3;
}

/* Botón */
.billete-acciones .btn {
  margin: 5px;
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  background-color: #0056b3;
  color: white;
  border: none;
  transition: background-color 0.2s;
}

.billete-acciones .btn:hover {
  background-color: #003d80;
}

/* Modal */
.modal-billete {
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Cuando SOLO hay 1 card, que no quede “flaca” ===== */
.billete-item:only-child{
  max-width: 420px;       /* ancho cómodo en desktop */
  min-width: 280px;       /* evita que quede muy angosta */
  margin-left: auto;
  margin-right: auto;
}

/* miniatura un poco más grande si es única (opcional) */
.billete-item:only-child .billete-imagen-wrapper{
  height: 300px;
}

/* en móviles, que se adapte al ancho disponible */
@media (max-width: 480px){
  .billete-item:only-child{
    max-width: 100%;
    min-width: 0;
  }
  .billete-item:only-child .billete-imagen-wrapper{
    height: 240px;
  }
}



@media (min-width: 992px) {
    .c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark > .nav.navbar-nav > li .dropdown-menu {
        border-radius: 0;
        padding: 0px;
        margin-left: -12px;
    }
}

.c-content-recent-posts-1 > li {
 list-style: none;
    font-size: 14px;
    margin: 26px;
    margin-bottom: none;
}

/* Estilo general para la paginación */
.js-pager__items {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 2rem 0;
}

.js-pager__items li {
  margin: 0 5px;
}

.js-pager__items a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

/* Hover */
.js-pager__items a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  transform: translateY(-2px);
}

/* Activo / Página actual */
.js-pager__items .active a {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: bold;
  pointer-events: none;
}

/* Botones de navegación (Primera, Anterior, Siguiente, Última) */
.js-pager__items li.pager__item--first a,
.js-pager__items li.pager__item--previous a,
.js-pager__items li.pager__item--next a,
.js-pager__items li.pager__item--last a {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #555;
}

/* Hover en botones de navegación */
.js-pager__items li.pager__item--first a:hover,
.js-pager__items li.pager__item--previous a:hover,
.js-pager__items li.pager__item--next a:hover,
.js-pager__items li.pager__item--last a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* Desactivado (por ejemplo cuando estás en la primera página) */
.js-pager__items li.disabled a {
  color: #ccc;
  border-color: #eee;
  background-color: #fafafa;
  pointer-events: none;
}
.field.field--name-field-titulo-2.field--type-string.field--label-visually_hidden {
    text-align: center;
    font-size: 29px;
    color: #224974;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
}



@media (max-width: 991px) {
  /* Por defecto oculto */
  .c-mega-menu {
    display: none;
    flex-direction: column;
    background-color: #224974;
    width: 100%;
    position: relative;
    z-index: 1000;
  }

  /* Mostrar cuando tenga clase activa, que deberías controlar desde tu botón */
  .c-mega-menu.c-open {
    display: flex;
  }

  .c-mega-menu > .nav.navbar-nav {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }

  .c-mega-menu > .nav.navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .c-mega-menu > .nav.navbar-nav > li > .c-link {
    display: block;
    padding: 14px 20px;
    color: white;
    text-decoration: none;
  }

  .c-mega-menu > .nav.navbar-nav > li > .c-link:hover {
    background-color: white;
    color: #224974;
  }
}


.tab-content {



.tab-content {
  background-color: #f6f9fb;
  padding: 10px; /* aire interno */
  overflow: hidden; /* evita que se salga contenido */
  box-sizing: border-box; /* padding incluido en el ancho */
}

.tab-content > * {
  margin-bottom: 9px; /* separación entre elementos */
}

.tab-content > *:last-child {
  margin-bottom: 0; /* sin espacio extra al final */
}


}


.title-wrap{
text-transform: uppercase !important;


}


/* Neutraliza formatos de texto dentro de la tabla Bootstrap */
.table.table-bordered.table-striped,
.table.table-bordered.table-striped * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  
 
  text-transform: none !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
 
}



/* (Refuerzo para HTML “sucio” con spans/strong/font inline) */
.table.table-bordered.table-striped p,
.table.table-bordered.table-striped span,
.table.table-bordered.table-striped font,
.table.table-bordered.table-striped strong,
.table.table-bordered.table-striped em {

 /* font: inherit !important;*/
  
}

.bcn-card {
  width: 326.66px !important;
  height: 426px !important;;
  box-sizing: border-box;
}


.fecha-arriba-galery {
    display:block;
    text-align:center; 
    top: 100px !important;
    margin-bottom: -22px;
    position:relative;
  }

/* ========== Utilidad: viñetas en rombo (nivel 1) y círculo (subniveles) ========== */
/* Opción A: aplica la clase al CONTENEDOR que envuelve las listas */
.rombo-bullets :is(ul, ol) {
  list-style: none;
  margin-left: 1.25em;
  padding-left: 0;
}
.rombo-bullets :is(ul, ol) > li {
  position: relative;
  padding-left: 1em;
}
.rombo-bullets :is(ul, ol) > li::before {
  content: "◆";
  position: absolute;
  left: -1em;
  top: .2em;
  color: #224974;
  font-weight: 700;
  font-size: .9em;
  line-height: 1;
}
.rombo-bullets li li::before {
  content: "•";
  top: .28em;
  font-weight: 400;
  font-size: .85em;
  color: #224974;
}

/* Opción B: aplica la clase DIRECTAMENTE al <ul>/<ol> */
ul.rombo-bullets,
ol.rombo-bullets {
  list-style: none;
  margin-left: 1.25em;
  padding-left: 0;
}
ul.rombo-bullets > li,
ol.rombo-bullets > li {
  position: relative;
  padding-left: 1em;
}
ul.rombo-bullets > li::before,
ol.rombo-bullets > li::before {
  content: "◆";
  position: absolute;
  left: -1em;
  top: .2em;
  color: #224974;
  font-weight: 700;
  font-size: .9em;
  line-height: 1;
}
ul.rombo-bullets li li::before,
ol.rombo-bullets li li::before {
  content: "•";
  top: .28em;
  font-weight: 400;
  font-size: .85em;
  color: #224974;
}

/* ========== Escudo: no afectar tus menús laterales, aunque alguien ponga la clase ahí ========== */
.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu .rombo-bullets :is(ul, ol),
.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu ul.rombo-bullets,
.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu ol.rombo-bullets {
  list-style: initial !important;
  margin-left: revert !important;
  padding-left: revert !important;
}
.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu .rombo-bullets li::before { content: none !important; }
.MenuSinDesplegar .c-layout-sidebar-menu .c-sidebar-menu .rombo-bullets li::marker { content: initial !important; }


.directivos .title-wrap {
  font-size: 25px; /* evita !important si puedes */
}

h2 { text-transform: uppercase !important; }


/* Container full-bleed en mobile (sin márgenes ni padding) */
@media (max-width: 991px){
  .container{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0px !important;
    padding-right: 0 !important;
  }

  /* (Opcional, pero recomendable) quita gutters de la grid dentro del container */
  .container > .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container > .row > [class^="col-"],
  .container > .row > [class*=" col-"]{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


  svg.ext {
    width: 14px;
    height: 14px;
    fill: #727272;
    font-weight: 900;
    display: none;
}

/* SOLO en el campo de archivos: field_archivo_2 */
.field--name-field-archivo-2 .file.file--mime-application-pdf > a,
.field--name-field-archivo-2 .file.file--application-pdf > a,
.field--name-field-archivo-2 a[type="application/pdf"],
.field--name-field-archivo-2 a[href$=".pdf" i],
.field--name-field-archivo-2 a[href*=".pdf?" i],
.field--name-field-archivo-2 a[href*=".pdf#" i]{
  display: inline-flex;          /* icono + texto */
  align-items: center;
  gap: .5rem;
  white-space: normal;           /* permite varias líneas */
  overflow-wrap: anywhere;       /* corta nombres largos */
  line-height: 1.35;
}

/* Icono PNG a la izquierda (SOLO en field_archivo_2) */
.field--name-field-archivo-2 .file.file--mime-application-pdf > a::before,
.field--name-field-archivo-2 .file.file--application-pdf > a::before,
.field--name-field-archivo-2 a[type="application/pdf"]::before,
.field--name-field-archivo-2 a[href$=".pdf" i]::before,
.field--name-field-archivo-2 a[href*=".pdf?" i]::before,
.field--name-field-archivo-2 a[href*=".pdf#" i]::before{
  content: "";
  display: inline-block;
  width: 50px;                   /* ajusta a tu icono */
  height: 50px;
  background: url('/sites/default/files/PDF_FIELD_ARCHIVO.png') no-repeat center/contain;
}

/* (opcional) separar ítems si hay varios archivos en el field */
.field--name-field-archivo-2 .field__item { margin: .25rem 0; }

/* (opcional) si usas External Links y no quieres su ícono al final del enlace en este field */
.field--name-field-archivo-2 a.ext::after { display: none !important; }

/* Esto busca el grupo del tooltip y fuerza el color de relleno a los "paths" (el fondo) */
g.highcharts-tooltip path {
    fill: #ffffff !important;  /* Fondo BLANCO fuerza bruta */
    fill-opacity: 1 !important; /* Quita transparencia si la hay */
    stroke: #cccccc !important; /* Opcional: Un borde gris fino para que no se pierda en lo blanco */
}




.c-content-overlay .c-overlay-wrapper .c-overlay-content i {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    text-align: center;
    padding: 14px 6px 8px 6px;
    color: #fff;
    font-size: 16px;
    background-color: #000000;
    opacity: 0.7;
    filter: alphaopacity=70;
    margin: 0 5px;
}