/*
Theme Name: Pará
Theme URI: http://www.para.com.br/
Description: Template para site Pará
Author: Rusvel Nantes 
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&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, #busca input#searchsubmit, .postFoto a, .conteudo a, #nav strong, .postFoto, #listaConceitos a, #listaConceitos li:before, #flags a {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #444;
	font-size: 16px;
	line-height: 28px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
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: #304D8C;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
h2 em {
	display: block;
	font-style: normal;
	font-size: 25px;
	line-height: 30px;
}
h3 {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}
h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
}
.archive #publicacoesWrapper h4 {
	margin-bottom: 20px;
}
.spacer {
	display: block;
	height: 60px;
	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: #304D8C;
	text-decoration: none;
}
a:hover, a:active {
	color: #E3192C;
}
.conteudo a:link, .conteudo a:visited {
	color: #304D8C;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.conteudo a:hover, .conteudo a:active {
	text-decoration: underline;
	color: #E3192C;
}
p, .video {
	margin-bottom: 20px;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background: #0D3A03;
	z-index: 9990;
	left: 0;
	top: 0;
}

.logo {
	display: block;
	float: left;
	height: 30px !important;
	width: auto !important;
	margin: 15px 0;
}
#menuWrapper .logo {
	display: none;
}
.fa-bars, #menuWrapper .fa-xmark  {
	color: #fff;
	font-size: 25px;
	line-height: 60px !important;
	height: 60px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #0D3A03;
	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;
}
#nav li .fa-solid {
	margin-left: 5px;
}
#nav li strong {
	cursor: pointer;
	line-height: 20px;
	font-size: 13px;
	font-weight: 700;
	display: block;
	color: #fff;
	text-transform: uppercase;
}
#nav li ul {
	display: none;
}
#nav li ul li {
	margin: 0;
	padding: 10px 19px 0 0;
	font-size: 13px;
	line-height: 16px;
}
#menuWrapper a:link, #menuWrapper a:visited {
	color: #fff;
}
#menuWrapper a:hover, #menuWrapper a:active, #nav strong:hover {
	color: #ccc;
}
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;
}

.postFoto a {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0);
	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;
}
.postFoto a:hover {
	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: 1;
}
.post {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.post .postFoto {
	padding-bottom: 60%;
}

.post h3, .postExtra h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 2;
}
.post p, .postExtra p {
	font-size: 14px;
	line-height: 18px;
	color: #999;
}
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: 60px 0 40px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
}

.conteudo ul, .conteudo .box1 ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.conteudo ul li {
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.conteudo ul li:before  {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 7px !important;
	height: 28px;
	line-height: 28px !important;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #444;
}
.conteudo .box1 ul {
	margin-bottom: 0;
}
.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: #f1f1f1;
	padding: 10px;
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 13px;
	line-height: 16px;
	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: 10px;
}
.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 */

#relacionados h4 {
	margin-bottom: 50px;	
}
#noResults h3 {
	color: #E3192C;
}
#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;
}
.social li {
	margin-right: 10px;
}
.social li:last-child {
	margin: 0;
}
.social a:link, .social a:visited {
	width: 30px;
	line-height: 30px !important;
	text-align: center !important;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	display: block;
}
.social a:hover, .social a:active {
	background: #fff;
	color: #6e8968;
}
/* publicacoes */
#relacionados #posts .post {
	margin-bottom: 20px;
}
/* contato */

.contatoLogo {
	width: 250px;
	margin-bottom: 30px;
	overflow: hidden;
}
.contatoLogo img {
	width: auto;
	height: 30px;
	display: block;
	margin-bottom: 50px;
}
#rodapeNav {
	overflow: hidden;
	margin-bottom: 30px;
}
#rodapeNav ul {
	overflow: hidden;
	margin-bottom: 20px;
}
#rodapeNav ul li {
	display: block;
	padding-top: 10px;
}
footer a:link, footer a:visited {
	color: #fff;
}
footer a:hover, footer a:active {
	color: #000;
}
footer {
	background: #6e8968;
	position: relative;
	overflow: hidden;
	padding: 50px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
}


/* 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;
	background: #ecf3f5;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	font-family: "Inter", sans-serif;
	font-style: normal;
}
#pagenav span.current {
	color: #fff;
	background: #43869C;
}
#pagenav span.dots, #pagenav a:link, #pagenav a:visited {
	color: #304D8C;
	background: #ecf3f5;
}
#pagenav a:hover, #pagenav a:active {
	color: #fff;
	background: #304D8C;
	text-decoration: none;
}
/* post interna */
.single-post #interna h1 {
	display: block;
	clear: both;
	width: 100%;
}
aside {
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
}
.postData {
	font-weight: 700;
	margin-bottom: 10px;
	overflow: hidden;
	color: #6e8968;
	font-size: 12px;
	line-height: 16px;
}
.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 h4 {
	margin-bottom: 0;
	color: #E3192C;
}
.postSingle .foto {
	padding-bottom: 100%;
	margin: 0;
}
.postSingle .gallery li {
	width: 48%;
	margin: 0 2% 2% 0 !important;
	padding: 0 !important;
}
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: #444;
    background-color: #fff;
	border: 1px solid #fff;
    font-size: 15px;
	height: 40px;
	line-height: 40px;
    padding: 0 20px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 500;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#busca {
	position: relative;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 30px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 0;
	z-index: 10;
}
#busca ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #444;
	opacity: 1;
}
#busca ::-moz-placeholder { /* Firefox 19+ */
	color: #444;
	opacity: 1;
}
#busca :-ms-input-placeholder { /* IE 10+ */
	color: #444;
	opacity: 1;
}
#busca :-moz-placeholder { /* Firefox 18- */
	color: #444;
	opacity: 1;
}
#busca input#s {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: calc(100% - 35px);
	background: #fff;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #444;
	font-size: 12px;
	cursor: text !important;
}
#busca input#searchsubmit {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #43869C url(images/zoom.png) center no-repeat;
	-webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    background-size: 14px auto;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#busca input#searchsubmit:hover {
	-webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
}
#rodape {
	background: #6e8968;
}
.box1 {
	background: #f1efe5;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-id-76 .box1 {
	background: #dff4e3;
}
.page-id-51 .box1,
.page-id-59 .box1,
.page-id-69 .box1 {
	background: #ecf3f5;
}
.bloco2, .docs,
.page-id-40 .bloco3, .page-id-40 .docs,
.page-id-49 .bloco3, .page-id-49 .docs {
	background: #e0f6f7;
}
.page-id-51 .bloco2,
.page-id-59 .bloco2,
.page-id-69 .bloco2,
.page-id-76 .bloco2,
.page-id-262 .bloco2,
.page-id-184 .bloco2,
.page-id-51 .docs,
.page-id-59 .docs,
.page-id-69 .docs,
.page-id-76 .docs, 
.page-id-262 .docs,
.page-id-184 .docs {
	background: #fcf8f2;
}
.parent-pageid-32 .bloco2 {
	background: #fff;
	padding-top: 0;
}
.page-id-97 .bloco2 {
	padding-top: 60px;
	background: #fbf5ee;
}
.page-id-97 .bloco3 {
	padding-top: 0;
	background: #fbf5ee;
}
.page-id-97 .conteudo.docs {
	background: #fff;
	padding-top: 60px;
}
.box.boxMapa {
	background: #e9e3d3;
}
.page-id-184 .bloco2 .box1 {
	background: #e8ece9;
}
.box1 ol {
	list-style: none;
	counter-reset: steps;
	margin-bottom: 0;
}
.box1 ol li {
	counter-increment: steps;
	padding-left: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	min-height: 30px;
}
.box1 ol li:before {
	content: counter(steps);
	background: #43869C;
	color: white;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}
.page-id-51 .box1 ol li:before {
	content: counter(steps, upper-latin);
}
#fotos .postFoto {
	margin-bottom: 0;
}
.page-template-page-2 .bloco2, #relacionados {
	background: #F8F0E5;
}
.fotoTopo, #contatoBG {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
}
.single-glossario .fotoTopo {
	background-image: url(images/glossario.png);
}
#contatoBG {
	height: 200px;
}
.marcas {
	overflow: hidden;
	position: relative;
	background: #fff;
}
.marcas img {
	display: block;
	margin: 20px auto;
	width: 100% !important;
	height: auto !important;
}
.conteudo.docs {
	padding: 0 0 60px 0;
}
.page-id-59 .conteudo.docs, .page-id-76 .conteudo.docs, .page-id-69 .conteudo.docs {
	padding-top: 60px;
}
.docs a, a.mais, #clpi a {
	position: relative;
}
.docs p {
	margin-bottom: 0;
}
.docs p strong {
	display: block;
	padding-top: 20px;
}
.page-id-138 .docs p, .page-id-80 .bloco0 p {
	margin-bottom: 20px;
}
.page-id-138 .docs p:has(a), .page-id-80 .bloco0 p:has(a) {
	margin-bottom: 0;
}
.docs p:first-child strong {
	padding-top: 0;
}
.docs a:after, a.mais:after, #clpi a:after, .page-id-80 .bloco0 a:after {
	font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
	height: 28px;
	line-height: 28px !important;
    content: '\f178';
	font-style: normal;
	padding-left: 5px;
}
.page-id-138 .docs, .page-id-108 .docs {
	background: #fff;
}
#alfabeto {
	background: #304D8C;
	overflow: hidden;
	margin-bottom: 50px;
}
#alfabeto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#alfabeto li {
	padding: 0;
}
#alfabeto li:before {
	display: none;
}
#alfabeto a:link, #alfabeto a:visited {
	color: #fff;
	font-weight:700;
	font-style: normal;
	font-family: "Inter", sans-serif;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
}
#alfabeto a:hover, #alfabeto a:active, #alfabeto li.current_page_item a {
	background: #43869C;
	text-decoration: none;
}
#glossario h3 {
	color: #43869C;
}
#fotos {
	overflow: hidden;
	display: block;
	width: 100% !important;
	height: auto !important;
}
.page-id-249 .bloco2 {
	background: #efede3;
}
.box1.timeline {
	background: #2E3192;
	color: #fff;
}
.timeline h2, .boxEsquema h2 {
	color: #fff;
}
.timeline li {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0 !important;
	padding-bottom: 20px;
}
.timeline li strong {
	font-size: 18px;
	color: #6FCE80;
	padding-right: 10px;
	border-right: 2px solid #E3192C;
	margin-right: 10px;
}
.timeline li:after {
	z-index: 1;
	content: "";
	position: absolute;
	left: 4px;
	width: 1px;
	top: 0;
	height: 100%;
	background: #fff;
}
.timeline li:first-child:after {
	top: 12px;
}
.timeline li:last-child:after {
	height: 10px;
} 
.timeline li:before {
	z-index: 2;
}
.timeline li:nth-child(1):before, .timeline li:nth-child(7):before {
	color: #E3192C;
}
.timeline li:nth-child(2):before, .timeline li:nth-child(8):before {
	color: #65D0D8;
}
.timeline li:nth-child(3):before, .timeline li:nth-child(9):before {
	color: #EB9E44;
}
.timeline li:nth-child(4):before, .timeline li:nth-child(10):before {
	color: #BF6FCE;
}
.timeline li:nth-child(5):before, .timeline li:nth-child(11):before {
	color: #D8D2B8;
}
.timeline li:nth-child(6):before, .timeline li:nth-child(12):before {
	color: #E6E65A;
}
.boxMapa ul li {
	padding-left: 25px;
}
.boxMapa ul li:before {
	font-size: 12px;
}
.boxMapa ul li:nth-child(1):before, .boxMapa li:nth-child(1) strong {
	color: #E3192C;
}
.boxMapa ul li:nth-child(2):before, .boxMapa li:nth-child(2) strong {
	color: #0D3A03;
}
.boxMapa ul li:nth-child(3):before, .boxMapa li:nth-child(3) strong {
	color: #C6A417;
}
.boxMapa ul li:nth-child(4):before, .boxMapa li:nth-child(4) strong {
	color: #43869C;
}
.boxMapa ul li:nth-child(5):before, .boxMapa li:nth-child(5) strong {
	color: #84BEC3;
}
.boxEsquema {
	background: #2E3192;
}
.boxEsquema h2 {
	max-width: 700px;
}
.boxEsquema h4 {
	font-size: 16px;
	line-height: 20px;
	padding: 15px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	font-weight: 400;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
}
.boxEsquema h4 em {
	font-style: normal;
	font-weight: 700;
}
.boxEsquema h4:nth-child(2) {
	background: #6FCE80;
	color: #2E3192;
}
.boxEsquema h4:nth-child(3) {
	background: #65D0D8;
	color: #2E3192;
}
.boxEsquema ul li:before {
	display: none;
}
.boxEsquema ul li:first-child {
	background: #65D0D8;
	color: #2E3192;
}
.boxEsquema ul, .boxEsquema1 ul {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px !important;
}
.boxEsquema ul li {
	text-align: center;
	border: 1px solid #65D0D8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px;
	position: relative;
	color: #65D0D8;
	background: #2E3192;
	line-height: 20px;
	z-index: 2;
}
.boxEsquema ul li:last-child {
	margin-bottom: 0;
}
.boxEsquema ul:after {
	height: 100%;
	left: 50%;
	width: 1px;
	margin-left: -0.5px;
	background: #65D0D8;
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
}
.box1.boxEsquema1 ul:after {
	height: 100%;
	left: 50%;
	width: 1px;
	margin-left: -0.5px;
	background: #43869C;
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
}
.eixos, .boxProposta {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxProposta {
	background: #D8D2B8;
}
.boxEixo {
	overflow: hidden;
	position: relative;
	background: #e7e3d4;
	padding: 20px 20px 0 20px;
}
.boxEixo:nth-child(even) {
	background: #f3f1ea;
}
.boxEixo ol li {
	min-height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-left: 120px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.boxEixo ol li strong {
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #6FCE80;
}
.boxProposta ol {
	max-width: 500px;
}
.boxProposta ol li strong {
	background: #43869C;
}
.boxLista {
	background: #d6e4e9;
}
.boxLista h2 {
	max-width: 500px;
}
.boxLista ul li:before {
	display: none !important;
}
.boxLista ul {
	margin-left: -20px;
	margin-right: -20px;
}
.conteudo .box1.boxLista ul li {
	padding: 15px 20px;
	overflow: hidden;
	line-height: 20px;
	margin-bottom: 0;
}
.boxLista ul li:nth-child(odd) {
	background: #e6eff2;
	
}
.box1.boxEsquema1 {
	background: #d8d2b8;
}
.box1.boxEsquema1 ul li:before {
	display: none;
}
.box1.boxEsquema1 ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 15px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #43869C;
	color: #fff;
	z-index: 2;
}
.box1.boxEsquema1 ul li:last-child {
	margin-bottom: 0;
}
.box1.boxEsquema1 ul li:nth-child(1) {
	background: #6FCE80;
	color: #2E3192;
}
.box1.boxEsquema1 ul li:nth-child(3) {
	background: #2E3192;
}
.box1.boxEsquema1 h2, .page-id-97 .bloco0 h2 {
	margin-bottom: 50px;
}
#conceitos {
	background: #333 url(images/conceitos.png) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 60px 0 40px 0;
}
#conceitos h2 {
	color: #fff;
}
#conceitos strong {
	color: #49C15E;
}
#numeros {
	background: #fbf7f0;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
#clpi {
	background: #49C15E;
	color: #fff;
}
#numeros:before {
	content: "";
	background: #49C15E;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
#chamadas .postFoto {
	padding-bottom: 133%;
	margin: 0;
}
.chamada {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	width: 50%;
}
.chamada a {
	color: #E3192C;
}
.chamadaFoto {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.chamada:hover .postFoto {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#chamadas {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}
#noticias {
	padding: 60px 0 40px 0;
}
#noticias h2 {
	display: block;
	width:  100%;
}
#videoWrapper {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}
#videoWrapper  video {
	width: 100%;
	height: auto;
	display: block;
}
.postExtra {
	overflow: hidden;
	position: relative;
	padding-bottom: 4px;
	margin-bottom: 20px;
}
.postExtra:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	content: "";
	background: #E3192C;
}
.postExtra:last-child {
	padding-bottom: 0;
}
.postExtra:last-child:before {
	display: none;
}
#listaConceitos {
	max-width: 260px;
	overflow: hidden;
	margin-bottom: 10px;
}
#listaConceitos li {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
#listaConceitos li:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 10px;
	background: #fff;
	margin-left: -50px;
	z-index: 1;
	content: "";
}
#listaConceitos a:link, #listaConceitos a:visited {
	text-align: center;
	font-weight: 700;
	display: block;
	padding: 20px;
	border: 1px solid #fff;
	margin-bottom: 5px;
	color: #fff;
	overflow: hidden;
	position: relative;
}
#listaConceitos a:hover, #listaConceitos a:active {
	background: #fff;
	color: #49C15E;
}
#listaConceitos li:hover:before {
	background: #49C15E;
}
#listaConceitos li:first-child a {
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}
#numerosLista {
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.numeroBorda {
	border: 1px solid #43869C;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
.numero {
	overflow: hidden;
	position: relative;
	text-align: center;
	color: #43869C;
	font-weight: 700;
	width: 210px;
	margin: 0 20px 10px 20px;
}
.numero p {
	line-height: 20px;
	text-align: center;
	width: 100%;
	color: #304D8C;
	margin-bottom: 5px;
}
.numero:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 10px;
	width: 100px;
	margin-left: -50px;
	background: #43869C;
}
.counter {
	font-size: 50px;
	line-height: 55px;
	width: 100%;
}
#clpi .bloco {
	max-width: 415px;
}
#clpi .bloco.blocoLogo {
	max-width: 260px;
	margin-bottom: 30px;
}
.bloco {
	overflow: hidden;
}
.page-id-97 .bloco0 img {
	max-width: 260px;
	margin-bottom: 50px;
}
#flags {
	padding-top: 20px;
	width: auto !important;
	clear: both;
}
#flags ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	float: none !important;
	clear: both;
}
#flags a {
	margin: 0 !important;
	display: block !important;
}
#flags a:hover {
	opacity: 0.7;
}
#flags ul li {
	margin-left: 10px;
}
.page-id-295 .bloco1 {
	background: #bee9c6;
}
.page-id-295 .bloco2 {
	background: #e2f5e6;
}
.page-id-295 .bloco3 {
	background: #fbf7f0;
}
.page-id-295 .bloco4 {
	background: #e9e6d8;
}
#linhaDoTempo ul {
	margin: 0;
	position: relative;
}
#linhaDoTempo li {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
}
#linhaDoTempo li:before {
	display: none;
}
#linhaDoTempo li em {
	display: block;
	padding: 5px 60px 5px 40px;
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	background: #43869C;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	font-weight: 700;
	font-style: normal;
	clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
	margin-bottom: 10px;
}
#linhaDoTempo li:nth-child(2) em {
	background: #6FCE80;
}
#linhaDoTempo li:nth-child(3) em {
	background: #65D0D8;
}
#linhaDoTempo li:nth-child(4) em {
	background: #E3192C;
}
.cpt, .cen, .ces, .cfr, .skiptranslate iframe {
	display: none !important;
}
html[lang="en"] .cen, html[lang="pt-BR"] .cpt, html[lang="fr"] .cfr, html[lang="es"] .ces {
	display: block !important;
}
.imgWrapper img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.page-id-295 .bloco4 .imgWrapper {
	max-width: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}
.page-id-295 .bloco1 .imgWrapper {
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.page-id-295 .bloco4 .imgWrapper img {
	mix-blend-mode: multiply;
}
#popWrapper {
	background-color: rgba(0, 0, 0, 0.7);
  	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px); 
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#popImagem {
	width: 90%;
	max-width: 500px;
	position: relative;
	overflow: hidden;
}
#popFechar {
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 3;
	color: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.3);
	line-height: 30px !important;
	text-align: center !important;
	font-size: 17px;
}
#popLink {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
}
#popWrapper img {
	display: block;
	z-index: 1;
	width: 100%;
	height: auto;
	position: relative;
}
@media only screen 
and (min-width : 480px) {
.postSingle .gallery li {
	width: 31.3333%;
}
.noticiasDestaques {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.noticiasDestaques .post {
	width: 48%;
}
}
@media only screen 
and (min-width : 640px) {

.chamada {
	width: 25%;
}
.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;
}
footer 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%;
}
.boxEsquema, .boxEsquema1 ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.boxEsquema ul, .boxEsquema1 ul li:nth-child(4), .boxEsquema1 ul li:nth-child(5), .boxEsquema1 ul li:nth-child(6) {
	width: 31%;
}
.boxEsquema1 ul li:nth-child(4), .boxEsquema1 ul li:nth-child(4), .boxEsquema1 ul li:nth-child(5), .boxEsquema1 ul li:nth-child(6) {
	margin-bottom: 0;
}
.boxEsquema1 ul:before {
	border-right: 1px solid #43869C;
	border-left: 1px solid #43869C;
	left: 50%;
	width: 68%;
	margin-left: -34%;
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 170px;
}
}
@media only screen 
and (min-width : 768px) {

#linhaDoTempo {
	padding-bottom: 10px;
}
#linhaDoTempo li {
	padding-left: 310px;
	margin-bottom: 50px;
}
#linhaDoTempo li em {
	position: absolute;
	left: 0;
	top: 0;
}
#listaConceitos {
	float: right;
	width: 260px;
}
#rodapeNav {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#rodapeNav div {
	width: 15%;
}
#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%;
}
#clpi .blocos {
	align-items: center;
}
.page-id-97 .bloco0 p:has(img) {
	float: left;
	width: 260px;
	margin-right: 50px;
}
.page-id-97 .bloco0 img {
	margin: 0 0 10px 0;
}
}
@media only screen 
and (min-width : 1024px) {
.page-id-295 .bloco4 .imgWrapper {
	float: left;
	margin-right: 50px;
}
#flags {
	padding-top: 0;
	margin-left: 0;
}
#flags ul {
	width: 60px;
}
#flags li {
	margin: 0 0 0 6px !important;
	overflow: hidden !important;
}
#flags a {
	margin: 2px 0 !important;
}
#clpi section {
	width: 800px;
}
#clpi .bloco {
	width: 415px;
}
#clpi .bloco.blocoLogo {
	width: 260px;
	margin: 0;
}
#conceitos {
	background-attachment: fixed;
}
#busca {
	width: 215px;
}
#contatoBG {
	height: 300px;
}
#alfabeto {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#rodapeNav {
	width: calc(100% - 300px);
}
h2 {
	font-size: 50px;
	line-height: 55px;
}
h2 em {
	font-size: 30px;
	line-height: 35px;
}
.fotoTopo {
	height: 400px;
}
.profissionalFoto {
	width: 35%;
}
.profissionalInfo {
	width: calc(65% - 20px);
}

.mapa {
	width: 45%;
	order: 2;
	height: 300px;
}
.contatoRodape {
	order: 3;
	margin-bottom: 0;
}

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




#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 h1 {
	padding-top: 50px;
}
#homeTexto {
	height: 100vh;
	max-height: 700px;
}
.spacer {
	height: 60px;
}
#headerMobile, #menuWrapper .fa-xmark  {
	display: none !important;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	display: block !important;	
	height: 60px;
}
#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: 60px;
}
#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: 15px;
	line-height: 60px;
}
#nav li strong {
	font-size: 11px;
}
#menuWrapper #nav a {
	display: block;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}
#nav li:hover ul {
	display: block;
}
#nav li ul {
	background: #0D3A03;
	position: absolute;
	left: -20px;
	top: 20px;
	width: 170px;
	padding: 20px 0 5px 0;
}
#nav li ul li {
	text-align: left;
	padding: 0 20px 10px 20px;
}
#manuWrapper, .menu, #menuPrincipal, #nav, #nav li {
	overflow: inherit;
}

.box1, .boxEixo {
	padding: 50px 50px 30px 50px;
}
.box1.boxLista {
	padding-bottom: 0;
}
.page-id-97 .boxMapa p:has(img) {
	margin: 0 100px 20px 100px;
}
.conteudo .box1.boxLista ul {
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 0;
}
}
@media only screen 
and (min-width : 1280px) {
.page-id-295 .bloco4 .imgWrapper {
	max-width: 450px;
	margin: 0;
}
/*#linhaDoTempo li {
	padding-left: 430px;
}*/
.noticiasDestaques {
	float: left;
	width: 60%;
}
.noticiasExtra {
	float: right;
	width: 36%;
}
#nav li strong {
	font-size: 13px;
}
#alfabeto a:link, #alfabeto a:visited {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#menuWrapper .social {
	right: 0;
}
#menuWrapper .logo {
	left: 0;
}
section, .menu {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	margin-right: 25px;
}
.page-id-295 .bloco3 p, .page-id-295 .bloco3 ul, .page-id-295 .bloco3 ol,
.bloco0 p, .bloco2 p, .bloco0 ul, .bloco0 ol, .box1, .eixos, .boxProposta,
.page-template-page-2 .bloco3 p, .page-template-page-2 .bloco3 ul, .page-id-184 .bloco2 ul, .page-id-184 .bloco2 ol,
.page-template-page-juridico .bloco3 ul, .docs p, .single-post .postSingle,
.page-id-249 .bloco3 p, .page-id-249 .bloco3 ul, .page-id-97 .bloco3 p, .page-id-97 .bloco3 ul {
	margin-left: 310px;
}
.bloco0 .box1 p, .bloco0 .box1 ul, .bloco0 .box1 ol, .eixos p, .eixos ol, .eixos ul, .boxProposta p, .boxProposta ul, .boxProposta ol, .page-id-184 .bloco2 .box1 p, .page-id-184 .bloco2 .box1 ul, .page-id-184 .bloco2 .box1 ol {
	margin-left: 0;
}
.page-template-page-2 .bloco2 ul,
.page-template-page-2 .bloco2 p, 
.page-template-page-2 .bloco2 h2,
.page-id-295 .bloco4 p, .page-id-295 .bloco4 ul, .page-id-295 .bloco4 ol {
	margin-left: 510px;
}
.fotoTopo {
	height: 450px;
}
.marcas.desktop section {
	width: 960px;
}
.conteudo .box1.boxLista ul {
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 0;
}
.conteudo .box1.boxLista ul li {
	padding: 20px 50px;
	margin: 0;
}
.page-id-97 .bloco0 p:has(img) {
	float: left;
	width: 260px;
	margin: 0 0 0 0;
}
}
@media only screen 
and (min-width : 1920px) {
.fotoTopo {
	height: 600px;
}
#contatoBG {
	height: 350px;
}
}