/* @override 
	http://localhost/unidiversidad_2021/assets/css/styles.css?* */

:root {
    --font--proyect: "Barlow", sans-serif;
    --font--color: #282827;
    --font--weight: 700;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin: 0;
  }
  
  a {
    text-decoration: none;
  }
  
  .li-reset,
  .ul-reset {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .reset {
    margin: 0;
    padding: 0;
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #161616;
  }
  
  .w-90 {
    width: 90%;
    margin: auto;
  }
  
  a:hover {
    color: #202020;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a {
    font-family: var(--font--proyect);
    color: var(--font--color);
    /*margin: 0;*/
  }
  
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-weight: 700;
  }
  
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
  
  h4 {
    font-size: 1.25rem;
  }
  
  h5 {
    font-size: 1rem;
  }
  
  h6 {
    font-weight: 400;
    font-size: 1.125rem;
  }
  
  .font-w400 {
    font-weight: 400;
  }
  
  .font-w500 {
    font-weight: 500;
  }
  
  .font-w600 {
    font-weight: 600;
  }
  
  .font-w700 {
    font-weight: 700;
  }
  
  .fsize-20 {
    font-size: 1.25rem;
  }
  
  .img__adaptable {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  /* ------------------ Cambios al Navbar y menú Hamburguesa de Bootstrap ------------------ */
  
  .navbar-toggler-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  
  .navbar-collapse {
    flex-grow: 0;
  }
  
  .navbar-light .navbar-toggler,
  .navbar-toggler:focus {
    border-color: transparent;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse .nav-item {
    padding: 5px 0px !important;
}
  
  /* ------------------ Enlaces, logo's y formulario del Navbar ------------------ */
  
  .bg-navbar-uni{
    background-color: #ffffff;
  }
  
  .nav__bg{
    background-color: #f4f3f3;
    padding: 0.75rem 0;
  }
  
  .ul__desktop {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .ul__desktop .nav-item > .nav-link {
    padding: 0 0.75rem;
    font-family: "Barlow", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s;
  }
  
  .links__nav .nav-item > .nav-link {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
  }
  
  .buscador__container {
    display: flex;
  }
  
  .fecha__calendario__nav {
    /*display: flex;*/
    /*margin-left: 1.875rem;*/
  }
  
  .fecha__calendario__nav img {
    width: 21px;
  }
  
  .fecha__calendario__nav p {
    padding: 0.5rem;
    font-size: 1.125rem;
  }
  
  .border__buscador {
    display: flex;
    align-items: center;
    border-radius: 5px;
  }
  
  .searchbox__home {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  
  form#header_buscador .form-control {
    border: none;
    font-size: 1rem;
  }
  
  form#header_buscador .form-control::placeholder {
    vertical-align: text-bottom;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
  }
  
  form#header_buscador .form-control:focus {
    box-shadow: none;
    border-color: transparent;
  }
  
  /* Cambiar el color a los links del navbar según la pagina de la Web */
  
  .links__nav__color__1 .nav-item > .nav-link,
  .color__page__1, .singlepost_1 .texto p a{
    color: #ec3e8d;
  }
  
  .border__color__1 {
    border: 1.5px solid #ec3e8d;
  }
  
  .nav-item > .nav-link:hover {
    background-size: 100% 2px;
  }
  
  .links__nav__color__2 .nav-item > .nav-link,
  .color__page__2, .singlepost_2 .texto p a{
    color: #f3b007;
  }
  
  .border__color__2 {
    border: 1.5px solid #f3b007;
  }
  
  .links__nav__color__3 .nav-item > .nav-link,
  .color__page__3, .singlepost_3 .texto p a {
    color: #47cce2;
  }
  
  .border__color__3 {
    border: 1.5px solid #47cce2;
  }
  
  .links__nav__color__4 .nav-item > .nav-link,
  .color__page__4, .singlepost_4 .texto p a{
    color: #0b4d8c;
  }
  
  .border__color__4 {
    border: 1.5px solid #0b4d8c;
  }
  
  .links__nav__color__5 .nav-item > .nav-link,
  .color__page__5, .singlepost_5 .texto p a{
    color: #ea5830;
  }
  
  .border__color__5 {
    border: 1.5px solid #ea5830;
  }
  
  .border__color__6 {
    border: 3px solid #cecece;
  }
  
  /* ------------------ Boton Navbar ------------------ */
  
  .button {
    font-size: 1rem;
    display: inline-block;
    padding: 0.6rem 0.5rem;
    margin-left: 0.5rem;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
  }
  
  .button:hover {
    color: #ffffff;
  }
  
  .categorias__button li a {
    font-size: 1rem;
    font-weight: 700;
    color: #374a59;
  }
  
  /* Color de fondo al hacer Hover del boton "Categorias" según la pagina */
  
  .pink__button:hover {
    background-color: #ec3e8d;
  }
  
  .teal__button:hover {
    background-color: #3eacec;
  }
  
  .yellow__button:hover {
    background-color: #f3b007;
  }
  
  .blue__button:hover {
    background-color: #0b4d8c;
  }
  
  .orange__button:hover {
    background-color: #ea5830;
  }
  
  
  
  
  /* ------------------ Tags Noticias ------------------ */
  
  .main-uni{
    margin-top: 7.7rem;
  }
  
  .tag {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    border-radius: 8px;
    max-width: 100%;
    font-size: 1rem;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .tag__2 {
    display: inline-block;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border-radius: 51px;
    max-width: 100%;
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .teal__tag {
    background-color: #47cce2;
    border: 1.5px solid #47cce2;
  }
  
  .yellow__tag {
    background-color: #f3b007;
    border: 1.5px solid #f3b007;
  }
  
  .pink__tag {
    background-color: #ec3e8d;
    border: 1.5px solid #ec3e8d;
  }
  
  .orange__tag {
    background-color: #ea5830;
    border: 1.5px solid #ea5830;
  }
  
  .brown__tag {
    background-color: #d2af94;
    border: 1.5px solid #d2af94;
  }
  
  .blue__tag {
    background-color: #0b4d8c;
    border: 1.5px solid #0b4d8c;
  }
  
  .white__tag {
    background-color: #ffffff;
    border: 3px solid #000000;
    color: #282827;
  }
  
  /* ------------------ Main Section ------------------ */
  
  .section__bg {
    background-image: url(../../img/bg_light_01.jpg);
  }
  
  .noticia-destacada-img{
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .noticia-secundaria-img{
    height: 325px;
    max-height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  
  /* Esta clase reduce el brillo de la noticia principal para que sea legible */
  
  .noticia__opacity {
    background-color: rgb(22, 22, 22, 0.1);
    height: 100%;
    width: 100%;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  /*fondo en texto noticias destacadas - se quita en el hover*/
  .noticia__opacity .bloque_texto{
    background-color: rgb(22, 22, 22, 0.6);
  }
  .noticia__opacity:hover .bloque_texto {
    background: none;
  }

  .especiales .noticia__opacity{
    background-color: rgb(22, 22, 22, 0.3);
  }
  
  a.noticia__opacity:hover {
    background-color: rgb(22, 22, 22, 0.7);
}

.senalU__bg .noticia__opacity {
  background-color: rgb(22,22,22, 0.4);
}
  
  .contenido--noticia--principal{
    position: relative;
    top: 54%;
    transition: all 0.5s ease-in-out;
  }
  
  .contenido--noticia--secundaria{
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .tag-title-container{
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(35%)  /* Esto y el siguiente valor manejan la distancia del titulo de la nota principal con el parrafo que se ve al pasar encima de ella. */
  }
  
  .noticia__opacity:hover .tag-title-container{
    transform: translateY(0%)
  }
  
  .tag-title-container-sec{
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(25%)  /* Esto y el siguiente valor manejan la distancia del titulo de la nota secundaria con el parrafo que se ve al pasar encima de ella. */
  }
  
  .noticia__opacity:hover .tag-title-container-sec{
    transform: translateY(0%)
  }
  
  .mas-info{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .noticia__opacity:hover .mas-info{
    opacity: 100;
  }
  
  .border__8 {
    border-radius: 8px;
  }
  
  .otras__noticias__h3 {
    margin: 1.5rem 0;
    color: #ffffff;
  }
  
  .noticia__uno {
    margin: 0 0 0.75rem 0;
    position: relative;
  }
  
  .noticia__dos {
    border-radius: 8px;
    position: relative;
  }


  
  /* .mas-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s,padding 0.5s;
  }
  
  .test:hover .mas-info {
    max-height: 200px;
    padding: 1.5rem 0;
  } */
  
  /* ------------------ Sección Coronavirus ------------------ */
  
  .covid__background {
    background-color: #009f95;
  }
  
  .covid__box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .covid__box > .col-lg-4 {
    width: 38%;
  }
  
  .covid__button {
    background-color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #009f95;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 2rem 0;
    padding: 1.5rem 1rem;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
    transition: width 1s, height 1s, transform 0.35s;
  }
  
  .covid__button img {
    padding-right: 1rem;
  }
  
  .covid__button:hover {
    transform: scale(1.03);
  }
  
  /* ------------------ Sección Redes Sociales ------------------ */
  
  .titulo__redes {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
  }
  
  .redes {
    margin: 1rem 0;
  }
  
  .redes a {
    font-family: "Barlow", sans-serif;
    border: 1px solid #cecece;
    border-radius: 8px;
    padding: 1rem;
    margin: 0.5rem 0;
  }
  
  .redes a p {
    font-size: 1.5rem;
  }
  
  .redes a:hover {
    filter: drop-shadow(1px 1px 1px rgba(73, 73, 73, 0.45));
  }
  
  .redes a > img {
    padding: 0 0.5rem;
  }
  
  /* Colores del texto de las redes */
  
  .redes a:first-child p {
    color: #cb39a7;
  }
  
  .redes a:nth-child(2) p {
    color: #55acee;
  }
  
  .redes a:nth-child(3) p {
    color: #395185;
  }
  
  .redes a:nth-child(4) p {
    color: #ff0000;
  }
  
  /* ------------------ Seccion "Actualidad  & Podcast" ------------------ */
  
  .podcast__container .row .col-lg-6 {
    width: 49%;
  }
  
  .actualidad__bg {
    background-color: #47cce2;
    border-radius: 8px;
    padding: 1.5rem;
  }
  
  .img__actualidad {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
  }
  
  .noticia__principal__actualidad {
    width: 49%;
  }
  
  .texto__noticia__principal,
  .texto__noticia__actualidad {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 1.5rem;
  }
  
  .texto__noticia__principal {
    border-radius: 0 0 8px 8px;
  }
  
  .texto__noticia__actualidad {
    border-radius: 0px 8px 8px 0px;
  }
  
  .texto__noticia__actualidad > div {
    padding-top: 1rem;
  }
  
  .border__noticia {
    border: 2px solid #cecece;
    border-radius: 8px;
  }
  
  .texto__noticia {
    background-color: #ffffff;
    border-radius: 0px 0px 8px 8px;
    padding: 1.5rem;
  }
  
  .texto__noticia > h3 {
    padding-bottom: 1rem;
  }
  
  .texto__noticia > p {
    padding-bottom: 1rem;
  }
  
  .img__actualidad__principal {
    border-radius: 8px 8px 0 0;
  }
  
  .podcast__bg {
    background-color: #ec3e8d;
    border-radius: 8px;
    padding: 1.5rem;
  }
  
  .background__tag__nota {
    margin: 0.5rem 0;
    background-color: #ec3e8d;
  }
  
  .mojo__bg {
    background-color: #ea5830;
    border-radius: 8px;
    padding: 1.5rem;
  }
  
  /* ------------------ Sección con menú de color de fondo ------------------ */
  
  /* Styles de las noticias con fondo de colores */
  
  .seccion__noticias__bg__1,
  .seccion__noticias__bg__2,
  .seccion__noticias__bg__3,
  .seccion__noticias__bg__4,
  .seccion__noticias__bg__5,   
  .seccion__noticias__bg__6 {
    border-radius: 10px;
  }
  
  .seccion__noticias__bg__1 {
    background-color: #0b4d8c;
  }
  
  .seccion__noticias__bg__2 {
    background-color: #ea5830;
  }
  
  .seccion__noticias__bg__3 {
    background-color: #d2af94;
  }
  
  .seccion__noticias__bg__4 {
    background-color: #282827;
  }
  
  .seccion__noticias__bg__5 {
    background-color: #bc043c;
  }

  .seccion__noticias__bg__6 {
    background-color: #73a012;
  }
  
  .seccion__noticias,
  .seccion__noticias__2 {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
  }
  
  .seccion__noticias > h2,
  .seccion__noticias__2 > h2 {
    padding-bottom: 1.5rem;
  }
  
  .fecha__noticia {
    display: flex;
    align-items: center;
    padding: 1rem;
  }
  
  .carrousel__mobile {
    display: none;
  }
  
  .img__noticia {
    max-width: 100%;
    width: 100%;
    max-height: 170px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
  }
  
  .noticia__col__1 {
    background-color: #ffffff;
    border-radius: 8px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .noticia__col__1 > h3,
  .noticia__col__1 > p {
    padding: 0 1rem;
    background-color: rgb(255, 255, 255);
  }
  
  .fecha__noticia {
    padding: 0 1rem 1rem 1rem;
  }
  
  .noticia__col__2 > div {
    width: 48%;
    background-color: #ffffff;
    border-radius: 8px;
  }
  
  .noticia__col__2 .col-lg-6:nth-child(3),
  .noticia__col__2 .col-lg-6:nth-child(4) {
    margin-top: 1rem;
  }
  
  .texto__noticias {
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 0px 0px 8px 8px;
  }
  
  .texto__noticias > h4 {
    padding-bottom: 2rem;
  }
  
  /* ------------------ La misma sección pero las propiedades son para las noticias en columnas de 3 ------------------ */
  
  .seccion__noticias__2 .noticia__col__1 > .fsize-20 {
    padding-top: 1rem;
  }
  
  .seccion__noticias__2 .noticia__col__1 > h3,
  .seccion__noticias__2 .noticia__col__1 > .fecha__noticia {
    padding: 1rem;
  }
  
  .seccion__noticias__2 .noticia__col__1 > h3,
  .seccion__noticias__2 .noticia__col__1 > .fecha__noticia {
    padding: 1rem;
  }
  
  /* ------------------ Sección Botones-Links ------------------ */
  
  .button__link__box {
    margin: 2.5rem auto;
    padding: 0;
  }
  
  .button__link {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    border-radius: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* ------------ Sección Banner Publicitario ------------ */
  
  .banner {
    max-width: 100%;
    width: 970px;
    /*height: 250px;*/
    object-fit: cover;
  }
  
  /* Sección Cuadros */
  
  .cuadros {
    margin: 2rem 0;
  }
  
  .cuadros > div {
    margin: 0.5rem 0;
  }
  
  /* ------------------ Sección Noticia Destacada 2 ------------------ */
  
  .col__noticia__destacada {
    position: relative;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    height: 739px;
    margin: 1.5rem 0;
  }
  
  .informe > h3 {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1rem;
    text-transform: uppercase;
    opacity: 0.7;
  }
  
  .detalles__informe > h3,
  .detalles__informe > p {
    padding: 1rem 0;
    width: 60%;
  }
  
  /* ------------------ Footer ------------------ */
  
  .footer__background__pink {
    background-color: #ec3e8d;
  }
  
  .footer__background__teal {
    background-color: #47cce2;
  }
  
  .footer__background__yellow {
    background-color: #eec632;
  }
  
  .footer__background__cyan {
    background-color: #47cce2;
  }
  
  .footer__background__blue {
    /*background-color: #0b4d8c;*/
    background-color: #1b6ebc;
  }
  
  .footer__background__orange {
    background-color: #ea5830;
  }
  
  .footer__container {
    display: flex;
    padding: 3rem 1rem;
  }
  
  .footer__logo {
    width: 228px;
    height: 127px;
  }
  
  .footer__logo__titulo {
    padding: 2rem 0 2rem 0;
  }
  
  .footer__logo__titulo p {
    font-weight: 700;
    text-align: start;
  }
  
  .footer__redessociales a {
    padding: 0 0.5rem;
  }
  
  .footer__links {
    margin: 1.5rem 0 0 1.5rem;
  }
  
  .footer__ul__1 li {
    padding: 0.25rem;
  }
  
  .footer__ul__1 li a {
    font-size: 1.25rem;
    color: #282827;
    font-weight: 700;
  }
  
  .footer__ul__1 li a:hover,
  .footer__ul__1 li a:hover {
    color: #faf9f9;
  }
  
  .footer__ul__2 {
    display: flex;
    white-space: nowrap;
  }
  
  .footer__ul__2 li {
    display: flex;
    align-items: center;
    border-right: 1px solid var(--font--color);
  }
  
  .footer__ul__2 li a {
    text-align: center;
    font-size: 1rem;
    padding-right: 0.25rem;
    color: #282827;
  }
  
  .footer__ul__2 li a:hover,
  .footer__ul__2 li a:focus {
    color: #faf9f9;
  }
  
  .footer__copyright {
    padding-bottom: 3.2rem;
  }
  
  .footer__copyright p {
    text-align: center;
  }
  
  /* ------------------ Color Invertido del texto en el footer Azul ------------------ */
  
  .footer__alt__color li a {
    color: #faf9f9;
  }
  
  .footer__alt__color li a:hover,
  .footer__alt__color li a:focus {
    color: #282827;
  }
  
  /* ------------------ Sección SinglePost ------------------ */
  
  .noticia__singlepost p {
    font-size: 1.25rem;
  }
  
  .noticia__singlepost {
    padding: 1rem;
  }
  
  .noticia__singlepost > div h1 {
    padding: 5.6rem 0 1rem 0;
  }
  
  .noticia__singlepost > h3 {
    padding: 2rem 0;
    /*line-height: 54.4px;*/
    line-height: 1.6em;
  }
  
.noticia__singlepost .texto blockquote {
  padding: 20px;
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  margin: 20px 0px;
  background-color: #f5f5f5;
}

.noticia__singlepost .texto blockquote p {
  font-style: italic;
  font-weight: bold;
}


  .fuente {
    padding-bottom: 3.2rem;
  }
  
  .fuente div p {
    font-size: 1.125rem;
  }
  
  .etiquetas {
    padding: 2rem 0;
    display: flex;
    align-items: center;
  }
  
  .etiquetas a {
    border: 1.5px solid #71717a;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0 0.5rem;
  }
  
  .noticia__relacionada__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    border: 2px solid #CCC;
    border-right: none;
  }
  
  .noticia__relacionada__texto {
    padding: 1.5rem;
    border-radius: 0 8px 8px 0;
  }
  
  .noticia__relacionada__texto > h3:nth-child(2) {
    padding: 1rem 0;
  }
  
  .noticia__relacionada__texto > p {
    padding-bottom: 1rem;
  }
  
  .noticia__relacionada__texto p {
    font-size: 1rem !important;
  }
  
  .contacto__icons__desktop {
    position: absolute;
    top: 0px;
    left: -50px;
    display: flex;
    flex-direction: column;
  }
  
  .contacto__icons {
    display: flex;
    align-items: center;
    margin: 2rem 0;
  }
  
  .contacto__icons__desktop img {
    padding: 1rem 0;
  }
  
  .contacto__icons img {
    padding: 0 0.5rem;
  }
  
  .contacto__icons a:nth-child(3) {
    padding-right: 0.5rem;
  }
  
  .contacto__icons a:nth-child(4) {
    border-left: 1px #282827 solid;
    padding-left: 0.5rem;
  }
  
  .fb-comments__css {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  
  .titulo__noticias__cuadros {
    padding: 2rem 0;
  }
  
  .titulo__noticias__cuadros > h1,
  .titulo__noticias__cuadros > h3 {
    padding: 0 0 1.5rem 0.5rem;
  }
  
  .titulo__noticias__cuadros > p {
    padding-left: 0.5rem;
  }
  
  .titulo__noticias__cuadros > h3 {
    letter-spacing: 5px;
  }
  
  /* ------------------ Sección Senal U ------------------ */
  
  .senal__u__container {
    padding: 4rem 0;
  }
  
  .senalU__bg {
    background-image: url(../../img/bg_dark_01.jpg);
    background-color: #414141;
  }
  
  .senal__u__logo {
    padding-bottom: 1rem;
  }
  
  .links__senal__u {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2rem;
  }
  
  .links__senal__u:hover {
    color: #ec3e8d;
  }
  
  .bg__texto__senal__u {
    background-color: rgb(22, 22, 22, 0.25);
    backdrop-filter: blur(2px);
    padding: 1rem;
  }
  
  .video__senal__u {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  
  .producciones__container__1 > h1 {
    padding: 1rem 0;
  }
  
  .producciones__container__1 > h3 {
    padding: 1rem 0;
  }


  .video{
    border-top: 8px solid #010001;
    border-bottom: 8px solid #010001;
    margin-bottom:30px; 
    border-radius:8px;
  }
  
  /* ---- ----- ----- Contenedor Titulo y Controles del carousel (desktop) ----- ----- ----- */
  
  .contenedor-titulo-controles {
    display: flex;
    justify-content: flex-end;
    align-items: end;
  }
  
  .contenedor-titulo-controles h3 {
    color: #fff;
    font-size: 30px;
  }
  
  .contenedor-titulo-controles .indicadores button {
    background: rgb(223, 223, 223);
    height: 11px;
    width: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-right: 2px;
    margin-bottom: 0.5rem;
  }
  
  .contenedor-titulo-controles .indicadores button:hover,
  .contenedor-titulo-controles .indicadores button.activo {
    background: #ec3e8d;
  }
  
  /* ---- ----- ----- Contenedor Principal y Flechas del carousel (desktop) ----- ----- ----- */
  
  .peliculas-recomendadas {
    margin-bottom: 70px;
  }
  
  .peliculas-recomendadas .contenedor-principal {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .peliculas-recomendadas .contenedor-principal .flecha-izquierda,
  .peliculas-recomendadas .contenedor-principal .flecha-derecha {
    position: absolute;
    border: none;
    background: rgb(255, 255, 255);
    height: 50px;
    line-height: 40px;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 500;
    transition: 0.2s ease all;
  }
  
  .peliculas-recomendadas .contenedor-principal .flecha-izquierda {
    left: 0;
  }
  
  .peliculas-recomendadas .contenedor-principal .flecha-derecha {
    right: 0;
  }
  
  /* ---- ----- ----- Carousel ----- ----- ----- */
  .peliculas-recomendadas .contenedor-carousel {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    scroll-behavior: smooth;
  }
  
  .peliculas-recomendadas .contenedor-carousel .carousel {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .peliculas-recomendadas .contenedor-carousel .carousel .pelicula {
    min-width: 25%;
    transition: 0.3s ease all;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  
  .peliculas-recomendadas .contenedor-carousel .carousel .pelicula.hover {
    transform: scale(1.2);
    transform-origin: center;
  }
  
  .peliculas-recomendadas .contenedor-carousel .carousel .pelicula img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
  }
  
  /* ------------------ Carousel Mobile ------------------ */
  
  .button__prev-icon {
    opacity: 1;
    background-color: #ffffff;
  }
  
  .button__next-icon {
    background-color: #ffffff;
    opacity: 1;
  }
  
  .prev-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.9);
    background-image: none;
  }
  
  .next-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.9);
    background-image: none;
  }
  
  .button__prev__icon__2,
  .button__next__icon__2 {
    opacity: 1;
  }
  
  /* ------------------ Pagina Radio U ------------------ */
  
  .carousel__img {
    height: 480px;
    object-fit: cover;
  }
  
  .next-prev__radio__u {
    width: 10%;
    z-index: 20;
  }
  
  .next-prev__radio__u .carousel-control-next-icon,
  .next-prev__radio__u .carousel-control-prev-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  
  .links__radio__u {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2rem;
  }
  
  .links__radio__u:hover {
    color: #47cce2;
  }
  
  .downloadapp {
    background-color: #47cce2;
    padding: 1rem;
    transition: width 1s, height 1s, transform 0.35s;
  }
  
  .downloadapp p {
    color: #ececec;
    font-weight: 700;
    font-size: 1.125rem;
  }
  
  /* ----------------------- Radio U: Podcast ----------------------- */
  
  .border__categorias {
    border: 3px solid #eec632;
    border-radius: 8px;
    padding: 1.5rem;
  }
  
  .container__podcast {
    justify-content: space-between;
  }
  
  .container__podcast > .col-lg-4 {
    width: 32%;
    margin: 1rem 0;
  }
  
  /* ------------------ Sección U Deportivo ------------------ */
  
  .video__u__deportivo__container {
    padding: 3rem 0;
  }
  
  .video__u__deportivo__comentarios {
    padding: 3rem 0;
  }
  
  .video__u__deportivo__container iframe {
    width: 953px;
    height: 538px;
  }
  
  .title__suplementario {
    padding: 2rem 0.75rem 0 0;
  }
  
  /*
  .title__suplementario > h1 {
    color: #47cce2;
  }
  */
  
  /* --------------- Sección U Academico --------------- */
  
  .bg__u__academico {
    /* background-image: url(../img/uacademico/main/bg__u__academico.png); */
    background-color: #222222;
    background-position: center;
  }
  
  .bg__u__academico__light {
    background-image: url("../../img/bg_light_01.jpg");
    background-position: top;
  }
  
  .uacademico__container {
    justify-content: space-between;
    padding: 2rem 0;
  }
  
  .logo__u__academico__container {
    padding-bottom: 3.2rem;
  }
  
  .uacademico__container .col-lg-5 {
    width: 40%;
  }
  
  .img__noticias__uacademico {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px 0px 0px 8px;
  }
  
  .texto__noticias__uacademico {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
  }
  
  .texto__noticias__uacademico > img {
    border-radius: 8px 8px 0 0;
  }
  
  .texto__noticias__uacademico > h3 {
    padding: 0 1rem;
  }
  
  .texto__noticias__uacademico > div {
    padding: 0 1rem 1rem 1rem;
  }
  
  .texto__noticias__uacademico > p {
    padding: 0 1rem;
  }
  
  /* Estilos para las 3 noticias en filas */
  
  .noticias__row__academico .row:nth-child(2) {
    margin: 2rem 0;
  }
  
  .texto__noticias__uacademico__2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 8px 8px 0;
  }
  
  .texto__noticias__uacademico__2 > p {
    padding: 0 1rem 0.75rem 1rem;
  }
  
  .texto__noticias__uacademico__2 > div {
    padding: 0 1rem;
  }
  
  /* Form U Academico */
  
  .container__button__u__academico__verde {
    display: flex;
    justify-content: flex-end;
  }
  
  .button__u__academico__verde {
    background-color: #5ab05a;
    border-radius: 8px;
    padding: 1rem 2rem;
    margin: 1.5rem 0;
    display: inline-block;
  }
  
  .button__categorias {
    display: flex;
    justify-content: flex-end;
  }
  
  .button__u__academico__verde p {
    font-weight: 700;
    color: #f5f5f5;
  }
  
  .border__buscador__2 {
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 1rem;
    background-color: #ffffff;
  }
  
  .form-control-uacademico {
    border: none;
    font-size: 1.5rem;
  }
  
  .form-control-uacademico::placeholder {
    vertical-align: text-bottom;
    font-family: "Barlow", sans-serif;
    font-size: 1.5rem;
  }
  
  .button__u__academico {
    font-size: 1.5rem;
    display: inline-block;
    padding: 1.25rem 2rem;
    margin-left: 0.5rem;
    border-radius: 24px;
    background-color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #3d3d3d;
    border: 3px solid #cecece;
  }
  
  .opciones__categorias {
    font-size: 1.5rem;
  }
  
  /* Carousel U-Academico Test */
  
  .carousel-slide-u-academico {
    display: flex;
    justify-content: center;
  }
  
  .carousel-u-academico {
    width: 100%;
    height: 270px;
    max-height: 270px;
  }
  
  .carousel-u-academico-img {
    margin: 0 0.25rem;
    width: 400px;
    height: 270px;
    object-fit: cover;
    max-height: 256px;
  }
  
  /* ------------------ Sección Listado Categorias ------------------ */
  
  .main__noticia {
    height: 100vh;
    margin-top: 2rem;
  }
  

  .categorias__opacity {
    background-color: rgb(22, 22, 22, 0.8);
    height: 100%;
    width: 100%;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }


  .titulo__listado__categorias {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 3.5rem;
    height: 100%;
  }
  
  .curva__noticia {
    position: absolute;
    bottom: -2px;
    z-index: 20;
  }
  
  .titulo__listado__categorias > h2 {
    letter-spacing: 10px;
  }
  
  .titulo__listado__categorias > h1 {
    font-size: 56px;
    padding: 2.5rem 0;
  }
  
  .titulo__listado__categorias > p {
    font-size: 1.25rem;
  }
  
  /* ------------------ Sección Resultado Búsqueda ------------------ */
  
  .button__categorias-ordenar {
    display: flex;
    justify-content: center;
  }
  
  .buscador__resultado {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .img__princ__resultado__busqueda {
    height: auto;
    min-height: 484px;
    object-fit: cover;
  }
  
  /* ------------------ Sección Edicion U ------------------ */
  
  .container__edicionu {
    justify-content: space-between;
  }
  
  .container__edicionu > .col-lg-6 {
    width: 49%;
  }
  
  .img__cuadros__edicion__u {
    border-radius: 8px 0 0 8px;
  }
  
  .texto__cuadros__edicionu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1rem;
  }
  
  .texto__cuadros__edicionu > h5 {
    font-size: 1.25rem;
  }
  
  .texto__cuadros__edicionu > h5,
  .texto__cuadros__edicionu > p {
    padding-bottom: 1rem;
  }
  
  .paginas a {
    font-size: 1.25rem;
    margin: 0 1rem;
  }
  
  .pagina__activa {
    color: #47cce2;
  }
  
  .previous {
    font-size: 1.25rem;
    color: #a1a1aa;
  }
  
  .next {
    font-size: 1.25rem;
    color: #47cce2;
  }
  
  /* ------------------ Secciónes de Senal U ------------------ */
  
  /* El Canal */
  
  .canal {
    padding: 2rem 0;
    color: #ea5830;
    font-size: 3.5rem;
    text-align: center;
  }
  
  .texto__senal__u p {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }
  
  .lista__propuestas,
  .lista__propuestas li {
    list-style: disc;
  }
  
  .lista__propuestas {
    padding: 1rem 2rem;
  }
  
  .lista__propuestas p {
    font-size: 1.25rem;
  }
  
  /* Presentaciones de proyectos */
  
  .presentacion__container {
    padding: 3rem 0;
  }
  
  .texto__formulario {
    line-height: 34px;
  }
  
  .button__presentaciones {
    padding: 1rem;
  }
  
  /* Programación: Senal U */
  
  .radio__container {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1.5rem;
  }
  
  .links__radio li {
    padding: 0 0.5rem;
  }
  
  .links__radio li a {
    font-size: 1.5rem;
  }
  
  .link__radio__active {
    font-weight: 700;
  }
  
  .titulo__noticias__cuadros > p {
    font-size: 1.5rem;
  }
  
  .img__carousel__senal__u {
    max-width: 100%;
    width: 400px;
    height: 270px;
    object-fit: cover;
  }
  
  .icon__width {
    width: 5%;
  }
  
  .video__container {
    transition: width 1s, height 1s, transform 0.35s;
  }
  
  .video__container:hover {
    transform: scale(1.05);
  }
  
  .contenido__video {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 400px;
    height: 270px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    opacity: 0;
  }
  
  .duracion {
    font-size: 1.125rem;
    border-radius: 4px;
    padding: 0.25rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.75);
  }
  
  .contenido__video:hover {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  
  /* ---------------- Grilla Horaria -------------- */
  
  .horarios__container {
    display: flex;
    overflow-x: scroll;
  }
  
  .container__empty {
    width: 169px;
    height: 67px;
    border: 1px solid #cecece;
  }
  
  .horarios__subcontainer h4,
  .horarios__subcontainer h5,
  .dia p {
    width: 169px;
    height: 67px;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .horarios__subcontainer h4,
  .horarios__subcontainer h5 {
    font-size: 1rem;
    font-weight: 700;
  }
  
  .horarios__subcontainer h5 {
    text-align: center;
  }
  
  .dia {
    display: flex;
    flex-direction: column;
  }
  
  .dia p {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
  }
  
  .programacion p {
    display: flex;
    align-items: center;
    width: 169px;
    height: 67px;
    padding: 1rem 0.5rem;
    border: 1px solid #cecece;
  }
  
  /* Color del texto "Ahora" y el fondo de los días */
  
  .ahora__color__1 {
    color: #ec3e8d;
  }
  
  .ahora__color__2 {
    color: #47cce2;
  }
  
  .ahora__color__4 {
    color: #0b4d8c;
  }
  
  .dia__color__1 {
    background-color: #ec3e8d;
  }
  
  .dia__color__2 {
    background-color: #47cce2;
  }
  
  .dia__color__4 {
    background-color: #0b4d8c;
  }
  
  /* ------------------ Secciónes de Radio U ------------------ */
  
  /* Nuestro Staff */
  
  .staff {
    padding: 2rem 0;
    font-size: 3.5rem;
    text-align: center;
  }
  
  .lista__staff {
    padding-top: 1rem;
    padding-left: 3.2rem;
  }
  
  .lista__staff li {
    list-style: disc;
  }
  
  .lista__staff li p {
    font-size: 1.25rem;
  }
  
  /* ---- ----- ----- Media Queries ----- ----- ----- */
  
  /* Fix para el footer */
  
  @media (max-width: 1200px) {
    
    .contenido--noticia--secundaria{
      top: -15%;
    }
    
  
    .footer__ul__2 {
      white-space: normal;
    }
  
  }
  
  @media (max-width: 991px) {
    /* ------------------ Navbar -> Fecha y Buscador ------------------ */
  
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1030;
      padding: 0.5rem 1rem;
      background-color: #ffffff;
      box-shadow: rgba(3, 3, 3, 0.2) 0px 3px 8px;
    }
  
    .navbar__vh-100 {
      height: 100vh;
    }
  
    .buscador__container {
      flex-direction: column;
    }
  
    .searchbox__home > div:first-child {
      order: 2;
    }
  
    .searchbox__home > div:nth-child(2) {
      order: 1;
      width: 70%;
    }
  
    .logo {
      width: 65px;
      height: 35px;
    }
  
    .button {
      margin-left: 0;
    }
  
    .fecha__calendario__nav {
      margin-left: 1.25rem;
    }
  
    .border__buscador {
      margin: 1rem 0;
    }
  
    .links__nav > .nav-item {
      padding: 0.75rem 0;
    }
  
    .links__nav .nav-item > .nav-link {
      font-size: 1.25rem;
      padding: 0;
    }
  
    /* ------------------ Main ------------------ */
  
    .main-uni {
      margin-top: 3rem;
    }
  
    .noticia-destacada-img {
      height: 360px;
    }
  
    .contenido--noticia--principal{
      position: static;
    }
  
    .noticia__uno{
      margin: 0.75rem 0;
    }
    
    .contenido--noticia--principal,.contenido--noticia--secundaria{
      position: static;
      height: 100%;
      justify-content: flex-end;
    }
  
    .noticia-secundaria-img{
      object-fit: cover;
      height: 345px;
    }
    
    .tag-title-container{
      position: static;
      transition: all 0.5s ease-in-out;
      transform: translateY(0%)  /* Esto y el siguiente valor manejan la distancia del titulo de la nota principal con el parrafo que se ve al pasar encima de ella. */
    }
    
    .tag-title-container-sec{
      position: relative;
      top: 0;
      transition: all 0.5s ease-in-out;
      transform: translateY(0%)  /* Esto y el siguiente valor manejan la distancia del titulo de la nota secundaria con el parrafo que se ve al pasar encima de ella. */
    }
  
    .tag-title-container-sec h2{
      font-size: 1.75rem;
    }
    
    .mas-info{
      display: none;
    }
  
    .covid__icon {
      display: none;
    }
  
    .covid__box > .col-lg-4 {
      width: 100%;
    }
  
    .covid__button {
      padding: 1rem;
    }
  
    .covid__button > p {
      font-size: 1rem;
    }
  
    .titulo__redes {
      font-size: 1.5rem;
    }
  
    /* ------------------ Sección Actualidad y Podcast ------------------ */
  
    .noticia__principal__actualidad {
      width: 100%;
    }
  
    .img__actualidad {
      border-radius: 8px 8px 0 0;
    }
  
    .img__actualidad__principal {
      border-radius: 8px 8px 0 0;
    }
  
    .texto__noticia__actualidad {
      border-radius: 0px 0px 8px 8px;
    }
  
    .podcast__container .row .col-lg-6 {
      width: 100%;
    }
  
    .podcast__container > h1 {
      padding-bottom: 0.5rem;
    }
  
    /* ------------------ Sección Noticias con menú de color de fondo ------------------ */
  
    .noticia__col__1 {
      width: 100%;
    }
  
    .noticia__col__1 > h3 {
      padding-top: 1rem;
    }
  
    .noticia__col__1 > p,
    .noticia__col__1 > .fecha__noticia {
      padding: 0.5rem 1rem;
    }
  
    .noticia__col__2 > div {
      margin-top: 1rem;
      width: 100%;
    }
  
    .seccion__noticias__2 .col-lg-4 {
      margin: 0.5rem 0;
    }
  
    /* ------------------ Sección Links Internos ------------------ */
  
    .box__noticias__1 {
      width: 100%;
    }
  
    .button__link__box {
      display: flex;
      justify-content: center;
    }
  
    /* Imagenes cuadradas clickeables */
  
    .cuadros > div {
      display: flex;
      justify-content: center;
    }
  
    /* ------------------ Sección Noticias Destacada 2 ------------------ */
  
    .col__noticia__destacada {
      height: 640px;
      position: relative;
    }
  
    .detalles__informe > h2,
    .detalles__informe > p {
      width: 100%;
    }
  
    /* ------------------ Footer ------------------ */
  
    .footer__links {
      display: none;
    }
  
    .footer__container {
      justify-content: center;
    }
  
    .footer__col__1 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    /* ------------------ Sección SinglePost ------------------ */
  
    .fuente div {
      flex-wrap: wrap;
    }
  
    .etiquetas {
      flex-wrap: wrap;
    }
  
    .etiquetas a {
      margin: 0.5rem;
      text-decoration: none;
      font-weight: normal;
    }
  
    /* ------------------ Sección Senal U ------------------ */
  
    .video__senal__u {
      height: 360px;
      margin: 1rem 0;
    }
  
    /* Carousel de Radio U */
  
    .carousel__img {
      height: 225px;
      width: 100%;
      object-fit: cover;
    }
  
    .carousel__container {
      margin: 2rem 0;
    }
  
    /* ----------------------- Radio U: Podcast ----------------------- */
  
    .border__categorias {
      border: 3px solid #eec632;
      border-radius: 8px;
      padding: 1.5rem;
    }
  
    .container__podcast {
      justify-content: center;
    }
  
    .container__podcast > .col-lg-4 {
      width: 100%;
    }
  
    /* ------------------ Sección U Deportivo ------------------ */
  
    .video__u__deportivo__container {
      padding: 2rem 0;
    }
  
    .video__u__deportivo__container iframe {
      width: 100%;
      height: 480px;
    }
  
    /* ------------------ Sección U Academico ------------------ */
  
    .uacademico__container .col-lg-5 {
      width: 100%;
    }
  
    .img__noticias__uacademico {
      border-radius: 8px 8px 0 0;
    }
  
    .texto__noticias__uacademico {
      border-radius: 8px;
    }
  
    .texto__noticias__uacademico > h3 {
      padding: 1.5rem 1rem 0 1rem;
    }
  
    .texto__noticias__uacademico > div {
      padding: 0 1rem 1rem 1rem;
    }
  
    .texto__noticias__uacademico > p {
      padding: 1rem;
    }
  
    .noticias__row__academico .row:first-child {
      margin-top: 1rem;
    }
  
    .noticias__row__academico .row:nth-child(2) {
      margin: 1rem 0;
    }
  
    .texto__noticias__uacademico__2 {
      border-radius: 0 0 8px 8px;
    }
  
    .texto__noticias__uacademico__2 > p {
      padding: 1rem 1rem 0 1rem;
    }
  
    .texto__noticias__uacademico__2 > div {
      padding: 1rem;
    }
  
    .button__categorias {
      margin-top: 1.5rem;
      justify-content: center;
    }
  
    .form-control-uacademico {
      font-size: 1.125rem;
      padding-left: 1.5rem;
    }
  
    .form-control-uacademico::placeholder,
    .button__u__academico,
    .opciones__categorias {
      font-size: 1.125rem;
    }
  
    /* ----------------------- Listado Categorias ----------------------- */
  
    .img__princ__listado__categorias {
      height: auto;
      min-height: 440px;
      object-fit: cover;
    }
  
    .titulo__listado__categorias {
      padding: 1rem;
    }
  
    .titulo__listado__categorias > h1,
    .titulo__listado__categorias > h2,
    .titulo__listado__categorias > p {
      text-align: center;
    }
  
    .titulo__listado__categorias > h2 {
      font-size: 1.25rem;
    }
  
    .titulo__listado__categorias > h1 {
      font-size: 40px;
      padding: 2.5rem 0;
    }
  
    .titulo__listado__categorias > p {
      font-size: 1.125rem;
    }
  
    /* ------------------ Sección Resultado Búsqueda ------------------ */
  
    .button__categorias-ordenar {
      justify-content: space-evenly;
      padding: 2rem 0;
    }
  
    /* ------------------ Sección Edicion U ------------------ */
  
    .img__cuadros__edicion__u {
      height: 370px;
    }
  
    .container__edicionu > .col-lg-6 {
      width: 95%;
      margin: 0.8rem auto;
    }
  
    .img__cuadros__edicion__u {
      border-radius: 8px 8px 0 0;
    }
  
    .paginas a {
      font-size: 1rem;
      margin: 0 0.5rem;
    }
  
    .previous {
      font-size: 1rem;
      color: #a1a1aa;
    }
  
    .next {
      font-size: 1rem;
      color: #47cce2;
    }
  
    /* ------------------ Secciónes de Senal U ------------------ */
  
    /* Programación: Senal U */
  
    .radio__container {
      justify-content: center;
    }
  
    .links__radio li a {
      font-size: 1.125rem;
    }
  
    .titulo__noticias__cuadros > p {
      font-size: 1.125rem;
    }
  
    /* Grilla Horaria */
  
    .container__empty,
    .horarios__subcontainer h4,
    .horarios__subcontainer h5,
    .dia p,
    .programacion p {
      width: 82px;
    }
  }
  
  @media (max-width: 768px) {
  
    /* Sección Redes Sociales */
  
    .redes {
      /*margin: 4.8rem 0;*/
    }
  
    .redes a {
      border: none;
      font-size: 1rem;
      padding: 0.5rem;
      margin: 0.5rem 0;
    }
  
    /* Carrousel Noticias */
  
    .carrousel__mobile {
      display: block;
    }
  
    .carousel-indicators [data-bs-target] {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
  
    .carrousel__noticia__container {
      padding: 1rem 2rem;
    }
  
    .title__carrousel {
      padding: 1rem 1.5rem 0 1.5rem;
      color: #ffffff;
    }
  
    .img__carrousel {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      padding: 1rem 1.5rem 0 1.5rem;
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
  
    .noticia__carrousel {
      background-color: #ffffff;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      padding: 1.5rem;
      margin: 0 1.5rem 2rem 1.5rem;
    }
  
    .noticia__carrousel > h4 {
      padding: 1rem 0;
    }
  
    .button__next__icon__1,
    .button__prev__icon__1 {
      width: 0;
      height: 0;
    }
  
    /* ------------------ Sección SinglePost ------------------ */
  
    .contacto__icons {
      justify-content: center;
    }
  
    .container__singlepost > .col-lg-4 {
      width: 95%;
      margin: 0.8rem auto;
    }
  
  
    /* ------------------ Sección Senal U ------------------ */
  
    .video__senal__u {
      height: 240px;
    }
  
    /* ------------------ Sección U Deportivo ------------------ */
  
    .video__u__deportivo__container {
      padding: 1.5rem 0;
    }
  
    .video__u__deportivo__container iframe {
      width: 100%;
      height: 269px;
    }
  
    /* ------------------ Sección U Academico ------------------ */
  
    .container__button__u__academico__verde {
      justify-content: center;
    }
  
    /* ------------------ Sección Resultado Búsqueda ------------------ */
  
    .button__categorias-ordenar {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    .buscador__resultado {
      position: absolute;
      top: 10%;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
    }
  }
  
  
  /*    SWIPER JS     */
  

  
  .swiper-container {
    width: 100%;
    height: 380px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-top: 20px;
    margin-bottom: 40px;
  }
  
  
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: cover;
    position: relative;
  }
  
  .slide-title{
    font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  color: #000000;
  }
  
  .overlay{
    position: absolute;
    transform: translateY(80%);
    height: 100%;
  }
  
  .swiper-slide:hover img {
    height: 100%;
    transition: all 1s ease-in-out;
  }

  .swiper-slide:hover .overlay{
    width: 100%;
    height: 100%;
    transform: translateY(0);
    transition: all 0.8s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: left;
    padding: 3px 20px;
  }
  
  .swiper-slide:hover .slide-title {
    color: #fff;
  }
  
  .slide-play{
    display: none;
    opacity: 0;
    height: 50px;
    width: 50px;
    margin-top: 15px;
    transition: all 2s ease-in-out;
  }
  
  .swiper-slide:hover .slide-play {
    display: block;
    opacity: 1;
  }
  .swiper-slide:hover .slide-time,
  .swiper-slide:hover .slide-body {
    display: inline-block;
    opacity: 1;
    transition: all 2s ease-in-out;
  }
  
  .slide-time {
    display: none;
    background:rgba(0, 0, 0, 0.8);
    border-radius: 10%;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    opacity: 0;
    transition: all 2s ease-in-out;
  }
  
  .slide-body {
    display: none;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
  }

  .swiper-button-prev, .swiper-button-next{
    background-color: #FFFFFF !important;
    border-radius: 50px;
    width: 55px !important;
    height: 55px !important;
    color:#000000 !important;
	top: 40% !important;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold !important;
  }


/*fondo oscuro*/
  .senalU__bg .swiper-slide {
  	background: none !important;
  } 
  .senalU__bg .slide-title{
  	color: #FFF;
  }
  .senalU__bg .swipe-title-categoria a, .senalU__bg .producciones__container__1 h1{
  	color:#FFF
  }
  
  .senalU__bg .button {
  	margin-bottom: 40px;
  }




/*------------------------------------------------------------ agregados ----------------------------------------------------------------------*/
.AVISO{
    background:red;
    color: #FFFFFF;
    padding:10px;
    font-size: 2em;
}

.button_gray{
  background-color: #414141;
  color:#FFFFFF;
}

.tag__2{
    margin-right: 10px;
}
.tag__2 a{
    color:#FFFFFF;
}
.img-post{
    text-align: center;
}

.white__tag a{
  color:#000000 !important;  
}
.tag a{
  color:#FFFFFF;
} 

.epigrafe{
  font-size: 14px !important;
  text-align:right;
  margin-top: -2.8rem;
}

.img-item {
    border-radius: 8px 8px 0px 0px;
}
.img-item-card {
    border-radius: 8px 0px 0px 8px;
}


.video_youtube{
  margin-bottom: 20px;
  border: 2px solid #cecece;
  border-radius: 8px;
}

/*-- titulo --*/

.tipo header h1{
    font-size: 3rem;
    text-align: center;
    margin:20px 0px;
}

.noticia__singlepost h2{
  margin-top: 40px;
  margin-bottom: 10px;
}

.noticia__singlepost .content-redes{
    /*fijo solo en desktop*/
    position: sticky;
    top: 180px;
}

.noticia__singlepost .texto p a {
  font-weight: bold;
}

/*--- texto ----*/


.texto p{
    font-size: 1.25rem;
    padding: 0.5rem 0;
}
.texto ul li{
  list-style: disc;
}
.texto ul li, .texto ol li{
    font-size: 1.25rem;
    font-family: "Barlow", sans-serif;
    margin-bottom: 10px;
}
.texto ul, .texto ol{
}

.texto ul p, .texto ol p{
    font-size: 1.25rem;
}

/*img-fluid y centrada en imagenes dentro del texto -- iframes en contenido*/
.noticia__singlepost .texto p img, .noticia__singlepost .texto h2 img, .noticia__singlepost .texto h3 img, .noticia__singlepost .texto h4 img, .noticia__singlepost .texto iframe{
  max-width:100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*texto epigrafe fotos*/
.noticia__singlepost .texto p img + em{
  text-align: center;
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}

/*iframe tweet*/
.texto .twitter-tweet.twitter-tweet-rendered {
  margin: auto;
  display: block;
  margin-bottom: 30px !important;
}


/* --- grilla programacion ---*/

.modulo-template_table .table{
  --bs-table-striped-bg:#FFF;
}
.table-programacion h4{
  padding-bottom:10px;
  border-bottom:1px solid #CCC;
}
.table-programacion .list-group-item-success{
  background-color:#47CCE2;
  padding:10px;
  color:#FFFFFF;
}
.table-programacion .list-group-item-success h4{
  color:#FFFFFF;
  border:none;
}

/*contenedor de tabla para vista tel*/
@media (max-width: 760px) {
  .content-programacion{
      width: 100%;
      overflow: auto;
      overflow-y: hidden;
      -ms-overflow-y:hidden;
    }
  }

/* ----------------------------------------------------------- */
/* --- Columnas de cinco para la grilla --- */
/* ----------------------------------------------------------- */
.col-xs-cinco,
.col-sm-cinco,
.col-md-cinco,
.col-lg-cinco {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-cinco,
.col-md-cinco,
.col-sm-cinco,
.col-xs-cinco {
  width: 20%;
  float: left;
}
@media (max-width: 768px) {
  .col-lg-cinco,
  .col-md-cinco,
  .col-sm-cinco,
  .col-xs-cinco {
    width: 50%;
    position: relative;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 360px) {
  .col-lg-cinco,
  .col-md-cinco,
  .col-sm-cinco,
  .col-xs-cinco {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
  }
}
/* ----------------------------------------------------------- */
/* --- Columnas de 7 para la grilla --- */
/* ----------------------------------------------------------- */
@media (min-width: 768px){
.col-md-siete,
.col-sm-siete,
.col-lg-siete  {
    width: 100%;

  }
}


@media (min-width: 992px) {
  .col-md-siete,
  .col-sm-siete,
  .col-lg-siete {
    width: 14.285714285714285714285714285714%;

  }
}


@media (min-width: 1200px) {
    .col-md-siete,
    .col-sm-siete,
    .col-lg-siete {
    width: 14.285714285714285714285714285714%;

  }
}

/* ----------------------------------------------------------- */
/* --- Columnas sin calles --- */
/* ----------------------------------------------------------- */
.row.no-gutter {
  padding-left: 15px;
  padding-right: 15px;
}
.row.no-gutter [class^="col-"],
.row.no-gutter [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter2 {
  padding-left: 13px;
  padding-right: 13px;
}
.row.no-gutter2 [class^="col-"],
.row.no-gutter2 [class*=" col-"] {
  padding-right: 1px;
  padding-left: 1px;
}








/*--- home -----*/



.noticia__principal__actualidad.bg-light {
  background-color: #ffffff !important;
}

#agenda-cultural{
  border-radius: 10px;
  background-color: #25dab0;
  margin-top:40px;
}
#agenda-cultural a{
color:#060B3D;
}
#agenda-cultural .texto__noticia{
  padding:10px 15px;
}

section#video-home{
  background-color: #414141;
  margin: 0px 0px 30px 0px;
  padding: 30px 0px;
}
section#video-home iframe{
  margin: 0px;
  padding: 0px;
}

.podcast__bg .texto__noticia__actualidad {
    background: #a41e5b;
}
.podcast__bg .texto__noticia__actualidad a, .podcast__bg .texto__noticia__actualidad P{
    color:#FFFFFF;
}


.fecha-humana{
  text-transform: lowercase;
}

.player {
    text-align: right;
}

.pagination{
  padding-top:15px;
  margin:auto;
}
.pagination .page-link{
  color:#000000;
  border:none;
  font-weight: bold;
}
.pagination .page-link a:hover{
  color:#000000;
}
.pagination .page-item.active .page-link{
  background-color:#999999;
  border:1px solid #999999;
}



/* ----------- NUEVA CABECERA -------------------*/

header .ul__desktop {
  padding: 0px 20px;
  justify-content: left;
}
header .navbar{
  display:block;
} 
header .box_datos{
      display:block;
  }
header .dropdown-menu {
  border-radius:8px;
}

header .navbar-toggler-icon:hover{
  opacity: 0.8;
}
header .dropdown-menu .dropdown-item{
  font-weight:700;
}
header .dropdown-menu a.dropdown-item:hover{
  background:none !important;
  color:#000000 ;
}

header .logo{
  margin:3px 0px 3px 20px;
}

@media (min-width: 991px){
  header .logo{
    margin:3px 0px 0px 0px;
  }
  header .box_datos{
    display:flex;
  }
}


/* MODULOS */
.modulo_descargas .card{
  background-color: #F5F5F5;
}
.modulo_descargas .card img {
  padding:15px;
}
.modulo-audios .media-list{
  list-style: none;
  padding: 0px;
}

.modulo-audios .media-list .media{
  margin-bottom: 20px;
}

.modulo .btn-default{
  background:#6C757D;
  color:#FFFFFF;
  font-weight: bold;
}


/*variacion de dispositivos*/


@media (min-width: 992px), @media (min-width: 1200px) {
  /*altos específicos en desktop*/
  #agenda-cultural article{
    height:100%;
    background-color: #FFFFFF;
  }
  .item-card-home{
    height:230px;
    overflow: hidden;
  }

  .noticia__singlepost h1{
    margin-top: 2rem;
    padding: 0px 1rem;
  }

  .noticia__singlepost .lead{
    padding: 0px 1rem;
  }

  .noticia__singlepost > h3 {
    padding: 2rem 1rem;
  }
  .noticia__singlepost .epigrafe{
    padding-left:95px;
    padding-right:95px
  }

  .noticia__singlepost .texto blockquote {
    padding: 20px 40px;
    margin: 60px;
  }
  
  .noticia__singlepost .texto blockquote p {
    font-size: 1.6em;
  }

  .noticia__uno .box-autor, .noticia__dos .box-autor{
    max-width: 200px;
  }

  /*BANNER DESTACADO*/
  .banner_destacado{
    background-size: cover;
  }

}


/*titulo en destacadas version movil*/

.contenido--noticia--secundaria h2{
  font-size: 28px;
}


@media (max-width: 768px), @media (max-width: 360px){
  .contenido--noticia--principal h2, .contenido--noticia--secundaria h2{
    font-size:22px;
  }

  .carousel__container .noticia__opacity h2{
   font-size:20px; 
  }
}


/*AGREGADO ADMIN*/
.navbar-admin{
  opacity: 0.9;
  font-weight: bold;
}



