.dnone {
	display: none;
}


/* Escritorio */
@media only screen and (min-width: 1200px){
	#customer-form .custom-checkbox label {
		top: -6px;
		position: relative;
	}	
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
	
}

