#btn-back-to-top {
  position: fixed;
  bottom: 55px;
  right: 12px;
  display: none;
}

.base_aperturas {
  background-color: rgba(0, 0, 0, 0.8);
}

h1{
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 700;
}

h2{
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #000;
}

h3{
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 600;
}

h4 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.nav-link{
  font-family: "Raleway", sans-serif;
  color:#0053a8;
  font-weight: 600;
  font-size:14px;
}

.titulo-slide{
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color:#FFF;
  text-shadow: 1px 1px 4px #000;
}

.titulo2-slide {
  font-family: "Raleway", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 1px 1px 4px #000;
}

p{
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.texto-grueso{
  font-weight: 700;
}

.texto-naranja{
  color:#f5ab00;
  font-size: 15px;
}

.texto-rojo {
  color: #fd1c1d;
}

.texto-blanco{
  color:#FFF;
  font-size: 14px;
}

.texto-verde {
  color: #5b9c28;
}

.texto-azul {
  color: #0053a7;
}

.texto-gris {
  color: #777;
}

.texto-negro{
  /* TEXTO DE SEECION DE LAS NOTICIAS DE LA HOME */
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color:#000;
}

.texto-seccion {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #FFF;
  font-weight: 600;
}

.texto-seccion-home {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #8b8b8b;
}

.texto-programa {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #494949;
}

.texto-footer{
  /* TEXTO DE SEECION DE LAS NOTICIAS DE LA HOME */
  color:#2d2d2d;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}

.texto-13{
  font-size: 13px;
  line-height: 22px;
}


.texto-14{
  font-size: 14px;
  line-height: 24px;
}

.list-group {
  --bs-list-group-color: none;
  --bs-list-group-bg: none;
}
.contenedor-fotos{
  position:relative;
  max-height:269px;
  overflow:hidden;
}

.contenedor-novedades{
  box-shadow: 0px 0px 4px #e4e4e4;
}

.footer-novedades {
  background-color: #264694;;
  padding: 10px;
  color:#FFF;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 18;
  text-align: center;
}

li, .btn{
  font-family: "Raleway", sans-serif;
}

.botones-home-negros{
  background-color: rgba(0,0,0,0.5);
  border-radius:5px;
  min-height:150px;
  padding:35px;
}

.botones-interior-negros{
  background-color: rgba(0,0,0,0.05);
  border-radius:5px;
  min-height:625px;
  padding:35px;
}

.contenedor-home-negros{
  background-color: rgba(0,0,0,0.5);
  padding:0px;
}

.botones-home-blancos{
  background-color: #5e48b6;
  border: 1px solid #FFF;
  border-radius:5px;
  min-height:100px;
  padding:15px;
  padding-top:22px;
}

.boton-home-programas {
  font-family: "Raleway", sans-serif;
  background-color: #f2f2f2;
  color:#868686;
  border: 1px solid #868686;
  border-radius: 5px;
  padding: 5px 12px 5px 12px;
  font-size: 16px;
  font-weight: 400;
  min-height: 30px;
}

.boton-home-programas:hover {
  font-family: "Raleway", sans-serif;
  background-color: #868686;
  border: 1px solid #E3E3E3;
  color:#E3E3E3;
  border-radius: 5px;
  min-height: 30px;
  padding: 5px 12px 5px 12px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}

.contenedor-destacados{
  border-radius: 8px;
  overflow: hidden;
  filter: brightness(100%);
    /* Estado normal */
}



      .progs-destacados {
        border-radius: 8px;
          overflow: hidden;
          filter: brightness(100%);        
      }

      .progs-destacados .prog-item img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
        transition: 0.3s;
      }

      .progs-destacados .prog-item:hover img {
        filter: brightness(50%);
        background-color: #000;
          /* cursor: pointer; */
      }

      .progs-destacados .prog-item {
        position: relative;
        transition: 0.3s;
      }

      .progs-destacados .prog-item .prog-content {
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 20px;
        transform: translateY(100px);
        opacity: 0;
        transition: 0.3s;
      }

      .progs-destacados .prog-item:hover .prog-content {
        opacity: 1;
        transform: translateY(0);
      }

.bg-video {
  background-image: url("../images/bg-video.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 650px;
}

.bajada-video {
  font-size: 14px;
  font-weight: 600;
  color: #e2d9d2;
}

.titulo-video {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
}

.bg-1991 {
  background-image: url("../images/bg-1991.jpg");
  background-size: 500px;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 200px;
}

.bg-pie {
  background-image: url("../images/bg-footer.jpg");
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}


.iconos-naranjas{
  font-size:42px;
  color:#ffc107;
  margin-top:0px;
}



.titulo-naranja{
  color:#ffc107;
  margin-top:17px;
}

.slide_mobile{
  display:none;
  margin-bottom: 0px;
}

.vl {
  border-left: 18px solid #5e48b6;
  height: 80px;
  margin-right: 20px;
}

.vl-interior {
  border-left: 18px solid #5e48b6;
  height: 300px;
  margin-right: 20px;
}

.vl2 {
  border-left: 18px solid #5e48b6;
  height: 50px;
  margin-right: 20px;
}

.vl2w {
  border-left: 18px solid #FFF;
  height: 50px;
  margin-right: 20px;
}


.dropdown-menu{
--bs-dropdown-link-color: #CCC;
--bs-dropdown-link-hover-color: #000;
--bs-dropdown-link-hover-bg: #000;
}

.navbar-brand{
  padding-top:0px;
}

.justify-content-md-center {
  justify-content: right !important;
}

.hr-gris{
  border-color: #b0afb5;
  border-width: 4px;
  width: 555px;
}

.menu_principal{
  position:absolute;
  top:0px;
  right:0px;
}

.foto-programa{
  width: 50%;
}

@media (max-width: 1200px) {

  .foto-programa {
      width: 100%;
    }

  .menu_principal {
      position: relative;
      top: 0px;
      left: 0px;
    }

  .slide_mobile{
    display:inline;
    margin-bottom: 0px;
  }
	.slide_desktop{display:none;}

  .navbar-collapse{
    margin-left:10px;
    /* margin-bottom: 25px; */
  }

  .cabezal_black{
    padding-right:0px;
  }

  .navbar-brand{
    margin-top:0px;
    margin-left:0px;
  }

  .hr-gris{
    border-color: #b0afb5;
    border-width: 4px;
    width: 90%;
  }

  .titulo-slide {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 4px #000;
  }

  .titulo2-slide {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 1px 1px 4px #000;
  }

    .carousel-caption {
      bottom: 0px;
      top:40%;
    }

    .progs-destacados .prog-item img {
      filter: brightness(50%);
      background-color: #000;
      /* cursor: pointer; */
    }
    
    .progs-destacados .prog-item .prog-content {
      opacity: 1;
      transform: translateY(0);
    }

    .bg-video {
      background-image: url("../images/bg-video.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 400px;
    }
}
