@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&family=Playfair+Display:wght@400;500&display=swap');

body{
	margin:0;
	padding:0;
	font-family: 'Oswald', sans-serif;
	
}

#menu{
	width:100%;
	height: 60px;
	background:#C10E1A;
	
	font-weight: 400;
	margin-bottom: 50px;
}

#menu .elems{
	display: flex; 
	flex-wrap: wrap;
	width: 80%;
    max-width: 1200px;
    margin: auto;
}

#menu .elem{
	width: 180px;
	margin-right: 20px;
	margin-top:16px;
}

#menu .elem a{
	color:#fff;
	font-size: 18px;
	text-decoration: none;
}

.contenido{
	width:80%;
	max-width: 1200px;
	margin : auto;
	
}

.home{
	display: flex; 
	flex-wrap: wrap;
}
#presentacion{
	width: 40%;
	font-weight: 300;
	font-family: 'Playfair Display', serif;
	
}

.pral{
	font-size: 22px;
	padding-right:80px;
	line-height: 1.5;
	padding-bottom: 30px;
}

#presentacion p{
	font-size: 18px;
	padding-right:80px;
	line-height: 1.4;
}

#presentacion .documentos{
	display: flex; 
	flex-wrap: wrap;
	width: 70%;
	margin: auto;
	margin-top:80px;
}

#presentacion .documentos div{
	width:CALC((100% - 60px) /3);
	text-align: center;
	padding-right: 60px;
}

#presentacion .documentos div:nth-child(2n){
	padding-right: 0;
}

#presentacion .documentos div a{
	color:#C10E1A;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
}

#presentacion .documentos div img{
	width: 80%;
	margin:auto;
}

#presentacion .documentos div .tit{
	width:100%;
	text-align: center;
	
}

.logo{
	padding-bottom: 30px;
}

#sellos{
	width: 60%;
}

#sellos .grupo_sellos{
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
}

#sellos .grupo_sellos .sello{
	width: CALC((100% - 46px)/3);
	margin-right: 20px;
	margin-bottom: 30px;
	text-align:center;
	height: 50px;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	
}

#sellos .grupo_sellos .sello .nombre{
	margin-top:20px;
}

#sellos .grupo_sellos .sello a{
	color:#000;
	text-decoration: none;
}

#sellos .grupo_sellos .sello .logo_sello{
	width:100%;
}

#sellos .grupo_sellos .sello .logo_sello img{
	width:100%;
}

#sellos .grupo_sellos .sello:nth-child(3n){
	margin-right: 0;
}


#filtros{
	z-index: 999;
}

#filtros .filtros{
	width: 1200px;
	margin:  20px auto;
}

#filtros .item{
	float:left;
	width: 264px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
	
#filtros .item .label{
	display:block;
	
	
}


#filtros .item label{
	color: #000;
	margin-bottom: 5px;
	width: 60px;
	    display: block;
}
	
#filtros .item input[type=text]  {
   	width: 300px;
   	box-sizing: border-box;
	
}




	
 #filtros .item select {
   	height: 34px;
	width: 260px;
	border: 1px solid #7f8c8d;
    border-radius: 0;
    color: #7f8c8d;
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
	margin: 0;
    -webkit-appearance: button;
   	-webkit-border-radius: 2px;
   	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   	-webkit-padding-end: 20px;
   	-webkit-padding-start: 2px;
   	-webkit-user-select: none;
   	background-image: url(../img/flecha.png); 
   	background-position: 97% center;
   	background-repeat: no-repeat;
   	overflow: hidden;
   	padding: 5px 10px;
   	text-overflow: ellipsis;
   	white-space: nowrap;
  
}	

.select2-container--default .select2-results>.select2-results__options {
	max-height: 500px !important;
}
#filtros select option{
	
	text-transform: uppercase; 
}

#filtros .item_boton{
	margin-top: 20px;
	padding-left: 10px;
	float: left;
}

#filtros .enlaces_filtros{
	margin-top: 34px;
	float:right;
	padding-left: 10px;
}

#filtros .enlaces_filtros a{
	color: #000;
	font-weight: 100;
}



@media screen and (max-width: 600px)  {
	.grid-sizer,
	.grid-item {
  		width: calc(100% - 60px);
	}
}


@media screen and (max-width: 900px) and (min-width: 600px) {
	.grid-sizer,
	.grid-item {
  		width: calc((100% - 90px)/2);
	}
}


@media screen and (max-width: 1024px) and (min-width: 900px) {
	.grid-sizer,
	.grid-item {
  		width: calc((100% - 120px)/3);
	}
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
	.grid-sizer,
	.grid-item {
  		width: calc((100% - 150px)/4);
	}
}

@media screen and (min-width: 1400px) {
	.grid-sizer,
	.grid-item {
  		width: calc((100% - 180px)/5);
	}
}

.grid-item {
	float: left;
	position:relative;
	background: #393939;
	cursor: pointer;
	margin:30px 0 0 30px;
}

.grid-item img {
  display: block;
  width:100%;
}

.grid-item .texto{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	heigth:100%;
	z-index: 79;
	padding: 30px 0;
}

.grid-item .texto .titulo{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding: 5px 30px 0 30px;
}

.grid-item .texto .artista{
	font-size: 18px;
	color: #ff0000;
	font-weight: 100;
	padding: 5px 30px;
}

.grid-item .texto .sello{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding:  2px 30px;
}

.grid-item .texto .estilo{
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	padding: 2px 30px ;
}

.grid-item .texto .lanzamiento{
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	padding: 2px 30px ;
}

#pagination{
	clear:both;
	margin-top:40px;

}

.modal{
	z-index: 9999;
	}


#pie{
	margin-top: 150px;
}

@media screen and (min-width: 1024px) {
	.modal{
		max-width:1024px;
	}
	#verDisco{
		width: 95%;
		margin: 70px auto;
	}
	
}
	
@media screen and (max-width: 1024px) {
	.modal{
		max-width:1024px;
	}
	#verDisco{
		width: 100%;
		margin: 70px auto;
	}
}	

@media screen and (min-width: 600px) {
#verDisco #izda{
	width: 50%;
	float:left;
}

#verDisco #izda .foto img{
	width: 100%;
	border: 1px solid #dedede;
}

#verDisco #dcha{
	width: 45%;
	float:right;
}

}

@media screen and (max-width: 600px) {
#verDisco #izda{
	width: 100%;
	margin: 0 auto;
}

#verDisco #izda .foto img{
	width: 100%;
	border: 1px solid #dedede;
}

#verDisco #dcha{
	width: 90%;
	margin: 20px auto;
	
}

}



#verDisco #dcha .titulo{
	font-size: 24px;
	color: #666;
	font-weight: 700;
	padding: 5px 0 5px 0;
}

#verDisco #dcha .artista{
	font-size: 20px;
	color: #ff0000;
	font-weight: 400;
	padding: 5px 0;
}

#verDisco #dcha .sello{
	font-size: 16px;
	color: #666;
	font-weight: 400;
	padding:  5px 0;
}

#verDisco #dcha .estilo{
	font-size: 14px;
	color: #666;
	font-weight: 100;
	padding: 2px 0;
}

#verDisco #dcha .lanzamiento{
	font-size: 14px;
	color: #666;
	font-weight: 100;
	padding: 2px 0;
}
#verDisco #dcha .enlaces{
	padding: 15px 0;
}

#verDisco #dcha .enlaces .enlace{
	width: 20%;
	padding-right: 3%;
	float: left;
}

#verDisco #dcha .enlaces .enlace img{
	width: 100%;
}

#audio_div {
	height: 20px;
    margin: 15px 0;
}

#verDisco #dcha .canciones{
	clear: both;
	margin: 40px 0;
}

#verDisco #dcha .canciones .tit{
	font-size: 20px;
	color: #666;
	font-weight: 400;
	padding: 5px 0;
}
#verDisco #dcha .canciones .cancion{
	clear: both;
	margin: 20px 0 5px;
	overflow: auto;
}

#verDisco #dcha .canciones .cancion:hover{
	
}

#verDisco #dcha .canciones .cancion div{
	
	font-size: 10px;
	color: #666;
	font-weight: 100;
	margin-right: 5px;
}


#verDisco #dcha .canciones .cancion .datos_titulo{
	width: 95%;
	padding: 5px;
	border:#d6d6d6 1px solid;
	margin-bottom: 10px;
	background: #e6e6e6;
	display: flex; /* or inline-flex */
	flex-direction: row ;
	flex-wrap: wrap;
}

#verDisco #dcha .canciones .cancion .numero,
#verDisco #dcha .canciones .cancion .tit_artista,
#verDisco #dcha .canciones .cancion .duracion
{
	padding: 10px;
	font-size: 16px;
}

#verDisco #dcha .canciones .cancion .numero{
	width: 10px;
	padding-left: 10px;
}

#verDisco #dcha .canciones .cancion .duracion{
	width: 60px;
	padding-left: 10px;
}
#verDisco #dcha .canciones .cancion .tit_artista {
	width: calc(100% - 190px);
}

#verDisco #dcha .canciones .cancion .tit_artista .titulo{
	padding: 0;
	font-size: 16px;
}

#verDisco #dcha .canciones .cancion .tit_artista .artista{
	color:#ff0000;
	padding: 0;
	font-size: 16px;
}




#verDisco #dcha .canciones .cancion .atributos{
	padding-top: 20px;
}

#verDisco #dcha .canciones .extra label{
	display: block;
	font-size: 14px;
	padding: 5px 0;
	font-weight: 600;
	background: #dedede;
}

#verDisco #dcha .canciones .extra .modo{
	margin-top: 10px !important;
    font-size: 30px !important;
    font-weight: 600;
}

#verDisco #dcha .canciones .extras .valor .nota{
	width: 50px;
	height: 50px;
}

#verDisco #dcha .canciones .extras .extra .barra_color{
	width: 100%;
    clear: both;
    background: #f6f6f6;
    border: 1px solid #d9d9d9;
}



#verDisco #dcha .canciones .extras .extra {
	width: 15%;
    height: 90px;
    text-align: center;
	margin-right: 10px;
}

#verDisco #dcha .canciones .extra .valor{
	width: 100%;
	margin: 4px auto;
	text-align: center;
	font-size: 12px;
	padding-bottom: 4px;
}

#contacto, #ajuda {
	background: #fefefe;
	border: 1px solid #d9d9d9;
	width: 100%;
	margin-top: 10px;
}
#contacto .contacto{
	padding: 30px;
}

#help{
	padding: 40px;
}

#help h2{
	font-size: 20px;
	font-weight: 100;
	color: #666;
}

#contacto .contacto .form-row{
	width: 100%;
	margin-top:20px;	
}

#contacto .contacto .form-row label, #contacto .contacto h3, #ajuda #help .item p {
	font-size: 12px;
	font-weight: 100;
	color: #666;
	display: inline;
}

#ajuda #help .copy {
	font-size: 14px;
	color: #ff0000;
	margin: 20px 0;
}

#contacto .contacto .form-row input[type=text]{
	display: block;
	box-sizing: border-box;
	padding: 10px;
}

#contacto .contacto .form-row textarea {
	display: block;
	height:100px;
}

#contacto .contacto .form-row .btn-primary{
	background-color: #000;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#contacto .contacto .form-row .form_error{
	font-size: 12px;
	font-weight: 100;
	color: #ff0000;
	display: inline;
}

@media screen and (max-width: 1385px) {
	#contacto .contacto .form-row input[type=text]{
		width: 100%;
	}
	
	#contacto .contacto .form-row textarea {
		width: 100%;
	}
}

@media screen and (min-width: 1385px) {
	#contacto .contacto .form-row input[type=text]{
		width: 400px;
	}
	#contacto .contacto .form-row textarea {
		width: 400px;
	}
}