body{
	background-image: url(https://static-or01.inbenta.com/c91fc93d18542cb22686781c8ba0ced59406209fd030a17f35b21f944951fb12/Landing/Musica/fondo.jpg);
	background-size:cover !important;
	 font-family: 'Roboto', sans-serif;
    line-height: 1.1rem;
}

@media only screen and (max-width: 640px){
	body {
		background-image: url(https://static-or01.inbenta.com/c91fc93d18542cb22686781c8ba0ced59406209fd030a17f35b21f944951fb12/Landing/Musica/responsive-fondo.jpg);
		background-size: contain !important;
	}
}

h1,h2,h3,h4,h5,h6,p{
    font-family: 'Roboto', sans-serif;
    line-height: 1.1rem;
}
p{
    font-size: 1rem;
}

a{color: #ffffff; text-decoration:none; transition:color 0.2s; -moz-transition:color 0.2s; -webkit-transition:color 0.2s}

a:hover{color:inherit}

h1{font-size:1.8rem!important; line-height:1.2remx!important; margin-bottom:1rem!important;}

h2{font-size:1.6rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h3{font-size:1.4rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h4{font-size:1.3rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h5{font-size:1.2rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}

h6{font-size:1rem!important; line-height:1.2rem!important; margin-bottom:1rem!important;}


.titulo-promo {
	width: 40%;
}

@media only screen and (max-width: 640px){
	.titulo-promo {
		width: 65%
	}
}

.numeros {
	width: 30%
}

@media only screen and (max-width: 640px){
	.numeros{
		width: 15%;
	}
}

.descarga {
	width: 40%;
}

@media only screen and ( max-width: 640px){

	.descarga{
		width: 70%;
	}
}

.audifonos {
	width: 2%; 
	margin-right: 8px;
}

@media only screen and ( max-width: 640px){
	.audifonos {
	width: 6%; 
	margin-right: 8px;
	}
}