@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */

    body {
      margin: 0;
      font-family: Arial, sans-serif;
      height: 100vh;
      display: flex;
      flex-direction: column;
    }
    .section {
      flex: 1;
      position: relative;
      background-image: url('Fondo2.jpg');
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
    }
    .logo-podcast {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 200px;
    }
    .content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
      padding: 80px 0 60px 0;
      gap: 100px;
    }
    .imagen-central {
      max-width: 650px;
    }
    .franja {
      background-color: #ed98b5;
      color: #071844;
      padding: 5px 0;
      text-align: center;
      font-size: 18px;
      width: 100%;
    }
    .new-section {
      height: 1080px;
      background-image: url('Fondo4.png');
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 60px;
    }
    .new-section2 {
      height-min: 1080px;
      background-image: url('Fondo4.png');
      background-size: cover;
      background-position: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 150px 0 50px 0;
    }
    .img-superior {
      width: 200px;
      margin-bottom: 30px;
    }
    .contenedor, .contenedor2 {
      background: #fff;
      background-position: center;
      display: flex;
      justify-content: flex-start;
      border-radius: 10px;
      overflow: hidden;
	  padding: 30px;
    }
.contenedor {
  width: 734px;
  /*background-image: url('Fondo3.png');*/
  padding: 30px;
  border: 4px solid #071844;
  margin-bottom: 60px;
  display: flex;
  align-items: center; /* Alinea el contenido verticalmente */
}
.contenedor2 {
  width: 634px;
  border: 4px solid #84cef9;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center; /* Alinea el contenido verticalmente */
}
    .img-media {
      width: 300px;
      height: 300px;
    }
    .img-media2 {
      width: 100px;
      height: 100px;
    }
	.contenedor .img-media {
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.09);
	}
    .texto {
      color: #071844;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 30px;
    }
    .podcast-titulo {
      font-size: 26px;
      font-weight: 600;
      color: #ed98b5;
      margin-bottom: 10px;
    }
    .nombre-episodio {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .descripcion {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.5;
    }  
	 .new-section2 .texto {
      color: #0a2145;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
    }
    .new-section2 .podcast-titulo {
      font-size: 14px;
      font-weight: 600;
      color: #ed98b5;
      margin-bottom: 5px;
    }
    .new-section2 .nombre-episodio {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px;
    }
    .new-section2 .descripcion {
      font-size: 12px;
      font-weight: 300;
      line-height: 1.5;
    }
	.img-superior, .img-media, .img-media2 {
        border-radius: 5px; /* Ajusta el valor según el nivel de redondez deseado */
    }
	.fras {
		text-align: center;
		margin-top: 100px;
		width: 400px;
		margin-bottom: 20px;
	}
	.podcast-platforms img, 
	.social-media img {
		width: 40px;
		margin: 0 10px;
		vertical-align: middle;
		margin-bottom: 80px;
	}
	.social-media2 img {
		width: 20px;
		margin: 0 5px 10px 0;
		vertical-align: middle;
	}
	.podcast-platforms {
		margin-bottom: 20px;
	}
	p {
		font-size: 18px;
		margin-bottom: 10px;
		cursor: pointer;
	}
	.social-media {
		margin-top: 10px;
	}  
	.contenedor, .contenedor2 {
	  text-decoration: none; /* Elimina el subrayado del enlace */
	  color: inherit; /* Hereda el color del texto */
	  cursor: pointer;
	}

/* Audio */
        .title {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
            color: #85cffa;
        }
        .progress-bar {
            height: 10px;
            background-color: #e0e1e0;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
            margin: 0 0 10px 0; /* Espacio alrededor de la barra de progreso */
        }
        .progress-fill {
            height: 100%;
            width: 0;
            background-color: #84cef9;
        }
        .time {
            font-size: 0.8em;
        }
		.controls {
			display: flex;
			align-items: center;
			justify-content: flex-start; /* Cambiar a space-between para distribuir el espacio */
			gap: 10px; /* Espacio entre los controles */
			margin-top: 0px; /* Espacio arriba para separar de la barra de progreso */
			margin-bottom: 60px;
		}

		.img-superior2 {
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			width: 200px;
		    margin-bottom: 60px;
		}

		.img-superior2:hover {
			transform: scale(1.1) translateY(-5px); /* Aumenta el tamaño y mueve hacia arriba */
		}

		.image-container3 {
			display: flex;
			justify-content: center; /* Centra horizontalmente */
			align-items: center;     /* Centra verticalmente */
		}



.play-pause-btn {
    background-color: #84cef9; /* Color de fondo del botón */
    border: none;
    padding: 10px 20px;
    border-radius: 30px; /* Hace que el botón tenga esquinas redondeadas */
    cursor: pointer;
    display: flex;
    align-items: center; /* Alinea el texto y el icono */
    justify-content: center; /* Centra el contenido dentro del botón */
    gap: 10px; /* Espacio entre el icono y el texto */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Efectos de transición */
    font-size: 26px; /* Tamaño del texto */
    color: #071844; /* Color del texto */
	margin-bottom: 80px;
	margin-top:-30px;
}

.play-pause-btn:hover {
    transform: scale(1.1); /* Aumenta el tamaño al pasar el mouse */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Agrega sombra */
}

.play-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #071844; /* Fondo blanco para el círculo */
    border-radius: 50%; /* Hace el icono circular */
    width: 40px; /* Tamaño del círculo */
    height: 40px; /* Tamaño del círculo */
    color: #84cef9; /* Color verde para el icono */
}
.play-icon i {
    font-size: 20px; /* Tamaño del icono */
}

.audio-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Espacio arriba */
}


    /* Media queries para ajustes de pantalla */
    @media (max-width: 1200px) {
      .content { flex-direction: column; gap: 40px; }
      .imagen-central { max-width: 550px; }
    }
    @media (max-width: 768px) {
      .content { gap: 30px; }
      .contenedor, .contenedor2 { width: 80%;}
      .img-media { width: 250px; height: 250px; }
		h2 {font-size: 18px;}
	  .fras {width: 300px;}
    }
    @media (max-width: 576px) {
      .logo-podcast { width: 60px; top: 10px; left: 10px; }
      .content { padding: 40px 0 40px 0; gap: 20px; }
      .imagen-central { max-width: 300px; }
      .contenedor, .contenedor2 { width: 90%; padding: 18px 0; flex-direction: column; align-items: center; }
      .img-media { width: 150px; height: 150px; }
      .img-media2 { width: 150px; height: 150px; }
}
