body {
  margin: 0;
  padding: 0;
  background: rgba(38,38,38,1);
  font-family: Arial, sans-serif;
  color: white;
  min-height: 100vh;
}

/* Estilos unificados para los botones de crear emisora */
.btn-crear-emisora {
    background-color: #007aff;
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #007aff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}

.btn-crear-emisora:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 122, 255, 0.2);
    background-color: transparent;
    color: #007aff !important;
}

/* Estilos para las cards de géneros musicales */
.casillas-container .wpb_wrapper.vc_figure.card,
.carousel .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
}

.casillas-container .wpb_wrapper.vc_figure.card:hover,
.carousel .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Estilos para elementos seleccionados */
.casillas-container .wpb_wrapper.vc_figure.card.pintada .overlay,
.carousel .card.pintada .overlay-azul {
    opacity: 1 !important;
    background-color: rgba(0, 122, 255, 0.6) !important;
}

.casillas-container .wpb_wrapper.vc_figure.card.pintada .select-text,
.carousel .card.pintada .select-text {
    opacity: 1;
    transform: translateY(0);
}

/* Estilos para el texto de selección */
.casillas-container .select-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(40, 145, 154, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 3;
}

/* Mostrar el texto solo en hover y cuando la card no está seleccionada */
.casillas-container .wpb_wrapper.vc_figure.card:not(.pintada):hover .select-text {
    opacity: 1;
}

/* Ocultar el texto en cards seleccionadas */
.casillas-container .wpb_wrapper.vc_figure.card.pintada .select-text {
    display: none;
}

/*INICIO ESTILOS PARA AJUSTAR LOS PASOS E INSTRUCCIONES */
/* Contenedor principal de los pasos */

/* Alineación de los pasos numerados */
.info-box-wrapper.text-center {
    text-align: left !important;
    width: 100%;
}

/* Estilos comunes para todos los info-box */
.wd-info-box.text-center {
    justify-content: flex-start !important;
    width: 80%;
	padding-left: 25%;
    display: flex !important;
}

/* Alineación del contenido del info-box */
.wd-info-box.text-center .info-box-content {
    text-align: left !important;
}

/* Alineación del ícono numérico */
.box-icon-wrapper.box-with-text {
    margin-right: 10px;
}

/* Asegurar que todos los info-box tengan el mismo alineamiento */
.reproductor .wd-info-box.text-center {
    justify-content: flex-start !important;
    width: 100%;
    margin: 10px 0;
}

/* Ajuste para el contenedor del reproductor */
.reproductor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
/*FIN ESTILOS PARA AJUSTAR LOS PASOS E INSTRUCCIONES */


/* INICIO BANNER ENCABEZADO */
.banner-container {
  position: relative;
  width: 100vw;       /* Fuerza el ancho al 100% de la ventana */
  left: 50%;
  right: 50%;
  margin-left: -50vw; /* Sale del contenedor */
  margin-right: -50vw;
  padding: 60px 20px; /* opcional: padding interior */
  background-color: #f5f5f5; /* o lo que necesites */
}


.banner-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.banner-text {
  flex: 1 1 350px;             /* Antes: 400px, ahora más angosto */
  max-width: 500px;            /* Antes: 600px, ahora más estrecho */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #111;
  padding-left: 30px; /* Espacio entre el texto y el logo */
}

.banner-text .highlight {
  color: #1ab487; /* Verde claro */
  font-weight: 500;
}

.banner-button {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  font-size: 12px;
  background-color: #008CFF;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s;
}

.banner-button:hover {
  background-color: #006fce;
}

.banner-logo {
  flex: 1 1 360px;             /* Puedes ajustar también este valor si quieres mayor espacio */
  text-align: center;
}

.banner-logo img {
  max-width: 120%;             /* Escala el logo un 20% más grande */
  height: auto;
  transform: scale(1.2);       /* Otra forma más precisa de ampliarlo en escala */
  transform-origin: center;
}
/* FIN BANNER ENCABEZADO */

	.reproductor {
	  text-align: center;
	  margin: 0;
	  min-width: 297px;
	  margin-top: 30px;
	
	}
	
	.titulo_seccion{
		text-align: right;
		font-family: Fredoka, arial rounded;
		font-style: normal;
		font-weight: bold;
		font-size: 30px;
		color: rgba(0,181,240,1);
		display: block;
		width: 80%;
		margin: auto;
	}
	
	.controles button {
	  margin: 5px;
	}
	
	.boton-me-gusta {
	  background-color: #007bff; /* Color de fondo del botón */
	  color: #fff; /* Color del texto del botón */
	  border: none; /* Elimina el borde del botón */
	  padding: 10px 20px; /* Espaciado interno del botón */
	  border-radius: 5px; /* Redondea las esquinas del botón */
	  cursor: pointer; /* Cambia el cursor al pasar por encima del botón */
	}
	
	.boton-me-gusta:hover {
	  background-color: #0056b3; /* Cambia el color de fondo al pasar el cursor por encima */
	}
	
	#frmlogin{
	  display: none;
	}
	
	#selectoresEstadosAnimo{
	  display: none;
	}
	
	.carousel .card{
		list-style: none;
		position: relative;
		text-align: center;
		color: white; /* Color del texto */
		cursor: pointer;
	}
/*	.card.pintada, .card.contenidoPintado {
		width: 100%;
		height: 100%;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background-color: rgba(0, 90, 169, 0.7);
	}*/

	/* Estilos para la imagen dentro de la tarjeta en el diseño para Web*/
	.casillas-container .vc_single_image-wrapper {
		width: 150px;
		height: 150px;
		overflow: hidden;
		position: relative;
		display: inline-block;
	}

	.casillas-container .vc_single_image-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 10px;
		display: block;
	}

	.vc_single_image-wrapper .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background-color: rgba(0, 90, 169, 0.7); /* azul translúcido */
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
		z-index: 2;
	}

	/* ✅ Selecciona el overlay dentro de la wrapper, cuando el figure padre tiene clase 'pintada' */
	figure.pintada .vc_single_image-wrapper .overlay {
		opacity: 1;
	}
	/* FIN Estilos para la imagen dentro de la tarjeta en el diseño para Web*/
	
	.casillas-container {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-auto-rows: 150px;
		gap: 16px;
		justify-content: center;
		max-width: 1200px;
		margin: 0 auto;
		padding: 2em 1em;
		transition: all 0.3s ease;
	}

	.casillas-container .card .img img{
		width: 65px;
		height: 65px;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		object-fit: cover;
	}
	.casillas-container .card .img .card-transparente{
		position: absolute;
		top: 20px;
		left: 0;
		width: 65px;
		height: 25px;
		background-color: rgba(0, 0, 0, 0.7); /* Fondo negro semi-transparente */
		opacity: 0.7;
	}
	.casillas-container .card .img span{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 10px;
		font-weight: bold;
	}


	.casillas-container.casilla {
		@media (max-width:1000px){
			width: 85px;
			height: 45px;
			font-size: 13px;		
		}
	  width: 100px;
	  height: 50px;
	  border: 1px solid black;
	  background-color: rgba(0, 217, 255, 0.5);
	  cursor: pointer;
	}
	
	.casillas-container .casilla.pintada {
	  background-color: rgba(255, 180, 0, 0.5);
	}

	/*INICIO CARRUSEL*/
	.wrapper{
		display: none;
	}
	@media screen and (max-width: 650px) {
		.casillas-container {
			display: none;
		}

		.wrapper {
			max-width: 400px;
			width: 75%;
			position: relative;
			margin: auto;
			display: block;
		}

		.wrapper i {
			height: 10px;
			width: 30px;
			text-align: center;
			line-height: 10px;
			cursor: pointer;
			position: absolute;
			top: 40%;
			transform: translateY(-50%);
		}

		.wrapper i:first-child {
			left: -35px;
		}

		.wrapper i:last-child {
			right: -35px;
		}

		.wrapper .carousel {
			display: grid;
			grid-auto-flow: column;
			grid-auto-columns: calc((100 / 5) - 12px);
			gap: 10px;
			overflow: hidden;
			scroll-behavior: smooth;
			padding-left: 10px;
		}

		.wrapper .carousel .card {
			list-style: none;
			position: relative;
			text-align: center;
			color: white;
			cursor: pointer;
		}

		.wrapper .carousel .card .img {
			position: relative;
		}

		.wrapper .carousel .card .img img {
			min-width: 100px;
			height: 100px;
			border-radius: 10px;
			object-fit: cover;
		}

		/* Capa azul que aparece al hacer clic */
		.wrapper .carousel .card .overlay-azul {
			position: absolute;
			top: 0;
			left: 0;
			width: 100px;
			height: 100px;
			border-radius: 10px;
			background-color: rgba(0, 90, 169, 0.6);
			opacity: 0;
			pointer-events: none;
			z-index: 3;
			transition: opacity 0.2s ease;
		}

		/* Mostrar overlay cuando la casilla está pintada */
		.wrapper .carousel .card.pintada .overlay-azul {
			opacity: 1;
		}

		.wrapper .carousel .card .img .card-transparente {
			position: absolute;
			top: 40px;
			left: 0;
			width: 100px;
			height: 25px;
			background-color: rgba(0, 0, 0, 0.7);
			opacity: 0.7;
			z-index: 4;
		}

		.wrapper .carousel .card .img span {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 10px;
			font-weight: bold;
			z-index: 5;
		}

		.flecha {
			display: inline-block;
			transform: scaleY(3) !important;
		}

	}
	/*FIN CARRUSEL*/
	
	/*Contador del tiempo que falta para que finalice un audio */
	#contador {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	
	.player {
		width: 50%;
		min-width: 400px;
		height: 150px;
		  margin: 0px auto; /*Agregado para "centrar" el div */
		background-color: rgba(187,209,216,1);
		position: relative;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		  border-radius: 50px;
	}
	.player ul {
		list-style: none;
	}
	.player ul li {
		display: inline-block;
	}
	.artwork {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 10px;
		height: 200px;
		padding-top: 1%;
		/*background: #005aa9;*/
		border-radius: 50px;
		color: var(--wd-title-color);
		text-transform: var(--wd-title-transform);
		font-size: 12px;
		font-weight: var(--wd-title-font-weight);
		font-style: var(--wd-title-font-style);
		font-family: var(--wd-title-font);
		line-height: 1.4;
	}
	.artwork h1{
		margin-bottom: 0px;
	}

	#artist {
		font-size: 20px;
		color: #289099;
	}
	#song {
		font-size: 20px;
		color: #289099;
	}
	
	/* Adicionado por Wilmer Gil */
	.info {
		margin-top: 20px;
	}
	/* Fin Adicionado por Wilmer Gil */
	
	.info h1 {
		margin: 0 0 -10px;
		margin-left: 180px;
		width: 182px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.info h4 {
		line-height: 20px;
		color: rgb(99, 99, 103);
		margin-left: 180px;
		width: 182px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.info h2 {
		margin-left: 180px;
		width: 182px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.button-items {
		@media (max-width:360px){
			margin-left: 170px;
		}
		margin-left: 180px;
	}
	#slider {
		width: 182px;
		height: 4px;
		background: rgb(21, 21, 24);
		border-radius: 2px;
		overflow: hidden;
	}
	#slider #elapsed {
		width: 0px;
		height: 4px;
		background: rgb(239, 109, 188);
		border-radius: 2px;
	}
	#slider #buffered {
		width: 0px;
		height: 4px;
		background: rgba(239, 109, 188, 0.3);
		border-radius: 2px;
		margin-top: -4px;
	}
	#timer {
		color: rgb(99, 99, 103);
		line-height: 0;
		font-size: 9pt;
		float: right;
		font-family: Arial, Sans-Serif;
	}
	.controls {
		display: flex;
		align-items: center;
		gap: 5px; /* espacio entre botones */
		justify-content: center;
	}
	.controls svg:nth-child(2) {
		margin-left: 5px;
		margin-right: 5px;
	}

	#play {
		padding: 0 3px;
		width: 60px;
		height: 60px;
		x: 0px;
		y: 0px;
		enable-background: new 0 0 25 25;
		visibility: block;
	}
	#play g {
		stroke: rgb(254, 254, 254);
		stroke-width: 1;
		stroke-miterlimit: 10;
	}
	#play g path {
		fill: rgb(254, 254, 254);
	}
	
	#play:hover {
		cursor: pointer;
	}
	#play:hover g {
		stroke: rgb(239, 109, 188);
		cursor: pointer;
	}
	#play:hover g path {
		fill: rgb(239, 109, 188);
		cursor: pointer;
	}
	.step-backward {
		width: 18px;
		height: 18px;
		x: 0px;
		y: 0px;
		enable-background: new 0 0 25 25;
		margin-bottom: 5px;
	}
	.step-backward g polygon, .step-foreward g polygon {
		fill: rgb(254, 254, 254);
	}
	.step-foreward {
		width: 30px;
		height: 30px;
		x: 0px;
		y: 0px;
		enable-background: new 0 0 25 25;
		margin-top: 8px;
	}
	#pause {
		padding: 0 3px;
		width: 60px;
		height: 60px;
		x: 0px;
		y: 0px;
		enable-background: new 0 0 25 25;
		position: relative;
		margin-left: -70px;
		cursor: pointer;
	  visibility: hidden;
	}
	#pause rect {
		fill: rgb(255, 255, 255);
	}
	
	#pause:hover rect {
		fill: rgb(239, 109, 188);
	}
	.expend {
		padding: 0.5px;
		cursor: pointer;
	}
	.expend svg:hover g polygon {
		fill: rgb(239, 109, 188);
		cursor: pointer;
	}
	.slider {
		width: 80px;
		position: absolute;
		display: inline-block;
		margin: 4px 0 0 10px;
	}
	.slider .volume{
		width: 69px;
		height: 4px;
		background: rgba(239, 109, 188, 0.3);
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		margin-top: 10px;
		position: inherit;
		pointer-events: none;
	}
	
	#next{
		display: inline;
	}
	
	.contenedor_circulo {
		display: inline-block;
		position: relative;
		margin-left: 20px;
		margin-top: -10px;
	}
	.circuloExterno {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background-color: #005aa9; /* Color azul */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.circuloMedio {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background-color: rgba(0,181,240,1); /* Color gris */
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.boton-cancion {
	width: 40px;         /* igual al botón play */
	height: 40px;
	cursor: pointer;
	transition: all 0.3s ease;
	}

	/* Estado normal */
	.boton-circulo {
	stroke: white;
	fill: none;
	}

	.boton-icono {
	fill: white;
	}

	/* Estado hover */
	.boton-cancion:hover .boton-circulo {
	stroke: rgb(239, 109, 188); /* solo cambia el borde */
	}

	.boton-cancion:hover .boton-icono {
	fill: rgb(239, 109, 188); /* cambia solo el ícono */
	}


/*	.boton-cancion {
		display: inline-block;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		color: white;
		font-size: 20px;
		text-align: center;
		line-height: 50px; /* Alinea verticalmente el texto en el centro del círculo */
/*		cursor: pointer;
		transition: background-color 0.3s;
	}
	
	.boton-cancion:hover {
		background-color: #333; /* Cambia el color de fondo al pasar el ratón sobre el botón */
/*	}*/

/* Estilos para el componente radio-check */
.radio-check {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background-color: rgba(40, 145, 154, 0.9);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 4;
    pointer-events: none;
}

/* Radio check visible cuando está seleccionado */
.casillas-container .wpb_wrapper.vc_figure.card.pintada .radio-check,
.carousel .card.pintada .radio-check {
    opacity: 1;
    background-color:  rgba(40, 145, 154, 0.9);
    border-color: white;
}

/* Ícono de check dentro del radio */
.casillas-container .wpb_wrapper.vc_figure.card.pintada .radio-check:after,
.carousel .card.pintada .radio-check:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}