/*
Theme Name: Conexão da Joia
Theme URI: https://conexaodajoia.com.br/
Description: Template para site Conexão da Joia
Author: Rusvel Nantes // Positiva Design
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk: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, .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, #beneficios ul li, #como-funciona ul li, form input.wpcf7-submit, .accordion-toggle .fa-solid, #internaTopo a, .btnRoxo:before {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #120622;
	background: -webkit-linear-gradient(185deg,rgba(18, 6, 34, 1) 0%, rgba(0, 0, 0, 1) 55%);
	background: -moz-linear-gradient(185deg,rgba(18, 6, 34, 1) 0%, rgba(0, 0, 0, 1) 55%);
	background: linear-gradient(185deg,rgba(18, 6, 34, 1) 0%, rgba(0, 0, 0, 1) 55%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#120622",
	  endColorstr="#000000",
	  GradientType=0
	);
	color: #8A8F9C;
	font-size: 18px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
h1, h2, h3, #beneficios ul strong, #como-funciona ul strong, #como-funciona ul em {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
h1 {
	color: #F7F8FC;
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 20px;
}
h2 {
	color: #F7F8FC;
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 50px;
}
h1 em, h2 em {
	color: #852DF9;
	font-style: normal;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #3287FF;
}
#internaTopo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
.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: #852DF9;
	text-decoration: none;
}
a:hover, a:active {
	color: #3287FF;
}
p, .video {
	margin-bottom: 20px;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(20px);              
	-webkit-backdrop-filter: blur(20px);
	z-index: 9990;
	left: 0;
	top: 0;
}

.logo {
	display: block;
	float: left;
	height: 60px !important;
	width: auto !important;
	margin: 10px 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-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(20px);              
	-webkit-backdrop-filter: blur(20px);
	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: 20px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
}
#nav li#mHome {
	display: none !important;
}
#menuWrapper a:link, #menuWrapper a:visited {
	color: #fff;
}
#menuWrapper a:hover, #menuWrapper a:active {
	color: #3287FF;
}
#menuWrapper li.current a {
	color: #852DF9;
}
#menuWrapper a#btnAmostraMenu:link, #menuWrapper a#btnAmostraMenu:visited {
	color: #000;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 25px;
	line-height: 20px;
	display: block;
	float: right;
}
#menuWrapper a#btnAmostraMenu:hover, #menuWrapper a#btnAmostraMenu:active {
	color: #fff;
	background: #3287FF;
}
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: 20px 25px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: #06030d;
	margin: 0 20px 20px 0;
	display: block;
	float: left;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.btn:hover, a.btn:active {
	background: #0c132c;
}
a.btn.btnRoxo:link, a.btn.btnRoxo:visited {
	background: #3287FF;
	background: -webkit-linear-gradient(90deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(90deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=1
	);
	border: 0;
}
a.btn.btnRoxo:before {
	background: #3287FF;
	background: -webkit-linear-gradient(270deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(270deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(270deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.btn span {
	position: relative;
	z-index: 2;
	display: block;
}
a.btn.btnRoxo:hover:before, a.btn.btnRoxo:active:before {
	opacity: 1;
}
.botoes {
	overflow: hidden;
	position: relative;
	width: 100%;
	cleear: both;
}
.botoes a.btn:last-child {
	margin-right: 0;
}
/*  home */
#home {
	overflow: hidden;
	position: relative;
	z-index: 15;
	padding-top: 150px;
	margin-bottom: 100px;
}
#home .beforeAfter {
	margin-bottom: 20px;
}
#home .bloco {
	position: relative;
	overflow: hidden;
}
.entrega {
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(20px);              
	-webkit-backdrop-filter: blur(20px);
	position: absolute;
	left: 20px;
	bottom: 40px;
	z-index: 10;
	border: 1px solid #333;
	color: #fff;
	padding: 15px 20px 15px 75px;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.entrega .fa-solid {
	position: absolute;
	left: 15px;
	top: 50%;
	width: 50px;
	text-align: center !important;
	height: 50px;
	line-height: 50px !important;
	margin-top: -25px;
	font-size: 24px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #3287FF;
	background: -webkit-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
}
.entrega strong {
	display: block;
	font-size: 16px;
}
#home h1 {
	margin: 0 0 20px 0;
	font-weight: 700;
	width: 100%;
	clear: both;
}
#home h5 {
	font-size: 13px;
	line-height: 20px;
	background: #000;
	padding: 5px 15px 5px 30px;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	float: left;
	display: block;
	position: relative;
}
#home h5:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 6px;
	height: 20px;
	line-height: 20px !important;
	position: absolute;
	left: 15px;
	top: 5px;
    content: '\f111';
	color: #3287FF;
}
#home p.last {
	font-size: 13px;
	line-height: 20px;
}
#home .bloco ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	margin-bottom: 40px;
}
#home .bloco ul li {
	font-size: 13px;
	line-height: 20px;
	background: #000;
	padding: 5px 15px;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	color: #fff;
}
.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: 28px;
	line-height: 28px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #3287FF;
}
.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: #3287FF;
	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: #8A8F9C;
	z-index: 1;
	opacity: 0.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;
}





.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;
	padding: 1px;
}
.social li:last-child {
	margin: 0;
}

/* 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 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 100px;
}
#contato h5 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}
#contato ul {
	overflow: hidden;
	margin-bottom: 15px;
}
#contato ul li {
	margin-bottom: 5px;
	overflow: hidden;
}
.contatoRodape .fa-solid, .contatoRodape .fa-brands {
	margin-right: 5px;
}
.boxRodape {
	overflow: hidden;
	margin-bottom: 30px;
}
#contato a:link, #contato a:visited {
	color: #8A8F9C;	
}
#contato a:hover, #contato a:active {
	color: #fff;	
}
.contatoLogo {
	width: 230px;
	margin-bottom: 30px;
	overflow: hidden;
}
.contatoLogo img {
	width: 81px;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	opacity: 0.6;
}
footer {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
footer section {
	padding-top: 20px !important;
	border-top: 1px solid #333;
}
#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: #8A8F9C;	
}
#assinatura:hover {
	opacity: 0.9;
}
#assinatura img {
	width: 25px;
	height: auto;
	display: block;
}
/* interna */
#interna, #erro404 {
	z-index: 3;
	padding-top: 0;
}
#interna h4 {
	margin-bottom: 50px;
}
#interna h2 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
}
#interna h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
}
/* 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 {
	text-align: center;
}
#beneficios ul li, #como-funciona ul li {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 80px 20px 20px 20px;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#beneficios ul li:hover {
	background: #212121;
}
#beneficios ul li strong {
	font-size: 16px;
	color: #fff;
}
#beneficios ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
	width: 40px;
	text-align: center !important;
	height: 40px;
	line-height: 40px !important;
	position: absolute;
	left: 20px;
	top: 20px;
    content: '\f00c';
	color: #fff;
	background: #0c132c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
#depoimentos {
	text-align: center;
}
#depoimentos .slick-list {
	margin: 0 30px 20px 30px;
}
#depoimentos h2 {
	max-width: 650px;
	margin: 0 auto 50px auto;
}
.depoimento {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 10px;
}
.depoimentoAutor {
	border-top: 1px solid #333;
	padding-top: 20px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-left: 50px;
	position: relative;
	min-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.depoimentoAutor strong, .depoimentoAutor small {
	display: block;
}
.depoimentoAutor strong {
	font-weight: 600;
}
.depoimentoAutor small {
	font-size: 14px;
	color: #8A8F9C;
}
.depoimentoEstrelas {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #3287FF;
	overflow: hidden;
	margin-bottom: 20px;
}
.depoimentoEstrelas .fa-solid {
	font-size: 15px;
	margin-right: 5px;
}
.depoimentoInicial {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3287FF;
	background: -webkit-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
	position: absolute;
	left: 0;
	top: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
#faq {
	text-align: center;
}
#accordion {
	position: relative;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}
.accordion-toggle {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
	border: 1px solid #333;
	padding: 20px 60px 20px 20px;
	color: #fff;
	font-weight: 500;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
.accordion-toggle .fa-solid {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	background: #3287FF;
	background: -webkit-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	font-size: 16px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
}
.accordion-toggle:hover {
	background: #212121;
}
.accordion-toggle.ativo {
	border-bottom: 0;
	background: #212121;
	-webkit-border-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius: 0;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-radius: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: 0;
}
.accordion-toggle.ativo .fa-solid {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-content {
	overflow: hidden;
	display: none;
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
	border: 1px solid #333;
	border-top: 0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#como-funciona, #antes-depois {
	text-align: center;
}
#como-funciona h2, #antes-depois h2 {
	margin-bottom: 0;
}
#como-funciona ul {
	text-align: left;
	padding-top: 30px;
}
#como-funciona ul li {
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
	overflow: inherit;
	background: #000;
	margin: 0 10px 20px 10px;
}
#como-funciona ul li:hover {
	border-color: #852DF9;
}
#como-funciona ul em {
	font-style: normal;
	color: #852DF9;
	font-size: 70px;
	line-height: 75px;
	font-weight: 600;
	display: block;
}
#como-funciona ul strong {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
	margin-bottom: 10px;
}
#como-funciona ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 24px;
	width: 30px;
	text-align: right !important;
	height: 30px;
	line-height: 30px !important;
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -15px;
    content: '\f061';
	color: #852DF9;	
}
#como-funciona ul li:last-child:before {
	display: none;
}
#antes-depois #galeria {
	text-align: left;
	overflow: hidden;
	padding-top: 0;
}
.galeriaTitulo {
	overflow: hidden;
	position: relative;
	padding-right: 50px;
	font-size: 16px;
	line-height: 20px;
}
.galeriaTitulo .fa-solid {
	background: #3287FF;
	background: -webkit-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	font-size: 16px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
}
#galeria {
	overflow: hidden;
}
.galeriaItem {
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
.beforeAfter {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;	
}
.beforeAfter:before {
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 10px;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 15px;
	text-transform: uppercase;
	content: "antes";
	background: #333;
	color: #fff;
	font-weight: 600;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
.beforeAfter:after {
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 10px;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 15px;
	text-transform: uppercase;
	content: "depois ia";
	background: #3287FF;
	background: -webkit-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
	color: #fff;
	font-weight: 600;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}
.galeriaItem span {
	position: absolute;
	z-index: 100;
	left: 10px;
	bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 15px;
	background: #333;
	color: #fff;
	font-weight: 600;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 2;	
}
.before, .after {
	-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: 100%;
	position: relative;
	display: block !important;
	overflow: hidden;
}
#pacotesWrapper {
	padding: 50px 20px 30px 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0c132c;
	z-index: 10;
}
#pacotesWrapper:before {
	width: 100%;
	padding-bottom: 100%;
	position: absolute;
	right: -50%;
	top: -95%;
	content: "";
	z-index: 1;
	background: #852DF9;
background: radial-gradient(circle,rgba(133, 45, 249, 1) 0%, rgba(12, 19, 44, 1) 50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.3;
}
#pacotesWrapper:after {
	width: 100%;
	padding-bottom: 100%;
	position: absolute;
	left: -50%;
	bottom: -95%;
	content: "";
	z-index: 1;
	background: #3287FF;
	background: radial-gradient(circle,rgba(50, 135, 255, 1) 0%, rgba(12, 19, 44, 1) 50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.3;
}
#pacotesTexto {
	position: relative;
	z-index: 5;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.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: #8A8F9C;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #8A8F9C;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #8A8F9C;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #8A8F9C;
	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: #8A8F9C;
    background-color: #070a11;
	border: 1px solid #333;
    font-size: 15px;
	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: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
textarea {
	height: 250px;
	resize: none;
	line-height: 20px;
	padding: 20px;
}
select {
	background: #070a11 url(images/setaSelect.png) center right no-repeat;
	border-color: #333;
}
label {
	display: block;
	clear: both;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.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;
}

form input.wpcf7-submit {
	cursor: pointer;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 0 !important;
	background: #3287FF;
	background: -webkit-linear-gradient(90deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(90deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(90deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=1
	);
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 60px;
	font-weight: 700;
	font-size: 18px;
    font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	text-align: center;
}
form input.wpcf7-submit:hover {
	background: #3287FF;
	background: -webkit-linear-gradient(270deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(270deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(270deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
}

form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .wpcf7-spinner {
	margin: -70px 10px 0 0 !important;
	float: right !important;
}
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;
}
#pacotesForm {
	overflow: hidden;
	padding-top: 150px;
	max-width: 600px;
	margin: -120px auto 20px auto;
	z-index: 1;
	display: none;
}
#pacotesForm h2 {
	margin-bottom: 0;
}
#pacotesForm form {
	padding-top: 30px;
}
#cta {
	text-align: center;
}
#cta h2 {
	margin-bottom: 0;
}
#amostraTexto ul {
	overflow: hidden;
	margin-bottom: 40px;
}
#amostraTexto ul li {
	padding-left: 35px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#amostraTexto ul li:before {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
	width: 28px;
	text-align: center !important;
	height: 28px;
	line-height: 28px !important;
	position: absolute;
	left: 0;
	top: 0;
    content: '\f00c';
	color: #fff;
	background: #3287FF;
	background: -webkit-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	background: linear-gradient(180deg,rgba(50, 135, 255, 1) 0%, rgba(133, 45, 249, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#3287FF",
	  endColorstr="#852DF9",
	  GradientType=0
	);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#amostraForm small {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 20px;
}
#amostraForm {
	overflow: hidden;
	position: relative;
	padding: 20px 20px 0 20px;
	margin: 20px; 
	border: 1px solid #333;
	background: #020307;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(133,45,249,0.3); 
	box-shadow: 0px 0px 20px 0px rgba(133,45,249,0.3);
}
#amostraForm  .wpcf7-form-control-wrap[data-name="site"] {
	margin-bottom: 10px !important;
}
#amostraForm  .wpcf7-form-control-wrap[data-name="tipo"] {
	display: block !important;
	overflow: hidden;
	margin-bottom: 10px !important;
}
#amostraForm .wpcf7-list-item {
	display: block !important;
	margin: 0 0 10px 0 !important;
	font-size: 15px;
	line-height: 20px;
}
#amostraForm .wpcf7-radio.wpcf7-not-valid {
	color: #C00;
}
#obrigado {
	text-align: center;
}
#obrigado h2 {
	margin-bottom: 10px;
}
#logoObrigado {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto 50px auto;
}
@media only screen 
and (min-width : 480px) {
.postSingle .gallery li {
	width: 31.3333%;
}
}
@media only screen 
and (min-width : 640px) {
#amostraForm span[data-name="site"], #amostraForm span[data-name="instagram"] {
	display: block !important;
	clear: both;
	width: 100%;
}
#pacotesForm span[data-name="your-name"], 
#pacotesForm span[data-name="whatsapp"],
#pacotesForm span[data-name="site"],
#amostraForm span[data-name="your-name"],
#amostraForm span[data-name="whatsapp"] {
	float: left;
	width: calc(50% - 5px);
	clear: left;
	display: block !important;
}
#pacotesForm span[data-name="your-email"], 
#pacotesForm span[data-name="empresa"],
#pacotesForm span[data-name="fotos"],
#amostraForm span[data-name="empresa"],
#amostraForm span[data-name="your-email"] {
	float: right;
	width: calc(50% - 5px);
	clear: right;
	display: block !important;
}
#beneficios ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: calc(100% + 20px);
}
#como-funciona ul, #galeria {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#como-funciona ul li, .galeriaItem {
	width: calc(50% - 20px);
	margin: 0 10px 20px 10px;
}
#beneficios ul li {
	width: calc(50% - 20px);
	margin-right: 20px;
}
#contato section, footer section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.boxRodape {
	width: 48%;
}
#contato section {
	align-items: flex-start;
}
#assinatura {
	margin: 0 0 20px 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) {

#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%;
}
#home .blocos {
	align-items: flex-end;
}
#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%;
}

.boxRodape {
	width: auto;
}
#amostra .bloco {
	width: 100%;
}
#amostraForm {
	padding: 40px 40px 20px 40px;
}
}
@media only screen 
and (min-width : 1024px) {
#amostra #amostraTexto {
	width: 360px;
}
#amostra .bloco:last-child {
	width: calc(100% - 410px);
	max-width: 650px;
}

#pacotesWrapper {
	padding: 100px 0 80px 0;
}
#como-funciona ul li {
	padding: 30px;
	width: calc(33.3333% - 20px);
}
#beneficios ul li {
	width: calc(33.3333% - 20px);
}
.galeriaItem {
	width: calc(33.3333% - 40px);
	margin: 0 20px 20px 20px;
}
.profissionalFoto {
	width: 35%;
}
.profissionalInfo {
	width: calc(65% - 20px);
}


.single-post .postSingle {
	float: left;
	width: 70%;
}
aside {
	float: right;
	width: 26%;
	padding: 0;
}
#posts .post {
	width: 30.3333%;
}


#headerMobile, .fa-xmark  {
	display: none !important;
}
#menuWrapper {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: auto;
	display: block !important;	
	height: 80px;
	width: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #333;
}
#menuWrapper .logo {
	display: block;
}
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	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: 40px;
	font-size: 15px;
}

#nav li:last-child {
	margin: 0;
}

}
@media only screen 
and (min-width : 1280px) {
#beneficios ul li {
	width: calc(25% - 20px);
}
#menuWrapper {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	right: auto;
}
section {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	margin-right: 50px;
}
}