.clasificaciones{
	position: relative;

}

.clasificaciones label,.clasificaciones button{
	position: absolute;
}

.clasificaciones button{
	bottom: 40px;
    left: 40px;
    border-radius: 0px;
}

.clasificaciones label{
	color: #000000;
    font-weight: bold;
    left: 40px;
    top: 40px;
    font-size: 25px;
}

/*TAMANIOS MENORES QUE*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.clasificaciones label{
	    left: 10px;
    	top: 25px;
	}

	.clasificaciones button {
	    bottom: 20px;
	    left: 10px;
	}
	#slide-1{ content:  url(../imagenes/home-sl/sl-smarth-home.jpg?202009221135)}
	#slide-2{ content: url(../imagenes/home-sl/sl-smarth-home3.jpg?202009221135)}
	#slide-3{ content: url(../imagenes/home-sl/sl-smarth-home4.jpg?202009221135)}
	
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 

}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}