/* CSS Document */
body {	
	font: 14px/24px 'Roboto', Arial, Helvetica, sans-serif;
	color: #1b396a;
	background:#DFDEE6;
	background-image: url(../images/bk.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/*---------------------------------------------------------------------------*/
/*  Link Styles  */
/*---------------------------------------------------------------------------*/
a { 
	color:#1b396a;
	font-weight: 500;
	text-decoration: underline;
}
a:hover {
	color:#F15A21;
	font-weight: 500;
	text-decoration: underline;
}
/*---------------------------------------------------------------------------*/
/*  Heading Styles  */
/*---------------------------------------------------------------------------*/
h1, 
h2, 
h3, 
h4 {
	font-family: 'Lato', sans-serif;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h1 {
	color:#1b396a;
	position: relative;
	padding-bottom:8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 3px;
	background-color:#f15a22;
}
h2 {
	color: #1b396a;
	position: relative;
	padding: 0 0 0 10px;
}
h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color:#1b396a;
	border-radius: 2px 20px 2px 20px;
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE IMAGES  */
/*---------------------------------------------------------------------------*/
img{display:block; max-width:100%; height:auto;}
/*---------------------------------------------------------------------------*/
/*  HEADER STYLE  */
/*---------------------------------------------------------------------------*/
#topo{
	background-color:#1B396A;
	color: #FFFFFF ;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 9px;
}
#topo a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#topo a:hover{
	color: #f15a22;
	font-weight: normal;
	text-decoration: none;
}
#topo .btn-default{
	color: #FFFFFF;
	background-color:#f15a22;
	font-weight: 600;
	margin-top: 0.6em;
	border: none;
	text-decoration: none;
}
#topo .btn-default:hover{
	color: #1B396A;
	background-color:#f15a22;
	font-weight: 600;
	margin-top: 0.6em;
	border: none;
	text-decoration: none;
}
/*---------------------------------------------------------------------------*/
/* MENU - NAV BAR */
/*---------------------------------------------------------------------------*/
#nav {
	padding-top: 18px;
	padding-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	z-index: 999;
}
#nav.navbar-default {
	background-color:transparent;
	border-color: transparent;
	border-radius: 0;
}
		#nav .navbar-nav > li > a {
			font-weight: 600;
			text-decoration: none;
			color: #17396A;
		}
		#nav .navbar-nav > li > a:hover, 
		#nav .navbar-nav > li.current > a {
			font-weight: 600;
			text-decoration: none;
			color: #666666;
		}
		#nav.navbar-default .navbar-toggle {
			border:1px solid  #000053;
			background: none;
		}
		#nav.navbar-default .navbar-toggle span {
			background-color:  #000053;
		}
		#nav.navbar-default .navbar-toggle:hover span {
			background-color:  #000053;
		}
		#nav.navbar-default .navbar-collapse {
			border-color: #666666;
		}
.borda-1{
	border-bottom: 4px solid rgba(241,90,33,1.00);
	margin-right: 2px;
}
.borda-1:hover{
	border-bottom: 4px solid #CCCCCC;
	margin-right: 2px;
}
.borda-2{
	border-bottom: 4px solid rgba(255,128,0,1.00);
	margin-right: 2px;
}
.borda-2:hover{
	border-bottom: 4px solid #CCCCCC;
	margin-right: 2px;
}
.borda-3{
	border-bottom: 4px solid rgba(255,147,38,1.00);
	margin-right: 2px;
}
.borda-3:hover{
	border-bottom: 4px solid #CCCCCC;
	margin-right: 2px;
}
.borda-4{
	border-bottom: 4px solid rgba(255,166,77,1.00);
	margin-right: 2px;
}
.borda-4:hover{
	border-bottom: 4px solid #CCCCCC;
	margin-right: 2px;
}
.borda-5{
	border-bottom: 4px solid rgba(255,185,115,1.00);
	margin-right: 2px;
}
.borda-5:hover{
	border-bottom: 4px solid #CCCCCC;
	margin-right: 2px;
}
.borda-6{
	border-bottom: 4px solid rgba(255,204,153,1.00);
	margin-right: 2px;
}
.borda-6:hover{
	border-bottom: 4px solid #CCCCCC;
	margin-right: 2px;
}
/*---------------------------------------------------------------------------*/
/*  FOOTER  */
/*---------------------------------------------------------------------------*/
#footer {
	background-color:#1b396a;
	background-image: url(../images/bk-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	border-bottom: none;
	border-right: none;
	border-left: none;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer p a:hover {
	color:#f15a22;
	text-decoration: none;
	font-weight: normal;
}
#footer li a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer li a:hover {
	color:#f15a22;
	text-decoration: none;
	font-weight: normal;
}
#footer h3 {
	color:#E1E1E1;
	position: relative;
	padding: 0 0 0 0.5em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
#footer h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: rgba(241,90,34,1.00);
	border-radius: 2px;
}
#footer input{
	margin-bottom: 5px;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	color: #FFFFFF;
}
.footer-fa a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer-fa a:hover {
	color:#f15a22;
	text-decoration: none;
	font-weight: normal;
}
.hidea{
	font-size: 0.8em;
	color:#FF8000;
}
.hidea a{
	color: #FF8000;
	font-weight: 600;
	text-decoration: none;
}
.hidea a:hover{
	color: #FF8000;
	font-weight: 600;
	text-decoration: none;
}
.copy{
	font-size: 0.8em;
	color: #333333;
	font-style: italic;
}
/*---------------------------------------------------------------------------*/
/*  INDEX  */
/*---------------------------------------------------------------------------*/
#topo-index{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-index.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.btn-quem {
	color: #333333;
	background: none;
	border: 1px solid #333333;
	text-decoration: none;
	font-weight: normal;
}
.btn-quem:hover {
	color: #FFFFFF;
	background: none;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.btn-transparent {
	color: #f15a22;
	background: none;
	border: 1px solid #f15a22;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 3em;
}
.btn-transparent:hover {
	color: #1b396a;
	background: none;
	border: 1px solid #1b396a;
	text-decoration: none;
	font-weight: normal;
}
.icones{
	background-color:#E1E1E1;
	color: #f15a22;
	text-align: center;
	padding: 1em 0;
}
.icones h3 {
	color: #f15a22;
	font-weight: 700;
	font-size: 1.2em;
}
.icones-col{
	padding: 0 1em;
	margin-top: 1em;
}
.icones .fa {
	margin-bottom:2px;
	font-size:4em;
	color: #f15a22;
}
#intro-section {
	padding-top:50px;
	padding-bottom: 50px;
	background-image: url(../images/parallax.jpg);
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	color: #333333;
	font-size: 1.1em;
}
#intro-section h2{
	color: #333333;
}
#intro-section h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color:#f15a22;
	border-radius: 2px 20px 2px 20px;
}
#intro-section .panel-default{
	background-color: rgba(255,255,255,0.6);
}
.parallax {
	background-size:cover; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.destaques{
	margin: 1em;
}
.thumbnail h3 a {color:#333333; text-decoration: none; outline: none; font-weight: normal;}
.thumbnail h3 a:hover {color:#f15a22; text-decoration: none; outline: none; font-weight: normal;}
/*---------------------------------------------------------------------------*/
/*  AXIS  */
/*---------------------------------------------------------------------------*/
#topo-axis{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-axis.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#unidades{
	background-color: #e1e1e1;
}
#unidades h3{
	color: #f15a22;
}
#unidades blockquote{
	font-size: 1em;
	margin-left: 1em;
}
.estrutura-img img{
	margin-bottom: 1.5em;
	border-radius: 10px;
		border: 2px double #666666;
				-webkit-box-shadow: 4px 4px #ececec;	
	   		-moz-box-shadow: 4px 4px #ececec;	
	        box-shadow: 4px 4px #ececec;
	
}
/*---------------------------------------------------------------------------*/
/*  CORPO CLINICO  */
/*---------------------------------------------------------------------------*/
#topo-corpo-clinico{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-corpo_clinico.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.corpo-clinico-h2{
	color: #f15a22;
	font-size: 1.5em;
	font-weight: 600;
}
/*---------------------------------------------------------------------------*/
/*  TRATAMENTOS */
/*---------------------------------------------------------------------------*/
#topo-tratamentos{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-tratamentos.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu-tratamentos .nav-pills {
	margin-bottom: 20px;
}
#menu-tratamentos .nav-pills a{
	color: #f15a22;
	background-color: transparent;
	border: 1px solid #f15a22;
	font-weight: normal;
	outline: none;
	
}
#menu-tratamentos .nav-pills a:hover{
	color: #f15a22;
	background-color: #FFFFFF;
	border: 1px solid #f15a22;
	font-weight: normal;
	outline: none;
}
/*---------------------------------------------------------------------------*/
/*  CONVENIOS */
/*---------------------------------------------------------------------------*/
#topo-convenio{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-convenio.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
/*---------------------------------------------------------------------------*/
/*  PÁGINA BLOG  */
/*---------------------------------------------------------------------------*/
#topo-news{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-news.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#topo-newsdet{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-newsdet.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.news-post-box {
			padding: 10px;
			margin: 0 5px 20px 0;
			border: 1px solid #ebebeb;
			-webkit-box-shadow: 4px 4px #ececec;	
	   		-moz-box-shadow: 4px 4px #ececec;	
	        box-shadow: 4px 4px #ececec;
			-webkit-transition: all 0.5s ease 0s;
	   		-moz-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;
		}
		.news-post-box:hover {
			border-color: #ebebeb;
			-webkit-box-shadow: 4px 4px #FFCC00;	
	   		-moz-box-shadow: 4px 4px #FFCC00;	
	        box-shadow: 4px 4px #f15a22;
		}
		.news-post-box img{
			border-radius: 10px;
		}
		.inner {
			margin-bottom: 15px;
			padding-left: 10px;
			padding-right: 10px;
		}
			.inner p{
				font-size: 1em;
				text-align: justify;
			}
			.inner h4 {
				margin-top: 25px;
				margin-bottom: 15px;
				-webkit-transition: all 0.5s ease 0s;
	   			-moz-transition: all 0.5s ease 0s;
	        	transition: all 0.5s ease 0s;
				font-size: 1.3em;
				font-weight: 600;
				color: #1b396a;
			}
			.inner h4 a {
				color: #1b396a;
				font-size: 1.3em;
				-webkit-transition: all 0.5s ease 0s;
	   			-moz-transition: all 0.5s ease 0s;
	        	transition: all 0.5s ease 0s;
				font-weight: normal;
			}
			.inner h4 a:hover {
				color: #f15a22;
				font-weight: normal;
			}
			.post-data {
				margin: 0 -20px 15px -20px;
				padding: 0 15px;
				border: solid #ebebeb;
				border-width: 1px 0;
				text-align: center;
			}
			.post-data li {
					margin-left: 5px;
					padding: 5px;
					font-size: 13px;
					font-weight: bold;
				}
			.post-data li + li {
					margin-left: 10px;
					padding-left: 15px;
					border-left: 1px solid #ebebeb;
				}
			.post-data li .fa {
					margin-right: 5px;
				}
			.news-post-box .btn {
					margin-top:10px;
				}
			.news-post-box .btn:hover {
					font-weight: normal;
				}
			.news-post-box .btn .fa {
					margin-right: 4px;
				}
.paginacao-post{
	margin-top: 2.5em;
	text-align: center;
}
.paginacao-ano{
	margin: 0 auto 1em auto;
	text-align: center;
}
.blog-coluna-direita {
	box-shadow: 4px 4px #ececec;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.blog-coluna-direita h5{
	font-size: 1.2em;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #1b396a;
	color: #FFFFFF;
}
.blog-coluna-direita h5 .fa{
	color: #1b396a;
}
.blog-coluna-direita .fa{
	color: #1b396a;
}
.blog-coluna-direita .fa:hover{
	color: #f15a22;
}
.blog-coluna-direita .btn{
	margin-bottom: 5px;
}
.blog-coluna-direita .btn:hover{
	font-weight: normal;
}
.blog-coluna-direita input{
	font-style: italic;
	font-size: 0.9em;
	color: #666666;
	border-radius: 5px;
	padding: 2px 5px;
	background-color: #F5F5F5;
}
/*---------------------------------------------------------------------------*/
/*  AGENDE CONSULTA */
/*---------------------------------------------------------------------------*/
#topo-consulta{
	background-color: #FFFFFF;
	max-height: 135px;
	background-image: url(../images/bk-consulta.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
/*---------------------------------------------------------------------------*/
/* TEMPLATE */
/*---------------------------------------------------------------------------*/
#main-content{
	background-color: rgba(255,255,255,0.7);
	box-shadow: 1px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 0 5px rgba(0,0,0,0.3);
	margin-top: -20px;
	padding-top: 10px;
	margin-left: 2em;
	margin-right: 2em;
}
.row-md{
	margin-left: 80px;
}
.row-sm{
	background: rgba(255,255,255,0.7);
}
/*---------------------------------------------------------------------------*/
/*  RESPONSIVE MENU  */
/*---------------------------------------------------------------------------*/
@media (max-width: 1119px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}