/*
Theme Name: LETS Marketing 2
Theme URI: http://www.letsmarketing.com.br/
Description: Template para site LETS Marketing 2
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
*::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
*::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
*::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
video::-webkit-media-controls {
    display:none !important;
	opacity: 0;
	position: absolute; 
	top: -9999px;
}
.pb, .en {
	display: none !important;
}
#pb .pb, #en .en {
	display: block !important;
}
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 */
#headerMobile, .logo, #menuWrapper, #menuWrapper a, footer a, .social a, #contato a, .accordion-toggle, .accordion-toggle .fa-solid, .foto a, .foto, .postFoto a:before, a.btn, a.btn .fa-solid, #assinatura, #pagenav a, .addtoany_list a, .widget .addtoany_list a, aside a, #nav a:before, .cky-btn {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #E5E5E5;
	color: #707070;
	font-size: 16px;
	line-height: 24px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
}
h1 {
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 50px;
}
.postSingle h1, .single-post #interna h1, #publicacoesWrapper h1 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 50px;
	color: #3D5473;
}
#publicacoesWrapper h1 {
	color: #C2AB8B;
}
h2 {
	font-weight: 700;
	color: #3D5473;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
.postSingle h2 {
	color: #C2AB8B;
	font-size: 35px;
	line-height: 40px;
}
h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}
h4 {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 13px;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
}
h4:before {
	background: #fff;
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}
.archive #publicacoesWrapper h4 {
	margin-bottom: 20px;
}
.spacer {
	display: block;
	height: 80px;
	width: 100%;
}
.home .spacer {
	display: none;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #707070;
	text-decoration: none;
}
a:hover, a:active {
	color: #3D5473;
}
p, .video {
	margin-bottom: 20px;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background: #3D5473;
	z-index: 9990;
	left: 0;
	top: 0;
}
.home #headerMobile {
	background: none;
}
.home #headerMobile.bgMenu {
	background: #3D5473;
}
.logo {
	display: block;
	float: left;
	height: 50px !important;
	width: auto !important;
	margin: 15px 0;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, .fa-xmark  {
	color: #fff;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #3D5473;
	width: 250px;
	height: 100%;
	z-index: 9990;
	right: -300px;
	top: 0;
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
#nav span {
	position: relative;
	z-index: 2;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 25px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
#nav li#mHome {
	display: none !important;
}
#menuWrapper a:link, #menuWrapper a:visited {
	color: #fff;
}
#menuWrapper a:hover, #menuWrapper a:active {
	color: #C2AB8B;
}
#menuWrapper li.current a, .archive #mPublicacoes a, .single-post #mPublicacoes a, .page-template-page-publicacoes #mPublicacoes a {
	color: #C2AB8B;
	font-weight: 700;
}
img.responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
/* publicacoes */
.postFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.post .postFoto:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #EAE2D7;
	background: -webkit-linear-gradient(180deg,rgba(234, 226, 215, 0.5) 0%, rgba(194, 171, 139, 0.9) 70%, rgba(194, 171, 139, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(234, 226, 215, 0.5) 0%, rgba(194, 171, 139, 0.9) 70%, rgba(194, 171, 139, 1) 100%);
	background: linear-gradient(180deg,rgba(234, 226, 215, 0.5) 0%, rgba(194, 171, 139, 0.9) 70%, rgba(194, 171, 139, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#EAE2D7",
	  endColorstr="#C2AB8B",
	  GradientType=0
	);
}
.postFoto a:before {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	background: #EAE2D7;
	background: -webkit-linear-gradient(180deg,rgba(234, 226, 215, 0) 0%, rgba(61, 84, 115, 0.9) 70%, rgba(61, 84, 115, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(234, 226, 215, 0) 0%, rgba(61, 84, 115, 0.9) 70%, rgba(61, 84, 115, 1) 100%);
	background: linear-gradient(180deg,rgba(234, 226, 215, 0) 0%, rgba(61, 84, 115, 0.9) 70%, rgba(61, 84, 115, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#EAE2D7",
	  endColorstr="#3D5473",
	  GradientType=0
	);
}
.post:hover .postFoto a:before {
	opacity: 1;
}
.post {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.post .postFoto {
	padding-bottom: 70%;
	margin: 0;
}
.postFoto a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
	z-index: 4;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.post h3 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	margin: 0 20px 20px 20px;
	position: relative;
	z-index: 2;
}
a.btn:link, a.btn:visited {
	padding: 10px 15px;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 40px 5px 10px;
	color: #707070;
	background: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
a.btn .fa-solid {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 30px;
	line-height: 30px !important;
	font-size: 17px;
	text-align: center !important;
	color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a.btn:before {
	position: absolute;
	right: 0;
	top: 0;
	background: #C2AB8B;
	width: 30px;
	height: 100%;
	z-index: 1;
	content: "";
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
a.btn:hover, a.btn:active {
	color: #C2AB8B;
}
a.btn:hover .fa-solid, a.btn:active .fa-solid {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#publicacoes a.btn {
	float: right !important;
}
/*  home */
#home {
	overflow: hidden;
	position: relative;
	z-index: 15;
	color: #fff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-bottom-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
#homeTexto {
	height: 90vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: left;
	max-width: 600px;
}
#home h1 {
	padding-top: 40px;
	margin: 0;
	font-weight: 700;
}
#setaNext {
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	font-size: 40px; 
	text-align: center !important;
	cursor: pointer;
	left: 50%;
	margin-left: -25px;
	bottom: 50px;
	position: absolute;
	animation: bounce 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	color: #fff;
}
@keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 20px, 0); }
}
@-o-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 20px, 0); }
}
@-moz-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 20px, 0); }
}
@-webkit-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 20px, 0); }
}
.foto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 70%;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
.conteudo {
	padding: 100px 0 80px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
}
.home .conteudo {
	padding: 180px 0 80px 0;
	margin-top: -80px;
}
.postSingle ul {
	margin-bottom: 20px;
	overflow: hidden;
}
.postSingle ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.postSingle ul li:before, .pInfo ul li:before, .blocoPerfil ul li:before, #quem-somos ul li:before,.blocoArea ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 5px;
	height: 24px;
	line-height: 24px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #707070;
}
.gallery a {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}
.bloco ol, .postSingle ol {
	margin-bottom: 20px;
}
.postSingle ol, .bloco ol {
	list-style-position: outside;
}
.postSingle ol li, .bloco ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 25px;
	line-height: 30px;
	color: #3D5473;
	font-weight: 300;
	position: relative;
	text-transform: none;
	z-index: 1;
	padding: 30px 0 0 30px;
	font-style: italic;
}
blockquote:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 45px;
	position: absolute;
	left: 0;
	top: 0;
    content: '\f10d';
	color: #fff;
	z-index: 1;
}
blockquote p {
	margin: 0;
	position: relative;	
	z-index: 3;
}
.wp-caption  {
	background: #fff;
	padding: 5px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption p {
	margin-bottom: 0;
}
.postSingle img, .alignnone, .aligncenter, .wp-caption img {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
.postSingle .wp-caption img {
	margin-bottom: 5px;
}
.btnTodos {
	overflow: hidden;
	margin-bottom: 50px;
}
.btnTodos a {
	color: #fff !important;
	display: block;
	float: left;
	font-weight: 700;
	padding-right: 35px;
	background: url(images/seta_branca.png) center right no-repeat;
}
/* sobre */
#sobre {
	background: #E5E5E5 url(images/fundo_sobre.jpg) center top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding-bottom: 0;
	z-index: 10;
}
#sobre h4, #interna h4 {
	color: #C2AB8B;
}
#sobre h4:before, #interna h4:before {
	background: #C2AB8B;
}
#sobre .bloco {
	margin-bottom: 80px;
}
#sobreFoto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 80%;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
}
/* atuacao */
#atuacao {
	background: #C1AB8C;
	z-index: 9;
	color: #fff;
}
.home h4, #publicacoesWrapper h4, #relacionados h4 {
	margin-bottom: 50px;
}
#accordion {
	position: relative;
	padding-top: 30px;
}
.accordion-toggle {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: 25px;
	line-height: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3D5473;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.accordion-toggle .fa-solid {
	color: #3D5473;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px !important;
	font-size: 20px;
}
.accordion-toggle:hover {
	color: #3D5473;
}
.accordion-toggle.ativo {
	color: #3D5473;
	border: 0;
	margin: 0;
}
.accordion-toggle.ativo .fa-solid {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion a:link, .accordion a:visited {
	color: #fff;
}
.accordion a:hover, .accordion a:active {
	color: #3D5473;
}
.accordion-content {
	overflow: hidden;
	display: none;
	margin-bottom: 30px;
}
/* profissioanis */
#profissionais {
	background: #E5E5E5;
	z-index: 8;
}
#profissionais h4 {
	text-align: center;
	color: #C2AB8B;
}
#profissionais h4:before {
	background: #C2AB8B;
	left: 50%;
	margin-left: -15px;
}
.profissional h3 {
	font-size: 25px;
	line-height: 30px;
	color: #3D5473;
	text-transform: uppercase;
	margin: 0;
}
.profissional small {
	font-size: 25px;
	line-height: 30px;
	color: #3D5473;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	display: block;
	font-weight: 300;
}
#profissionais .bloco {
	border: 2px solid #3D5473;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.profissional {
	overflow: hidden;	
	padding: 20px 20px 0 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.profissional .postFoto {
	padding-bottom: 100%;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.profissionalFoto {
	width: 240px;
}
.profissionalInfo {
	width: 100%;
}
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 20px;
}
.social li {
	margin-right: 15px;
}
.social li:last-child {
	margin: 0;
}
#menuWrapper .social {
	justify-content: flex-end;
}
#menuWrapper .social a:link, #menuWrapper .social a:visited {
	color: #C2AB8B;
}
#menuWrapper .social a:hover, #menuWrapper .social a:active {
	color: #fff;
}
/* publicacoes */
#publicacoes, #publicacoesWrapper, #relacionados {
	background: #3D5473;
	z-index: 6;
}
#relacionados {
	padding: 100px 0 80px 0;
	-webkit-border-top-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	border-top-left-radius: 50px;
	position: relative;
	z-index: 3;
}
#relacionados #posts .post {
	margin-bottom: 20px;
}
/* contato */
#contato {
	background: #fff;
	z-index: 2;
	padding-top: 160px;
	margin-top: -80px;
}
.contatoLogo {
	width: 200px;
	margin-bottom: 30px;
	overflow: hidden;
}
.contatoRodape {
	margin-bottom: 30px;
	overflow: hidden;
}
.contatoRodape ul li {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.contatoRodape .fa-solid, .contatoRodape .fa-brands {
	width: 24px;
	text-align: center !important;
	font-size: 20px;
	line-height: 24px !important;
	left: 0;
	top: 0;
	position: absolute;
}
.boxEndereco, .contatoRodape ul li a {
	position: relative;
	overflow: hidden;
	padding-left: 30px; 
}
.contatoRodape ul li a {
	display: block;
	float: left;
}
.mapa {
	position: relative;
	height: 350px;
    overflow: hidden;
	width: 100%;
	border: 2px solid #3D5473;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
.contatoLogo img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 50px;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	opacity: 0.6;
}
footer {
	background: #3D5473;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
}
footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
footer ul li {
	margin: 0 10px 20px 10px;
}
#assinatura {
	width: 70px;
	overflow: hidden;
	margin: 0 auto;
}
#assinatura:hover {
	opacity: 0.6;
}
#assinatura img {
	width: 100%;
	height: auto;
	display: block;
}
/* interna */
#interna, #erro404 {
	background: #E5E5E5;
	z-index: 3;
}
/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content:  flex-start;
	padding: 0 0 10px 0;
}
#pagenav a, #pagenav span {
	margin: 0 10px 10px 0;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #fff;
}
#pagenav span.current {
	color: #3D5473;
	background: #fff;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #fff;
	border: 1px solid #fff;
}
#pagenav a:hover, #pagenav a:active {
	color: #fff;
	background: #C2AB8B;
	border-color: #C2AB8B;
}
/* post interna */
.single-post #interna h1 {
	display: block;
	clear: both;
	width: 100%;
}
aside {
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
}
.postData, .postCat, .postShare {
	font-weight: 700;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #fff;
}
.postShare {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.postShare strong {
	display: block;
}
.addtoany_list a, .widget .addtoany_list a {
	display: block !important;
	padding: 0 !important;
	margin: 0 0 0 10px !important;
	float: left !important;
	width: 22px !important;
	height: 22px !important;
	overflow: hidden !important;
}
.postFotoTopo {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.gallery a {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	background-image: url(images/zoom.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -o-background-size: auto 50px;
    background-size: auto 50px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.gallery a:hover {
	opacity: 1;
}
.postSingle .gallery li:before {
	display: none;
}
.postSingle .gallery  {
	overflow: hidden;
	clear: both;
	width: 102%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.postSingle .foto {
	padding-bottom: 100%;
	margin: 0;
}
.postSingle .gallery li {
	width: 48%;
	margin: 0 2% 2% 0 !important;
	padding: 0 !important;
}
@media only screen 
and (min-width : 480px) {
.postSingle .gallery li {
	width: 31.3333%;
}
}
@media only screen 
and (min-width : 640px) {
.profissionalFoto {
	width: 35%;
}
.profissionalInfo {
	width: calc(65% - 20px);
}
#contato section, footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#contato section {
	align-items: flex-start;
}
footer ul {
	justify-content: flex-start;
}
footer ul li {
	margin: 0 40px 0 0;
}
footer ul li:last-child {
	margin: 0;
}
#assinatura {
	margin: 0;
}
#posts {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 103%;
}
#posts .post {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 3%;
}
#relacionados #posts .post:nth-child(3), #publicacoes #posts .post:nth-child(3) {
	display: none;
}
.postSingle .gallery li {
	width: 23%;
}
}
@media only screen 
and (min-width : 768px) {
#accordion {
	padding-top: 0;
}
#sobreFoto {
	position: absolute;
	right: 0;
	top: 280px;
	bottom: 0;
	width: 49%;
	padding: 0;
	z-index: 2;
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
.bloco {
	width: 46%;
}
#profissionais .bloco {
	width: calc(50% - 10px);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profissionalFoto {
	width: 240px;
}
.profissionalInfo {
	width: 100%;
}


}
@media only screen 
and (min-width : 1024px) {
.profissionalFoto {
	width: 35%;
}
.profissionalInfo {
	width: calc(65% - 20px);
}
.contatoLogo {
	order: 1;
}
.mapa {
	width: 45%;
	order: 2;
	height: 300px;
}
.contatoRodape {
	order: 3;
	margin-bottom: 0;
}
.single-post .postSingle {
	float: left;
	width: 70%;
}
aside {
	float: right;
	width: 26%;
	padding: 0;
}
#posts .post {
	width: 30.3333%;
}
#relacionados #posts .post:nth-child(3), #publicacoes #posts .post:nth-child(3) {
	display: block;
}
#sobreFoto, #atuacao, #relacionados {
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
}
#atuacao, #publicacoes {
	background: #E5E5E5;
}
#atuacao:before {
	top: 100px;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	-webkit-border-top-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	border-top-left-radius: 100px;
	background: #C1AB8C;
	content: "";
}
#publicacoes:before {
	top: 100px;
	left: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	background: #3D5473;
	content: "";
}
#sobre:before {
	content: "";
	height: 200px;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	background: #E5E5E5;
	background: -webkit-linear-gradient(180deg,rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
	background: linear-gradient(180deg,rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#E5E5E5",
	  endColorstr="#E5E5E5",
	  GradientType=0
	);
}
#home {
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	background-attachment: fixed;
}
.home .conteudo, #contato {
	padding-top: 200px;
	margin-top: -100px;
}
#home h1 {
	padding-top: 50px;
}
#homeTexto {
	height: 100vh;
	max-height: 700px;
}
.spacer {
	height: 100px;
}
#headerMobile, .fa-xmark  {
	display: none !important;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	display: block !important;	
	height: 100px;
}
.home #menuWrapper {
	background: none;
}
.home #menuWrapper.bgMenu {
	background: #3D5473;
}
#menuWrapper .logo {
	display: block;
	height: 70px !important;
	position: absolute;
	left: 20px;
	top: 0;
}
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	clear: none;
	padding: 0 20px;
	height: 100px;
}
#menuPrincipal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
#nav {
	clear: none;
	margin: 35px 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#nav li {
	margin: 0;
	clear: none;
	position: relative;
	margin-right: 40px;
	font-size: 15px;
}
#menuWrapper #nav a {
	display: block;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}
#menuWrapper #nav a:before {
	left: 50%;
	right: 50%;
	height: 3px;
	background: #C2AB8B;
	position: absolute;
	z-index: 1;
	content: "";
	opacity: 0;
	bottom: 0;
}
#nav li:last-child {
	margin: 0;
}
#menuWrapper .social {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 20px;
}
#menuWrapper #nav li.current a:before, .archive #menuWrapper #nav #mPublicacoes a:before, .single-post #menuWrapper #nav #mPublicacoes a:before, .page-template-page-publicacoes #menuWrapper #nav #mPublicacoes a:before {
	left: 10px;
	right: 10px;
	margin-left: 0;
	opacity: 1;
	width: auto;
}
}
@media only screen 
and (min-width : 1280px) {
#menuWrapper .social {
	right: 0;
}
#menuWrapper .logo {
	left: 0;
}
section, .menu {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	margin-right: 60px;
}
}