/*
Theme Name: We Follow
Theme URI: http://www.wefollow.com.br
Description: Template para site We Follow
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
#logo, header a, menu .social, a.btn, footer a, form input.wpcf7-submit, input.commentsubmit, #pagenav a, .addtoany_list a, .addtoany_list a span, .post a, .gallery a, .comment-reply-link, .postFoto a, a.mais, .postComments, #mc4wp-form-1 input[type='submit'], .assinatura, a.mais .fa-angle-right, .tabs a, .social a, .postFoto span, #scrollTop, .slick-prev, .slick-next, .thumb a, .slick-dots li button, .fa-circle, a.btnEbook, a.btnLink, aside a, a.btnSaiba, #openMenu, .pInfo, .postFoto span, .postHeader a, .autor a, .autor span, .categoria span {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.desktop {
	display: none !important;
}
body{
	background: #fff;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;

}
.titulo {
	display: block;
	text-align: left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	position: relative;
}
.archive .titulo, .search-results .titulo {
background: #874b9e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3NGI5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2N2NhZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #874b9e 0%, #67cad6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #874b9e 0%,#67cad6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #874b9e 0%,#67cad6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874b9e', endColorstr='#67cad6',GradientType=1 ); /* IE6-8 */
}
.overlay {
	background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.titulo section {
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-content: flex-end;
	z-index: 2;
}
.archive .titulo section, .search-results .titulo section {
	height: 110px;
}
h1 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 40px;
}
.titulo h1 {
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}
.single .titulo h1 {
	font-weight: 700;
	text-transform: none;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
}
h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.buscaInfo {
	margin-bottom: 30px;
}
.buscaInfo p {
	color: #67cad6;
	font-weight: 500;
}
.buscaInfo h2, .buscaInfo p strong {
	color: #874b9e;
}
h3 {
	color: #874b9e;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #874b9e;
	margin-bottom: 10px;
}
#relacionados h3 {
	margin-bottom: 20px;
}
.sideSocial h3 {
	border: 0;
	font-weight: 700;
}
a:link, a:visited {
	color: #4f4f4f;
	text-decoration: none;
}
a:hover, a:active {
	color: #874b9e;
}
a.btn:link, a.btn:visited {
	color: #ddb952;
	display: block;
	text-transform: uppercase;
	float: left;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	margin-bottom: 20px;
}
a.btn:hover, a.btn:active {
	color: #4d4d4d;
}
a.btn span {
	display: block;
	float: left;
	margin-right: 5px;
}
a.btn .fa-circle {
	margin: 0 5px 0 0;
	line-height: 18px !important;
	font-size: 9px;
	float: left;
}
a.btn:hover .fa-circle {
	margin-right: 8px;
}
#blog a.btn:link, #blog a.btn:visited {
	width: 100%;
	font-size: 13px;
	padding: 10px 0;
	margin: 0 auto;
	float: none;
}
.post a:hover, .post a:active {
	text-decoration: underline;
}
p {
	margin-bottom: 20px;
}
/* sidebar */
aside  {
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 100px;
}
aside select {
	max-width: 300px;
}
.tagCloud a {
	text-transform: lowercase;
	line-height: 20px;
	display: block;
	float: left;
	margin: 0 15px 5px 0;
}
.sideBox {
	overflow: hidden;
	margin-bottom: 30px;
}
.sideBox.sideSocial {
	margin-bottom: 50px;
}
#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	max-width: 300px;
	margin: 0 0 35px 0;
	position: relative;
	height: 40px;
	background: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #874b9e;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: right;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #f1f1f1 url(images/busca.png) center no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}
#busca ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #874b9e;
}
#busca ::-moz-placeholder { /* Firefox 19+ */
	color: #874b9e;
}
#busca :-ms-input-placeholder { /* IE 10+ */
	color: #874b9e;
}
#busca :-moz-placeholder { /* Firefox 18- */
	color: #874b9e;
}
/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	text-align: center;
	vertical-align: top;
	display: block;
}
.treinamentos #pagenav {
	padding: 0 0 50px 0;
	width: 100%;
}
#pagenav .fas {
	font-size: 25px !important;
	height: 30px !important;
	line-height: 30px !important;
	width: 30px !important;
	text-align: center !important;
}
#pagenav a, #pagenav span {
	vertical-align: top;
	display: inline-block;
	margin: 0 3px 6px 3px;
	font-size: 14px;
	font-weight: 500;
	background: #e6e6e6;
	color: #898989;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#pagenav span.current {
	background: #874b9e;
	color: #fff;
}
#pagenav a:link, #pagenav a:visited {
	background: #f1f1f1;
	color: #874b9e;
}
#pagenav a:hover, #pagenav a:active {
	background: #67cad6;
	color: #fff;
}

/* formulario */
#formContato {
	overflow: hidden;
	clear:  both;
	margin-bottom: 30px;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select  {
    width: 100%;
	-webkit-appearance: none;
    color: #898989;
    background-color: #f2efef;
	border: 1px solid #f2efef;
    font-size: 14px;
	height: 50px;
	line-height: 50px;
    padding: 0 20px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
#ebook form input[type='text'], #ebook form input[type='email'], #ebook form input[type='tel'] {
	background: #ffefc2;
	border-color: #ffefc2;
}
form input[type='date'] {
	height: 49px;
	line-height: 49px;
}
.wpcf7 select, select {
	background: #f2efef url(images/setaSelect.png) center right no-repeat;
}
textarea, textarea#comment {
	height: 170px;
	resize: none;
	line-height: 20px;
	padding: 15px 20px;
}
.produtoForm textarea {
	height: 230px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 3px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, select.wpcf7-not-valid, #ebook form input[type='text'].wpcf7-not-valid, #ebook form input[type='email'].wpcf7-not-valid, #ebook form input[type='tel'].wpcf7-not-valid  {
	background: #FFC;
	border-color: #F00;
}
.wpcf7-checkbox.wpcf7-not-valid label {
	color: #F00;
}
select.wpcf7-not-valid {
	background: #FFC url(images/setaSelect.png) center right no-repeat;
}
form input.wpcf7-submit, form input.commentsubmit {
    padding: 0 !important;
	margin: 0 auto 20px auto !important;
	float: left;
    color: #fff;
    font-size: 16px;
	border: 0 !important;
    background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #67cad6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-weight: 700;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}
form input.commentsubmit {
	font-size: 14px;
}
form input.commentsubmit {
	float: left;
	width: 230px;
}
form input.wpcf7-submit:hover, form input.commentsubmit:hover, #ebook form input.wpcf7-submit:hover {
	background: #874b9e;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	padding: 0 !important;
	margin-top: 0 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 40px !important;
	width: 40px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff !important;
	float: right !important;
}
#ebook div.wpcf7 .ajax-loader {
	float: none !important;
	margin: 0 auto !important;
	display: block !important;
}
div.wpcf7-response-output, .mc4wp-response {
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 20px !important;
	margin: 0 0 20px 0 !important;
	padding: 15px !important;
	clear: both;
	color: #666 !important;
	text-align: center;
}
.mc4wp-response {
	padding: 0 !important;
	margin: 20px 0 0 0 !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #fff !important;
	font-weight: 500 !important;
}
.mc4wp-response p {
	margin: 0 !important;
	padding: 0 !important;
}
.mc4wp-alert.mc4wp-error, .mc4wp-alert.mc4wp-notice {
	padding: 10px !important;
	border: 2px solid #f7e700;
}
.mc4wp-alert.mc4wp-success {
	padding: 10px !important;
	border: 2px solid #006600;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #898989;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #898989;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #898989;
}
:-moz-placeholder { /* Firefox 18- */
	color: #898989;
}
#newsletter {
	padding: 30px 0 10px 0;
	overflow: hidden;
	clear: both;
	text-align: center;
	color: #fff;
	background: #67cad6;
}
#newsletter h2 {
	font-size: 20px;
	line-height: 25px;
	text-transform: none;
	max-width: 700px;
	margin: 0 auto 20px auto;
}
#camposNewsletter {
	overflow: hidden;
	clear: both;
}
#formNewsletter {
	width: 280px;
	margin: 0 auto;
}
#mc4wp-form-1 input[type='email'] {
	width: 190px;
	background: #fff;
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#mc4wp-form-1 input[type='submit'] {
	width: 80px;
	cursor: pointer;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	background: #874b9e;
	text-align: center;
	float: right;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mc4wp-form-1 input[type='submit']:hover {
	background: #000;
}
header {
	width: 100%;
	position: relative;
	z-index: 9999;
	background: #fff;
	left: 0;
	top: 0;
}
#logo {
	display: block;
	float: left;
	height: 60px !important;
	margin: 5px 0;
}
#openMenu {
	margin-top: 25px;
	width: 35px;
	height: 20px;
	cursor: pointer;
	float: right;
	background: url(images/menu.png) left top no-repeat;
}
#openMenu:hover  {
	background-position: right top;
}
.menu {
	display: none;
	position: relative;
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 500;
}
.menu li {
	line-height: 30px;
}
.menu li.negrito {
	border-bottom: 1px solid #67cad6;
	width: 45%;
}

.navCat {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	clear: both;
	margin-bottom: 20px;
}
.nav2 {
	border-top: 1px solid #67cad6;
	padding-top: 20px;
	overflow: hidden;
	clear: both;
}
.menu .nav3 a:link, .menu .nav3 a:visited {
	color: #874b9e;
}
.menu .nav3 a:hover, .menu .nav3 a:active {
	color: #67cad6;
}
/* social */
.social {
	overflow: hidden;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.social a:link, .social a:visited {
	width: 32px !important;
	height: 32px !important;
	overflow: hidden;
	display: block;
	line-height: 32px !important;
	font-size: 18px;
	text-align: center !important;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background: #874b9e;
	color: #fff;
}
.social a:hover, .social a:active {
	background: #67cad6;
}
.social li {
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.social li.last {
	margin: 0;
}
/* rodape */
footer {
	background: #874b9e;
	padding: 50px 0 0 0;
	line-height: 26px;
	font-size: 12px;
	font-weight: 500;
}
footer .social {
	margin-bottom: 20px;
}
footer .social a:link, footer  .social a:visited {
	color: #874b9e;
	background: #fff;
}
footer .social a:hover, footer .social a:active {
	background: #67cad6;
}
.rodapeCat {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.rodapeMenu {
	ine-height: 34px;
	font-size: 14px;
}
.negrito {
	font-weight: 700;
}
#logoRodape {
	display: block;
	float: left;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	color: #67cad6;
}
.rodapeBox {
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}


/* single */
.postNav {
	overflow: hidden;
	clear: both;
	padding: 50px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Humanst521 BT';
}
.postPrev, .postNext {
	width: 49%;
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.postPrev {
	background: url(images/leftAzul.png) center left no-repeat;
	padding-left: 20px;
}
.postNext {
	text-align: right;
	float: right;
	background: url(images/rightAzul.png) center right no-repeat;
	padding-right: 20px;
}
.postNav a:link, .postNav a:visited {
	line-height: 34px;
	height: 34px;
	display: inline-block;
	color: #0bb1d1;
	text-decoration: none !important;
}
.postNav a:hover, .postNav a:active {
	color: #5c7887;
}

.postTags {
	color: #67cad6;
	padding: 20px 15px 15px 0;
	border-bottom: 1px solid #67cad6;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
	display: block;
	clear: both;
	font-weight: 500;
}
.single .post .postTags a:link, .single .post .postTags a:visited {
	color: #67cad6;
	text-decoration: none;
	text-transform: lowercase;
}
.single .post .postTags a:hover, .single .post .postTags a:active {
	color: #874b9e;
}
#comentarios {
	clear: both;
	overflow: hidden;
	display: none;
}
.postFooter {
	text-align: center;
}
.addtoany_shortcode {
	margin-bottom: 20px;
}
.postComments {
	color: #67cad6;
	border: 1px solid #67cad6;
	text-align: center;
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
	margin: 0 auto 20px auto;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.postComments:hover {
	background: #67cad6;
	color: #fff;
}
.post ul, aside ul, .post ol {
	margin-bottom: 20px;
}
.post ol {
	list-style-position: outside;
}
.post ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.post ul li, aside ul li {
	background: url(images/bullet.png) left 9px no-repeat;
	padding-left: 10px;
}
aside ul.wpp-list {
	margin-bottom: 10px !important;
}
aside ul.wpp-list li {
	padding: 0;
	background: none;
	position: relative;
	min-height: 50px;
	padding-left: 60px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px !important;
}
.wpp-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
}
.single .post a {
	text-decoration: underline;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 28px;
	border-left: 5px solid #874b9e;
	color: #874b9e;
	padding: 20px 30px 20px 30px;
	overflow: hidden;
}
.wp-caption  {
	background: #f1f1f1;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.wp-caption p, blockquote p {
	margin-bottom: 0;
}
.post img, .alignnone, .aligncenter, .wp-caption img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
.banner img {
	margin-bottom: 0;
}
.post .wp-caption img {
	margin-bottom: 5px;
}
#comentarios {
	overflow: hidden;
	width: 100%;
}
.gallery, .post ul.gallery  {
	overflow: hidden;
	clear: both;
	list-style: none;
	width: 100%;
}
.gallery li, .post ul.gallery li {
	width: 50%;
	position: relative;
	float: left;
	padding: 0;
	background: 0;
}
.gallery li a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top:  0;
}
.foto, .depoimentoFoto, .thumb a, .bgFoto, .destaqueFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	width: 100%;
	display: block;
	clear: both;
	padding-bottom: 60%;
	position: relative;
}
.autorInfo {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
	padding: 20px 20px 0 20px;
	background: #f1f1f1;
}
.single .autorInfo {
	margin-bottom: 0;
}
.autorInfo .foto {
	width: 30%;
	padding-bottom: 30%;
	margin-bottom: 20px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	float: left;
}
.autorBio {
	float: right;
	width: 65%;
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 20px;
	overflow: hidden;
}
.single-produto .foto, .destaqueFoto {
	padding-bottom: 100%;
	margin-bottom: 20px;
}
.destaqueFoto {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bgFoto {
	display: none;
	height: 100%;
	padding-bottom: 0;
	width: 50%;
}
.thumb a {
	padding-bottom: 100%;
}
.gallery li a:hover {
	background-color: rgba(103, 202, 214, 0.4);
	background: rgba(103, 202, 214, 0.4);
}
/* comentarios */
.comments-area {
	padding: 10px 0;
	max-width: 100%;
	font-size: 12px;
}
.comments-area textarea {
	width: 100%;
}
.comment-body  {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 15px;
	margin: 15px 0;
}
.comment-reply-title,
.comments-title {
	font: 700 16px/1.5 sans-serif;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.comment-list {
	list-style: none;
	margin: 0 0 30px 0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply,
.comment-metadata {
	font-size: 10px;
	text-transform: uppercase;
}
a.comment-reply-link:link, a.comment-reply-link:visited  {
	padding: 5px 10px;
	display: inline-block;
	background: #0bb1d1;
	letter-spacing: 1px;
	font-size: 11px;
	color: #fff;
	text-decoration: none  !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
a.comment-reply-link:hover, a.comment-reply-link:active  {
	background: #5c7887;
}
.comment-author .fn {
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin: 0;
}
.comment-author .says {
	display: none;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.post .comment-author img.avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	width: auto !important;
	height: auto !important;
}
.comment-body {
	text-align: left !important;
}
.comment-body p {
	margin-bottom: 10px;
}
.comment-meta.commentmetadata {
	font-size: 11px; 
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.comment-meta.commentmetadata,
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-metadata {
	padding-left: 50px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.post .comment-content ul,
.post .comment-content ol,
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
	list-style: none;
}
.post ol.comment-list,
.post ul.comment-list {
	margin: 0 0 40px 0;
}
.post ul.comment-content li, .post ol.comment-content li, .post ol.comment-list li, .post ul.comment-list li {
	list-style: none;
	margin: 0 0 10px 0 !important;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: none;
	overflow: hidden;
	font-size: 12px;
	display: block;
	clear: both;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin: 15px 0;
}
/* blog */
#posts {
	overflow: hidden;
}
.post {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
#slide1 .post, #slide2 .post {
	margin-bottom: 0;
}
.postFoto {
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	width: 100%;
	padding-bottom: 60%;
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
}
#slide2 .postFoto {
	padding-bottom: 100%;
}
#lista3 .postFoto, .archive .postFoto, .search-results .postFoto {
	padding-bottom: 70%;
}
.pInfo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.archive .pInfo p, .search-results .pInfo p {
	display: none;
}
.pCat, .pAutor {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
.pCat {
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
}
.pResumo h2, .pResumo p {
	margin-bottom: 10px;
}
.pResumo {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
}
#slide2 .pResumo, #slide2 .pCat {
	right: 15%;
}
.post:hover .pInfo {
	opacity: 0;
}

.postFoto a, .autor a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 2;
}
.postFoto span, .autor span {
	height: 100px;
	line-height: 100px;
	width: 100px;
	position:absolute ;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	text-align: center;
	opacity: 0;
	background: url(images/mais.png) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.postFoto:hover span, .autor:hover span, #lista2 .post:hover .postFoto span {
	opacity: 1;
}
.postFoto:hover a, .autor:hover a, #lista2 .post:hover .postFoto a {
	background-color: rgba(103, 202, 214, 0.4);
	background: rgba(103, 202, 214, 0.4);
}



.single-post h1 {
	margin-bottom: 15px;
}
.search h1 span, .archive h1 span, .page-template-page-blog h1 span {
	margin: 20px auto 0 auto;
}

.postData {
	color: #dfb237;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 20px;
}
#posts .postData {
	background: url(images/calendario.png) left top no-repeat;
	padding-left: 35px;
	-webkit-background-size: auto 25px;
    -moz-background-size: auto 25px;
    -o-background-size: auto 25px;
    background-size: auto 25px;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
}
.postResumo .postData {
	margin-bottom: 20px;
}
.home .postResumo .postData {
	margin-bottom: 5px;
}
.postCat {
	text-transform: uppercase;
	color: #a9abae;
	line-height: 25px;
	font-size: 13px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
.single .postCat a:link, .single .postCat a:visited {
	color: #a9abae;
	text-decoration: none;
}
.single .postCat a:hover, .single .postCat a:active {
	color: #4b4b4d;
}
.postHeader {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	clear: both;
	border-top: 1px solid #67cad6;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
}
.postHeader .far, .postHeader .fas {
	float: left;
	color: #67cad6;
	font-size: 16px;
	line-height: 20px !important;
	margin: 0 5px 0 1px;
}
.postHeader a:link, .postHeader a:visited {
	color: #fff;
}
.postHeader a:hover, .postHeader a:active {
	color: #67cad6;
}
/* slideshow */
#slideshow {
	display: block;
	clear: both;
}
#slideshow img, img.responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
}
.conteudo {
	padding: 100px 0 80px 0;
	overflow: hidden;
	clear: both;
}
/* botão topo */
#scrollWrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#scrollTop {
	width: 32px;
	height: 32px;
	line-height: 32px !important;
	color: #67cad6;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px !important;
	background: #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 7777;
}
#scrollTop:hover {
	background: #67cad6;
	color: #fff;
}
#relacionados {
	overflow: hidden;
	clear: both;
}
#lista3 .pResumo h2, #lista2 h2 {
	font-size: 18px;
	line-height: 22px;
}
#lista3 .post:last-child {
	display: none;
}
#bloco1 {
	overflow: hidden;
	clear: both;
	padding: 30px 0 0 0;
}
#slide2 {
	margin-bottom: 30px;
}
#slide1 section {
	height: 100%;
	text-align: right;
}
#slide1 .pResumo {
	left: 15%;
}
#bloco3, #bloco2 {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
#bloco3 {
	background: #f1f1f1;
}
.publi {
	position: relative;
	max-width: 320px;
	margin: 0 auto;
}
#lista2 .postResumoWrapper a:link, #lista2 .postResumoWrapper a:visited {
	color: #4f4f4f;
}
#lista2 .postResumoWrapper a:hover, #lista2 .postResumoWrapper a:active {
	color: #000;
	text-decoration: none !important;
}
.publi span {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0 10px;
	background: #67cad6;
}
.autores {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
	overflow: hidden;
}
.autor {
	position: relative;
	width: 48%;
	margin: 0 2% 2% 0;
}
.autor .foto {
	padding-bottom: 100%;
	z-index: 0;
}
.autor .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
}
.autor .overlay h5 {
	position:absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
#categorias {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.catWrapper.weFollow  {
	background: #fff url(images/iconeWeFollow.png) center no-repeat;
}
.categoria {
	width: 33.3333%;
	position: relative;
	overflow: hidden;
}
.categoria span {
	width: 110px;
	height: 110px;
	display: block;
	background-position: left top;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -55px 0 0 -55px;
}
.categoria:hover span {
	background-position: right top;
}
.catWrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
#homeAutores {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
}
#homeAutoresWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#homeAutoresWrapper .autor {
	width: 18%;
	margin: 0;
}
#homeAutoresWrapper .autor span {
	height: 50px;
	line-height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
}
.postFotoWrapper {
	margin-bottom: 10px;
}
.postResumoWrapper p, .postResumoWrapper h2 {
	margin-bottom: 0;
}
.postResumoWrapper p {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
@media only screen 
and (min-width : 480px) {
.categoria {
	width: 20%;
}
.destaqueWrapper {
	width: 120px;
}
.postData {
	float: left;
}
.postCat {
	float: left;
	margin: 0 0 10px 20px;
}
#blog a.btn:link, #blog a.btn:visited {
	width: 290px;
	font-size: 14px;
}
.postFotoWrapper {
	float: left;
	width: 40%;
	margin-bottom: 0;
}
#lista2 .postFoto {
	padding-bottom: 100%;
}
.postResumoWrapper {
	float: right;
	width: 57%;
}
.archive .pInfo p, .search-results .pInfo p {
	display: block;
}
}
@media only screen 
and (min-width : 640px) {
.categoria {
	width: 16.6666%;
}
.autor {
	width: 31.3333%;
}
#slide1 .pResumo {
	left: 30%;
}
.postHeader {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#lista3 {
	width: 102%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#lista3 .post {
	width: 48%;
	margin-right: 2%;
}
.postHeader div {
	margin-right: 20px;
}
.tabs li {
	width: 30%;
}
.vantagem {
	width: 31%;
}
.postFooter {
	text-align: left;
}
.addtoany_shortcode {
	float: left;
}
.postComments {
	float: right;
}
.copyright {
	float: left;
	text-align: left;
	margin: 0;
}
.assinatura {
	float: right;
	text-align: right;
	display: block;
}
.gallery li, .post ul.gallery li {
	width: 33.3333%;
}
.infoContato {
	flex-direction: row;
	font-size: 16px;
	line-height: 22px;
	align-items: flex-start;
	justify-content: space-between;
}
.infoContato div {
	width: 48%;
}
.rodapeCat {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}
.titulo h1 {
	font-size: 40px;
	line-height: 45px;
}
h2 {
	font-size: 30px;
	line-height: 35px;
}
.archive .postFoto, .search-results .postFoto {
	padding-bottom: 60%;
}

}
@media only screen 
and (min-width : 768px) {
#slide1 .pResumo {
	left: 50%;
}
.rodape, #bloco1, .menuWrapper, #lista2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#bloco1, #lista2 {
	align-items: flex-start;
}
#lista2 .post {
	width: 47%;
}
#lista2 .post:last-child {
	display: none;
}
.rodapeBox {
	width: auto;
}
.wpcf7-form-control-wrap.cidade, .wpcf7-form-control-wrap.your-email {
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 5px;
	clear: left;
	float: left;
}
.wpcf7-form-control-wrap.estado, .wpcf7-form-control-wrap.telefone {
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 5px;
	clear: right;
	float: right;
}
.comentarios textarea {
	height: 310px;
}
#posts {
	float: left;
	width: 70%;
}
aside {
	float: right;
	width: 25%;
	padding: 0;
}

.nav1 {
	width: 70%;
	clear: none;
}
.nav2 {
	float: none;
	clear: none;
	padding: 30px 0 20px 49px;
	border-top: 0;
	border-left: 1px solid #67cad6;
}
.navCat {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.autor {
	width: 23%;
}
.menu li.negrito {
	width: 25%;
}
#slide1 .postFoto {
	padding-bottom: 40%;
}
.desktop {
	display: block !important;
}
.mobile {
	display: none !important;
}
.publi {
	width: 100%;
	max-width: 100%;
}
}
@media only screen 
and (min-width : 1024px) {
.categoria {
	width: 11.11%;
}
.autor {
	width: 18%;
}
#lista3 .post {
	width: 31.3333%;
}
#lista3 .post:last-child, #lista2 .post:last-child {
	display: block;
}
.postHeader div {
	margin-right: 30px;
}
.titulo h1 {
	font-size: 50px;
	line-height: 55px;
}
.gallery li, .post ul.gallery li {
	width: 25%;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#logo {
	height: 80px !important;
}
#openMenu {
	margin-top: 35px;
}
.small #logo {
	height: 60px !important;
}
.small #openMenu {
	margin-top: 25px;
}
header {
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
}
header.small {
	background-color: rgba(0, 0, 0, 0.9);
	background: rgba(0, 0, 0, 0.9);
}
.small .nav1 a:link, .small .nav1 a:visited {
	color: #ccc;
}
.small .nav1 a:hover, .small .nav1 a:active {
	color: #67cad6;
}
.titulo section {
	height: 400px;
}
.archive .titulo section, .search-results .titulo section {
	height: 230px;
}
#slide2 {
	width: 460px;
}
#lista2 {
	width: 370px;
}
#homeAutores {
	width: 70px;
	clear: none;
	margin-bottom: 0;
}
#homeAutoresWrapper, #lista2 {
	flex-direction: column;
	height: 460px;
}
#homeAutoresWrapper .autor, #lista2 .post {
	width: 100%;
	margin: 0;
}
#newsletter h2 {
	float: left;
	line-height: 40px;
	margin: 0;
}
#formNewsletter {
	float: right;
	margin: 0;
}
}