*{
    padding: 0;
    margin: 0;
}


.primer-bloque{
    background-color: rgb(209, 212, 212);
}

.primer-bloque p {
   
   display: inline;
}
.numero{
    position: relative;
    margin-left: 100px;
}
.correo{
    margin-left: 30px;
}

.iconos{
 
    display: inline;
    position: absolute;
    margin-left: 260px;
    margin-top: 14px;
    letter-spacing: 7px;
    
}
.button-container {
    display: inline-flex;
    margin-left: 400px;
}

.button {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.red-button {
    background-color: #4265c7; /* Color rojo */
    border-radius: 5px 0 0 5px; /* Bordes redondeados en la izquierda */
}

.cyan-button {
    background-color: #72b4e0; 
    border-radius: 0 5px 5px 0; 
}

.button .icon {
    margin-right: 8px;
    font-size: 18px;
}

.button:hover {
    opacity: 0.9; 
}
.sec-logo{

    height: 135px;
}
.sec-logo img{
    margin: 20px 0 24px 100px;
}
nav{
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  position: absolute;
  word-spacing: 100px;
  margin-top: 48px;
 margin-left: 100px;
}

nav a{
    text-decoration: none;
    
    color: black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

nav a:hover{
    color: rgb(65, 122, 230);
    border-bottom: 2px solid rgb(65, 122, 230);
    transition: all 200ms ;
}
.slider {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .slider ul {
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 100%;
  }
  .slider li {
    width: 100%;
    list-style: none;
  
  }
  
  .slider img {
    float: left;
    vertical-align: top;
    height: 500px;
   min-width:  1366px;
    
  }
  
  /* esta parte del código indica una animacion mas conocido como slaider que va pasando imagen por imagen */
  @keyframes cambio {
    0% {
      margin-left: 0;
    }
    20% {
      margin-left: 0;
    }
    25% {
      margin-left: -100%;
    }
    45% {
      margin-left: -100%;
    }
    50% {
      margin-left: -200%;
    }
    70% {
      margin-left: -200%;
    }
    75% {
      margin-left: -300%;
    }
    100% {
      margin-left: -300%;
    }
  }

  .cartas{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(#1e2642, #8eabbe);
  }
  .card-list .card-item {
    list-style: none;
  }
  
  .card-list .card-item .card-link {
    user-select: none;
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid transparent;
    box-shadow: 0 10PX 10PX rgba(0,0,0, 0.05);
    transition: 0.2s ease;
  
  }
  .card-list .card-item .card-link:hover{
    border-color: #5372F0;

  }
    

  .card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .card-list .card-link .badge {
    color: #5372F0;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: #DDE4FF;
    width: fit-content;
    border-radius: 50px;
  }

  .card-list .card-link .badge.designer {
    color: #B22485;
    background: #F7DFF5;
  }
  
  .card-list .card-link .badge.foto2{
    color: #B25A2B;
    background: #FFE3D2;
  }
  
  .card-list .card-link .badge.foto3 {
    color: #205C20;
    background: #D6F8D6;
  }
  
  .card-list .card-link .badge.foto4 {
    color: #856404;
    background: #fff3cd;
  }
  .card-list .card-link .card-title {
    font-size: 1.19rem;
    color: #000;
    font-weight: 600;
  }
  
  .card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #5372F0;
    border-radius: 50%;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    border: 2px solid #5372F0;
    transform: rotate(-45deg);
  }
iframe{
position: fixed;
bottom: 0;
width: 100%;
z-index: 100;

}

.filtros {
  padding: 20px 0;
  text-align: center;
  background-color: #1b1b2f;
}

.filtros-container {
  display: inline-flex;
  gap: 15px;
}
.filter-button {
  padding: 10px 20px;
  background-color: #444;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.filter-button:hover {
  background-color: #b0b3bd;
}
/* Estilos para la sección de publicaciones */
.publicaciones {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
}

.publicaciones h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #1b1b2f;
}

/* Contenedor de las tarjetas de publicación */
.publicaciones-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Estilos de las tarjetas individuales */
.publicacion-card {
  background-color: #fefefe;
  color: #333;
  width: 300px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
  
}
.publicacion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.publicacion-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.publicacion-card h3 {
  font-size: 1.5em;
  margin: 10px 0;
  color: #1b1b2f;
}
.publicacion-card p {
  font-size: 1em;
  color: #666;
  margin-bottom: 15px;
}
.button-link {
  padding: 10px 20px;
  background-color: #4162d1;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.button-link:hover {
  background-color:#5e4cff;
}



.mister{
  background-color: #000;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: white;
  margin: 0;
  padding: 0;
}
.jovenes{
  position: absolute;
  margin:0px;
  margin-top: 15px;
 
}
.justin{
  margin-left: 600px;
  position: absolute;
  margin-bottom: 100px;
  overflow: hidden;
}
.div-or-div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  background: linear-gradient(#b0b3bd, #8eabbe);
}
.container{
 position: relative;
 gap: 30px;
 width: auto;
 max-width: 100%;
 flex-wrap: wrap;
 min-height: 100px;
}
.card {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 500px;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(255, 0, 132, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-1{
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  width: 500px;
  padding: 25px;
  margin-top: 10px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(90, 69, 209, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-1:hover{
  transform: translateY(10px);
  box-shadow: 0 10px 25px rgba(51, 0, 255, 0.5);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(51, 0, 255, 0.5);
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: linear-gradient(#b0b3bd, #8eabbe);
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.button-link:hover {
  background: linear-gradient(90deg, #4265c7, #72b4e0);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(67, 81, 207, 0.5);
}


.content1 {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent; 
}

.box1 {
  background-image: url('img/adol.png'); 
  background-size: cover; 
  background-position: center; 
  width: 50%; 
  height: 400px; 
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(100, 86, 224, 0.3);
}

.radio-image-app {
  display: flex;
  width: 100%;
  max-width: 1200px;
  gap: 20px;
}


.box2 {
  background: linear-gradient(#1e2642, #8eabbe);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  color: white;
}
.box2 a{
  font-size: 30px;
}


footer {
  background-color: #222;
  color: white;
  padding: 40px 20px;
  
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  text-decoration: none;
}
.footer-section a{
  text-decoration: none;
  color: white;
}
.footer-section h4 {
  color: #86a2f0;
}

.footer-section ul li a:hover {
  color: #86a2f0;
}
.social-icons img {
  width: 30px;  
  height: 30px; 
  margin-right: 10px;
}
.footer-message {
  color: #8eabbe;
  font-size: 16px;
  text-align: right; 
  
  color: #aaa;
  margin-left: 100px;
  }

  #loadMoreButton{
    border: 0;
    margin-left: 600px;
    margin-top: 17px;
    background-image: linear-gradient(150deg, #472aca, #09f, #00ddff);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 18px;
    padding: 4px;
    cursor: pointer;
    transition: .3s;
  }
  #loadMoreButton span{
    background-color: #111;
    padding: 16px 24px;
    border-radius: 6px;
    transition: .3s;
  }
  #loadMoreButton:hover span{
    background: none;
  }
  #loadMoreButton:active{
    transform: scale(0.9);
  }

  /* Sección del reproductor */
.radio-player {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 100%;
}

.radio-player h2 {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.radio-player iframe {
  border: none;
  border-radius: 5px;
}

/* Sección "Sobre Nosotros" */
.about {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  text-align: center;
}

.about h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 10px;
}

/* Sección de redes sociales */
.social-media {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  text-align: center;
}

.social-media h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 15px;
}

.social-media .social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-media .social-links a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.social-media .social-links .facebook { background-color: #3b5998; }
.social-media .social-links .twitter { background-color: #1da1f2; }
.social-media .social-links .instagram { background-color: #e1306c; }

.social-media .social-links a:hover {
  opacity: 0.8;
}

/* Pie de página */
footer {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  margin-top: auto;
}

