/*
Theme Name: For Me
Theme URI: http://www.formepilates.com.br/
Description: Template para site For Me
Author: Rusvel Nantes // Positiva Design
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&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, .btn, #assinatura, #pagenav a, .addtoany_list a, .widget .addtoany_list a, aside a, #nav a:before, .cky-btn, .iconeWrapper, #rodape a, form input.wpcf7-submit {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.cky-btn {
	color: #FFF !important;
	background-color: #000 !important;
	border-color: #000 !important;
}
body {
	background: #fff;
	color: #555555;
	font-size: 18px;
	line-height: 26px;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-weight: 300;
	font-size: 50px;
	line-height: 55px;
	margin-bottom: 20px;
}
.postSingle h1 {
	color: #000;
}
h2 {
	font-weight: 300;
	color: #000;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
h2 em {
	font-weight: 700;
	font-style: normal;
}
h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}
.postSingle h3 {
	font-size: 25px;
	line-height: 30px;
	color: #000;
}
h4 {
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	margin-bottom: 10px;
	color: #000;
}
.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: #555;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
}
p, .video {
	margin-bottom: 20px;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 9990;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.logo {
	display: block;
	float: left;
	height: 50px !important;
	width: auto !important;
	margin: 15px 0;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, .fa-xmark  {
	color: #000;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #fff;
	width: 250px;
	height: 100%;
	z-index: 9990;
	right: -300px;
	top: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
}
#nav span {
	position: relative;
	z-index: 2;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 25px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 500;
}
#menuWrapper a:link, #menuWrapper a:visited {
	color: #666;
}
#menuWrapper a:hover, #menuWrapper a:active {
	color: #000;
}
#menuWrapper a.btn {
	margin: 0;
	font-size: 13px;
	float: right;
	font-weight: 500 !important;
}
#menuWrapper li.current a, .archive #mPublicacoes a, .single-post #mPublicacoes a, .page-template-page-publicacoes #mPublicacoes a {
	color: #000;
	font-weight: 700;
}
img.responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* 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 20px;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	background: #fff;
	margin-bottom: 20px;
	display: block;
	float: left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
#menuWrapper a.btn:link, #menuWrapper a.btn:visited {
	background: #000;
	color: #fff;
}
a.btn:hover, a.btn:active,
#menuWrapper a.btn:hover, #menuWrapper a.btn:active {
	background: #999;
	color: #fff;
}

#publicacoes a.btn {
	float: right !important;
}
/*  home */
#inicio {
	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;
}
#inicio ul {
	margin-bottom: 50px;
	overflow: hidden;
}
#inicio ul li {
	padding-left: 25px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}
#inicio ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
	height: 26px;
	line-height: 26px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f058';
	color: #fff;
}
#inicio:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	content: "";
}
#homeTexto {
	height: 120vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	max-width: 580px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
#inicio a.btn {
	margin: 0;
}
#inicio h4 {
	background: #212121;
	border: 1px solid #999;
	color: #999;
	padding: 5px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
h1 em {
	font-weight: 700;
	font-style: normal;
}

.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;
}
.conteudo.bgCinza {
	z-index: 3;
	background: #fff;
}
.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: 26px;
	line-height: 26px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #000;
}
.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: 20px;
	line-height: 25px;
	color: #000;
	font-weight: 500;
	position: relative;
	text-transform: none;
	z-index: 1;
	padding: 20px;
	font-style: italic;
	background: #EAEBED;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-left: 3px solid #000;
	
}
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: #fff;
	z-index: 5;
}
#sobre .blocoFoto {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 30px;
}
#sobre .bloco img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.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;
}

/* contato */
#contato {
	background: #FDFDFD;
	z-index: 2;
	padding-top: 160px;
	margin-top: -80px;
}
#blocoForm {
	position: relative;
	overflow: hidden;
	margin: 0 10px 20px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	padding: 20px 20px 0 20px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
#contato h2 {
	max-width: 440px;
	margin-bottom: 50px;
}
.boxContato {
	overflow: hidden;
	position: relative;
	padding-left: 70px;
	line-height: 25px;
	font-size: 15px;
}
.boxContato strong {
	color: #000;
}
.boxContato .fa-solid, .boxContato .fa-brands {
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	text-align: center !important;
	background: #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-size: 18px;
}
.mapa {
	position: relative;
	height: 300px;
    overflow: hidden;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}

footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	opacity: 0.6;
}
#rodape {
	background: #000;
	position: relative;
	z-index: 1;
	padding: 50px 0 0 0;
	color: #ccc;
	font-size: 15px;
	line-height: 25px;
}
.rodapeBox {
	overflow: hidden;
	margin-bottom: 30px;
}
.rodapeBox1 {
	font-size: 14px;
	line-height: 20px;
}
.contatoLogo {
	width: 151px;
}
.contatoLogo img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#rodape .boxContato {
	padding: 0;
}
#rodape .boxContato strong, #rodape h4 {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
#rodape a:link, #rodape a:visited {
	color: #ccc;
}
#rodape a:hover, #rodape a:active {
	color: #fff;
}
footer {
	background: #000;
	position: relative;
	overflow: hidden;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
footer ul li {
	margin: 0 0 20px 0;
	overflow: hidden;
}
footer section {
	border-top: 1px solid #333;
	padding-top: 20px !important;
}
#assinatura {
	width: 240px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	
}
#assinatura a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: #fff;	
}
#assinatura:hover {
	opacity: 0.9;
}
#assinatura img {
	width: 25px;
	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;
}
#beneficios {
	z-index: 10;
	background: #FDFDFD;
}
.textoIntro {
	overflow: hidden;
	max-width: 700px;
	margin: 0 auto 30px auto;
	text-align: center;
}
.beneficioWrapper h3 {
	color: #000;
	margin-bottom: 10px;
}
.beneficioWrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	position: relative;
	margin: 0 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.iconeWrapper {
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	text-align: center !important;
	background: #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.icone {
	width: 30px;
	height: 30px;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.beneficioWrapper:hover .iconeWrapper {
	background: #000;
}
#nosso-espaco {
	z-index: 9;
	background: #EAEBED;
}
#nosso-espaco h2 {
	max-width: 500px;
}
#nosso-espaco p {
	max-width: 610px;
}
#nosso-espaco .foto {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
#nosso-espaco .gallery {
	overflow: hidden;
	position: relative;
	width: calc(100% + 20px);
	padding-top: 30px;
}
#nosso-espaco .gallery li {
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
	float: left;
}
#depoimentos {
	background: #EAEBED;
	text-align: center;
	z-index: 4;
}
#depoimentos h2 {
	margin-bottom: 50px;
}
#depoimentos h2 em {
	display: block;
}
#cta {
	color: #fff;
	background: #000;
	text-align: center;
	z-index: 3;
}
#cta h2 {
	color: #fff;
	max-width: 450px;
	margin: 0 auto 20px auto;
}
#ctaTexto {
	max-width: 610px;
	margin: 0 auto;
}
.btnCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	overflow: hidden;
	padding-top: 30px;
}

/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
	opacity: 1;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url'], form input[type='password']  {
    width: 100%;
	-webkit-appearance: none;
    color: #000;
    background-color: #FDFDFD;
	border: 1px solid #ccc;
    font-size: 15px;
	height: 50px;
	line-height: 50px;
    padding: 0 20px;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
textarea {
	height: 200px;
	resize: none;
	line-height: 20px;
	padding: 20px;
}
select {
	background: #f5f5f5 url(images/setaSelect.png) center right no-repeat;
	border-color: #f5f5f5;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.blocoFormConsultoria label {
	padding: 10px 0 15px 0;
}
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, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid {
	border-color: #C00;
	background: #FCC;
}

form input.wpcf7-submit {
	cursor: pointer;
	-webkit-appearance: none;
	border: 0 !important;
	text-align: center;
	margin: 0 0 20px 0 !important;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 0 20px !important;
	line-height: 50px;
	font-size: 9px;
    font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	z-index: 1;
	position: relative;
}
form input.wpcf7-submit:hover {
	background-color: #ccc;
	color: #000;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .wpcf7-spinner {
	margin: -60px 10px 0 0 !important;
	float: right !important;
	z-index: 2;
}
#newsletter div.wpcf7 .wpcf7-spinner {
	margin: 0 !important;
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
}
div.wpcf7-response-output {
	font-size: 15px !important;
	line-height: 20px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	text-align: center;
}
.bloco {
	overflow: hidden;
	position: relative;
}
@media only screen 
and (min-width : 480px) {
form input.wpcf7-submit {
	font-size: 11px;
}
.postSingle .gallery li {
	width: 31.3333%;
}

}
@media only screen 
and (min-width : 640px) {
form input.wpcf7-submit {
	font-size: 13px;
}
#rodape section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.rodapeBox {
	width: 45%;
}
#inicio ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#inicio ul li {
	width: 48%;
}
#nosso-espaco .gallery li {
	width: calc(33.3333% - 20px);
}

#beneficiosLista {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.beneficioWrapper {
	width: calc(50% - 20px);
	margin: 0 10px 20px 10px;
}


#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) {
form input.wpcf7-submit {
	font-size: 9px;
}
.rodapeBox {
	width: auto;
}
#sobre .blocoFoto {
	margin-bottom: 0;
}
#nosso-espaco .gallery li {
	width: calc(25% - 20px);
}
#nosso-espaco .gallery li:first-child {
	width: calc(50% - 20px);
}
#nosso-espaco .gallery li:first-child .foto {
	padding-bottom: calc(70% + 6px);
}
#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%;
}
#sobre .blocos {
	align-items: center;
}


}
@media only screen 
and (min-width : 1024px) {
form input.wpcf7-submit {
	font-size: 13px;
}

footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#assinatura {
	margin: 0 0 20px 0;
}
.rodapeBox1 {
	width: 275px;
}
#blocoForm {
	padding: 40px 40px 20px 40px;
}
h1 {
	font-size: 55px;
	line-height: 60px;
}
.beneficioWrapper {
	width: calc(33.3333% - 20px);
}
.contatoLogo {
	order: 1;
}

.contatoRodape {
	order: 3;
	margin-bottom: 0;
}


#headerMobile, .fa-xmark  {
	display: none !important;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	display: block !important;	
	height: 80px;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

#menuWrapper .logo {
	display: block;
	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: 80px;
}
#menuPrincipal {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
#nav {
	clear: none;
	margin: 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: 30px;
	font-size: 15px;
}

#nav li:last-child {
	margin: 0;
}
#menuWrapper a.btn {
	font-size: 15px;
}
}
@media only screen 
and (min-width : 1280px) {
form input.wpcf7-submit {
	font-size: 15px;
}
}
@media only screen 
and (min-width : 1366px) {
.beneficioWrapper {
	width: calc(25% - 20px);
}
#menuWrapper .logo {
	left: 0;
}
section, .menu {
	width: 1280px;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	margin-right: 60px;
}
}