@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

.header{
	width:100%;
	height:auto;
	padding:0.2em;
    margin:0.5em auto;
	font-style:italic;
	color:black;
	line-height: 1.2em;
	background-color: rgba(250, 205, 100, 0.131);
	border-top:black 5px groove;
    border-bottom:black 5px groove;
	grid-area: header;
}

#id_site{
    width:100%;
	height: auto;
	font-size: 1em;
	text-align: end;
}
	.id_site {
		font-size: 1.2em;
		font-family: Arial, Helvetica, sans-serif;
		text-shadow: 1px 1px 3px yellow;
		font-weight: bold;
		grid-area: id_site;
	}

	.tit_site{
		font-size: 1.5rem;
		padding-bottom: 7px;
	}

	#imgs_cab {
		width: 100%;
		max-height: 200px;
		display: flex;
		grid-area: imgs_cab;
	}

    .logo {
        width: 100%;
        max-width:350px;	
        padding :0.5em;
		border: goldenrod 3px groove;
		border-radius: 7px;
		grid-area: logo;    
		}

    .id_grupo {
        width: 100%;
        align-content: center;
        align-items: center;
        margin-left:0.5em;
		box-shadow: 2px 2px 10px goldenrod;
		-webkit-box-shadow: 2px 2px 10px goldenrod;
		-moz-box-shadow: 2px 2px 10px goldenrod;
        grid-area: logo;
    }

	.top_menu {
		width:100%;
		height:auto;
		margin-top: 15px;
		justify-content: center;
		align-content: center;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:white;
		font-size:1em;
		line-height: 1.5em;
		display: flex;
		grid-area: top_menu;
	}

	.top_menu ul{
		width:auto;
		height: 35px;
		list-style:none;
		padding: 1%;
		display: inline-flex;
	}
	.top_menu ul li{
		width: 120px;
		margin-right:5px;
		margin-bottom:.5px;
		background: rgba(98, 1, 1, 0.89);
		padding: 1px;
		text-align:center;
		border-radius:5%;
		border-bottom-color:#FF9;
		border-style:groove;
	}

	.top_menu ul li a{
		width: 100%;
		color: #FFF;
		text-decoration:none;
		font-size:.9em;
	}
	.top_menu ul li a:{
		color: #FFF;
		background-color: chocolate;
		text-decoration:none;
		font-size:.9em;
	}

	.top_menu ul li a:hover{
		font-size:1em;
		font-weight:bold;
		color: yellow;
		background-color:#000;
	}

#post_head{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	grid-area: post_head;
}
	.navegar {
		width: 100%;
		height: 2rem;
		padding-left: 10px;
		padding-top: 10px;
		font-size: 1.3em;
		color:#930;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFF;
		box-shadow: 2px 2px 10px #000;
		-webkit-box-shadow: 2px 2px 10px #000;
		-moz-box-shadow: 2px 2px 10px #000;
		filter: shadow(color=#999999, direction=135, strength=2);
	}

.principal {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height:auto;
	background-color: rgba(0,0,0, 0.03);
	background-image: url(../img/bg_rayas.png);
	grid-area: principal;
}

.centro{
	width:100%;
	height:auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:black;
	margin-bottom: 10px;
	grid-area: centro;
}

	#gm_nombre {
		width: 100%;
		height: auto;
		font-size: 1.3rem;
		text-align:center;
		border-top: black groove 2px;
		border-bottom: goldenrod solid 1px;
		margin-bottom: 10px;
	}

	#gm_imagen {
		width: 100%;
		margin:auto;
		height: auto;
		margin-bottom: 10px;
		background-color: #000;
		box-shadow: 2px 5px 10px #000;
		-webkit-box-shadow: 2px 2px 10px #000;
		-moz-box-shadow: 2px 2px 10px #000;
		filter: shadow(color=#999999, direction=135, strength=2);
	}

	#gm_trayectoria{
		font-size: 1.1em;
		width: 98%;
		height: auto;
		padding: 5px;
		visibility: visible;
		overflow: scroll;
		overflow-x: hidden;
		margin-bottom: 10px;
	}

	#gm_ultimasnot {
		font-size: 1.1em;
		width: 98%;
		height: auto;
		visibility: visible;
		overflow: scroll;
		overflow-x: hidden;
		margin-bottom: 10px;
	}

	#gm_carrusel {
		width: 80%;
		height: auto;
		max-height: 600px;
		margin: auto;
		margin-bottom: 10px;
	}
		.slider{
			text-align: center;
			display: flexbox;
			justify-content: center;
		}

	#gm_videos {
		width: 100%;
		height:auto;
		display: inline;
		margin-bottom: 5px;
		grid-area: videos;
	}

#col_der{
	font-size: 1em;
	color:black;
	width:100%;
	height:auto;
	margin-left: 5px;
	padding-left: 5px;
	grid-area: col_der;
}

	#gm_contacto {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
		z-index: 11;
	}

	#gm_integrantes {
		width: 99%;
		height: auto;
		margin-bottom: 2em;
		z-index: 12;
	}

	.listado{
		list-style-type: none;
		padding-left: 10px;
	}

	#gm_exitos {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
		z-index: 13;
	}

	#gm_discografia {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
		z-index: 14;
	}

	#gm_compartir {
		width: 100%;
		height: auto;
		margin-bottom: 2em;
		z-index: 20;
	}

	#gm_musica {
		width: 100%;
		height: auto;
		margin-top: 10px;
		overflow: scroll;
		overflow-x: hidden;
		z-index: 24;
	}

	#playlist, #player {
	width: 95%; /* Ancho de todo el contenedor */
	padding: 10px;
	margin: 0 auto;
	display: block;
	text-align: center;
 }
 	#player {
	/* Imagen de fondo del primer contenedor */
	background-image: url(../img/equalizer.gif);
	padding: 5px 5px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
 }
 	audio {
	width:80%; /* Ancho del reproductor */
	margin:auto;
	display: inline-block;
 }
 	#player:after {
	/* Imagen animada */
	content: url(//lh3.googleusercontent.com/-KoD5KVOAsGQ/U1B_dWFttoI/AAAAAAAAFFc/uJ3SjLPlDHQ/s75/equalizador.gif);
	padding-left: 10px;
 }
 	#playlist {
	margin: 0 auto 5px auto;
	display: block;
	background-color: darkgoldenrod; /* Fondo del segundo contenedor */
	border-top: 10px solid #000;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	text-align: left;
	font-size: 14px; /* Estilos de fuente */
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	font-weight: normal;
 }
 	#playlist li, #playlist ul li {
	background-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
 }
 	#playlist li a {
	color: #000; /* Color de las canciones */
	background: blanchedalmond; /* Fondo de las canciones */
	padding: 7px 5px;
	display: block;
	padding-left: 10px;
	text-decoration: none;
 }
 	#playlist li a:hover{
	background: white; /* Color de fondo al pasar el cursor */
	text-decoration: none;
 }
 	#playlist .active a {
	color:darkgoldenrod; /* Color de la canciÃ³n activa */
	font-style: italic;
	font-weight: 600;
	text-decoration: none;
	background-color: yellow;
 }
 	#playlist .active a:before {
	/* content: "\25B6"; */
	color: #CCC;
	font-style: normal;
	padding-right: 8px;
	}

	#playlist .active a:hover {
	 color: #fff; /* Color de la canciÃ³n activa al pasar el cursor */
	}

#promo_temp1 {
	width:100%;
	height:auto;
	margin-bottom: 1em;
	z-index:12;
}

#promo_temp2 {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
	color:black;
	z-index: 18;
}

.promos {
	width: 95%;
	height:auto;
	padding: 5px;
	padding-top: 5px;
	margin-bottom: 20px;
	border-top: thin black solid;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
}

#gm_opciones {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
	z-index: 15;
}

#penultimo{
    width: 100%;
    max-height: 40rem;
	display: grid;
    grid-area: penultimo;
}

	.cintillo{
		width: 100%;
		font-size: 1.1rem;
		background-color: white;
		grid-area: cintillo;
	}
	.propa {
		max-width: 500px;
		height: auto;
		margin-bottom: 2em;
		grid-area: propa;
	}

.formulario{
	width: 100%;
	height: 100%;
    grid-area: formulario;
	}

	form{
	width: 100%;
	background-color: rgba(250, 205, 100, 0.131);
	font-size: 1.1em;
}
	label{
		font-style: italic;
		display:block;
		padding-left: 10px;
	}
	input[type="date"]{
	height: 20px;
	padding-left: 5px;
	padding:3px 10px;
	margin:2px 10px 5px 20px;
	border:1px thin gray;
	border-radius:3px;
	background-color:#f6f6f6;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"]{
	width:85%;
	height: 20px;
	padding-left: 5px;
	padding:3px 10px;
	margin:2px 10px 2px 20px;
	display:inline-block;
	border:1px thin gray;
	border-radius:3px;
	background-color:#f6f6f6;
	}

	input[name="envia_form"]{
	width:25%;
	padding:8px 16px;
	margin-top:10px;
	margin-left: 35%;
	display:block;
	align-self: center;
	color:#000;
	font-weight: bold;
	background-color: whithe;
	} 

	input[type="submit"]:hover{
	cursor:pointer;
	background-color: blue;
	color: white;
	}

	textarea{
	width:85%;
	height:100px;
	padding: 10px;;	
	margin:2px 10px 5px 20px;
	/*resize: vertical | horizontal | none | both*/
	resize:none;
	display:block;
	border:1px solid #f6f6f6;
	border-radius:5px;
	background-color:#f6f6f6;	
	}

	input:focus, textarea:focus{
		background   : rgba(255, 255, 255, 0.9);
		outline      : none;
		border:2px solid darkgoldenrod;
	}

.pie_pag {
	margin-top:10px;
	width:100%;
	height:100%;
	border-top: #000 groove 7px; 
	background-image: linear-gradient(rgba(250, 250, 255, 0.9), rgba(0, 0, 0, 0.1)),
    				  url("../img/bgvr_columdor.jpg");
	grid-area: pie_pag;
}

	#derechos {
		text-align: center;
		height:auto;
		padding: 10px;
		text-align: center;
		border-right: red 1px dotted;
		grid-area: derechos;
	}
	.derechos{
		color: #000;
		font-size: 1rem;
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
		font-weight: 400;
	}
	
	#redes_soc {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		height:auto;
		grid-area: redes_soc;
	}

	#menu_inf {
		min-width:30%;
		height:auto;
		font-size: 1.2rem;
		justify-self: center;
		grid-area: bottom_menu;
		z-index:11;
}

.bottom_menu ul{
		list-style:none;
		padding: 2%;
		width:90%;
		}
.bottom_menu ul li{
		width:15rem;
		line-height: 1.5em;
		margin-right:1px;
		margin-bottom:5px;
		background: rgba(0,0,0, 0.20);
		padding: 5px;
		text-align:center;
		border-radius: 2%;
		border-top: black solid 1px;
		border-bottom: black solid 2px;
}

.bottom_menu ul li a{
		color: #FFFFFF;
		text-decoration:none;
		font-size:0.9em;
}
.bottom_menu ul li a:hover{
		font-size: 1.1em;
		font-weight: bolder;
		color: yellow;
}

#lista_inf{
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
	font-weight: 500;
	color: black;
	grid-area: lista_inf;
	background-color: rgba(255,255,255,0.1);
}

h1{
	color: #000;
	font-size:1.3em;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(248, 205, 13, 0.931);
	font-weight: bold;
}

h2{
	color: #000;
	font-size:1.1em;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(248, 205, 13, 0.931);
	font-weight: bold;
}

h3{
	color: #000;
	font-size:1em;
	text-align:center;
	text-shadow: 1px 1px 3px rgba(248, 205, 13, 0.931);
	font-weight: bold;
}

.tit_secc{
	width: auto;
	height:auto;
	color:black;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5em;
	vertical-align: top;
    border-top: #000 5px groove;
    border-bottom: goldenrod 1px solid;
    background-color: rgba(100,100,100,0.10);

}

.tit_parra{
	width: auto;
	height:auto;
	font-weight: bolder;
	text-align: center;
	line-height: 1.5em;
	border-top: black groove 2px;
	border-bottom: black dotted 1px;
	background-color: blanchedalmond;
	vertical-align: top;
}

.p_prin{
	font-size: 1em;
	font-style: italic;
	color:black;
}

.caption{
	color:black;
	text-align: center;
	background-color:rgba(250, 200, 0, 0.10);
	border-top: black 2px solid;
	border-bottom: darkgoldenrod 1px solid;
}

a{
	color:black;
	text-decoration:none;
	font-size:1em;
}

a:hover{
	font-size:1.1em;
	font-weight:bold;
	color: darkgoldenrod;
	text-decoration:underline;
	background-color:#fff;
}

a[href^="tel:"] {
	color:white;
    font-size: 18px;
    display: inline-block;
    margin: 20px 30px;
    background-color: darkgoldenrod;
}

/* Añadiendo icono como pseudoelemento CSS */
a[href^="tel:"]::before {
    content: "\260e";
    margin-right: 0.5em;
}

.blancas_pkng{
	font-size: .9em;
	font-weight: bold;
	color: #FFF;
	font-style: normal;	
}
.blancas_pk{
	font-size: .8em;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

.blancas_gor {
	font-size: 1em;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
	
}
.blancas_med{
	font-size: .9em;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
.blancas_ita_gru {
	font-size: 1em;
	font-style:italic;
	color: #FFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.negras_grande{
	font-size: 1.2em;
	font-style: normal;
	color: #333;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
}

.negras_gor {
	font-size: 1.0em;
	color: #000;
	font-weight: bold;
}

.negras_pk {
	font-size: .8em;
	font-style: normal;
	color: #000;
	font-weight: bold;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #000000;
}

a:visited {
    font-size: .9em;
	color: #660000;
	background-color: #ffffff;
}
a:hover {
    font-size: 1.2em;
	color: #ffffff;
	background-color: #000000;
}
a:active {
    font-size: 1em;
	color: #660106;
	background-color: #333333;
}


.slider {
	width: 95%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	animation: cambio 15s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@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%;}
}

