/*
Theme Name: +Resultado
*/

/* 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:#ffffff;
	font-family: 'Raleway', Trebuchet MS, Helvetica, sans-serif;
	color:#333333;
	font-weight:300;
	height:100%;
}

.conteudo-wrap {
	width:1170px;
	margin:0 auto;
	position:relative;
}

@media screen and (max-width: 1190px) {
.conteudo-wrap {
	width:100%;
	margin:0 auto;
	position:relative;
}
}

/* --------------------------------------- CSS TOPO --------------------------- */
#top { 
	width:100%;
	position: fixed;
	top:0;
	left:0;
	background:#ffffff;
	z-index:999;
}

.logo-box {
	float:left;
	width:250px;
	height:70px;
}

.logo-pg {
	float:left;	
	width:131px;
	height:70px;
	background:url(img/log-box-bg.png) center right no-repeat;
}

.logo-pg a {
	float:left;
	margin:15px 0 0 20px;	
}

.logo-mais {
	float:left;
	height:70px;
}

.logo-mais a {
	float:left;
	margin:27px 0 0 12px;	
}

.top-meio {
	float:left;
	width: calc(100% - 250px - 85px);	
}

#nav {
	display:block;
	width:100%;
	text-align:center;
	padding:0 0 0 0;
	margin:0;	
}

#nav li {
	display:inline-block;
	padding:0 15px 0 15px;
	height:100%;	
}

#nav li a {
	font-size:16px;
	color:#000000;
	font-weight:700;
	display:inline-block;
	height:47px;
	padding:23px 0 0 0;
	position:relative;
}

#nav li:hover a {
	color:#a9cf46;	
}

#nav li.submenu {
	padding:0 11px 0 11px;
}

#nav li.submenu a {
	background:url(img/seta-submenu.png) center right no-repeat;
	padding:23px 16px 0 0;	
}

#nav li ul {
	display:none;
	width:100%;
	position:absolute;
	top:70px;
	left:0;
	z-index:888;
	text-align:center;
	border-top:1px solid #e5e5e5;
}

.submenu-block {
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.15);
	background:#ffffff;
}


#nav li ul li{
	display:inline-block;
	padding:0 15px 0 15px;
	position:relative;		
}

#nav li ul li a {
	display:inline-block;
	min-width:165px;
	height:105px;
	padding:30px 0 0 0 !important;
	background:none !important;
	vertical-align:top;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}

#nav li ul li a span {
	display:block;
	font-size:13px;
	color:#4a4a4a;
	font-weight:700;
	padding:10px 0 0 0;
}

#nav li:hover ul {
	display:block;
}

#nav li.submenu:hover {
	height:auto !important;
}

#nav li ul li:hover a {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}

#nav li.submenu:hover a i {
	background:url(img/seta-submenu-top.png) bottom center no-repeat;
	width:20px;
	height:10px;
	display:block;
	position:absolute;
	left: calc(50% - 20px);
	bottom:-1px;
	z-index:999;
}

.top-social {
	width:85px;
	float:right;
	text-align:center;
	padding:23px 0 0 0;
}	

.top-social a {
	display:inline-block;
	margin:0 3px 0 4px;	
}

.top-social a:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */		
}

#nav-mobile {
	display:none;	
}

.mobile-btn {
	display:none;	
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
.logo-box {
	float:left;
	width:190px;
	height:70px;
}

.logo-pg {
	float:left;	
	width:80px;
	height:70px;
	background:url(img/log-box-bg.png) center right no-repeat;
}

.logo-pg a {
	float:left;
	margin:18px 0 0 15px;	
}

.logo-pg a img {
	width:70%;	
}

.logo-mais {
	float:left;
	height:70px;
}

.logo-mais a {
	float:left;
	margin:27px 0 0 12px;	
}

.logo-mais a {
	width:70%;
}

.logo-mais a img {
	height:auto;	
}

.top-meio {
	float:right;
	width: calc(100% - 190px);	
}

#nav li {
	padding:0 5px 0 5px;
	height:auto;	
}

#nav li a {
	font-size:14px;
	height:43px;
	padding:27px 0 0 0;
	position:relative;
}

.top-social {
	display:none;	
}

#nav li ul li a {
	height:85px;
	padding:25px 0 0 0 !important;
}
}

@media screen and (max-width: 767px) {
.logo-box {
	float:left;
	width:190px;
	height:70px;
}

.logo-pg {
	float:left;	
	width:80px;
	height:70px;
	background:url(img/log-box-bg.png) center right no-repeat;
}

.logo-pg a {
	float:left;
	margin:18px 0 0 15px;	
}

.logo-pg a img {
	width:70%;	
}

.logo-mais {
	float:left;
	height:70px;
}

.logo-mais a {
	float:left;
	margin:27px 0 0 12px;	
}

.logo-mais a img {
	width:70%;	
}

.top-meio {
	float:right;
	width: calc(100% - 190px);	
}

#nav {
	display:none;	
}

.top-social {
	display:none;	
}	

#nav-mobile {
	display:none;
	width:100%;
	position:absolute;
	top:60px;
	left:0;
	z-index:888;
	background:url(img/seta-submenu-top-mobile.png) top right no-repeat;	
	padding:10px 0 15px 0;
}

#nav-mobile li {
	background:#ffffff;
	padding:5px 0 5px 10px;	
}

#nav-mobile li a {
	font-size:16px;
	color:#000000;
	font-weight:700;
}

#nav-mobile li ul {
	width:100%;
	float:left;	
	padding:10px 0 5px 0;
	border-bottom:1px solid #e8e8e8;
	margin:0 0 15px 0;
}

#nav-mobile li ul li {	
}

.mobile-btn {
	display:block;
	float:right;
	margin:23px 13px 0 0;	
}

.mobile-btn a {
	background:url(img/mobile-icon2x.png) no-repeat;
	background-size:contain;
	width:25px;
	height:14px;
	display:block;
	margin:0 auto;
}

.active {
	display:block;	
}

}

/* --------------------------------------- VITRINE --------------------------- */
.vitrine {
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	float:left;
	margin:70px 0 0 0;
	height:630px;
	position:relative;
	z-index:777;
}

.vitrine-item-01 {
	max-width:555px;
	margin:0 auto;
	border-bottom:1px solid #70a143;
	text-align:center;
	padding:124px 0 30px 0;
}

.vitrine-item-02 {
	padding:20px 0 0 0;
	text-align:center;
	margin:0 auto;	
}

.vitrine-item-02 h2 {
	font-size:52px;
	color:#ffffff;
	font-weight:800;
	padding:0 0 10px 0;	
}

.vitrine-item-02 h3 {
	font-size:18px;
	color:#ffffff;
	font-weight:600;
	line-height:29px;
	max-width:555px;
	margin:0 auto;	
}

.vitrine-item-03 {
	padding:50px 0 0 0;
	text-align:center;
	margin:0 auto;
	max-width:595px;	
}

.vitrine-btn-01 {
	width:261px;
	height:38px;
	border:1px solid #6c973a;
	border-radius:5px;
	display:inline-block;
	margin:0 15px;
	text-align:center;
	padding:19px 0 0 0;
	font-size:18px;
	color:#ffffff;
	font-weight:700;
}

.vitrine-btn-01:hover {
	border:1px solid #ffffff;
}

.vitrine-btn-02 {
	width:263px;
	height:40px;
	border-radius:5px;
	display:inline-block;
	margin:0 15px;
	text-align:center;
	padding:19px 0 0 0;
	font-size:18px;
	color:#46494a;
	font-weight:700;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebec',GradientType=0 ); /* IE6-9 */

}

.vitrine-btn-02:hover {
	color:#a9cf46;
}

.vitrine-btn-01 span, .vitrine-btn-02 span {
	display:inline-block;
	padding:0 0 0 2px;
}

.vitrine-item-03 p {
	width:263px;
	float:right;
	margin:6px 15px 0 0;
	font-size:13px;
	color:#ffffff;
	font-weight:600;
}

/* -------------------------------------- PARALLAX ------------------------------------- */

.bgsinaldemais {
	background:url(./img/sinaisdemais.png) center top no-repeat;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (max-width: 767px) {
.vitrine-item-01 {
	max-width:80%;
	padding:15vw 0 30px 0;
}

.vitrine-item-01 img {
	width:70%;
	max-width:226px;	
}

.vitrine-item-02 {
	padding:20px 0 0 0;
	text-align:center;
	margin:0 auto;	
}

.vitrine-item-02 h2 {
	font-size:7vw;
	font-weight:800;
	padding:0 0 10px 0;	
}

.vitrine-item-02 h3 {
	max-width:80%;
	margin:0 auto;	
}

.vitrine-item-03 {
	max-width:100%;	
}	
}

@media screen and (max-width: 620px) {

.vitrine-item-02 h2 {
	font-size:10vw;
}

.vitrine-item-02 h3 {
	font-size:16px;
	line-height:23px;
}

.vitrine-btn-01 {
	display:block;
	margin:0 auto 20px auto;
}

.vitrine-btn-02 {
	display:block;
	margin:0 auto;

}

.vitrine-item-03 p {
	width:100%;
	float:none;
	margin:6px 0 0 0;
	text-align:center;
}	
}

/* -------------------------------------- DIFERENCIAIS ------------------------------------- */
.slide-02 {
	background:#85b749;
	width:100%;
	margin:0 auto;
	padding:78px 0 50px 0;
}

.dif-left {
	width:263px;
	float:left;	
	margin:82px 0 0 15px;
}

.dif-left h1 {
	font-size:32px;
	color:#ffffff;
	font-weight:800;
	padding:0 0 16px 0;	
}

.dif-left p {
	font-size:24px;
	color:#ffffff;
	font-weight:500;
	padding:0 0 34px 0;
	line-height:30px;	
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}

.dif-left a {
	width:195px;
	height:30px;
	border-radius:5px;
	display:inline-block;
	margin:0;
	text-align:right;
	padding:14px 0 0 0;
	font-size:15px;
	color:#46494a;
	font-weight:700;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebec',GradientType=0 ); /* IE6-9 */

}

.dif-left a:hover {
	color:#a9cf46;
}

.dif-left a span {
	display:inline-block;
	padding:0 0 0 0;
	float:right;
	margin:2px 26px 0 6px;
}

.dif-right {
	width: calc(100% - 263px - 15px - 15px);
	float:left;		
}

.dif-right ul {
	margin:0;
	padding:0;	
}

.dif-item {
	float:left;
	width: 260px;
	margin:0 0 0 30px;
	height:350px;	
}

.dif-icon {
	padding:0 0 24px 0;	
}

.dif-tit {
	font-size:21px;
	color:#ffff92;
	font-weight:900;
	line-height:18px;
	padding:0 0 18px 0;
}

.dif-desc {
	font-size:18px;
	color:#ffffff;
	font-weight:600;
	line-height:29px;
}

.dif-right-02 {
	width: calc(100%);
	float:left;		
}

.dif-right-02 ul {
	margin:0;
	padding:0;	
}

.dif-right-03 {
	width: calc(100%);
	float:left;		
}

.dif-right-03 ul {
	margin:0;
	padding:0;
	text-align:center;	
}

.dif-right-03 .dif-item {
	float:none;
	display:inline-block;
	width: 165px;
	margin:0 15px 30px 15px;
	height:auto;
	vertical-align:top;	
}

.dif-right-03 .dif-tit {
	line-height:26px;
	min-height:80px;
}

.dif-right-04 {
	width: calc(100%);
	float:left;		
}

.dif-right-04 ul {
	margin:0;
	padding:0;
	text-align:center;	
}

.dif-right-04 .dif-item {
	float:none;
	display:inline-block;
	width: 262px;
	margin:0 15px 30px 15px;
	height:auto;
	vertical-align:top;	
}

.dif-right-04 .dif-tit {
	line-height:26px;
	min-height:auto;
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
.dif-item {
	float:left;
	width: 260px;
	margin:0 0 0 30px;
}
}

@media screen and (max-width: 767px)  {
.slide-02 {
	background:#85b749;
	width:100%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

.dif-left {
	width:240px;
	float:none;	
	margin:0 auto 0 auto;
}

.dif-right {
	width: 90%;
	float:none;
	margin:0 auto;
	padding:80px 0 0 0;		
}

.dif-right-02 {
	width: 90%;
	float:none;
	margin:0 auto;
	padding:80px 0 0 0;		
}


.dif-item {
	float:left;
	width: 260px;
	margin:0 0 0 30px;
}	
}

@media screen and (max-width: 680px)  {
.dif-item {
	float:none;
	width: 260px;
	margin:0 auto 0 auto;
	height:auto;
	padding:0 0 60px 0;	
}	
}


/* -------------------------------------- SLIDE 3 & 4------------------------------------- */
.slide-03 {
	background:#76ab3d;
	width:100%;
	margin:0 auto;
	padding:60px 0 0 0;
}

.tit-center {
	font-size:42px;
	color:#ffffff;
	font-weight:800;
	display:block;
	padding:0 0 25px 0;
	text-align:center;	
}

.slide-duo-wrap {
	width:810px;
	margin:0 auto;	
}

.slide-03-duo {
	width:360px;
	display:inline-block;
	margin:0 15px 0 15px;
	padding:25px 0 70px 0;
}

.slide-03-duo h2 {
	font-size:21px;
	color:#ffff92;
	font-weight:900;
	display:block;
	padding:0 0 18px 0;
}

.slide-03-duo p {
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	display:block;
	padding:0 0 18px 0;
	line-height:28px;
	letter-spacing:-0.2px;
}

.box-resultado {
	width: calc(100% - 	32px);
	border:1px solid #9e9e9e;
	border-radius:3px;
	padding:50px 0 42px 0;
	text-align:center;
	margin:0 auto;
	background:#ffffff;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom:none;
}

.box-resultado .p-01 {
	font-size:18px;
	color:#000000;
	font-weight:600;
	line-height:29px;
	padding:0 0 30px 0;
	max-width:690px;
	margin:0 auto;	
}

.box-resultado a {
	font-size:32px;
	color:#ffffff;
	font-weight:800;
	display:inline-block;
	padding:16px 0 0 0 ;	
	background:#3a654b;
	width:360px;
	height:54px;
	border-radius:26px;
}

.box-resultado a:hover {
	background:#61846f;
}

.box-resultado .p-02 {
	font-size:13px;
	color:#000000;
	font-weight:600;
	line-height:29px;
	padding:5px 0 0 0;	
}

.slide-04 {
	background:#f2f2f2;
	width:100%;
	margin:0 auto;
	padding:0 0 50px 0;
}

.box-clientes {
	width: calc(100% - 	32px);
	border:1px solid #9e9e9e;
	border-radius:3px;
	padding:40px 0 40px 0;
	margin:0 auto;
	background:#ffffff;
	border-top-left-radius:0;
	border-top-right-radius:0;
	text-align:center;
}

.box-clientes h3 {
	font-size:16px;
	color:#3d3d3d;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:4px;
	padding:0 0 40px 0;	
}

.box-clientes a {
	display:inline-block;
	margin:0 20px;	
}

@media screen and (max-width: 767px)  {
.tit-center {
	width:90%;
	margin:0 auto;	
}

.slide-duo-wrap {
	width:80%;
	margin:0 auto;	
}

.slide-03-duo {
	width:100%;
	display:block;
	margin:0 auto 0 auto;
	padding:25px 0 40px 0;
}

.box-resultado {
	width: calc(100% - 	32px);
	border:1px solid #9e9e9e;
	border-radius:3px;
	padding:50px 0 42px 0;
	text-align:center;
	margin:0 auto;
}

.box-resultado .p-01 {
	font-size:18px;
	color:#000000;
	font-weight:600;
	line-height:29px;
	padding:0 0 30px 0;
	max-width:690px;
	width:90%;
	margin:0 auto;	
}

.box-resultado a {
	font-size:32px;
	color:#ffffff;
	font-weight:800;
	display:inline-block;
	padding:16px 0 12px 0 ;	
	background:#3a654b;
	width:80%;
	height:auto;
	border-radius:26px;
}
.box-resultado .p-02 {
	font-size:13px;
	color:#000000;
	font-weight:600;
	line-height:20px;
	padding:5px 40px 0 40px;	
}

.box-clientes a {
	display:inline-block;
	margin:0 20px 20px 20px;	
}	
}

/* -------------------------------------- SLIDE 5 ------------------------------------- */
.slide-05 {
	background:#f2f2f2;
	width:100%;
	margin:0 auto;
	padding:20px 0 70px 0;
}

.box-exemplos {
	width:100%;
	margin:0 auto;	
}

.ex-logo {
	width:80%;
	margin:0 auto;
	text-align:center;
	max-width:555px;	
	border-bottom:2px solid #d0d0d0;
	padding:0 0 25px 0;
}

.box-exemplos h1 {
	font-size:60px;
	color:#85b749;
	font-weight:800;
	display:block;
	padding:20px 0 45px 0;
	text-align:center;		
}

.ex-item {
	width:262px;
	float:left;
	margin:0 15px 30px 15px;
	text-align:center;	
}

.ex-icon {
	padding:0 0 20px 0;	
}

.ex-tit p {
	font-size:24px;
	color:#74c694;
	font-weight:700;
	line-height:27px;
	padding:0 0 20px 0;	
}

.ex-desc p {
	font-size:16px;
	color:#000000;
	font-weight:500;
	line-height:28px;
	padding:0 0 0 0;
	letter-spacing:-0.2px;	
}

@media screen and (max-width: 767px)  {
.box-exemplos h1 {
	font-size:12vw;
	color:#85b749;
	font-weight:800;
	display:block;
	padding:20px 0 45px 0;
	text-align:center;		
}
}

/* -------------------------------------- SLIDE 6 & 7 ------------------------------------- */
.slide-06 {
	background:#f2f2f2;
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
}

.slide-07 {
	background:#f2f2f2;
	width:100%;
	margin:0 auto;
	padding:0 0 100px 0;
}

.box-quote {
	width: calc(100% - 	32px);
	border:1px solid #9e9e9e;
	border-radius:3px;
	padding:0 0 60px 0;
	margin:0 auto;
	background:#ffffff;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.quote-item {
	width:80%;
	max-width:780px;
	margin:0 auto;	
}

.quote-left {
	float:left;	
	width:555px;
}

.quote-txt p {
	font-size:16px;
	color:#000000;
	font-weight:500;
	line-height:26px;
	padding:12px 0 5px 0;	
}

.quote-autor p {
	font-size:12px;
	color:#74c694;
	font-weight:800;
	padding:0 0 0 0;
	text-transform:uppercase;	
}

.quote-logo {
	float:right;
	width:130px;
	height:90px;
	text-align:center;
	margin:40px 0 0 0;	
}

@media screen and (max-width: 767px)  {
.slide-06 {
	background:#f2f2f2;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
}

.slide-07 {
	background:#f2f2f2;
	width:100%;
	margin:0 auto;
	padding:0 0 100px 0;
}

.box-quote {
	width: calc(100% - 	32px);
	border:1px solid #9e9e9e;
	border-radius:3px;
	padding:0 0 60px 0;
	margin:0 auto;
	background:#ffffff;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

.quote-item {
	width:80%;
	max-width:780px;
	margin:0 auto;	
}

.quote-left {
	float:none;	
	width:90%;
	margin:0 auto;
}

.quote-txt p {
	font-size:16px;
	color:#000000;
	font-weight:500;
	line-height:26px;
	padding:12px 0 5px 0;	
}

.quote-autor p {
	font-size:12px;
	color:#74c694;
	font-weight:800;
	padding:0 0 0 0;
	text-transform:uppercase;	
}

.quote-logo {
	float:none;
	width:130px;
	height:90px;
	text-align:center;
	margin:40px auto 0 auto;	
}	
}

/* -------------------------------------- RODAPÉ ------------------------------------- */
#footer {
	width:100%;	
	background:#f2f2f2;
	padding:0 0 0 0;
	border-top:1px solid #ffffff;
	position:relative;
}

.footer-logo {
	width:166px;
	height:80px;
	float:left;
	display:block;
	margin:30px 0 0 14px;	
}

.footer-logo:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */		
}

.footer-info {
	float:right;
	width:600px;
	margin:30px 15px 0 0;	
}

.footer-block {
	width:165px;
	float:left;
	margin:0 0 0 30px;	
}

.footer-nav {
	padding:0 0 20px 0;
	margin:0;
	display:block;	
}

.footer-nav li {
	font-size:13px;
	color:#000000;
	line-height:22px;
	display:block;
	font-weight:500;	
}

.footer-nav li a {
	font-size:13px;
	color:#000000;
	font-weight:500;
}

.footer-nav li a:hover {
	text-decoration:underline;	
}

.footer-nav li.li-categ {
	font-weight:800;
	letter-spacing:0.5px;
	padding:0 0 3px 0;
	text-transform:uppercase;
	line-height:17px;
}

.footer-social {
	padding:0 0 0 0;
}	

.footer-social a {
	display:inline-block;
	margin:0 6px 0 0;	
}

.footer-social a:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */		
}

.footer-bot {
	widyt:100%;
	border-top:1px solid #ffffff;
	padding:22px 0 22px 0;	
}

.footer-bot p {
	font-size:12px;
	color:#000000;
	font-weight:500;
	padding:0 0 0 15px;	
}

@media screen and (max-width: 820px) {
.footer-logo {
	width:166px;
	height:80px;
	float:none;
	display:block;
	margin:30px auto 0 auto;	
}

.footer-info {
	float:none;
	width:90%;
	margin:30px auto 0 auto;	
}

.footer-block {
	width: calc(33.33% - 30px);
	float:left;
	margin:0 0 0 30px;	
}


.footer-bot p {
	text-align:center;	
}
}

@media screen and (max-width: 520px) {
#footer {
	width:100%;	
	background:#f2f2f2;
	padding:0 0 20px 0;
	border-top:1px solid #ffffff;
	position:relative;
}

.footer-logo {
	width:166px;
	height:80px;
	float:none;
	display:block;
	margin:30px auto 0 auto;	
}

.footer-info {
	float:none;
	width:90%;
	margin:30px auto 0 auto;	
}

.footer-block {
	width: 90%;
	float:none;
	margin:0 auto 0 auto;	
}

.footer-nav {
	padding:0 0 20px 0;
	margin:0;
	display:block;	
}

.footer-nav li {
	font-size:13px;
	color:#000000;
	line-height:22px;
	display:block;
	font-weight:500;	
}

.footer-nav li a {
	font-size:13px;
	color:#000000;
	font-weight:500;
}

.footer-nav li a:hover {
	text-decoration:underline;	
}

.footer-nav li.li-categ {
	font-weight:800;
	letter-spacing:0.5px;
	padding:0 0 3px 0;
	text-transform:uppercase;
	line-height:17px;
}

.footer-social {
	padding:0 0 0 0;
}	

.footer-social a {
	display:inline-block;
	margin:0 6px 0 0;	
}

.footer-social a:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */		
}	

.footer-bot {
	widyt:100%;
	border-top:1px solid #ffffff;
	padding:22px 0 22px 0;	
}

.footer-bot p {
	font-size:12px;
	color:#000000;
	font-weight:500;
	padding:0 0 0 0;
	text-align:center;	
}
}


/* -------------------------------------- ÚTEIS ------------------------------------- */
.verde {color:#3a654b !important;}
.branco {color:#ffffff !important;}
.preto {color:#000000 !important;}
.color-sms {color:#1999d6 !important;}
.color-email {color:#bb2025 !important;}
.color-ura {color:#ffca27 !important;}
.color-chat {color:#f37043 !important;}

.color-sms p {color:#1999d6 !important;}
.color-email p {color:#bb2025 !important;}
.color-ura p {color:#ffca27 !important;}
.color-chat p {color:#f37043 !important;}

.borda-sms {border-color:#005f8d !important;}
.borda-email {border-color:#870f13 !important;}
.borda-ura {border-color:#b2890c !important;}
.borda-chat {border-color:#b5512e !important;}

.h-sms-01:hover {color:#1999d6 !important;}
.h-email-01:hover {color:#bb2025 !important;}
.h-ura-01:hover {color:#ffca27 !important;}
.h-chat-01:hover {color:#f37043 !important;}

.bg-sms-01 {background-color:#1e86b8 !important;}
.bg-sms-02 {background-color:#1878ad !important;}
.bg-email-01 {background-color:#c53539 !important;}
.bg-email-02 {background-color:#bc2d30 !important;}
.bg-ura-01 {background-color:#deab0e !important;}
.bg-ura-02 {background-color:#d59a0a !important;}
.bg-chat-01 {background-color:#e4683e !important;}
.bg-chat-02 {background-color:#e4683e !important;}

.vitrine-btn-01:hover {
	border:1px solid #ffffff !important;
}

.bold, strong {	font-weight:bold !important; }
em { font-style:italic; }
.clear {  clear:both !important; }