/*
Theme Name: Bio NK
Theme URI: https://www.bionk.com.br/
Description: Template para site Bio NK
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !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 */
.menu, #menuWrapper, #nav li, #nav a, footer a, form input.wpcf7-submit, #contato a, .foto a, .conteudo a, .mais, .postFoto a, .btn, #pagenav a, h3.accordion-toggle, .postFoto:before, .boxInfo {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 800;
}
h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1dc6d9;
	position: relative;
	padding-bottom: 22px;
}
h2:before {
	content: "";
	width: 80px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #1e5978;
	position: absolute;
}
#equipe h2:before {
	left: 50%;
	margin-left: -40px;
}
h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 4;
}
a:link, a:visited {
	color: #1dc6d9;
	text-decoration: none;
}
a:hover, a:active {
	color: #1e5978;
}
p, .video {
	margin-bottom: 20px;
}

.conteudo ul, .bloco ul, .bloco ol, .conteudo ol {
	margin-bottom: 20px;
}
.conteudo ol, .bloco ol {
	list-style-position: outside;
}
.conteudo ol li, .bloco ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.conteudo ul li, .bloco ul li {
	position: relative;
	padding-left: 15px;
}
.conteudo ul li:before, .bloco ul li:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 5px;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #ccc;
}
.postSingle ul.gallery {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
}
.postSingle ul.gallery li {
	padding: 0;
	margin: 0 2% 2% 0;
	width: 31.3333%;
}
.postSingle ul.gallery li:before {
	display: none;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666;
}
:-moz-placeholder { /* Firefox 18- */
	color: #666;
}
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']  {
    width: 100%;
	-webkit-appearance: none;
    color: #666;
    background-color: #fff;
	border: 1px solid #ddd;
    font-size: 15px;
	height: 40px;
	line-height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 400;
	font-family: "Plus Jakarta Sans", sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid {
	border-color: #C00;
	background-color: #FFC;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	background-color: #16aac8;
	text-transform: uppercase;
	cursor: pointer;
	width: 140px;
	height: auto;
	line-height: 50px;
	display: block;
	overflow: hidden;
	font-weight: 900;
	font-family: "Plus Jakarta Sans", sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	letter-spacing: 2px;
	font-size: 20px;
	color: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
form input.wpcf7-submit:hover {
	background: #1e5978;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-spinner {
	padding: 0 !important;
	margin: 0 !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	color: #353839 !important;
	text-align: center;
	font-weight: 500 !important;
}
#headerMobile {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 9990;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.logo {
	display: block;
	float: left;
	height: 50px !important;
	width: auto !important;
	margin: 15px 0;
}
#menuWrapper .logo {
	display: none;
}
.spacer {
	display: block;
	height: 80px;
}
.fa-bars, .fa-times  {
	color: #1e5978;
	font-size: 25px;
	line-height: 80px !important;
	height: 80px;
	cursor: pointer;
	float: right;
}
#menuWrapper {
	position: fixed;
	background: #fff;
	width: 250px;
	height: 100%;
	z-index: 9999;
	right: -300px;
	top: 0;
}
.menu {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 0 20px;
}
#nav {
	overflow: hidden;
	clear: both;
	font-family: "Sofia Sans Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#navRodape, a.btn {
	font-family: "Sofia Sans Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 25px;
	line-height: 22px;
	font-size: 18px;
	text-transform: uppercase;
}
#nav a:link, #nav a:visited {
	color: #999;
}
#nav a:hover, #nav a:active {
	color: #1e5978;
}
#nav .submenu {
	padding: 0 0 0 0;
	display: none;
}
#nav .submenu li {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px 0 0;
}

.home .mHome a, .page-template-page-equipe .mTeam a,  .page-id-58 .mContact a,  .page-id-9 .mCorporate a, .page-id-32 .mProduct a, .page-id-38  .mMarket a.topLink, .page-template-page-team .mTeam a, .page-id-54 .mResearch a, .page-id-56 .mPartnership a,  .page-template-page-blog .mBlog a, .search .mBlog a, .archive .mBlog a, .page-template-page-procedimentos .mProcedimentos a, .page-template-page-tratamentos .mTratamentos a, .page-template-page-juliano .mJuliano a, .single-post .mBlog a, .single-tratamento .mTratamentos a, .single-tecnologia .mTecnologias a, .single-procedimento .mProcedimentos a, .page-id-311 .mRadiologia a, .parent-pageid-38 .mMarket a.topLink {
	font-weight: 700;
	color: #1dc6d9 !important;
}
/* social */
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 30px;
}
.social li {
	margin: 0 10px;
	padding: 0 1px;
}
.social a:link, .social a:visited {
	color: #16aac8;
}
.social a:hover, .social a:active {
	color: #fff;
}
/* rodape */
footer {
	background: #1e5978;
	color: #fff;
	padding: 50px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
footer .blocos {
	max-width: 600px;
	margin: 0 auto;
}
footer .bloco {
	margin-bottom: 30px;
}
footer h4 {
	color: #1e5978;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: 500;
}
.boxContatoInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.boxContatoInfo .fas, .boxContatoInfo .far, .boxContatoInfo .fab {
	padding: 0 1px;
	margin-right: 5px;
}
.fa-phone {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.creditos {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #aaa;
	font-size: 11px;
	line-height: 16px;
}
.boxLogo {
	width: 200px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}
.boxLogo img {
	height: auto !important;
	width: 100% !important;
	display: block;
}
#navRodape {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 15px;
}
#navRodape li {
	margin-bottom: 10px;
}
#navRodape a:link, #navRodape a:visited, footer a:link, footer a:visited {
	color: #fff;
}
#navRodape a:hover, #navRodape a:active, footer a:hover, footer a:active {
	color: #1dc6d9;
}
.foto, .bgFoto {
	-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;
}
.topo, .banner {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.topo section, .bannerTexto {
	height: 70vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.bannerTexto {
	height: 100vh;
	max-width: 850px;
	margin: 0 auto;
}
#slideshow h2 {
	margin-bottom: 10px;
}
#slideshow p {
	font-size: 20px;
	line-height: 25px;
	max-width: 600px;
	margin: 0 auto 40px auto;
}
.topo small {
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
.topo h1 {
	width: 100%;
}
.topo:before, #cta:before, .banner:before, .conteudoBanner:before, #slideshow:before {
	content: "";
	background: #000;
	opacity: 0.6;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.conteudo {
	padding: 50px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
}
.home .conteudo {
	padding: 100px 0 80px 0;
}
.bloco {
	overflow: hidden;
}


.gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.gallery li {
	width:  50%;
}
.marcas .gallery {
	width: 102%;
}
.marcas .gallery li {
	width: 31.3333%;
	margin: 0 2% 2% 0;
}
.gallery a {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(22, 170, 200, 0.4);
	background: rgba(22, 170, 200, 0.4);
	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;
}
.foto:hover a {
	opacity: 1;
}
.postSingle ul, .bloco ul, .bloco ol, .postSingle ol, .boxInfo ul, .boxInfo ol {
	margin-bottom: 20px;
}
.postSingle ol, .bloco ol, .boxInfo ol {
	list-style-position: outside;
}
.postSingle ol li, .bloco ol li, .boxInfo ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
.postSingle ul li, .bloco ul li, .boxInfo ul li {
	position: relative;
	padding-left: 15px;
}
.postSingle ul li:before, .bloco ul li:before, .boxInfo ul li:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 5px;
	position: absolute;
	left: 1px;
	top: 0;
    content: '\f111';
	color: #1e5978;
}
.bgCinza {
	background: #f1f1f1;
}

/* contato */
.bgForm {
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f7f7f7;
}
.page-id-48 {
	background: #f1f1f1;
}
.formContato {
	max-width: 700px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
/* parceiros */
.page-id-28 h1 {
	margin-bottom: 40px;
}
.page-id-28 .conteudo .gallery a, .marcas .gallery a {
	display: none;
}
.page-id-28 .conteudo .foto {
	width: 90%;
	padding-bottom: 90%;
	margin: 0 auto;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	background-color: #fff;
}
.marcas .foto {
	width: 100%;
	padding-bottom: 100%;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.page-id-28 .conteudo ul li, .conteudo .marcas ul li {
	padding: 0;
}
.page-id-28 .conteudo ul li:before, .conteudo .marcas ul li:before {
	display: none;
}
.page-id-28 ul.gallery {
	width: 102%;
}
.page-id-28 .gallery li {
	width: 31.3333%;
	margin: 0 2% 2% 0;
}
/*.conteudo .marcas ul li {
	background-color: #fff;
}*/
/* quem somos */
#institucional {
	background:url(images/bg.jpg) center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #fff;
}
.bgTexto {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
	background-color: rgba(35, 88, 19, 0.6);
	background: rgba(35, 88, 19, 0.6);
}
#topicos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 80px;
	width: 102%;
}
.topico {
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
}
.topico p {
	max-width: 180px;
	margin: 0 auto 20px auto;
}
h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}

a.mais:link, a.mais:visited {
	text-transform: uppercase;
	color: #fff;	
	font-size: 12px;
	line-height: 20px;
	padding: 5px 10px;
	font-weight: 500;
	display: block;
	float: left;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #999;
}
a.mais:hover, a.mais:active {
	color: #fff;
	background: #16aac8;
}
/* cta */
#cta {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
#cta section, .botao, #btnEspecialidade section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.botao {
	overflow: hidden;
	margin-bottom: 50px;
}


a.btn:link, a.btn:visited {
	padding: 10px 30px 10px 30px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 2px;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	text-align: center;
}
a.btn:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
	height: 16px;
	line-height: 16px !important;
    content: '\f061';
	display: block;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -8px;
	opacity: 0;
	-moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
a.btn:hover, a.btn:active {
	background-color: #fff;
	color: #1e5978;
	padding: 10px 45px 10px 15px;
}
a.btn:hover:before, a.btn:active:before {
	opacity: 1;
	right: 15px;
}
/* especialidades */
.intro {
	overflow: hidden;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.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: 70%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.postFoto a, .postFoto:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	background-color: rgba(29, 198, 217, 0.4);
	background: rgba(29, 198, 217, 0.4);
	background-image: url(images/next.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:before {
	content: "";
}
.postFoto a:hover, .box a:hover .postFoto:before {
	opacity: 1;
}
#especialidades .postFoto, .single-especialidade .postFoto, #relacionados .postFoto {
	padding-bottom: 100%;
}
.single-post #relacionados .postFoto {
	padding-bottom: 70%;
}
#especialidades {
	text-align: center;
}
.especialidade, #relacionados .post {
	margin-bottom: 50px;
}
.especialidade small, .post small {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: block;
	color: #ccc;
}
#relacionados .bloco {
	margin-bottom: 30px;
}
#relacionados .bloco p {
	font-weight: 500;
	color: #ccc;
}
.post h2, #relacionados h2 {
	color: #1e5978;
	font-size: 20px;
	line-height: 25px;
	margin: 0 auto 5px auto;
}
.especialidade h2 {
	color: #2b7bb0;
	font-size: 20px;
	line-height: 25px;
	margin: 0 auto 5px auto;
	text-transform: uppercase;
}
.single-procedimento #relacionados h2, #relacionados .bloco h2 {
	color: #999;
	font-size: 20px;
	line-height: 25px;
	margin: 0 auto 5px auto;
	text-transform: uppercase;
}
#relacionados {
	background: #293035;
	text-align: center;
	padding: 50px 0 0 0;
}
#relacionados h3, #procedimentos h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 50px;
}
#procedimentos h3 {
	color: #999;
}
.single .topo, .archive .topo, .search .topo {
	background-color: #1e5978;
}
.single .topo section, .page-template-page-contato .topo section,
.single-post .topo section, .archive .topo section, .search .topo section, .error404 .topo section {
	height: 60vh;
}
/* contato */
.page-template-page-contato #cta {
	display: none !important;
}
.mapa {
	position: relative;
	height: 400px;
    overflow: hidden;
	width: 100%;
}
.mapa iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
/* a clinica */
#galeria {
	padding: 0 0 60px 0;
}
#galeria .foto {
	padding-bottom: 80%;
	width: auto;
	margin: 0 5px;
}
#galeria ul.gallery,
#galeria ul.gallery li {
	padding: 0;
	margin: 0;
	width: auto;
}
#galeria ul li:before {
	display: none;
}
/* blog */
.postNav {
	overflow: hidden;
	clear: both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0;
	font-size: 15px;
	width: 100%;
	font-weight: 500;
}
.postPrev, .postNext {
	overflow: hidden;
}
.postNext {
	text-align: right;
}
.postNav a:link, .postNav a:visited {
	line-height: 40px;
	text-align: center;
	height: 40px;
	display: block;
	width: 120px;
	color: #666;
	background: #f1f1f1;
	text-decoration: none !important;
	padding: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.postNav a:hover, .postNav a:active {
	background: #16aac8;
	color: #fff;
}
.postFooter {
	text-transform: uppercase;
	padding-top: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	border-top: 1px solid #2b7bb0;
}
.postFooter strong {
	font-size: 15px;
	line-height: 22px;
	margin-right: 5px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #2b7bb0;
}
.addtoany_shortcode {
	margin-bottom: 20px;
}
.post {
	margin-bottom: 30px;
}
.postHeader {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.postResumo {
	background: #f7f7f7;
	padding: 20px 20px 40px 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	margin-top: -15px;
}
.postResumo a.mais {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 20px;
	margin: 0;
}
#relacionados .postResumo {
	text-align: left;
}
.postData {
	font-size: 12px;
	line-height: 16px;
	color: #16aac8;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}
.postResumo h3 {
	color: #1e5978;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
/* 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: center;
	padding: 0 0 10px 0;
}
#pagenav a, #pagenav span {
	margin: 0 5px 10px 5px;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	background: #f7f7f7;
	line-height: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
	overflow: hidden;
}
#pagenav span.current {
	color: #fff;
	background: #1e5978;
}
#pagenav span.dots {
	color: #999;
	background: #f7f7f7;
}
#pagenav a:link, #pagenav a:visited {
	color: #666;
	background: #f7f7f7;
}
#pagenav a:hover, #pagenav a:active {
	color: #fff;
	background: #B3B3B3;
}
#filtros {
	overflow: hidden;
	padding: 20px 0 0 0;
	background: #fff;
	position: relative;
	z-index: 2;
	margin: -60px 20px 0 20px;
}
.filtro, #filtros #busca {
	margin: 0 auto 20px auto;
}
#filtros select {
	background: #fff url(images/setaSelect.png) right center no-repeat;
	margin: 0;
}
#busca {
	position: relative;
	overflow: hidden;
	width: auto;
	margin: 0 0 35px 0;
	position: relative;
	height: 40px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#busca input#s {
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	background: #fff;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	z-index: 1;
	color: #999;
}
#busca input#searchsubmit {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	text-indent: 9999px;
	cursor: pointer;
	background: #fff url(images/busca.png) center no-repeat;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	border: 0 !important;
	padding: 0 !important;
}
/* home */
.destaque {
	padding: 50px 0 0 0;
	position: relative;
	overflow: hidden;
}
.destaque .bloco {
	margin-bottom: 50px;
}
/*.destaque h2 {
	font-weight: 300;
	color: #2b7bb0;
	padding-bottom: 21px;
	margin-bottom: 20px;
	position: relative;
}
.destaque h2:before {
	content: "";
	width: 120px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2b7bb0;
}*/
.destaque p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 50px;
}
.destaque a.btn:link, .destaque a.btn:visited {
	color: #2b7bb0;
	border-color: #2b7bb0;
}
.destaque a.btn:hover, .destaque a.btn:active {
	color: #fff;
	border-color: #2b7bb0;
	background: #2b7bb0; 
}
.bgFoto {
	padding-bottom: 100%;
}
#homeEspecialidades {
	background: #293035;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}
#homeEspecialidades .intro h2 {
	font-weight: 300;
	color: #B3B3B3;
}
#homeEspecialidades .intro {
	color: #fff;
	margin-bottom: 30px;
}
.intro:has(> p) {
	margin-bottom: 30px;
}
blockquote {
	margin: 0 0 20px 20px;
	font-size: 18px;
	line-height: 24px;
	border: 2px solid #B3B3B3;
	color: #B3B3B3;
	font-weight: 700;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
blockquote:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 28px;
	position: absolute;
	left: 0;
	top: 0;
    content: '\f10d';
	color: #B3B3B3;
	width: 40px;
	height: 50px;
	line-height: 50px !important;
	text-align: left !important;
	background: #fff;
	left: -20px;
	top: -15px;
	z-index: 2;
}
blockquote p {
	padding: 20px 15px 20px 25px;	
	margin: 0;
}
.wp-caption  {
	overflow: hidden;
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
}
.postSingle img, .alignnone, .aligncenter, .wp-caption img, .conteudo img, .responsive {
	width: 100% !important;
	height: auto !important;
	display: block;
	margin-bottom: 30px;
	width: 100% !important;
	height: auto !important;
	display: block;
	-webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.wp-caption img, .wp-caption p {
	margin-bottom: 5px;
}
.videoWrapper, #btnEspecialidade {
	background: #f7f7f7;
}
.videoWrapper {
    padding: 20px 0;
	position: relative;
	overflow: hidden;
}
.conteudoEspecialidade h2 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}
.page-id-311 .conteudo h3 {
	margin-bottom: 20px;
}
.center {
	overflow: hidden;
	margin-bottom: 30px;
}
#btnEspecialidade {
	text-align: center;
	padding: 100px 0;
}
#btnEspecialidade h2 {
	margin-bottom: 10px;
}
.error404 .conteudo {
	text-align: center;
}
.page-id-311 .conteudo img {
	width: 200px !important;
	height: auto;
	margin-bottom: 30px;
}
.single-procedimento .bloco h2, .page-template-page-juliano .bloco h2, #accordionWrapper h2 {
	color: #2b7bb0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #2b7bb0;
}
.textoIntro {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #333;
}
#procedimentos {
	background: #f1f1f1;
	padding: 50px 0;
	text-align: center;
}
#procedimentos .slick-list {
	margin: 0 30px;
}
.procedimento {
	margin: 0 15px;
}
#procedimentosSlide {
	margin-bottom: 50px;
}
#procedimentosSlide .especialidade {
	width: 100%;
	margin: 0;
}
.page-template-page-juliano .bloco .postFoto {
	padding-bottom: 100%;
	margin-bottom: 20px;
}
.page-template-page-juliano .bgCinza {
	text-align: center;
	padding-bottom: 0;
}
.page-template-page-juliano .bgCinza p {	
	font-size: 20px;
	line-height: 30px;
	max-width: 800px;
	margin: 0 auto 50px auto;
	color: #1e5978;
}
#accordionWrapper {
	background: #f1f1f1;
}
#accordion {
	overflow: hidden;
}
h3.accordion-toggle {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 25px;
	position: relative;
	clear: both;
	padding: 10px 40px 10px 10px;
	cursor: pointer;
	background: #16aac8;
	color: #fff;
}
h3.accordion-toggle .fa-minus, h3.accordion-toggle .fa-plus {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 25px;
	line-height: 25px !important;
	font-size: 20px;
}
h3.accordion-toggle.ativo .fa-plus, h3.accordion-toggle .fa-minus {
	display: none;
}
h3.accordion-toggle.ativo .fa-minus {
	display: block;
}
h3.accordion-toggle:hover {
	background: #2b7bb0;
}
h3.accordion-toggle.ativo {
	background: #1e5978;
}
.accordion-content {
	display: none;
	overflow: hidden;
	padding: 0 10px;
}
#flags ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
#flags ul li {
	margin: 0 0 0 5px;
}
#logoBranco {
	display: none;
}
.page-id-32 .conteudo ul li:before {
	display: none;
}
.page-id-32 .conteudo ul li {
	background: #f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 700;
	color: #1e5978;
}
.page-id-32 .conteudo ol li strong {
	color: #1e5978;
}
.page-id-32 .conteudo ol li {
	margin: 0 0 20px 0;
	list-style: none;
	background: #1dc6d9;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#subpaginas .postFoto {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 100%;
}
#subpaginas .conteudo:nth-child(even) {
	background: #f5f5f5;
}
/* equipe */
#equipe {
	text-align: center;
}
.grupo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
.conteudo ul.grupo li {
	width: 48%;
	margin: 0 1%;
	padding: 0;
}
.conteudo ul.grupo li:before {
	display: none;
}
#equipe .postFoto {
	width: 130px;
	height: 130px;
	padding: 0;
	margin: 0 auto 10px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#equipe h3 {
	font-size: 18px;
	line-height: 22px;
	color: #1e5978;
}
.conteudoBanner {
	-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: 150px 0;
}
.center {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 700px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.conteudoBanner p {
	font-size: 18px;
	line-height: 24px;
}
.conteudo.conteudoBanner .subpaginas ul {
	margin-bottom: 0;
}
.conteudo.conteudoBanner .subpaginas li {
	margin-bottom: 20px;
	padding: 0;
}
.conteudo.conteudoBanner .subpaginas li:before {
	display: none;
}
.conteudo.conteudoBanner .subpaginas a:link, .conteudo.conteudoBanner .subpaginas a:visited {
	background: #f1f1f1;
	color: #1e5978;
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 25px;
	line-height: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
}
.conteudo.conteudoBanner .subpaginas a:hover, .conteudo.conteudoBanner .subpaginas a:active {
	background: #fff;
	color: #1dc6d9;
}
.box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.boxInfo {
	background: #f1f1f1;
	padding: 20px;
	overflow: hidden;
	text-align: center;
}
.box a:hover .boxInfo {
	background: #e1e1e1;
}
.box .postFoto {
	margin-bottom: 0;
}
.box p {
	color: #666;
}
.box h3 {
	color: #1e5978;
}
#home {
	z-index: 10;
	position: relative;
	overflow: hidden;
}
#setaDown {
	display: block;
	position: absolute;
	font-size: 35px;
	width: 50px;
	height: 50px;
	line-height: 50px !important;
	text-align: center;
	left: 50%;
	margin-left: -25px;
	color: #fff !important;
	bottom: 50px;
	animation: bounce 0.7s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	opacity: 0.5;
}
#setaDown:hover {
	opacity: 1;
}
@keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
#corporate {
	z-index: 9;
	padding-top: 130px;
	margin-top: -80px;
}
#home section {
	position: relative;
	height: 80vh;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 10;
}
#home h1 {
	color: #fff;
	margin: 0;
	font-size: 35px;
	line-height: 40px;
}
#slideshow {
	position: relative;
	z-index: 1;
	margin-top: -80vh;
}
.slideFoto {
	-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: 80vh;
}
@media only screen 
and (min-width : 480px) {
.page-id-28 .gallery li {
	width: 23%;
}
#navRodape {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
#navRodape li {
	margin: 0 15px 10px 15px;
}
}
@media only screen 
and (min-width : 640px) {
.conteudo ul.grupo li {
	width: 31.3333%;
}
.postSingle ul.gallery li {
	padding: 0;
	margin: 0 2% 2% 0;
	width: 23%;
}
.filtro, #filtros #busca {
	width: 31%;
	max-width: none;
	margin: 0;
}
.boxRodape {
	margin: 0 0 30px 0;
}
h1 {
	font-size: 50px;
	line-height: 55px;
}
#chamada h1 {
	font-size: 60px;
	line-height: 65px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
}
.gallery li {
	width:  25%;
}
.popHeader, #especialidades, #posts, #filtros section, footer .blocos, .especialidadeFotos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.boxes {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
.box {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}
.especialidadeFotoWrapper {
	width: 48%;
}
footer .bloco {
	width: 45%;
}
.popHeader .icone {
	margin: 0;
}
.popHeader h2 {
	width: calc(100% - 150px);
	margin-bottom: 0;
}
.popTexto {
	padding-left: 150px;
}
.especialidade, .post {
	width: 47%;
}
#relacionados .post:last-child {
	display: none;
}
}
@media only screen 
and (min-width : 768px) {
.conteudo ul.grupo li {
	width: 23%;
}
.page-id-32 .conteudo ul, .page-id-32 .conteudo ol {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 102%;
	margin-left: -1%;
}
.page-id-32 .conteudo ul li, .page-id-32 .conteudo ol li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}
.bgFoto {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 0;
}
.destaque2 .bgFoto {
	left: 0;
	right: auto;
}
.destaque2 .bloco {
	float: right;
}
.destaque {
	padding: 0;
}
.destaque .bloco {
	padding: 100px 0 50px 0;
}
.page-id-28 .gallery li {
	width: 18%;
}
#intro img {
	display: block;
}
.profissional:before {
	height: 50px;
}
.profissionalFoto {
	width: 30%;
}
.profissionalInfo {
	width: 60%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 70px 20px 0 0;
}
.topico {
	width: 23%;
}


.conteudo img.alignleft, .conteudo img.alignright {
	width: 50% !important;
	float: left;
}
#lista .box {
	margin: 0 15px 30px 15px;
}
#areas {
	margin-bottom: 0;
}
.area {
	width: 23%;
	margin-bottom: 20px;
}
.area h3 {
	padding: 0 5px;
}
.blocos, #institucional, .profissional {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#subpaginas .conteudo:nth-child(even) .blocos {
	flex-direction: row-reverse;
}
#intro .blocos, #subpaginas .blocos {
	align-items: center;
}
.bloco {
	width: 48%;
}
.home .bloco {
	width: 45%;
}
.textoColunas {
}
#corporate .bgFoto {
	top: 80px;
	height: calc(100% - 80px);
}
#corporate {
	margin-top: -80px;
	padding-top: 80px;
}
}
@media only screen 
and (min-width : 1024px) {
#corporate {
	margin-top: -100px;
	padding-top: 100px;
}
#home section, .slideFoto {
	height: 100vh;
}
#slideshow {
	margin-top: -100vh;
}
.page-id-32 .conteudo ul li, .box {
	width: 31.3333%;
}
#flags {
	position: absolute;
	top: 15px;
	right: 0;
}
#especialidades {
	justify-content: flex-start;
	width: 103%;
}
#especialidades .especialidade {
	width: 30.3333%;
	margin-right: 3%;
}
.fotoProcedimento {
	z-index: 2;
	margin: 0 auto;
	width: 960px;
	height: 600px;
	margin-top: -100px;
	padding-bottom: 0;
}
.videoWrapper {
    padding: 50px 0;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover, #nav a:active {
	color: #999;
}
.bgHeader #nav a:link, .bgHeader #nav a:visited {
	color: #999;
}
.bgHeader #nav a:hover, .bgHeader #nav a:active {
	color: #2b7bb0;
}
#menuWrapper #logoBranco {
	display: block;
}
#menuWrapper #logoCor, #menuWrapper.bgHeader #logoBranco {
	display: none;
}
#menuWrapper.bgHeader #logoCor {
	display: block;
}
#filtros {
	width: 960px;
	margin: -60px auto 0 auto;
}
#filtros section {
	width: auto;
	padding: 0 20px;
}
#posts {
	justify-content: flex-start;
	width: 103%;
}
#pagenav {
	margin-right: 3%;
}
.post {
	width: 30.3333%;
	margin-right: 3%;
}
#relacionados .post:last-child {
	display: block;
}
#relacionados .post {
	width: 30%;
}
.page-id-28 .gallery li {
	width: 14.6666%;
}
.profissionalFoto {
	margin-left: 50px;
}
.profissionalInfo {
	padding: 80px 40px 20px 0;
}
.bgTexto {
	padding: 40px 40px 20px 40px;
}
.bloco1 {
	padding-top: 75px;
}
.boxContato.boxEmail {
	padding: 0 70px 0 100px;
	border-left: 1px solid #E74531;
	border-right: 1px solid #E74531;
}
footer .boxContato.boxEmail .fas {
	left: 70px;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#headerMobile, .fa-times  {
	display: none !important;
}
#menuWrapper {
	width: 100%;
	left: 0;
	top: 0;
	bottom: auto;
	height: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: none;
}
#menuWrapper.bgHeader {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	background: #fff;
}

.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	clear: none;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	height: 100px;
}
#nav {
	float: left;
	clear: none;
	height: 40px;
	line-height: 40px;
	margin: 50px 0 10px 0;
	position: relative;
	z-index: 1;
}
#nav li {
	float: left;
	margin: 0 15px 0 0;
	clear: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#nav li:last-child {
	padding: 0;
	margin: 0;
}
#cta, .conteudoBanner {
	background-attachment: fixed;
	padding: 200px 0;
}
.topo, .bannerTexto {
	padding-top: 50px;
}
.spacer {
	height: 0;
}
#home h1 {
	font-size: 45px;
	line-height: 50px;
}
h1 {
	font-size: 60px;
	line-height: 65px;
}
.single-post h1 {
	font-size: 50px;
	line-height: 55px;
}
#slideshow h2 {
	font-size: 55px;
	line-height: 60px;
}
#menuWrapper .social {
	justify-content: flex-end;
	margin-bottom: 0;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
}
#menuWrapper .social li {
	margin: 0 0 0 20px;
}
#menuWrapper, .menu, #nav, #nav li {
	overflow: inherit;
}
#nav .submenu {
	position: absolute;
	top: 50px;
	background: #fff;
	width: 210px;
	left: 50%;
	margin-left: -105px;
	padding: 5px 0;
}
#nav .submenu li {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	width: 100%;
	float: none;
	background: #fff;
	height: auto;
	line-height: 20px;
	text-align: center;
}
#nav li .submenu a:link, #nav li .submenu a:visited {
	color: #999;
	display: block;
	padding: 5px 15px;
}
#nav li .submenu a:hover, #nav li .submenu a:active {
	color: #1e5978;
}
.bloco.blocoBanner {
	width: calc(100% - 300px);
}
.bloco.blocoBotoes {
	width: 250px;
}
}
@media only screen 
and (min-width : 1280px) {
#nav .submenu li {
	font-size: 16px;
}
#filtros {
	width: 1000px;
}
.fotoProcedimento {
	width: 1200px;
	height: 700px;
}
.menu, .topo section {
	width: 1200px;
}
#nav li {
	margin: 0 25px 0 0;
	font-size: 18px;
}
}