@media only screen 
and (max-width : 1000px) {

html, body{
-webkit-touch-callout: none;
-webkit-user-select: none; /* Webkit */
-moz-user-select: none;    /* Firefox */
-ms-user-select: none;     /* IE 10  */
}

.wrapper{width: 100%}

	.headerContent{}
	.intrologo p{left:0;}

	.introContent{padding-bottom: 20px;}

}

@media only screen 
and (max-width : 450px) {
.intrologo p{font-size: 24px;}
}

@media only screen 
and (max-width : 480px) {
	.introContent section{border-radius: 20px; margin:0 0 10px; max-width: 372px; width: 95%;}
	.introContent h2{font-size: 25px;}
.mainbox1{background: #5ba13d;}
.mainbox2{background: #be0902;}
}


@media only screen 
and (max-width : 359px) {
	.intrologo{padding:0 10px;}
	.intrologo img{width: 100%;}
}
