@charset "UTF-8";
@import url("vars.css");

@media (max-width:768px) {
	iframe#player { width:100% !important; }
	.ButtonLandPage { width:100%; font-size: 18px; padding:0 20px; }
	.MobileText, .MobileText a { font-size:24px; }
	#ConfirmText { min-width:90%; width:auto; }
/* My Sample */
	#SampleInfoDetails { display:block; width:100%; max-width:768px; }

	.MobileBoxButton, .BoxButton { 
        width:90%; 
	}
}

@media (max-width:1440px) {
	html {
		min-width: unset !important;
	}
}

@media (max-width:425px) {
	.imgPdf { width: 100%; height: auto; }
	/****************************************************************
	FIX IN MOVIL HEADER
	*****************************************************************/
	#HeaderDiv, #MobileHeaderDiv { overflow: hidden; }
}

@media (max-width:320px) {
	.MobileText, .MobileText a, .ButtonLandPage { font-size:16px; }
}