/******************************************
    Responsive Version: 1.0
/****************************************** */

@media screen and (max-width:1400px) {
	.inner-content {
		top: 55%;
		transform: translate(-50% , -45%);
		left: 50%;
	}
}

@media screen and (max-width:1024px) {
	.main-section {
		min-height: 362px;
		top: ;
		overflow-y: auto;
	}
	.inner-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 50px;
		padding-bottom: 50px
	}
}
@media screen and (max-width:767px) {
	.logo-outer {
		width: 148px;
	}
	.loaded .logo-in {
		width: 48px;
		top: 50px;
	}
	.loaded .logo {
		top: 153px;
		opacity: 1;
		width: 225px;
	}
	.logo-section {
		min-height: 200px;
	}

	.meu-section ul li {
		font-size: 16px;
		padding: 0px 7px;
	}
	.meu-section {
		padding-top: 25px;
	}
}