body {
	background-image: url("../images/background.jpg");
	background-size: cover;
	min-height: 100vh;
	/* duas linhas abaixo para debugar */
	/* color: red !important; */
	/* font-weight: bold; */
}

* {
	font-family: 'Asap', 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
}

p, h1, h2, h3, h4, h5, li {
	color: #ffffff;
}

[class*=" icon-"] {
	font-family: "icomoon";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #9dff00;
}

.banner {
	width: 100%;
	padding: 0;
	position: absolute;
	z-index: -1;
	margin: 0;
	overflow: hidden;
}

.banner img {
	width: calc(100% + 300px);
	left: 50%;
	position: relative;
	transform: translate(-50%);
}

/*****  VER SE O PADDING ESTA SENDO USADO (OLHAR APENAS NOS ARQUIVOS JS) ******/

.padding {
	padding-left: 50px;
}

/********************************************************************************/

/* TITLE */

.title * {
	font-weight: 100;
}

.title {
	width: 80%;
	padding-top: 24vw;
	width: 100%;
	max-width: 1140px;
	margin: auto;
}

.title h2 {
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 60px;
	font-size: 2.2em;
}

.title::before {
	content: " ";
	width: 15%;
	height: 1.9em;
	bottom: -38px;
	background-color: #a9f100;
	position: relative;
	display: flex;
	bottom: -36px;
	left: -130px;
	width: 170px;
}

/*********************************************/

/*					FOOTER					*/

/*******************************************/

footer .container {
	font-size: 13px;
}

hr {
	border-top: 2px solid #ffffff;
	margin-bottom: 30px;
}

footer {
	margin: 20px auto;
}

footer ul {
	padding-left: 0;
}

.col-logo-footer {
	text-align: center;
}

.logo-footer {
	height: auto;
	width: 100%;
	float: right;
	margin: auto;
	margin-top: 14px;
}

.social-media {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.social-media p {
	min-height: 10px;
	max-height: 35px;
	padding: 5px;
	color: white;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	flex: 1;
	min-width: 100%;
	align-self: flex-end;
}

.social-media a {
	-webkit-box-flex: 1;
	max-height: 40px;
}

.social-media-icon {
	width: 8vw;
	height: auto;
	max-width: 40px;
	padding: 2px;
}

.follow-us {
	padding: 0 5px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	margin-bottom: 0.4rem;
}

.social-media-icon:hover {
	padding: 0;
	filter: invert(60%) sepia(75%) saturate(364%) hue-rotate(24deg) brightness(165%) contrast(106%);
}

.follow-us {
	font-weight: bold;
	display: block;
	width: 100%;
}

.credits {
	margin-top: 70px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2em;
}

.credits button {
	width: 100%;
	max-width: 145px;
	font-size: 0.8em;
}

.credits h4 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
}

.credits ul {
	list-style-type: none;
}

.credits ul a {
	font-family: 'Asap', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: #ffffffd3;
	text-align: left;
	font-size: 0.7em;
	font-weight: 400;
}

.col-xprime {
	max-width: 20%;
	margin-left: 4%;
}

.unidades ul li {
	font-size: 1em;
	line-height: 1.2em;
}

.unidades ul a {
	text-transform: capitalize;
	white-space: nowrap;
}

.duvidas, .parceiros {
	text-align: center;
}

.parceiros a:hover {
	text-decoration: none;
}

.parceiros img {
	margin: 10px;
}

.parceiros :nth-child(2) img {
	width: 20%;
}

.parceiros :nth-child(3) img {
	width: 54%;
}

.parceiros :nth-child(4) img {
	width: 84%;
}

.credits button {
	background-color: #bff108;
	color: #31008b;
	margin: 10px auto 25px;
	padding: 8px 15px;
	border: none;
	font-weight: 600;
	font-family: 'Asap', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	transition: ease 0.2s;
	border-radius: 100px;
}

.credits button:hover {
	background-color: #fbff00;
}

.copyright-icon {
	height: 13px;
	filter: invert(1);
	margin-top: -3px;
}

.copyright {
	text-align: center;
}

.copyright p {
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	margin: 20px 0 0 0;
	margin-top: 40px;
}

.company-data {
	margin: 0 !important;
	padding: 0;
	font-weight: bold;
}

@media (max-width: 350px) {
	.title h2 {
		font-size: 10vw;
	}
	.title::before {
		bottom: -10vw;
		height: 10vw;
	}
}

@media (min-width: 576px) {
	.banner img {
		width: 100%;
	}
	.title {
		max-width: 540px;
	}
	hr {
		margin-bottom: 60px;
	}
	.credits {
		font-size: 1em;
	}
	.follow-us {
		width: 88px;
		padding: 0;
	}
	.credits {
		text-align: left;
	}
	.credits ul {
		list-style-type: circle;
		padding-left: 18px;
	}
	.logo-footer {
		float: none;
		margin: 0;
	}
	footer .container {
		font-size: 1rem;
	}
}

@media (min-width: 576px) and (max-width:767px) {
	.parceiros :nth-child(2) img {
		width: 30%;
	}
	.parceiros :nth-child(3) img {
		width: 70%;
	}
	.parceiros :nth-child(4) img {
		width: 70%;
	}
	.credits button {
		width: 100%;
		max-width: 125px;
		flex-flow: nowrap;
		white-space: nowrap;
		font-size: 0.85em;
		padding: 8px 0;
	}
	br {
		display: none;
	}
}

@media (min-width:768px) {
	.title {
		max-width: 720px;
		margin-top: 0;
		padding-top: 150px;
	}
	.title::before {
		height: 2.4em;
		left: -160px;
		bottom: -45px;
	}
	.title h2 {
		margin-left: 28px;
		font-size: 2.8em;
	}
	.logo-footer {
		width: auto;
		height: 80px;
	}
	.credits ul {
		white-space: nowrap;
	}
}

@media (min-width: 992px) {
	.title {
		max-width: 960px;
	}
	.title h2 {
		margin-left: 60px;
	}
	.title::before {
		left: -135px;
	}
	.duvidas {
		margin-top: 15px;
	}
	.social-media p {
		min-width: 35%;
		max-width: 40%;
		align-self: center;
		text-align: right;
		padding-right: 15px;
		font-size: 0.8em;
	}
	.social-media a {
		max-width: 45px;
		align-self: center;
	}
	.social-media-icon {
		margin-left: -2px;
	}
	.credits {
		font-size: 1.2em;
	}
	.credits button {
		width: 150px;
		max-width: 150px;
	}
	.credits ul {
		white-space: normal;
	}
}

@media (min-width:1200px) {
	.title {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.title {
		width: initial;
		max-width: initial;
		margin: auto;
	}
	.title h2 {
		margin-left: 10%;
	}
	.title::before {
		content: " ";
		width: 10%;
		height: 2.2em;
		background-color: #a9f100;
		position: relative;
		display: flex;
		left: -15px;
	}
}

@media (max-width: 575px) {
	.copyright p {
		padding: 0 10px;
	}
	.copyright-icon {
		height: auto;
		width: 2.8vw;
	}
	.duvidas {
		margin-top: 15px;
	}
	._alignright {
		text-align: right;
		padding: 0;
		padding-right: 10px !important;
	}
	._alignleft {
		text-align: left;
		padding: 10px 0;
		padding-left: 5px !important;
	}
}