@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?64296901');
  src: url('../font/fontello.eot?64296901#iefix') format('embedded-opentype'),
    url('../font/fontello.woff2?64296901') format('woff2'),
    url('../font/fontello.woff?64296901') format('woff'),
    url('../font/fontello.ttf?64296901') format('truetype'),
    url('../font/fontello.svg?64296901#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-angle-double-left:before {
  font-family: "fontello";
  content: '\f100';
}


.icon-angle-double-right:before {
  font-family: "fontello";
  content: '\f101';
}


.icon-angle-left:before {
  font-family: "fontello";
  content: '\f104';
}


.icon-angle-right:before {
  font-family: "fontello";
  content: '\f105';
}

iframe{
  width: 100%;
  height: 530px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {

  font-family: var(--font-header);
}

:root {

  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --primary-color: #d2a92d;
  --dorado-fuerte: #685314;
  --secondary-color: #18386b;
  --azul-bajo: #edf1f9;
  --link-color: #0e2344;
  --link-color-dorado: #f9ca3a;
  --font-family: "DM Sans", sans-serif;
  --font-header: "Outfit", sans-serif;

}

.btn-outline-primary {
  --bs-btn-color: var(--secondary-color);
  --bs-btn-border-color: var(--secondary-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--secondary-color);
  --bs-gradient: none
}

/* Para mantener el menú siempre visible en desktop */
@media (min-width: 992px) {
    #menuVertical {
        display: block !important;
    }
    
   
}

/* Estilos para el botón en móviles */
@media (max-width: 991px) {
    .sidebar {
        margin-bottom: 1rem;
    }
    
    #menuVertical {
        background-color: #f8f9fa;
        padding: 1rem;
        border-radius: 0.375rem;
    }
}

header {
  background-color: var(--primary-color);
  border-bottom: solid var(--secondary-color) 8px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

h4.mod-articles-title {
  max-width: 500px;
  margin-left: 2rem;
}

.item--title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  height: 100%;
  border-radius: 20px;
}

.item--title .mod-articles-link {
  color: #fff;
  text-decoration: none;
  font-size: 2.7rem;
}

.calendar-icon {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 7px;
  color: var(--secondary-color);
  margin-right: 1rem;
}

footer .navbar-nav {
  flex-direction: row;
  gap: 11px;
  margin-bottom: 1.5rem;
}

footer .navbar-nav a {
  text-decoration: none;
}

article.item.mod-articles-item img {
  border-radius: 20px;
}

.lista_eventos_25 a {
  color: var(--dorado-fuerte);
  text-decoration: none;
  font-weight: bold;
}

.mod-articles-item-content {
  position: relative;
}

ul#redessociales {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: end;
}

#bloque-noticias {

  color: #212529;
}

.noticias_dcs a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: var(--font-header);

}

.fecha-evento {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  text-align: center;
  font-weight: bold;

  border-radius: 10px;
  padding: 3px 0px;
}

.fecha-evento p {
  margin-bottom: 0;
}

.dia-evento {
  font-size: 1.5rem;
}

.mes-evento {
  font-size: 1.1rem;
}

.noticias_dcs {
  background-color: var(--azul-bajo);
  margin-bottom: 1rem;
  padding: 20px;
  border-radius: 15px;
  border: solid 1px var(--secondary-color);
}

.titulo-evento a {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: var(--font-header);
}

.mas-titulares {
  background-color: #0f264a;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px #374151;
}

img.articulo-imagen {
  border-radius: 7px;
}

a.link--readmore {
  background-color: #d2a92d;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 47px;
  color: #18386b;
  font-size: 1.2rem;
}

.link--item {
  margin-top: 2rem;
}


.minh-auto {
  min-height: auto !important;
}

.sidebar-derecho {
  margin-top: 1rem;
}

.from-uniBlue {
  --tw-gradient-from: rgb(24 56 107 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 56 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position)
}



body {
  font-family: var(--font-family);
}

h3.card-header {

  margin: 1rem 0;
  font-size: 1.5rem;
}

dl.article-info.text-muted {
  display: flex;
  justify-content: center;
}
.item--content--programa .article-info {
    display: none !important;
}
dd.category-name a {
  background-color: var(--secondary-color);
  text-decoration: none;
  color: #edc85d;
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
}

ul.navbar-nav.menu a {
  color: var(--link-color);
  font-size: 1.1rem;
}

li.nav-item.active a {
  background-color: var(--secondary-color);
  font-weight: bold;
  color: var(--primary-color);
  border-radius: 5px;

}

.border-top-dorado {
  border-top: solid var(--primary-color) 1px;
}

.sidebar a {
  padding: 8px 10px;
}

.sidebar li {
  border-bottom: solid 1px #18386b40;
}

.sidebar li.active {
  border-bottom: none;
  background-color: var(--secondary-color);
  color: var(--link-color-dorado);
}
.sidebar li.active a {

  color: var(--link-color-dorado);
}

.category-desc p {
  font-size: 1.1rem;
}

article.item.mod-articles-item {
  box-shadow: 0 25px 4px -20px rgb(0 0 0 / 44%);
}

.item--image--programa img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px 10px 0 0;
  height: auto;
}

.item--content--programa {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-height: 350px;
  margin-bottom: 2rem;
  border-radius: 10px;
}

.item--title--programa {
  padding: 1rem;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item--title--programa a {
  text-decoration: none;
  color: var(--secondary-color);
}

.mod-articles-category-programa a {
  text-decoration: none;
  color: var(--dorado-fuerte);
  font-weight: bold;
  text-transform: uppercase;
}

.item--title--programa a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

#bloque1 {
  background-color: var(--azul-bajo);
}

.pagination {

  justify-content: center;
  gap: 1.5rem;
}

footer {
  position: relative;
  padding: 3rem 0 2rem 0;
  background-color: var(--secondary-color);
  box-shadow: 0 4px 5px 3px rgb(0 0 0 / 47%);
  color: #fff;
  border-top: solid var(--primary-color) 8px;

}

footer ul.navbar-nav.menu a {
  color: var(--link-color-dorado);

}


.blog-item-programa img {
  width: 100%;
  height: auto;
}

.blog-item-programa h2 {
  font-size: 1.2rem;
  padding: 1rem;
}

.blog-item-programa a {
  text-decoration: none;
  color: var(--secondary-color);

}

.category--title {
  background-color: var(--secondary-color);
  border-radius: 0px 10px 10px 0px;
}

.category--image img {
  border-radius: 10px 0px 0px 10px;
}

.category--title h1 {
  color: var(--primary-color);
}

.category--title-full h1,
.page-header h1 {
  color: var(--secondary-color);
}

.page-header h1 {
  text-align: center;
  border-bottom: solid var(--primary-color) 2px;
}

.category-desc {
  color: #fff;
}

.sidebar {
  margin-top: 2rem;
}

.com-content-article__body {
  padding: 2rem 0;
}

li.field-entry.link-youtube {
  list-style: none;
}

ul.mod-articles-items.mod-list-mesas {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 2rem 0px;
}

.mod-list-mesas a {
  color: #fff;
  text-decoration: none;
}

.mod-list-mesas li {
  background-color: #12957f;
  border-radius: 6px;
}

section#logos ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 1rem 0;
}

@media only screen and (max-width: 991px) {
 iframe{

  height: 400px;
}


}




@media only screen and (max-width: 767px) {
   iframe{

  height: 285px;
}

  .category--image {
    display: none;
  }

  .category--title {

    border-radius: 10px;
  }

  .pagination {
    flex-wrap: wrap;
  }

}

@media only screen and (max-width: 400px) {
 iframe{

  height: 190px;
}


}
