@charset "UTF-8";
/* CSS Document */
@import "helpers.css";
@import "fonts.css";
/*
 * brown: #5E320E
 * green: #4C4C00
 * light-green: #5E320E
 * yellow: #FFBF00
 */
body {
	background: url(../img/bg_Content.png) #878843;
	color: #fff;
	font-family: 'pt_serifregular';
	font-weight:normal;
	font-size:14px;
	line-height:150%;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'pt_sansregular';
	font-weight:normal;
	color:#4C4C00;
}
h1.content-title { /*, h2.title, h3.title, h4.title, h5.title, h6.title {*/
	font-family: 'pt_serifregular';
	font-size:115%;
}
strong {
	font-family: 'pt_serifbold';
}
a {
	color: #fff;
	text-decoration:none;
	transition: opacity ease-in-out 0.2s;
	-webkit-transition: opacity ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s;
}
p {
	margin:5px 0 10px;
}

/* header */
header {
}
header .logo-container {
	background:url(../img/bg_header.jpg);
	height:150px;
	overflow:hidden;
}
header .logo-container .row {
	margin-bottom:0;
}
header .timetable {
	padding-top:30px;
}
header .top-bar {
	background:url(../img/bg_topo.jpg) repeat-x;
	height:30px;
	font-size:13px;
}
header .top-bar p {
	line-height:30px;
	margin:0;
}
header form {
	margin-top:5px;
}
header .form-control {
	width:204px;
	height:20px;
	float:left;
}
header input[type=submit] {
	background:url(../img/bt_procura.jpg) no-repeat 0 0;
	width:20px;
	height:20px;
	margin-left:1px;
	border:0;
	cursor:pointer;
	text-indent:-9999px;
	float:left;
}
header input[type=submit]:hover {
	background-position:100% 0;
}
header .menu-container {
	height:40px;
	background:url(../img/bg_extend01.png) repeat-x;
	overflow:hidden;
}
header .menu-container .menu {
	position:relative;
	background:url(../img/bg_Menu_Center.jpg) repeat-x;
	padding:10px 10px 0;
}
header .menu-container .menu:after,
header .menu-container .menu:before {
	position:absolute;
	top:0;
	width:332px;
	height:100%;
	content:"";
}
header .menu-container .menu:before {
	left:-332px;
	background:url(../img/bg_Menu_Left.jpg) no-repeat;
}
header .menu-container .menu:after {
	right:-332px;
	background:url(../img/bg_Menu_Right.jpg) no-repeat;
}
header .menu-container ul {
}
header .menu-container a {
	line-height:30px;
	padding:0 15px;
	margin-right:2px;
	color:#FFF;
	font-size:115%;
	font-family: 'pt_sansregular';
	font-weight:normal;
	text-decoration:none;
	display:block;
	background:url(../img/bg_Bt_Menu.jpg) repeat-x;
}
header .menu-container li.active a,
header .menu-container a:hover {
	background-image:url(../img/bg_Bt_Menu_Hover.jpg);
	text-decoration:none;
}

/* content */
.content {
	border-top:1px solid #B6B683;
	padding-top:40px;
	background:url(../img/bg_content_header.png) no-repeat top center;
}

/* home */
.slider-container {
	background:url(../img/bg_extend02.png) repeat-x;
	overflow:hidden;
	margin-bottom:40px;
}
.slider-container .slides {
	position:relative;
}
.slider-container .slides:after,
.slider-container .slides:before {
	position:absolute;
	top:0;
	width:332px;
	height:100%;
	content:"";
}
.slider-container .slides:before {
	left:-332px;
	background:url(../img/bg_Banner_Left.jpg) no-repeat;
}
.slider-container .slides:after {
	right:-332px;
	background:url(../img/bg_Banner_Right.jpg) no-repeat;
}

.shortcuts .row {
	margin-bottom:0;
}
.shortcuts li {
	position:relative;
	height:294px;
}
.shortcuts li:nth-child(4) {
	margin-right:0;
}
.shortcuts a {
	font-family: 'pt_sansregular';
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	width:200px;
	height:274px;
	display:block;
	margin:0px 10px 0 0;
	border:10px solid transparent;
}
.shortcuts a,
.shortcuts a span {
	transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
}
.shortcuts a span {
	background:rgba(150,151,78,.7);
	line-height:50px;
	font-size:100%;
	display:block;
	margin-top:180px;
	letter-spacing:1px;
}
.shortcuts a:hover {
	border-color:rgba(180,82,6,.7);
}
/*.shortcuts a:hover span {
	background:rgba(180,82,6,.7);
}*/
.shortcuts-single {
	margin-left:-10px;
	margin-bottom:20px;
}

.location-shortcut a {
	display:block;
	background:url(../img/bt_Local.jpg) no-repeat 0 0;
	width:220px;
	height:148px;
	text-indent:-9999px;
	box-shadow:0 -2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:0 -2px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 -2px 3px rgba(0,0,0,.3);
}
.location-shortcut a:hover {
	background-position:100% 0;
}

a.aliances {
	background:url(../img/bt_Acordos.png) no-repeat 0 0;
	width:220px;
	height:156px;
	display:block;
}
a.aliances:hover {
	background-position:100% 0;
}

/* contacts */
#mapcanvas {
	height:424px;
	width:100%;
	box-shadow:0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.4);
}
#mapcanvas img { 
	max-width: none; 
}

/* doctors */
.doctor-details {
	margin-bottom:20px;
}
.doctor-details hr {
	width:auto;
	margin:15px 0;
}
.doctor-photo {
	float:left;
	height:301px;
	margin-right:20px;
}
.doctor-info {
	width:100%;
	max-width:212px;
	float:left;
	position:relative;
}
.doctor-photo img {
	display:block;
}
.doctor-name {
	font-size:18px;
}
.general-timetable {
	padding:15px 0;
	margin:20px 0;
	text-align:center;
	color:#5E320E;
	font-family: 'pt_sansregular';
	font-size:14px;
	background:url(../img/bg_timetable.png) #B45206;
}
.doctor-details.with-photo .doctor-info{
	height:301px;
	margin-bottom:20px;
}
.doctor-details.with-photo .general-timetable {
	margin:0px;
	position:absolute;
	bottom:0;
	right:0;
	width:212px;
}
.general-timetable strong {
	font-size:18px;
	font-family: 'pt_sansbold';
}

.specialities-nav-container {
	position:relative;
}
.specialities-nav-container > a {
	display:block;
	line-height:32px;
	padding:0 10px;
	color:#592600;
	background-image:url(../img/bg_Submenu_01.png);
}
.specialities-nav-container > a:after {
	position:absolute;
	right:0;
	top:0;
	content:"";
	width:32px;
	height:32px;
	background:url(../img/bt_Seta.png) no-repeat 0 0;
}
.specialities-nav-container:hover > a:after {
	background-position:100% 0;
}
.specialities-nav-container:hover #specialities-nav {
	display:block;
}
#specialities-nav {
	position:absolute;
	left:0;
	top:32px;
	width:100%;
	padding-top:1px;
	display:none;
}
#specialities-nav li {
	margin:0;
}
#specialities-nav li a:before {
	display:none;
}
#specialities-nav  li a {
	padding-left:10px;
}



/* footer */
footer {
	position:relative;
	margin-top:80px;
	padding-bottom:0px;
	background:url(../img/bg_Footer_Center.png) #474803;
}
footer:before,
footer:after {
	position:absolute;
	left:0;
	height:40px;
	width:100%;
	content:"";
	background:url(../img/bg_Footer_Top.png);
}
footer:before {
	top:-40px;
}
footer:after {
	bottom:40px;
	background:url(../img/bg_Footer_Bottom.png);
}
footer,
footer a {
	color:#A9A15D;
	font-family: 'pt_sansregular';
}
footer strong {
	font-family: 'pt_sansbold';
}
footer a {
	line-height:100%;
}
footer li.active a,
footer a:hover {
	color:#FFBF00;
	text-decoration:none;
}
footer ul {
	margin-left:20px;
}
footer ul li {
	margin:5px 0;
}
footer .menu {
	background:url(../img/bg_Bt_Footer.png);
	padding:15px 10px 20px;
}
footer .bottom {
	font-size:90%;
	font-family: 'pt_sansbold';
	color:#4C4E00;
	position:relative;
	z-index:10;
	margin-top:40px;
	height:40px;
	line-height:40px;
	background:url(../img/bg_Content.png);
}
footer .bottom img {
	margin-top:11px;
}

/* forms */
.form-control {
	background:url(../img/bg_procura.jpg) no-repeat #3F4002;
	color:#FFF;
	height:20px;
	border:0;
	padding:0 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/* submenus */
.submenu {
}
.submenu li a {
	color:#592700;
	display:block;
	line-height:18px;
	padding:7px 10px 7px 20px;
	font-family: 'pt_sansregular';
	background:url(../img/bg_Submenu_02.png);
	position:relative;
}
.submenu li a:before {
	position:absolute;
	left:10px;
	top:7px;
	content:"•";
}
.submenu li:nth-child(2n+1) a {
	background-image:url(../img/bg_Submenu_01.png);
}
.submenu li.active a,
.submenu li a:hover {
	background-image:url(../img/bg_Submenu_Hover.png);
}
.submenu {
}

/* general */
ul.bullet {
	list-style-image:url(../img/bullet.png);
	margin-left:20px;
	margin-top:0;
}
.box h1 {
	background:url(../img/bg_Title.png) left no-repeat #5D5D11;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:100%;
	margin:0;
	padding:0 10px;
}
.box .box-content {
	background:url(../img/bg_Footer_Center.png);
	padding:10px;
	box-shadow:0 -2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:0 -2px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 -2px 3px rgba(0,0,0,.3);
}
.box .doctors {
	background:url(../img/bg_Bt_Footer.png);
}
.box .doctors ul {
	line-height:160%;
}
.box .doctors ul li {
	margin:5px 0px 10px;
}
/*.box .doctors ul li:last-child {
	margin-bottom:0;
}*/
.box .doctors,
.box .doctors .name {
	color:#FFBF00;
}
.box .doctors .name:hover {
	text-decoration:underline;
}
.box .doctors .timetable {
	font-size:12px;
	color:#a9a15d;
}
.box .doctors .timetable.colored {
	font-size:14px;
}
.box .doctors .timetable.colored span {
	color:#FFBF00;
}
.text-brown {
	color:#5E320E;
}
.text-yellow {
	color:#FFBF00;
}
.text-light-green {
	color:#868742;
}
.text-green {
	color:#4C4C00;
}
.bg-green {
	background:url(../img/bg_Content.png) #868742;
}
.spaced-img img {
	margin-bottom:15px;
}
.hover-opacity {
	transition: opacity ease-in-out 0.2s;
	-webkit-transition: opacity ease-in-out 0.2s;
	-moz-transition: opacity ease-in-out 0.2s;
}
.hover-opacity:hover {
	opacity:.8;
}
hr {
	height:2px;
	width:100%;
	margin:40px 0;
	background:url(../img/bg_hr.png) repeat-x;
	border:0;
}
hr.small {
	margin:20px 0;
}

