/* Tablets */

@media (min-width: 767px) and (max-width: 991px) {
	#opciones {
		margin: 0px 95px !important;
	}
	#opciones .design:nth-child(1), #opciones .design:nth-child(4) {
    	display: none !important;
	}
	#opciones .design:nth-child(2), #opciones .design:nth-child(3) {
    	margin: 0px auto !important;
	}
}

/* PDF */

@media (max-width: 991px) and (min-width: 941px) {
	#pdf .pasos.first hr.vertical {
		margin-top: 50px !important;
	}
}

/* Maquetacion */

@media (max-width: 1024px) and (min-width: 768px) {
	#maquetacion img {
	    height: initial !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#maquetacion .pasos.first hr.vertical {
		margin-top: 50px !important;
	}
}

@media (max-width: 1024px) and (min-width: 991px) {
	#maquetacion .pasos.first hr.vertical {
		margin-top: 2px !important;
	}
}