*{
    margin: 0;
    padding: 0;
     box-sizing: border-box;
}

.social-buttons {
    background-color:black;
    background-image: url('../../multimedia/imagenes/radio4.jpg'); /* Reemplaza 'ruta-de-tu-imagen.jpg' con la ruta de tu imagen */
    background-size: contain; /* La imagen se ajustará dentro del elemento sin recortarse */
    background-repeat: no-repeat;
    background-position:center;
    margin-right: auto;/* Ancho del div según sea necesario */
    height: 130px; /* Altura del div según sea necesario (ajusta esto) */   
    color: #fff;
    text-align: center;
    padding: 1em;


  border: 8px solid black;
  animation: cambiarColores 3s infinite;
}

@keyframes cambiarColores {
  0% {
    border-color: red;
  }
  25% {
    border-color:blue;
  }
  50% {
    border-color:purple ;
  }
  75% {
    border-color: silver;
  }
  100% {
    border-color: red;
  }
}


   
   /* Asegúrate de agregar estos estilos al final de tu archivo CSS o ajustar según sea necesario */

/*.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.78); /* Fondo oscuro transparente */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Z-index alto para que esté sobre otros elementos */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.nav.active {
    visibility: visible;
    opacity: 1;
}



<img src="radio4.jpg" alt="Descripción de la imagen" class="mi-elemento">

.nav{
    
    margin: 6px auto;
    background: #34495E;
    padding: 0;
    display: flex;
 
}

.nav ul{
    list-style: none;

}

.nav-list > li{
    position: relative;
    display: inline-block;
    position: relative; /* Agrega esto para controlar el submenú */
}

.nav-list > li > a{
    display: block;
    padding: 15px 31px;
    color: black;
    font-family: 'Open sans';
    text-decoration: none;
font-weight: bold;

}


.nav-list a:hover, .submenu li a:hover {
    transform: rotateX(10deg) scale(1.0);
    background-color: orange;
    border-color: #fff;
}




/* Submenu */

.submenu {
    
    position: absolute;
    background: #34495E;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.5s;
    z-index: 999; /* Asegura que el submenú esté por encima de otros elementos */
}

.submenu li a{
    display: block;
    padding: 15px;
    color: #fff;
    font-family: 'Open sans';
    text-decoration: none;
}


.nav-list li:hover .submenu {
    visibility: visible;
    opacity: 1;
    border-color: #fff;

}



footer {
    text-align: center;
    padding: 1em;
    background-color: #34495E;
    color: #fff;
}
    


/* Estilos generales radio  */

.audio-container {
    float: right;
    margin-top: 50px;
     justify-content: flex-end;
  display: flex;
  width: 120px;
  align-items: center;

    height: 40px;
    border-radius: 190%;
 
}


body {
    margin: 0;
    padding: 0;
}

/* Estilos para los botones sociales */

.social-buttons {
    display: flex;
    gap: 20px;
    
}
.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 90%;
    background-color:   #FF0000;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    position: relative;
  top: 50px;
    
}



.social-button:hover {
    background-color:   orange;
}

.whatsapp {
    background-color:   white;
}

.facebook {
    background-color:   white;
}

.twitter {
    background-color:   white;      
}

.instagram {
    background-color:   white;

}

.chat {
    background-color:   white;

}


/* Estilos para el logo*/

.logo {

border-radius: 10px;
  
    margin:-20px;
  width: 220px; 
  height: 60px;
 
}


/* Estilos para el reproductor de audio */
#audioAJDDHR {
    margin-right: auto;
    margin-left: 20px;
    margin-top: -10px; /* Ajusta esta propiedad para subir el reproductor */
}



/* Estilos para las imágenes en los botones */
.social-button img {
    width: 30px;
    height: 30px;
}




/* Estilos para el carrusel de noticias */

.container-carousel {
    position: relative;
    width: 500px;
    height: 400px;
    background-color: #000000;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    border-radius: 15px;
    overflow: hidden;


    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    
    border: 1px solid #ccc;
  
}



.carruseles {
    width: 100%;
    height: 100%;
    display: flex;

}

.slider-section {
    width: calc(100% / 10);
    height: 100%;
}

.slider-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #333333d4;
    color: #fff;
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: black;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 2px;
    font-size: 1px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}





    /* Estilos para el slider farandula */

.slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.slider img {
    width: 100%;
    height: auto;
}
.slider {
    position: relative;
    width: 500px;
    height: 400px;
    background-color: #e0e0e0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    border-radius: 15px;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #ccc;
  
}
.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.prev-btn,
.next-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #555;
}







/* styles.css */

/* Estilos para el carrusel del index */

.container-carousel {
    position: relative;
    top: 15px;
    width: 400er;
    height:500er;
    background-color: #e0e0e0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.66);
    border-radius: 15px;
    overflow: hidden;

}

.carruseles {
    width: 1500%;
    height: 100%;
    display: flex;

}

.slider-section {
    width: calc(310% / 15);
    height: autos;%;
}

.slider-section img {
    width: 100%;
    height: 100%;
     object-fit: fill;
    border-radius: 15px;
}

.btn-left,
.btn-right {
    display: flex;
    position: absolute;
    top: 50%;
    font-size: 1.5rem;
    background-color: transparent;
    border-radius: 50%;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff81;
    transform: translate(0,-50%);
    transition: .5s ease;
    user-select: none;
}

.btn-left:hover,
.btn-right:hover {
    background-color: #333333d4;
    color: #fff;
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}


/*/--------farandula */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background:#FAD201;
    
}

.header {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}

.main-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
}

.article {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 2px solid #3498db; /* Agregar estilo al marco de la imagen */
}

.news-divider {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ccc; /* Agregar línea separadora entre las noticias */
}

.footer {
    background-color: #34495E;
    padding: 10px;
    text-align: center;
}










//*-----estilos videos-----*//
body  {
    background:black;
}

.video-container {
      display: flex;
      align-items: center;
    }

    .video-player {
      width: 900px; /* Ancho fijo del reproductor */
      height: 637px; /* Altura fija del reproductor */
    }

    .video-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      margin-left: 20px;
    }

    .video-list img {
      width: 170px;
      height: 150px; /* Establece la altura fija de las miniaturas */
      object-fit: cover;
      cursor: pointer;
       border: 3px solid transparent;
      transition: border-color 0.3s ease;
    }

    .video-list img:hover {
      border-color: #3498db;
    }


 /* locutor*/

body {  
    

    .carousel-inner {
      text-align: center;
    }

    .carousel-image {
      max-height: 500px; /* Altura máxima de las imágenes */
      margin: 0 auto;
    }
/* Estilos para el carrusel */
.carousel {
    max-width:200px; /* Ajusta el ancho máximo del carrusel según tu diseño */
    margin: 0 auto; /* Centra el carrusel horizontalmente en la página */
}

/* Estilos para las imágenes del carrusel */
.carousel-image {
    width: 100%; /* Las imágenes del carrusel ocuparán el 100% del contenedor */
}

/* Estilos para el footer */

footer {
    text-align: center;
    padding: 1em;
    background-color: #34495E;
    color: #fff;
    margin-top: auto; /* Esto empuja el footer hacia abajo */
}
    
 /* ------------estilos de la pg noticias ------------*/
    
    body {

    font-family: Arial, sans-serif;
    margin: 0;
    
    display:grid;
    min-height:100vh;
    grid-template-rows:auto 1fr auto;
}
        
          .container {
            padding: 20px;
                background-color:#FAD201;
        
        }
        .carousel-item img {
            width: 100%;
            height: auto;       
            
        }
        
         .carousel-item img {
            max-width: 100%;
            height: auto;
            
        }
        .carousel {
            max-width: 400px; /* Ajusta el tamaño del carrusel aquí */
            margin: 0 auto;
            
        }
        .carousel-inner {
            max-height: 700px; /* Ajusta la altura máxima del carrusel aquí */
        
        }
        




.col {
    margin: 10px 0; /* Ajusta el valor vertical como desees */
}
        .card-columns .card {
        display: inline-block;
        width: 200%;
        
        }

        .card-img-top {
        width: 100%;
        height: 200px !important; //esta es la parte importante para que todas tus card-img tengan la misma medida sin importar el tamaño de la imagen
        border-top-left-radius: calc(0.25rem - 1px);
        border-top-right-radius: calc(0.25rem - 1px);
        background-color:#FAD201;
        }
        .card-columns {
        column-gap: 0;
        background-color:#FAD201;
        }
        