/*
Theme Name: Site Dr. Felipe Koleski
Theme URI: http://felipekoleski.com.br
Author: Felipe Perin
Author URI: http://adnomad.com.br/
Description: Tema criado para o site do Dr. Felipe Koleski
Version: 1.0
*/

/* reset.css */
a{text-decoration:none}ol,ul{list-style:none}a,article,blockquote,body,dd,div,dl,dt,em,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,iframe,img,label,legend,li,main,nav,ol,p,section,span,ul{margin:0;padding:0;border:0;vertical-align:baseline}a,h1,h2,h3,h4,h5,h6,p,ul{font-size:1em;font-weight:400}
/* grid.css */
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container{width:990px;margin:0 auto;padding:0;position:relative}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}.grid-1,.grid-1-3,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9{float:left;margin-left:10px;margin-right:10px}.grid-1{width:40px}.grid-2{width:100px}.grid-3{width:160px}.grid-4{width:220px}.grid-5{width:280px}.grid-6{width:340px}.grid-7{width:400px}.grid-8{width:460px}.grid-9{width:520px}.grid-10{width:580px}.grid-11{width:640px}.grid-12{width:700px}.grid-13{width:760px}.grid-14{width:820px}.grid-15{width:880px}.grid-16{width:940px}.grid-1-3{width:300px}@media only screen and (min-width:768px) and (max-width:991px){.container{width:768px}.grid-1{width:28px}.grid-2{width:76px}.grid-3{width:124px}.grid-4{width:172px}.grid-5{width:220px}.grid-6{width:268px}.grid-7{width:316px}.grid-8{width:364px}.grid-9{width:412px}.grid-10{width:460px}.grid-11{width:508px}.grid-12{width:556px}.grid-13{width:604px}.grid-14{width:652px}.grid-15{width:700px}.grid-16{width:748px}.grid-1-3{width:236px}}@media only screen and (max-width:991px){.container{width:100%}.grid-1,.grid-1-3,.grid-10,.grid-11,.grid-12,.grid-13,.grid-14,.grid-15,.grid-16,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9{width:100%;margin:0 0 20px 0;float:none}}
/* normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button,input{border:none}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


html { scroll-behavior: smooth; }

body, p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: .95em;
	line-height: 1.8em;
	color: var(--text);
}

:root {
  --v1: #197B6B;
  --v2: #1B6E5B;
  --v4: #014C3F;
  --c1: #7C8A99;
  --text: #111111;
  --lateral-gutter: 10rem;
  --box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1240px) { :root { --lateral-gutter: 4vw; } }
@media (max-width: 1118px) { :root { --lateral-gutter: 2vw; } }
@media (max-width: 1000px) { :root { --lateral-gutter: 8vw; } }
@media (max-width: 600px) { :root { --lateral-gutter: 6vw; } }
@media (min-width: 1920px) { :root { --lateral-gutter: 20vw; } }

.area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; 
}
h1, h2, h3, h4 {
	font-family: 'Comfortaa';
	font-style: normal;
	color: var(--v4);
	padding: 5px 0;
}
h1 {
	font-size: 2.1em;
	line-height: 1.4em;
	font-weight: 700; }	
h2 {
	font-size: 1.8em;
	line-height: 1.4em;
  font-weight: 700; }
h3 {
	font-size: 1.4em;
	line-height: 1.3em;
  font-weight: 700; }
h4 {
	font-size: 1em;
  line-height: 1.2em;
  font-weight: 400; }
p.small {
	font-size: .85em;
	line-height: 1.8em;
  font-weight: 300; }

img { width: 100%; height: auto; margin: 0 auto; }
video { width: 100%; box-shadow: var(--box-shadow); }


/*################
---- BOTÕES ----
###############*/
a.btn,
.btn-text a { 
  font-family: 'Comfortaa';
  font-weight: 700;
  text-transform: uppercase;
  color: var(--v2);
}
.btn-text {
  margin: 30px 0;
}
section.procedimentos .btn-text a { 
  color: white;
}
section.noticias .btn-text {
  text-align: center;
}
.line-animation {
  display: inline-block;
  position: relative;
}
.line-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--v2);
  transition: all .15s ease-in-out;
}
section.procedimentos .line-animation::after {
  background-color: white;
}
.line-animation:hover::after {
  width: calc(100% + 15%);
}

.btn,
a.btn,
button.btn {
  font-family: 'Comfortaa';
  text-align: center;
  color: white;
  background: linear-gradient(180deg, #0A8D7B 0%, #014C3F 100%);
  border-radius: 5px;
  font-size: .8em;
  padding: 15px 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: var(--box-shadow);
  transform: all .25s ease-in-out;
  margin: 20px 0;
}
a.btn:hover {
  background: var(--v4);
}
a.btn.video,
button.btn.video {
  color: var(--v4);
  background: transparent;
  border: 2px solid var(--v1);
  box-sizing: border-box;
  padding: 7.5px 22px;
  margin-left: 10px;
  transition: all .25s ease-in-out;
}
a.btn.video:hover,
button.btn.video:hover {
  color: white;
  background: var(--v4);
  border: 2px solid var(--v4);  
}
section.cta-consulta a.btn {
  font-size: .9em;
  padding: 19px 28px;
}

section.erro .erro-btn a {
  color: white;
  border: 3px solid white;
  background: transparent;
  padding: 10px 28px;
}
section.erro .erro-btn a:hover {
  color: var(--v2);
  border: 3px solid white;
  background: white;
}


/*################
---- MENU ----
###############*/
ul.sf-menu { 
  padding-top: 10px;
  position: absolute;
  right: 0;
  font-family: 'Comfortaa';
}
@media only screen and (min-width: 992px) {
  ul.sf-menu { 
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
}
ul.sf-menu li a { 
  font-size: 1em;
  padding: 10px 16px;
  line-height: 20px;
  font-weight: 600; 
  letter-spacing: .3px;
  color: white;
}
ul.sf-menu li:last-of-type a {
  background: white;
  border-radius: 5px;
  color: var(--v4);
  margin-left: 12px;
}
ul.sf-menu li:last-of-type a:hover {
  background: var(--v1);
  color: white;
}
ul.sf-menu li a::after:hover { 
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  color: var(--v1);
}
ul.sf-menu li a:hover { 
  color: var(--v1);
}

/*################
---- HEADER ----
###############*/
header .top-header {
  background: var(--v1);
  box-shadow: var(--box-shadow);
}
header .top-header .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 12px 0;
}
header .top-header .container ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
header .top-header .container .redes-sociais {
  position: absolute;
  right: 0;
}
header .top-header p,
header .top-header i {
  color: white;
  display: inline-block;
}
header .top-header li:last-of-type img {
  width: 15px;
  height: auto;
  transform: translateY(10%);
}
header .top-header li:first-of-type img {
  height: 17px;
  width: auto;
  transform: translateY(20%);
}
header .top-header li a:hover p {
  text-decoration: underline;
}
header .top-header p {
  font-size: .9em;
  padding-left: 7px;
  padding-right: 20px;
}
.redes-sociais i {
  background: white;
  padding: 7px 7px 5px 7px;
  border-radius: 33%;
  margin-right: 10px;
  color: var(--v4);
}
header .top-header .redes-sociais i {
  padding: 6px 6px 5px 6px;
  font-size: .9em;
  color: var(--v1);
}
.redes-sociais i:hover {
  color: white;
  background: var(--v1);
}
header .top-header .redes-sociais i:hover {
  color: white;
  background: var(--v4);
}
.redes-sociais li:last-child i {
  padding: 7px 9px 6px 9px;
} 
header .top-header .redes-sociais li:last-child i {
  padding: 6px 8px 5px 8px;
} 
header .navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 18px 0 14px;
  background: var(--v4);
}
header .navigation .logo {
  margin-left: -10px;
}
header #logo img {
  width: 230px;
}

/*################
---- CABEÇALHOS ----
###############*/
section.header {
  padding: 80px var(--lateral-gutter);
  position: relative;
}
section.header#blog {
  background: url('images/headers/header-blog.jpg') no-repeat 50% 55%;
  background-size: cover;
}
section.header#livros {
  background: url('images/headers/header-livros.jpg') no-repeat 50% 100%;
  background-size: cover;
}
section.header#procedimentos {
  background: url('images/headers/header-procedimentos.jpg') no-repeat 50%;
  background-size: cover;
}
section.header .overlay,
section.erro .overlay {
  z-index: 0;
  background: #063c33;
  opacity: .6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
section.erro .overlay {
  opacity: .8;
}
section.header h2 {
  font-family: 'Open Sans';
  font-size: 2.2em;
  line-height: 1.3em;
  line-height: -5em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 1px 1px 4px var(--v4);
}


/*################
---- HOME CARROSSEL ----
###############*/
section.home.hero {
  min-height: calc(100vh - 135px);
  position: relative;
}
section.home.hero .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
  position: relative;
}
section.home.hero .hero-text {
  z-index: 10;
  float: right;
  position: relative;
  margin-top: 400px;
  background: #E7EBF0;
  padding: 25px 45px;
  opacity: .8;
  border-radius: 30px 0 0 0;
  transform: translateY(45%);
}
section.home.hero .hero-text:hover {
  opacity: .9;
}
section.home.hero .hero-text h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: right;
  font-style: italic;
  color: var(--v4);
}
section.home.hero .overlay {
  z-index: 0;
  background: #00271A;
  opacity: .25;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

/*################
---- INTRO HOME & LIVROS PAGE ----
###############*/
section.intro-home,
section.noticias {
  background: #f9f9f9;
  padding: 100px var(--lateral-gutter);
}
section.intro-home .bloco-info, 
section.intro-home .bloco-clinica {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
section.intro-home .bloco-clinica .grid-8:last-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section.intro-home img {
  border-radius: 10px;
  width: 90%;
  margin: 20px;
  z-index: 1;
  position: relative; 
}
section.intro-home .bloco-info::after,
section.intro-home .bloco-clinica::after {
  content: '';
  width: 300px;
  height: 200px;
  background: var(--v1);
  border-radius: 10px;
  z-index: 0;
  position: absolute;
  bottom: .5%;
  right: 3.5%;
}
section.intro-home .bloco-info::after {
  width: 300px;
  height: 400px;
  right: none;
  bottom: 42.8%;
  left: 3.2%;
}
section.intro-home h1,
section.livros-page h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.intro-home h4,
section.livros-page h4 {
  color: var(--c1);
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 200;
  text-align: left;
}
section.livros-page h4 {
  line-height: 1.1em;
  padding-top: 0;
  margin-top: 0;
}
section.intro-home .bloco-info {
  padding-bottom: 70px;
}
section.intro-home .bloco-info p,
section.intro-home .bloco-clinica p,
section.livros-page p {
  font-size: .9em;
}
section.intro-home .bloco-info p,
section.intro-home .bloco-clinica p,
section.conteudo p,
section.livros-page p {
  margin: 15px 0;
  padding-right: 30px;
}
section.intro-home .bloco-clinica p:last-of-type,
section.livros-page p:last-of-type {
  margin-bottom: 40px;
}
section.intro-home .bloco-info p:last-of-type {
  margin-bottom: 25px;
}
section.livros-page {
  background: white;
  padding: 80px var(--lateral-gutter);
}
section.livros-page .container {
  display: flex;  
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
section.livros-page .grid-7 {
  display: flex;  
  flex-flow: row wrap;
  justify-content: flex-end;
}
section.livros-page .grid-7 img {
  width: 80%;
  margin: 20px;
}
section.livros-page .tabela a {
  font-family: 'Comfortaa';
  color: var(--v4);
}
section.livros-page .tabela i {
  font-size: .75em;
  color: var(--v2);
  transform: translateY(-5%);
}


/*################
---- CTA ----
###############*/
section.cta-consulta {
  padding: 90px var(--lateral-gutter);
  background: rgba(195,204,217,.4);
}
section.cta-consulta .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
section.cta-consulta .container .grid-8 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
section.cta-consulta p {
  font-size: 1.4em;
  line-height: 1.4em;
}
section.cta-consulta p span {
  font-weight: 700;
  color: var(--v2);
}
section.cta-consulta i {
  padding-right: 8px;
  transform: translateY(3%);
  font-size: 1.4em;
}
section.cta-farmaco h2 {
  color: white;
  font-weight: 700;
}
section.cta-farmaco h3 {
  font-size: 1.5em;
  font-weight: 200;
}
section.cta-farmaco .grid-5 { 
  padding: 10px auto;
  position: absolute;
  right: 0;
}
section.cta-farmaco img { 
  border-radius: 5px;
  max-width: 250px; }


/*################
---- HOME PROCEDIMENTOS ----
###############*/
section.procedimentos {
  background: var(--v1);
  padding: 0;
}
section.procedimentos .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 100%;
}
section.procedimentos .grid-8:first-of-type {
  padding: 80px 0;
}
section.procedimentos .grid-8:last-of-type {
  width: 50%; 
  margin-right: 0;
}
section.procedimentos h1 {
  width: 50%;
}
section.procedimentos h4,
section.procedimentos h1 {
  color: white;
}
section.procedimentos h4 {
  line-height: 1.4em;
  margin-left: 3px;
}
section.procedimentos ul { 
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
section.procedimentos ul li { 
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 25px 15px 0;
}
section.procedimentos ul li i {
  margin-top: -2px;
  margin-right: 8px;
  font-size: .75em;
  background: white;
  color: var(--v1);
  border-radius: 5px;
  padding: 3px;
}


/*################
---- HOME CONTEÚDO ----
###############*/
section.conteudo {
  padding: 100px var(--lateral-gutter);
  background: #f9f9f9;
}
section.conteudo .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
section.conteudo .container .grid-8 {
  padding: 0 30px;
}
section.conteudo .grid-8 img {
  margin: 7px 0;
  margin-left: 10px;
}
section.conteudo .grid-8 img:first-of-type {
  border-radius: 15px 0 0 0;
}
section.conteudo .grid-8 img:nth-of-type(2) {
  margin-left: -10px;
}
section.conteudo .grid-8 img:last-of-type {
  border-radius: 0 0 15px 0;
}
section.conteudo h2 {
  font-size: 1.9em;
  line-height: 1.4em;
}

/*################
---- HOME DEPOIMENTOS ----
###############*/
section.depoimentos {
  background: var(--v1);
  padding: 100px var(--lateral-gutter);
}
section.depoimentos ul {
  width: 90%;
}
section.depoimentos .depo-block {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
	background: white;
	padding: 45px 40px;
	box-shadow: var(--box-shadow);
	border-radius: 12px;
	margin: 0 15px;
}
section.depoimentos .depo-block .depo-autor {
  width: 20%;
}
section.depoimentos .depo-block .depo-text {
  width: 75%;
}
section.depoimentos .depo-block .depo-autor img { 
  border-radius: 80%;
  border: 2.5px #f1f1f1 solid;
  box-shadow: var(--box-shadow);
}
section.depoimentos .depo-block .depo-text h3,
section.depoimentos .depo-block .depo-text p {
  font-style: italic;
  font-family: 'Open Sans';
}
section.depoimentos .depo-block .depo-text p { 
  margin: 15px 0 20px;
}
section.depoimentos .depo-block .depo-text h4 {
  font-weight: 700;
}
section.depoimentos .owl-depoimentos .owl-dots,
section.depoimentos .owl-depoimentos .owl-dots span { margin: 15px 5px 0; }
section.depoimentos .owl-depoimentos .owl-dots button { background: transparent; }


/*################
---- HERO & BREADCRUMB ----
###############*/
section.breadcrumb {
  background: var(--ppg);
  padding: 12px var(--lateral-gutter);
  box-shadow: 0px 4px 8px -4px #777777;
}
section.breadcrumb span:before {
  color: #f9f9f9;
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 8px;
  padding-right: 8px;
}
section.breadcrumb span,
section.breadcrumb p { color: white; font-size: .95em; }
section.breadcrumb a { font-weight: 600; }
section.breadcrumb a:hover { text-decoration: underline; }
section.breadcrumb span:last-of-type { color: #C5D2E5; }


/*################
---- RESULTADOS BUSCA ----
###############*/
section.busca {
  background: #f1f1f1;
  padding: 80px var(--lateral-gutter) 40px;
}
section.buscas-relacionadas { 
  background: #f1f1f1;
  padding: 0 var(--lateral-gutter) 80px;
}
section.buscas-relacionadas h3 {
  color: var(--v4);
  margin-left: 10px;
}
section.buscas-relacionadas h4 {
  color: var(--text);
}
section.buscas-relacionadas ul.box-item {
  justify-content: flex-start;
  margin-top: 20px;
}
section.buscas-relacionadas ul.box-item li {
  margin: 15px 0;
  padding: 0 15px;
}
section.buscas-relacionadas ul.box-item li h4 {
  padding: 5px 0;
  font-size: 1.4em;
}
section.buscas-relacionadas ul.box-item li p {
  line-height: 1.6em;
}
section.buscas-relacionadas .resultados {
  display: block;
  position: relative;
}
section.buscas-relacionadas .resultados p { 
  color: var(--text);
  font-size: 1em;
  position: absolute; 
  top: 0;
  left: 0;	
  margin: 10px 0 10px 10px;
}
section.buscas-relacionadas ul.box-item li h4:hover { 
  text-decoration: underline; 
}
section.buscas-relacionadas ul.box-item li img {
  width: 30px;
  margin: 5px auto 0;
}


/*################
---- HOME NOTICIAS ----
###############*/
section.noticias {
  background: #f9f9f9;
}
section.noticias ul.box-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin: 60px auto 30px;
}
section.noticias ul.box-item li {
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  margin: 18px 0;
}
section.noticias ul.box-item li img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
section.noticias .noticias-texto {
  padding: 5px 20px 25px;
}
section.noticias .noticias-texto h4 {
  color: var(--v4);
  font-family: 'Open Sans';
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 2px;
}
section.noticias .noticias-texto h4:hover,
section aside .recent-posts ul li:hover a {
  text-decoration: underline;
}
section.noticias .noticias-texto span,
section#single.noticias .texto span.post-data,
section aside .recent-posts span {
  color: #ACB1C1;
  font-size: .8em;
  line-height: 1.4em;
  font-weight: 700;
}
section.noticias .noticias-texto span i,
section aside .recent-posts span i {
  font-size: 1.1em;
  padding-right: 7px;
}
section#single.noticias .texto span.post-data {
  font-size: .95em;
}
section#single.noticias .texto span.post-data i {
  font-size: 1.15em;
  padding-right: 8px;
}
/*################
---- BLOG ----
###############*/
section#mosaico.noticias { 
  padding: 80px var(--lateral-gutter);
  background: white; 
}
section#mosaico.noticias .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
section#mosaico.noticias ul.box-item { 
  margin: 15px 0 30px;
  justify-content: flex-start;
}
section#mosaico.noticias ul.box-item li { 
  margin: 15px;
}
section#mosaico.noticias ul.box-item li img {
  max-height: 260px;
}
section#mosaico.noticias aside { 
  margin: 30px 0 0;
}
section aside .recent-posts { 
  margin: 40px 0 0;
}
section aside .recent-posts h4 {
  font-size: 1.2em;
  font-weight: 700;
}
section aside .recent-posts a {
  color: var(--c1);
}
section aside .recent-posts ul li {
  margin: 15px 0 20px;
}
section aside .recent-posts ul li p { 
  color: var(--c1);
  font-size: .9em;
  line-height: 1.5em;
  padding-top: 3px;
}

/*################
---- SINGLE NOTÍCIAS ----
###############*/
section#single.noticias {
  background: white;
  padding: 80px var(--lateral-gutter) 100px;
}
section#single.noticias .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
section#single.noticias .texto span.post-data {
  padding-bottom: 0;
}
section#single.noticias .img-topo,
section#single.noticias img {
  padding: 10px 0;
}
section#single.noticias .texto h2 {
  font-family: 'Open Sans';
  font-size: 2em;
  padding: 10px 0;
}
section#single.noticias .texto h3 {
  font-family: 'Open Sans';
  padding: 20px 0 0;
  font-weight: 600;
}
section#single.noticias .texto p {
  padding: 15px 0;
  font-size: 1em;
  line-height: 1.6em;
}
section#single.noticias .texto p.autor {
  font-style: italic;
  color: var(--v4);
  font-size: 1.2em;
  padding: 10px 0;
}
section#single.noticias .texto a {
  color: var(--v2);
}
section#single.noticias .texto a:hover {
  text-decoration: underline;
}
section#single.noticias aside,
section#single.docentes aside {
  border: 1px solid #e1e1e1;
  padding: 20px 15px 10px;
}
section#single.noticias .texto ul { list-style: circle; margin: 5px 0 20px 40px; }
section#single.noticias .texto ol { list-style: decimal; margin: 5px 0 20px 40px; }
section#single.noticias .texto ul li,
section#single.noticias .texto ol li { margin: 6px 0; }


/*################
---- SEARCH NOTÍCIAS ----
###############*/
.search input[type="text"] {
	background: #F6F6F6;
  font-size: .9em;
	box-shadow: var(--box-shadow);
	border-radius: 5px;
	padding: 15px 10px 12px;
	width: 100%;
}
.search input[type="text"]::placeholder {
  color: var(--c1);
}
.search button.search-icon {
	font-family: 'FontAwesome';
	color: var(--c1);
	background: transparent;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
.search button.search-icon:before {
  content: '\f002';
}
.search { 
  position: relative;
  margin-top: 10px;
}
section#single.noticias .search { 
  margin-top: 0;
}
.search-highlight { background: #FFFF94; padding: 0 2px; }

/*################
---- PROCEDIMENTOS ----
###############*/
section.procedimentos-page {
  background: #F9F9F9;
  padding: 80px var(--lateral-gutter);
}
section.manuais {
  background: #F9F9F9;
  padding: 20px var(--lateral-gutter) 100px;
}
section.procedimentos-page ul.procedimentos-tabs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 10px 0;
}
section.procedimentos-page ul.procedimentos-tabs li {
  margin-left: 0;
}
section.procedimentos-page table {
  text-align: center;
  margin: 15px auto;
  width: 100%;
  display: block;
}
section.procedimentos-page table td {
  padding: 0 15px;
  line-height: 1.3em;
  font-size: .9em;
  max-width: 100%;
}
section.procedimentos-page table p {
  line-height: 1.3em;
}
section.procedimentos-page h2,
section.procedimentos-page .title p,
section.manuais h3,
section.manuais .title p {
  margin-bottom: 15px;
}
section.manuais .manuais-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
section.manuais .manuais-box {
  background: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0 0;
  border: 1px solid #f0f0f0;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}
section.manuais .manuais-box p {
  line-height: 1.5em;
}
section.manuais .manuais-box a p {
  font-weight: 400;
}
section.manuais .manuais-box a p.manuais {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--v4);
}
section.manuais .manuais-box a:hover p {
  text-decoration: underline;
}
section.manuais .manuais-box img {
  display: inline-block;
  width: 50px;
  margin: 5px 15px 0 0;
}
section .tabs-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
section .tabs-accordion {
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0,0,0,0.4);
  margin-top: 30px;
  width: 100%;
  color: white;
  border-radius: 10px;
  overflow: hidden;
}
section .tab-label {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 15px 15px;
  border-radius: 8px;
  background: var(--v1);
  color: white;
  font-weight: 700;
  cursor: pointer;
}
section .tab-label:hover {
  background: var(--v4);
}
section .tab-label::after {
  content: "+";
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all .25s ease-in-out; 
}
section .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: var(--text);
  background: white;
  transition: all .4s ease-in-out;
  display: flex;
  flex-flow: row wrap;
}
section .tab-content .grid-4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 15px;
}
section .tab-content .grid-4 p {
  text-align: center;
  font-weight: 600;
  line-height: 1.4em;
  padding: 0 30px;
}
section .tab-content p {
  margin-bottom: 12px;
}
section .tab-content p:first-of-type {
  padding-top: 10px;
}
section .tab-content img {
  width: 100px;
}
section .tabs-accordion input:checked + .tab-label {
  background: var(--v4);
}
section .tabs-accordion input:checked + .tab-label::after {
  transform: rotate(45deg);
}
section .tabs-accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
@media only screen and (max-width: 991px) {
  section .tabs-accordion input:checked ~ .tab-content {
    overflow: scroll; }
}

/*################
---- LIVROS ----
###############*/


/*################
---- FOOTER ----
###############*/
footer { 
  background: var(--v4);
}
footer .nav-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  padding: 40px 0 50px;
}
footer h3,
footer a {
  color: white;
}
footer h3.fone {
  font-size: 1.6em;
  font-weight: 700;
}
footer .redes-sociais {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 6px 0;
}
footer .redes-sociais i {
  font-size: 1.2em;
}
footer .dados {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  margin: 30px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
footer .dados p {
  line-height: 1.6em;
  color: white;
}
footer #logo img {
  width: 90px;
  margin-left: 20px;
}
footer .footer-bottom {
  background: var(--v1);
  width: 100%;
  margin: 0;
  padding: 15px 0;
}
footer .footer-bottom p {
  color: white;
  text-align: center;
}


/*################
---- TABELAS ----
###############*/
section .tabela {
  border-collapse: collapse;
  width: 100%;
  margin: 40px 0;
  z-index: 100;
}
section .tabela-title .tabela {
  margin: 0 auto;
}
section .tabela td, .tabela th {
  border: 1px solid #e1e1e1;
  padding: 10px 20px 10px 20px;
}
section .tabela tr:nth-child(odd){background-color: white;}
section .tabela tr:nth-child(even){background-color: #f9f9f9;}
section .tabela tr:hover {background-color: #f1f1f1;}
section .tabela th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background: var(--ppg);
  color: white;
  font-weight: 600;
}
section .tabela-title .tabela th {
  background: white;
  color: var(--text);
}
section .tabela td { font-size: .9em; }
section .tabela a { color: var(--ppg-secondary); }
section .tabela a:hover { text-decoration: underline; }
section .tabela td i { margin-right: 8px; }


/*################
---- MODAL VÍDEO ----
###############*/
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  background-color: #fff;
  margin: 6% auto;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  width: 65%;
}
.close, .closed {
  color: var(--v1);
  float: right;
  font-size: 30px;
  margin: 5px;
  font-weight: bold;
}
.close:hover,
.close:focus,
.closed:hover,
.closed:focus {
  color: var(--v4);
  text-decoration: none;
  cursor: pointer;
}

/*################
---- SEARCH BAR ----
###############*/
#search-form{
	margin-top:15px;
	position:relative;
}
#search-form input{
	font-weight:600;
}
#search-form .input-group{
	border:5px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#search-form .btn{
	height:44px;
	text-align:center;
	border:0;
	margin:0;
	font-size:22px;
	outline:none;
	}
#search-form .btn i{
	margin-left:5px;
	margin-right:5px;
	}
.sb-icon-search,
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search { background: var(--ppg); }

.sb-search {
	position: relative;
	margin-top: 21px;
	width: 0%;
	min-width: 36px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	margin-right:-15px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: none;
	border-bottom:1px solid #b1b1b1;
	width: 100%;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 10px 35px 10px 5px;
	font-family: inherit;
	color: #b1b1b1;
}
.sb-search-input::-webkit-input-placeholder { 
  color: #b1b1b1;
  font-size: 1em;
  font-weight: 300;
}
.sb-icon-search,
.sb-search-submit  {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 1.4em;
	font-family: 'fontello';
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before { content: "\e806"; }
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search { width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: var(--ppg-secondary);
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit { z-index: 90; }


/*################
---- ERRO ----
###############*/
section.erro {
  position: relative;
}
section.erro .erro-texto {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 12vw var(--lateral-gutter) 8vw;
  z-index: 999;
}
section.erro h2,
section.erro p {
  color: #fff;
  text-align: center;
}
section.erro p {
  font-size: 16px;
  line-height: 26px;
}
section.erro h2 {
  padding: 0 0 15px;
}
section.erro .erro-btn {
  display: flex;
  flex-flow: row wrap;
}
section.erro a {
  margin: 35px 15px;
}


/*###################
-- PAGINATION --
###################*/
.pagination {
  display: inline-flex; flex-flow: row wrap;
  justify-content: center; margin: 0 auto 40px; }
.pagination li { margin: 10px 5px; }
.pagination li i { padding-left: 5px; }
.pagination a { padding: 4px 10px;	color: var(--text); }
.pagination a:hover { color: var(--v1); }
.pagination a.active,
.pagination span.active,
.pagination a.active:hover,
.pagination span.active:hover,
.pagination a.active:focus,
.pagination span.active:focus {
  color: white; font-weight: 700; background: var(--v1); border-radius: 10px; }


  @media only screen and (max-width: 1024px) {
    header .top-header,
    header .navigation,
    footer .nav-footer {
      padding-left: var(--lateral-gutter);
      padding-right: var(--lateral-gutter); }
  }
  @media only screen and (max-width: 991px) {
    .sidenav {
      z-index: 999;
      background: var(--v1);
      opacity: .95;
      position: fixed;
      top: 0;
      right: 0;	  
      height: 100%;
      width: 0;
      max-width: 100%;
      overflow-x: hidden;
      overflow-y: hidden;
      transition: .25s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      text-align: center; }
    ul.sf-menu { 
      margin: 100px auto; }
    ul.sf-menu a { 
      width: 100%; }
    ul.sf-menu a { 
      text-transform: uppercase; }
    ul.sf-menu li:last-of-type a {
      background: transparent;
      border-radius: 0;
      color: white;
      margin-left: auto; } 
    ul.sf-menu li a:hover,
    ul.sf-menu li:last-of-type a:hover { 
      color: var(--v4); }   
  }
  @media only screen and (min-width: 992px) {
    #mobnav-btn { 
      display: none !important; }
  }
  @media only screen and (max-width: 991px) {
    ul.sf-menu li a { 
      font-size: 1.4em;
      margin: 15px auto; }
    header .top-header .container {
      justify-content: center; }
    header .top-header .container .redes-sociais {
      position: relative; }
    header .navigation #logo {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }  
    #mobnav-btn { 
      position: fixed;
      top: 14%;
      right: 6%; }
    header .navigation {
      padding-bottom: 0; }
    section.home.hero .hero-text {
      display: none; }    
    section.intro-home .bloco-info::after,
    section.intro-home .bloco-clinica::after {    
      display: none; }
    section.cta-consulta p {
      margin-bottom: 20px;
      text-align: center; }
    section.intro-home img,
    section.livros-page img { 
      width: 50%;
      margin: 0; }
    section.intro-home h1,
    section.livros-page h1 {
      font-size: 1.9em; }
    section.intro-home h4,
    section.livros-page h4 { 
      font-size: 1.1em;
      padding-right: 6%; }
    section.intro-home .bloco-clinica,
    section.livros-page .container {
      flex-direction: column-reverse; }
    section.intro-home .bloco-clinica .grid-8:last-child {
      justify-content: flex-start; }            
    section.intro-home .bloco-clinica .grid-8:last-child img {
      padding-bottom: 10px; }
    section.procedimentos .grid-8:first-of-type {
      padding: 60px var(--lateral-gutter); }
    section.procedimentos ul li {
      width: 45%;
      flex-wrap: nowrap;
      align-items: baseline; }
    section.conteudo .container .grid-8 img {
      width: 80%; }
    section.conteudo .container .grid-8 {
      padding: 0; }
    section.conteudo .grid-8 img {
      max-width: 70%; }
    section.depoimentos .depo-block {
      text-align: center;
      padding: 40px 10px; }
    section.depoimentos .depo-block .depo-autor {
      width: 30%;
      margin-bottom: 15px; }    
    section.noticias ul.box-item li {
      width: 60%;
      margin: 20px auto; }
    footer .nav-footer { 
      padding-bottom: 15px; }
    footer .nav-footer .dados {
      right: var(--lateral-gutter); }  
    section.manuais .manuais-box {
      width: 60%; }    
    section.procedimentos-page {
      padding-bottom: 40px; } 
    section.manuais {
      padding-bottom: 60px; }
    section.procedimentos-page ul.procedimentos-tabs { 
      margin: 40px 0 0; }   
    section .tabs-accordion {
      margin-top: 7px; }
    section.livros-page .tabela {
      width: 60%; }
    section.livros-page .grid-7 {
      justify-content: flex-start; }
    section.livros-page .grid-7 img {
      margin: 0;
      margin-left: -10px;
      width: auto; }
  }
  @media only screen and (max-width: 767px) {
    ul.sf-menu {
      top: 142px; }
    section.intro-home,
    section.livros-page {
      padding: 80px var(--lateral-gutter) 40px; }
    section.intro-home img,
    section.livros-page img { 
      width: 80%; }
    section.intro-home .bloco-info .grid-7 {
      margin-bottom: 0; }
    header .top-header ul.redes-sociais {
      display: none; }
    header .navigation #logo,
    header .top-header .container {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    section.cta-consulta p {
      font-size: 1.1em; }
    section.conteudo {
      padding: 60px var(--lateral-gutter); }
    section.depoimentos {
      padding: 60px var(--lateral-gutter); }
    section.noticias {
      padding: 60px var(--lateral-gutter); }
    section.noticias ul.box-item {
      margin: 30px auto; }
    section.depoimentos .depo-block .depo-autor {
      width: 40%; }
    section.noticias ul.box-item li {
      width: 80%;
      margin: 25px auto; }
    footer .nav-footer .dados {
      position: relative; }
    footer .nav-footer,
    footer .nav-footer .redes-sociais,
    footer .nav-footer .dados {
      display: flex;
      flex-flow: column wrap;
      justify-content: center;
      text-align: center; }
    footer .nav-footer { 
      padding-bottom: 0; }
    footer .dados {
      margin-bottom: 10px; }
    footer .nav-footer .redes-sociais {
      flex-direction: row; }
    footer .nav-footer .dados {
      right: 0;
      margin-top: 7px; }      
    footer .nav-footer .dados p {
      padding-bottom: 20px; }
    footer .nav-footer h3 {
      font-size: 1.3em; }
    footer .nav-footer h3.fone {
      font-size: 1.45em; }
    footer .redes-sociais i {
      font-size: 1.1em; }
    footer #logo img {
      margin-left: 0; }
    section#single.noticias {
      padding-bottom: 40px; }
    section.procedimentos-page {
      padding-bottom: 15px; }
    section.manuais .manuais-box {
      width: 70%; } 
    section.livros-page .tabela {
      width: 80%; }  
    section.livros-page .grid-7 img {
      max-width: 300px; }
  }
  
  @media only screen and (max-width: 600px) {
    ul.sf-menu {
      top: 60px; }  
    #mobnav-btn { 
      top: 5%;
      right: 8%; }
    header .navigation #logo img { 
      width: 200px; }
    section.cta-consulta { 
      padding: 70px var(--lateral-gutter); }
    section.cta-consulta a.btn,
    a.btn { 
      font-size: .8em; }
    header .top-header {
      display: none; }
    section.depoimentos ul {
      width: 100%; }
    section.conteudo .grid-8 img {
      max-width: 90%; }
    section.procedimentos ul li,
    section .tabs-accordion {
      width: 100%; }
    section .tabs-accordion {
      margin-bottom: 0; }
    section.manuais .manuais-box {
      width: 90%; }
    section.livros-page {
      padding: 40px var(--lateral-gutter); }
    section.livros-page .tabela {
      width: 90%; }
    section.erro h2 {
      font-size: 20px; }	
    section.erro p {
      font-size: 15px;
      line-height: 24px; }	
    section.erro .erro-btn a {
      margin: 40px 15px; }
    section.intro-home .bloco-info .modal-content {
      width: 90%; }
  }

  @media only screen and (max-width: 450px) {
    section.erro .erro-btn {		
      flex-direction: column; }	
    section.erro .erro-btn a {		
      margin: 35px 15px 0; }			
    section.erro .erro-btn a:last-of-type {			
      margin: 20px 15px 35px; } 
    section.intro-home .bloco-info button {
      display: none; }      
  }