
* {
	margin: 			0;
	padding: 			0;
	border: 			0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;

    -webkit-appearance: none;

 	user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

}

h1,h2,h3,h4,h5{
    font-weight: normal;
}



button::-moz-focus-inner {
  border: 0;
}

*,*:focus,*:hover{
    outline:none;
}


/*
*:not(html) {
    -webkit-transform: 	translate3d(0, 0, 0);
}
*/

::selection {
	background: #e46a5c;
	color: #ffffff;
	}

::-moz-selection {
	background: #e46a5c;
	color: #ffffff;
}

html {
	width:				100%;
	height: 			100%;
	/*overflow-y: 		auto;*/
	overflow: auto;
	font-family: 		"Muli",Arial,Georgia,Courier;
	font-weight:		normal;
	background: 		#ffffff;
}

body {
	width:				100%;
	height: 			100%;
	font-size:			17px;
	line-height:		24px;
	font-weight: 		normal;
	text-align:			left;
	color:				#1d1d1b;
}



#header{
	position: 			relative;
	width: 				100%;
	height: 			auto;
	font-size: 			14px;
	line-height:		20px;
	color: 				#222222;
	text-align: 		center;
	background: 		#ffffff;

}

#header.header-educaixa{
	padding:			4px 0px 4px 0px;
}

#header.header-educaixa .header-title{
	font-family: 		"Muli",Arial,Georgia,Courier;
	font-weight:		bold;
	font-size: 			14px;
	line-height: 		24px;
}


#header.header-caixaforum{
	padding:			20px 0px;
}


#header.header-caixaforum img{
	width: 35%;
	max-width: 200px;
}

#header.header-caixaforum .header-title{
	font-family: 		"Muli",Arial,Georgia,Courier;
	font-weight:		bold;
	font-size: 			18px;
	line-height: 		32px;
}



#header .centerer{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo{

}


.header-logo-recurs{
	display: block;
}

#footer{
	position: 			relative;
	font-size: 			14px;
	line-height:		20px;
	color: 				#222222;
	background: 		#ffffff;
	height: 			auto;
	padding:			0px 0px;
	text-align:			center;
}

#footer div{
	padding: 12px 0px 6px 0px;
}

#footer div img{
	width: 50%;
	max-width: 250px;
}



.titlegif{
    display: inline-block;
    max-width: 90%;
}

.titlegif img{
    display: block;
    width: 100%;
}


.centerer{
	position: 			relative;
	width:				100%;
	max-width: 			1024px;
	margin: 			0px auto;
	padding:			0px 20px;
}


.centerer-short{
	position: 			relative;
	width:				100%;
	max-width: 			580px;
	margin: 			0px auto;
	padding:			0px 20px;
}

.gohome-educaixa{
	left: 32px;
	top: 100px;
}

.gohome-caixaforum{
	left: 32px;
	top: 100px;
}

.gohome{
	position: absolute;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.gohome img{
	display: block;
	margin: 0px auto;
}

.loader{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 100%;
	background: #ffffff;
}

.progression{
	position: absolute;
	left: 50%;
	width: 300px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	margin-left: -150px;
	background: #ffffff;
	border: 1px solid #4a9bd7;
}

.progression div{
	position: absolute;
	left: 0px;
	width: 0%;
	height: 100%;
	top: 0px;
	background: #4a9bd7;
}

.screen{
	position: relative;
	overflow: hidden;
}

.vmid{
	position: relative;
}


.bt{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.bt img{
	position: relative;
	filter: drop-shadow(0px 0px 5px #22222240);
    cursor: pointer;
}

button{
    position: relative;
	display: inline-block;
    vertical-align: middle;
    width: 225px;
    height: 69px;
    cursor: pointer;
    color: #1d1d1b;
    background: transparent;
	margin: 10px 10px 10px 10px;
	transition: all 0.1s linear 0s;
	font-family: 'Muli',Arial;
	font-size: 15px;
	font-weight: 600;
}

button img{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 220px;
	height: 64px;
}

button.dropashadow img{
	filter: drop-shadow(5px 5px 1px #5d514c40);
	left: 0px !important;
	top: 0px !important;
}

button.dropashadow p{
	margin-left: 0px !important;
	margin-top: -6px !important;
}

button p{
    position: relative;
	margin-left: 5px;
	margin-top: 5px;
}

button:hover{
    /*color: #ffffff;*/
}


.screen h2{
    font-size: 28px;
    line-height: 38px;
    font-family: 'Muli',Arial;
	font-weight: 300;
}



@media screen and (min-width: 0px) {

	body { font-size: 14px; line-height: 20px; }
	.screen h2{ font-size: 20px;  line-height: 30px; }

	#header.header-caixaforum .header-title{ font-size: 14px; line-height: 18px; padding: 3px 0px 3px 40px; }
	#header.header-caixaforum{ padding:	10px 0px; }
	.header-logo-recurs{ display: none; }

	#header.header-educaixa .header-title{ font-size: 14px; line-height: 18px; padding: 3px 0px 3px 40px; }


	.centerer{ padding: 0px 10px; }


	button{ width: 170px; height:43px; margin: 10px 10px 10px 10px; font-size: 12px; }
	button img{ left: 5px; top: 5px; width: 165px; height: 48px; }
	button.dropashadow img{	filter: drop-shadow(5px 5px 1px #5d514c40); }
	button.dropashadow p{	margin-left: 0px !important; margin-top: 4px !important; }
	button p{ position: relative; margin-left: 5px;	margin-top: 12px;}



	.gohome-educaixa{ left: 10px; top: 60px; }
	.gohome-caixaforum{ left: 10px; top: 80px;	}
}

@media screen and (min-width: 480px) {

	body { font-size: 15px; line-height: 24px; }
	.screen h2{ font-size: 23px;  line-height: 33px; }

	#header.header-caixaforum .header-title{ font-size: 16px; line-height: 28px; }
	#header.header-caixaforum{ padding:	15px 0px; }

	#header.header-educaixa .header-title{ font-size: 14px; line-height: 24px; }

	.centerer{ padding: 0px 20px; }

	button{ width: 185px; height:57px; margin: 10px 10px 10px 10px; font-size: 13px; }
	button img{ left: 5px; top: 5px; width: 180px; height: 52px; }
	button.dropashadow img{	filter: drop-shadow(5px 5px 1px #5d514c40); }
	button.dropashadow p{	margin-left: 0px !important; margin-top: 0px !important; }
	button p{ position: relative; margin-left: 5px;	margin-top: 10px;}

	.gohome-educaixa{ left: 20px; top: 70px; }
	.gohome-caixaforum{ left: 20px; top: 110px;	}
}

@media screen and (min-width: 640px) {

	body { font-size: 16px; line-height: 24px; }
	.screen h2{ font-size: 26px;  line-height: 36px; }

	#header.header-caixaforum .header-title{ font-size: 18px; line-height: 32px; }
	#header.header-caixaforum{ padding:	20px 0px; }

	.header-logo-recurs{ display: block; }

	button{ width: 205px; height:63px; margin: 10px 10px 10px 10px; font-size: 14px; }
	button img{ left: 5px; top: 5px; width: 200px; height: 58px; }
	button.dropashadow img{	filter: drop-shadow(5px 5px 1px #5d514c40); }
	button.dropashadow p{	margin-left: 0px !important; margin-top: -3px !important; }
	button p{ position: relative; margin-left: 5px;	margin-top: 8px;}

	.gohome-educaixa{ left: 25px; top: 100px; }
	.gohome-caixaforum{ left: 25px; top: 140px;	}
}

@media screen and (min-width: 768px) {


	body { font-size: 17px; line-height: 24px; }
	.screen h2{ font-size: 28px;  line-height: 38px; }



	button{ width: 225px; height: 69px; margin: 10px 10px 10px 10px; font-size: 15px; }
	button img{ left: 5px; top: 5px; width: 220px; height: 64px; }
	button.dropashadow img{	filter: drop-shadow(5px 5px 1px #5d514c40); }
	button.dropashadow p{	margin-left: 0px !important; margin-top: -6px !important; }
	button p{ position: relative; margin-left: 5px;	margin-top: 5px;}

	.gohome-educaixa{ left: 30px; top: 100px; }
	.gohome-caixaforum{ left: 30px; top: 140px;	}

}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px) {

}

@media screen and (min-width: 1800px) {

}
