/*
Theme Name: Pcom Reset
Author: Pcom
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {	line-height: normal; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none; }
table {border-collapse: collapse;	border-spacing: 0; }
a {text-decoration:none; }
a img { -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0);	}

a {transition: all 0.2s; -moz-transition: all 0.2s; /* Firefox 4 */	-webkit-transition: all 0.2s; /* Safari and Chrome */ -o-transition: all 0.2s /* Opera */ }

/* --------------------------------------- END RESET -------------------------- */
body {
	background: url(img/bg-00.jpg) #ffffff;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	color: #95989A;
}

.conteudo-wrap {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 1300px) {
	.conteudo-wrap {
		width: 95%;
		margin: 0 auto;
		position: relative;
	}
}

/* --------------------------------------- CSS TOPO --------------------------- */
#top {
	width: 100%;
	height: 152px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0 0 0 0;
	background: url(img/bg-nav.png) top center no-repeat;
}

.logo {
	display: block;
	margin: 0 auto;
	width: 192px;
	height: 102px;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 9;
	float: left;
}

.logo a img {
	max-width: 100%;
	height: auto;
}

.menu-left, .menu-right {
	float: left;
	width: calc(50% - 96px);
	text-align: right;
}

.menu-right {
	float: right;
	text-align: left;
}

.nav {
	line-height: 0;
	padding: 0 110px 0 0;
	margin: 0;
}

.menu-right .nav {
	padding: 0 0 0 110px;
}

.nav li {
	display: inline-block;
	line-height: normal;
	padding: 40px 20px 0 20px;
}

.nav li a {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
	font-weight: 500;
	line-height: normal;
}

.nav li a:hover {
	font-weight: 700;
}

.btn-mobile {
	display: none;
}

.menu-sliding {
	display: inline-block !important;
}

@media screen and (max-width: 950px) {
	#top {
		width: 100%;
		height: 90px;
		background: #ffffff;
		text-align: right;
	}
	
	.logo {
		display: block;
		margin: 0 auto;
		width: 120px;
		height: 63px;
		padding: 12px 0 0 0;
		position: absolute;
		z-index: 9;
		float: none;
		left: 0;
		top: 0;
	}

	.logo a img {
		max-width: 100%;
		height: auto;
	}

	.menu-left, .menu-right {
		float: none;
		width: auto;
		text-align: right;
		position: relative;
		z-index: 8;
		display: inline;
	}

	.nav {
		line-height: 0;
		padding: 0 0 0 0;
		margin: 0;
		display: inline;
	}

	.menu-right .nav {
		padding: 0 0 0 0;
	}

	.nav li {
		display: inline-block;
		line-height: normal;
		padding: 35px 20px 0 20px;
	}
}

@media screen and (max-width: 660px) {
	#top {
		width: 100%;
		height: auto;
		background: #ffffff;
		text-align: right;
		min-height: 72px;
	}
	
	.logo {
		display: block;
		margin: 0 auto;
		width: 90px;
		height: 48px;
		padding: 12px 0 0 0;
		position: absolute;
		z-index: 9;
		float: none;
		left: 0;
		top: 0;
	}

	.logo a img {
		max-width: 100%;
		height: auto;
	}

	.menu-left, .menu-right {
		float: none;
		text-align: right;
		position: relative;
		z-index: 8;
		width: 100%;
		display: none;
		background: #ffffff;
	}

	.nav {
		line-height: 0;
		padding: 0 0 0 0;
		margin: 0;
		display: block;
	}

	.menu-right .nav {
		padding: 0 0 0 0;
	}

	.nav li {
		display: block;
		line-height: normal;
		padding: 10px 10px 10px 20px;
	}
	
	.btn-mobile {
		display: block;
		position: absolute;
		top: 17px;
		right: 10px;
		width: 35px;
		height: 35px;
		z-index: 9;
		background:url(img/btn-mobile.png) center center no-repeat;
		background-size: contain;
	}
	
	.btn-mobile-h {
		top: auto !important;
		right: auto !important;
		bottom: 10px !important;
		left: 10px !important;
		background:url(img/btn-mobile-h.png) center center no-repeat !important;
		background-size: contain !important;
	}
}

.slide-01 {
	background: url(img/slide-01-01.jpg) top center no-repeat;
	width: 100%;
	height: 832px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.slide-01 .txt {
	padding: 270px 0 0 45px;
	max-width: 420px;
}

.slide-01 .txt .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.slide-01 .txt .p-02 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.slide-01 .txt .p-03 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: 24px;
	padding: 0 0 30px 0;
}

.slide-01 .txt .p-04 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	line-height: 20px;
	padding: 30px 0 0 0;
	max-width: 320px;
}

.slide-01 .txt .btn-verde {
	display: inline-block;
	border-radius: 22px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	background: #53de68;
	text-align: center;
	padding: 15px 45px 15px 45px;
}

.slide-01 .txt .btn-verde:hover {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

@media screen and (max-width: 950px) {
	
	.slide-01 {
		padding: 150px 0 100px 0;
		height: auto;
	}
	
	
	.slide-01 .txt {
		padding: 40px 5% 40px 5%;
		max-width: 80%;
		background: rgb(0, 0, 0, 0.5);
		margin: 0 auto;
	}

}

@media screen and (max-width: 660px) {
	
	.slide-01 {
		padding: 150px 0 100px 0;
		height: auto;
	}	
	
	.slide-01 .txt {
		padding: 40px 5% 40px 5%;
		max-width: 80%;
		background: rgb(0, 0, 0, 0.5);
		margin: 0 auto;
	}

	.slide-01 .txt .p-01 {
		font-size: 28px;
		line-height: normal;
		text-transform: uppercase;
	}

	.slide-01 .txt .p-02 {
		font-size: 36px;
		line-height: normal;
		text-transform: uppercase;
	}

	.slide-01 .txt .p-03 {
		font-size: 18px;
		line-height: 22px;
		padding: 0 0 30px 0;
	}

	.slide-01 .txt .btn-verde {
		display: inline-block;
		border-radius: 22px;
		font-size: 16px !important;
		padding: 10px 25px 10px 25px;
	}
}

.slide-02 {
	width: 100%;
	background: url(img/bg-00.png) top center no-repeat;
	position: relative;
	z-index: 2;
	margin: -130px auto 0 auto;
	padding: 150px 0 130px 0;
}

.box-50 {
	width: 50%;
	float: left;
}

.slide-02 .txt {
	padding: 0 0 0 55px;
}

.slide-02 .txt .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 80px;
	color: #878787;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
	border-bottom: 3px solid #878787;
	display: inline-block;
	padding: 0 0 30px 0;
	margin: 0 0 45px 0;
}

.slide-02 .txt .p-01 span {
	font-size: 40px;
	font-weight: 300;
	display: block;
}

.slide-02 .txt .p-02 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454545;
	font-weight: 300;
	line-height: 22px;
	padding: 0 0 25px 0;
	max-width: 95%;
}

.slide-02 .txt .btn-verde {
	display: inline-block;
	border-radius: 22px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	background: #53de68;
	text-align: center;
	padding: 15px 30px 15px 30px;
}

.slide-02 .txt .btn-verde:hover {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.slide-02 .img {
	padding: 60px 60px 0 0;
}

.slide-02 .img img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 950px) {
	.slide-02 .txt {
		padding: 0 0 0 15px;
	}
	
	.slide-02 .img {
		padding: 60px 0 0 0;
	}	
}

@media screen and (max-width: 660px) {
	.box-50 {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	
	.slide-02 .txt .p-01 {
		font-family: 'Exo', Arial, Helvetica, sans-serif;
		font-size: 62px;
		color: #878787;
		font-weight: 500;
		line-height: 60px;
		text-transform: uppercase;
		border-bottom: 3px solid #878787;
		display: inline-block;
		padding: 0 0 20px 0;
		margin: 0 0 35px 0;
	}

	.slide-02 .txt .p-01 span {
		font-size: 40px;
		font-weight: 300;
		display: block;
	}
}

.slide-03 {
	width: 100%;
	background: url(img/bg-01.png) top center no-repeat;
	position: relative;
	z-index: 3;
	margin: -130px auto 0 auto;
	padding: 150px 0 130px 0;
}

.slide-03 .txt {
	padding: 0 0 0 0;
}

.slide-03 .txt .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 80px;
	color: #878787;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
	border-bottom: 3px solid #878787;
	display: inline-block;
	padding: 10px 0 30px 0;
	margin: 0 0 45px 55px;
}

.slide-03 .txt .p-01 span {
	font-size: 40px;
	font-weight: 300;
	display: block;
	text-transform: none;
}

.lista-icons {
	text-align: center;
	line-height: 0;
	padding: 20px 0 20px 0;
}

.lista-icons li {
	display: inline-block;
	line-height: normal;
	margin: 0 30px 50px 30px;
	background-size: contain;
	vertical-align: top;
	text-align: left;
}

.lista-icons li p {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #878787;
	font-weight: 500;
}

.icon-01 {
	background: url(img/slide-03-01.png) no-repeat;
	width: 243px;
	height: 122px;
}

.icon-01 p {
	padding: 30px 0 0 123px;
}


.icon-02 {
	background: url(img/slide-03-02.png) no-repeat;
	width: 225px;
	height: 122px;
}

.icon-02 p {
	padding: 20px 0 0 115px;
	font-size: 20px;
	line-height: 24px;
}

.icon-02 p span {
	font-size: 30px;
}

.icon-03 {
	background: url(img/slide-03-03.png) no-repeat;
	width: 202px;
	height: 122px;
}

.icon-03 p {
	padding: 16px 0 0 105px;
}

.icon-04 {
	background: url(img/slide-03-04.png) no-repeat;
	width: 226px;
	height: 122px;
}

.icon-04 p {
	padding: 18px 0 0 120px;
}

.icon-05 {
	background: url(img/slide-03-05.png) no-repeat;
	width: 327px;
	height: 122px;
}

.icon-05 p {
	padding: 40px 0 0 200px;
}

.icon-06 {
	background: url(img/slide-03-06.png) no-repeat;
	width: 218px;
	height: 122px;
}

.icon-06 p {
	padding: 48px 0 0 130px;
}

.icon-07 {
	background: url(img/slide-03-07.png) no-repeat;
	width: 193px;
	height: 122px;
}

.icon-07 p {
	padding: 60px 0 0 98px;
}

.slide-03 .txt .btn-verde {
	display: inline-block;
	border-radius: 22px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	background: #53de68;
	text-align: center;
	padding: 15px 30px 15px 30px;
}

.slide-03 .txt .btn-verde:hover {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

@media screen and (max-width: 950px) {

}

@media screen and (max-width: 660px) {
	
	.slide-03 .txt .p-01 {
		font-family: 'Exo', Arial, Helvetica, sans-serif;
		font-size: 62px;
		color: #878787;
		font-weight: 500;
		line-height: 63px;
		text-transform: uppercase;
		border-bottom: 3px solid #878787;
		display: inline-block;
		padding: 60px 0 20px 0;
		margin: 0 0 35px 0;
	}

	.slide-03 .txt .p-01 span {
		font-size: 24px;
		font-weight: 300;
		display: block;
		line-height: 30px;
	}
	
	.lista-icons li {
		display: block;
		line-height: normal;
		margin: 0 auto 30px auto;
		background-size: contain;
		vertical-align: top;
		text-align: left;
	}
	
	.icon-05 {
		width: 280px;
		height: 122px;
	}

	.icon-05 p {
		padding: 7px 0 0 180px;
	}
}

.slide-04 {
	width: 100%;
	background: url(img/bg-00.png) top center no-repeat;
	position: relative;
	z-index: 4;
	margin: -130px auto 0 auto;
	padding: 150px 0 130px 0;
}

.slide-04 .txt .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 80px;
	color: #878787;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
	border-bottom: 3px solid #878787;
	display: inline-block;
	padding: 0 0 30px 0;
	margin: 0 0 45px 55px;
}

.slide-04 .txt .p-01 span {
	font-size: 40px;
	font-weight: 300;
	display: block;
	text-transform: none;
}

.lista-numeros {
	padding: 10px 0 0 0;
	text-align: center;
	line-height: 0;
}

.lista-numeros li {
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	width: 215px;
	margin: 0 45px 40px 45px;
}

.lista-numeros li img {
	max-width: 100%;
	height: auto;
}

.slide-04 .txt .btn-verde {
	display: inline-block;
	border-radius: 22px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: normal;
	background: #53de68;
	text-align: center;
	padding: 15px 30px 15px 30px;
}

.slide-04 .txt .btn-verde:hover {
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

@media screen and (max-width: 660px) {
	
	.slide-04 .txt .p-01 {
		font-family: 'Exo', Arial, Helvetica, sans-serif;
		font-size: 62px;
		color: #878787;
		font-weight: 500;
		line-height: 63px;
		text-transform: uppercase;
		border-bottom: 3px solid #878787;
		display: inline-block;
		padding: 60px 0 20px 0;
		margin: 0 0 35px 0;
	}

	.slide-04 .txt .p-01 span {
		font-size: 24px;
		font-weight: 300;
		display: block;
		line-height: 30px;
	}
}

.slide-05 {
	width: 100%;
	background: url(img/bg-02.png) top center no-repeat;
	position: relative;
	z-index: 5;
	margin: -130px auto 0 auto;
	padding: 150px 0 130px 0;
}

.slide-05 .txt .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 80px;
	color: #878787;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
	border-bottom: 3px solid #878787;
	display: inline-block;
	padding: 0 0 30px 0;
	margin: 0 0 45px 55px;
}

.slide-05 .txt .p-01 span {
	font-size: 40px;
	font-weight: 300;
	display: block;
	text-transform: none;
}

.box-dif {
	width: 90%;
	max-width: 580px;
	margin: 0 auto;
}

.item-dif {
	background: #ffffff;
	display: block;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 0 3px 0;
	cursor: pointer;
}

.icon-dif {
	width: 58px;
	height: 50px;
	text-align: center;
	float: left;
	position: relative;
}

.icon-dif .plus {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 6px;
	left: 0;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #878787;
	font-weight: 300;
}

.icon-dif .minus {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 6px;
	left: 0;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #878787;
	font-weight: 300;
	background: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

.dif-show .icon-dif .minus {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.txt-dif {
	width: calc(100% - 58px - 25px);
	float: left;
	position: relative;
	padding: 10px 0 3px 0;
}

.txt-dif .dif-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #878787;
	font-weight: 700;
	padding: 4px 0 10px 0;
}

.txt-dif .dif-02 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #878787;
	font-weight: 300;
	line-height: 20px;
	font-style: italic;
	padding: 0 0 10px 0;
	display: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

.dif-show .txt-dif .dif-02 {
	display: block !important;
}

.item-dif:hover .txt-dif .dif-01 {
	color: #707070;
}

@media screen and (max-width: 660px) {
	
	.slide-05 .txt .p-01 {
		font-family: 'Exo', Arial, Helvetica, sans-serif;
		font-size: 42px;
		color: #878787;
		font-weight: 500;
		line-height: 43px;
		text-transform: uppercase;
		border-bottom: 3px solid #878787;
		display: inline-block;
		padding: 60px 0 20px 0;
		margin: 0 0 35px 0;
	}

	.slide-05 .txt .p-01 span {
		font-size: 22px;
		font-weight: 300;
		display: block;
		line-height: 30px;
	}
}

.slide-06 {
	width: 100%;
	background: url(img/bg-00.png) top center no-repeat;
	position: relative;
	z-index: 6;
	margin: -130px auto 0 auto;
	padding: 150px 0 30px 0;
}

.slide-06 .txt .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 80px;
	color: #878787;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
	border-bottom: 3px solid #878787;
	display: inline-block;
	padding: 0 0 30px 0;
	margin: 0 0 45px 55px;
}

.slide-06 .txt .p-01 span {
	font-size: 40px;
	font-weight: 300;
	display: block;
	text-transform: none;
}

.slide-06 .txt .p-02 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #878787;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 10px 55px;
}

.slide-06 .txt .p-03 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #878787;
	font-weight: 300;
	line-height: 18px;
	max-width: 450px;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 25px 55px;
	float: left;
}

.slide-06 .txt .p-04 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #878787;
	font-weight: 700;
	line-height: 18px;
	max-width: 510px;
	display: block;
	padding: 20px 20px 20px 20px;
	margin: 0 55px 25px 0;
	float: right;
	border-radius: 22px;
	background: #fcedf5;
	text-align: center;
}

.form-wrap {
	max-width: 570px;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 85%;
}

.form-campo {
	background: #edf9f1;
	border-radius: 12px;
	line-height: 0;
	margin: 0 auto 10px auto;
}

.form-campo .label-01 {
	display: block;
	width: 71px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 13px 0 0 13px;
	float: left;
	cursor: pointer;
}

.form-input {
	width: calc(100% - 84px);
	height: 50px;
	background: none;
	display: block;
	float: left;
	border: none;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	line-height: normal;
	padding: 0;
	margin: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

.form-input:hover, .form-input:focus {
	font-weight: 500;
}

.form-right {
	max-width: 510px;
	padding: 20px 30px 30px 30px;
}

.form-campo .txt-01 {
	display: block;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #878787;
	font-weight: 300;
	line-height: normal;
}

.form-campo .txt-01 span {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #878787;
	font-weight: 700;
	text-transform: uppercase;
}

.radio-box {
	display: inline-block;
	width: 165px;
	padding: 30px 0 0 0;
	text-align: center;
}

.radio-box label {
	cursor: pointer;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #878787;
	font-weight: 300;
	display: block;
	line-height: normal;
	padding: 10px 0 0 0;
}

#form-enviar {
	width: 200px;
	height: 50px;
	border: none;
	border-radius: 22px;
	background: #fcedf5;
	display: block;
	margin: 0 auto;
	padding: 0;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #878787;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

#form-enviar:hover {
	background: #e7f4fe;	
}

.slide-06 .txt-bot {
	clear: both;
	max-width: 80%;
	border-radius: 22px;
	background: #fcedf5;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}


.slide-06 .txt-bot .p-01 {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #878787;
	font-weight: 700;
	line-height: 18px;
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

@media screen and (max-width: 1300px) {

	.slide-06 .txt .p-04 {
		max-width: 410px;
	}
}


@media screen and (max-width: 660px) {
	
	.slide-06 .txt .p-01 {
		font-family: 'Exo', Arial, Helvetica, sans-serif;
		font-size: 42px;
		color: #878787;
		font-weight: 500;
		line-height: 43px;
		text-transform: uppercase;
		border-bottom: 3px solid #878787;
		display: inline-block;
		padding: 60px 0 20px 0;
		margin: 0 0 35px 0;
	}

	.slide-06 .txt .p-01 span {
		font-size: 22px;
		font-weight: 300;
		display: block;
		line-height: 30px;
	}
	
	.slide-06 .txt .p-02 {
		margin: 0 0 10px 0;
	}

	.slide-06 .txt .p-03 {
		margin: 0 0 25px 0;
		float: none;
	}
	
	.slide-06 .txt .p-04 {
		margin: 0 0 25px 0;
		float: none;
	}
}


footer {
	width: 100%;
	padding: 24px 0;
	margin: 0;
	border-top: 1px solid #878787;
}

footer .social {
	align-content: center;
	float: left;
	margin: 0 0 0 75px;
	width: 80px;
}

footer .social a {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 0 11px 0 0;
}

footer .social a img {
	height: auto;
	max-width: 100%;
}

footer .info {
	align-content: left;
	float: left;
	margin: 2px 0 0 0;
	width: calc(100% - 80px - 140px - 10px - 75px - 75px);
}

footer .info p {
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 300;
}

footer .info p a {
	color: #000000;
}

footer .info p a:hover {
	text-decoration: underline;
}

footer .pontocom {
	width: 140px;
	height: 12px;
	float: right;
	margin: 0 75px 0 0;
}

footer .pontocom img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1300px) {
	footer .social {
		margin: 0 0 0 15px;
	}
	
	footer .pontocom {
		margin: 0 15px 0 0;
	}
}

@media screen and (max-width: 660px) {
	footer .social {
		margin: 0 auto 30px auto;
		float: none;
		display: block;
		text-align: center;
	}
	
	footer .social a {
		margin: 0 5px;
	}
	
	footer .info {
		margin: 0 auto 30px auto;
		float: none;
		display: block;
		text-align: center;
		width: 90%;
	}
	
	footer .pontocom {
		margin: 0 auto 0 auto;
		float: none;
		display: block;
		text-align: center;
	}
}



/* -------------------------------------- ÚTEIS ------------------------------------- */
.white {color: #fff !important;}
.green {color: #95bf3d !important;}
.black {color: #19181b !important;}

.bold, strong {	font-weight:bold !important; }
em { font-style: italic; }
.clear {  clear: both !important; }
.float-left {  float: left;  }
.img-left { float: left; margin: 0 17px 10px 0; }

.css-exemplo {
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.css-exemplo {
	letter-spacing: -1px;
}
}

@media screen and (min-width: 991px) and (max-width: 1279px) {

}

@media screen and (min-width: 601px) and (max-width: 990px) {

}

@media screen and (max-width: 600px) {

}
