﻿/* Padrão de conteúdo */

p, li, div, a, h1, h2, h3, h4, h5 {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Black';
	src: url('../fonts/Gotham-Black.eot');
	src: url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('../fonts/opensans-semibold-webfont.eot');
	src: url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/opensans-bold-webfont.eot');
	src: url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#content #menu-especialidades {
	margin: 0;
}

#content h2.main a {
	font-size: 28.6px;
}

#content h2.main {
	width: 18%;
	margin-left: 0;
	position: absolute;
}

.bx-wrapper {
	display: none;
}

#content h2 a:hover, #content h2 a:active, #content h2 a:visited {
	text-decoration: none;
}

.onco-title {
	font-family: 'Gotham-Book';
	color: #333333 !important;
	font-size: 22px;
	margin: 24px 0px 0px 18px;
	letter-spacing: 0.5px;
}

.radioterapia {
	color: #333333 !important;
	font-family: 'Verdana' !important;
}

.onco-subtitle {
	font-family: 'Gotham-Bold';
	color: #333333 !important;
	font-size: 12px;
	letter-spacing: 0.5px;
}

.contentText {
	padding: 0;
}

.contentText p {
	font-family: "Verdana" !important;
	font-size: 12px;
	color: #333333;
	margin: 20px 36px 13px 22px;
	text-align: justify;
}

#header-oncologia {
	background: #05a2c7;
}

#sidebar {
	margin-top: 100px;
}

/*
#footer {
	display:none;
}

.row.projeto {
    background: #FFF;
}*/

/* Banner */

.new-banner {
	width: 100%;
	max-width: 705px;
	min-height: 190px;
	padding: 20px;
	box-sizing: border-box;
}

.new-banner .detail {
	max-width: 412px;
	color: #FFF;
	margin: 18px 0 0px 5px;
}

.new-banner .detail .title {
	font-family: 'Gotham-Bold';
	margin: 0;
	font-size: 22px;
	z-index: 1;
	position: relative;
}

.new-banner .detail .title-home {
	font-family: 'Gotham-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #73c7ff;
	line-height: 31px;
	margin-bottom: 7px;
}

.new-banner .detail .sub-title {
	font-size: 32px;
	margin: 0;
	letter-spacing: 0.5px;
}

.new-banner .detail .text {
	font-family: 'Gotham-Medium';
	margin: -4px 0 0 0;
	font-size: 12px;
	letter-spacing: -0.7px;
	line-height: 16px;
}

.new-banner .detail .select {
	font-family: 'Gotham-Bold';
	cursor: pointer;
	text-transform: uppercase;
	display: inline-flex!important;
	margin: -3px 0 0px 0px;
	width: 216px;
	vertical-align: top;
	outline: 0!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/banner-select.png) 98% 11px no-repeat #05a2c7;
	border: none;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	letter-spacing: -0.7px;
}

.new-banner .detail .select::-ms-expand {
	display: none;
}

.new-banner .detail .select option {
	font-size: 14px;
	vertical-align: top;
}

@media screen and (max-width: 800px) {
	.new-banner .detail {
		margin: 0;
	}
	.new-home .select {
		font-size: 15px;
	}
	.new-banner .detail .text {
		font-size: 13px;
	}
	.new-banner .detail .title-home {
		font-size: 26px;
		color: #FFF;
	}
}

#header-oncologia .header-banner {
	background-color: #05a2c7;
	background-size: cover;
}

#header-oncologia .appointment {
	color: #FFF;
	font-size: 11px;
	width: 34%;
	text-align: center;
	display: none;
	position: relative;
}

#header-oncologia .appointment .icon-appointment {
	width: 30px;
	height: 28px;
	display: block;
	margin: 0 auto;
	background-image: url(../img/icon-calendar.png);
	position: absolute;
	top: 14%;
	right: 54%;
}

#header-oncologia .appointment .box-type1.agendar-consulta {
	background: inherit;
	padding: 54px 50px 0 0;
}

#header-oncologia .appointment .box-type1.agendar-consulta .idTel, #header-oncologia .appointment .box-type1.agendar-consulta .digito {
	font-family: 'Gotham-Bold';
	font-size: 11px;
	line-height: 18px;
}

#header-oncologia .appointment .box-type1.agendar-consulta .digito {
	float: left;
	clear: left;
	margin-right: 3px;
}

#header-oncologia .appointment .box-type1.agendar-consulta .idTel {
	display: block;
	float: left;
}

#header-oncologia .appointment .box-type1.agendar-consulta #telefoneCross {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	display: inline-block;
}

#header-oncologia .appointment .box-type1.agendar-consulta a {
	font-family: 'Gotham-Black';
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin: 14px 0 12px;
	font-size: 16.8px;
	line-height: 20px;
	letter-spacing: 0.6px;
}

#header-oncologia .appointment .box-type1.agendar-consulta a:hover, #header-oncologia .appointment .box-type1.agendar-consulta .phone-number {
	text-decoration: none;
}

#header-oncologia .appointment .box-type1.agendar-consulta .phone-number {
	font-size: 10.2px;
}

#header-oncologia .appointment .box-type1.agendar-consulta .phone-number span {
	display: block;
	padding-bottom: 5px;
}

@media screen and (min-width: 800px) {
	#header-oncologia .appointment {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.new-banner {
		width: 65%;
	}
	#header-oncologia .header-banner {
		background: url(../img/background-banner.jpg) no-repeat right;
		background-size: cover;
		height: 190px;
	}
}

/* Menu */

.new-menu {
	width: 100%;
	box-sizing: border-box;
	padding: 24px 17px 29px;
	background: #3a5369;
}

.new-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	flex-direction: row;
}

.new-menu ul li {
	display: inline-block;
}

.new-menu ul a {
	font-family: 'Gotham-Medium';
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	padding: 4px 12px;
	border: 2px solid #3a5369;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: normal;
}

.new-menu ul .selected a {
	border: 2px solid #FFF;
}

.new-menu .select {
	display: block;
	width: 100%;
	padding: 10px 0 13px 13px;
}

.new-menu .select {
	margin: 3px 0 0;
	padding: 6px 8px;
	width: 100%;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	color: #686868;
	vertical-align: top;
	outline: 0!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow-select-menu.png) 98% 13px no-repeat #eff2f3;
	border: 1px solid #425d74;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-flex;
}

@media screen and (min-width: 800px) {
	.new-menu ul {
		display: flex;
	}
	.new-menu .select {
		display: none;
	}
}

/* Redes Sociais */

.box-social {
	width: 100%;
	background-color: #e8e8e8;
	box-sizing: border-box;
	padding: 54px 20px 30px;
	text-align: right;
	align-items: center;
	margin: 0;
}

/* Rodapé */

.box-footer {
	width: 100%;
	font-size: 11px;
	background: #cccfd0;
	padding: 4px 5px 30px;
	box-sizing: border-box;
	margin: -20px 0 45px 0 !important;
}

.box-footer .titulo {
	color: #606161;
	font-size: 13px;
	display: flex;
	align-items: baseline;
	min-width: 125px;
	font-weight: 700;
}

.box-footer .titulo .icon-pin {
	background: url(../img/icon-pin.png);
	width: 17px;
	height: 22px;
	display: block;
	margin-right: 9px;
}

.box-footer .titulo .icon-news {
	background: url(../img/icon-news.png);
	width: 16px;
	height: 21px;
	display: block;
	margin-right: 9px;
}

.box-footer .titulo .icon-heart {
	background: url(../img/icon-heart.png);
	width: 23px;
	height: 19px;
	display: block;
	margin-right: 9px;
}

.box-footer .news-data {
	display: block;
	color: #3498db;
	font-size: 9px;
	margin-bottom: 5px;
}

.box-footer .news-data+a {
	color: #0a57b3;
	text-decoration: none;
}

.box-footer .blue {
	color: #3498db;
	text-decoration: none;
}

.box-footer .box-1 {
	width: 41%;
}

.box-footer .box-2 {
	width: 33%;
}

.box-footer .box-3 {
	width: 28%
}

.box-footer .box-1 a {
	display: block;
	color: #606161;
	line-height: 13px;
	margin-bottom: 15px;
	font-weight: 600;
}

.box-footer .box-2 .title-saude {
	display: none;
}

.box-footer .box-2 ul>li {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 28px;
	margin-left: -12px;
	width: 85%;
}

.box-footer .box-2 ul>li .date {
	color: #3498db;
}

.box-footer .box-2 ul>li a {
	color: #0a57b3;
	font-weight: 700;
	font-size: 11px;
}

.box-footer .box-3 ul {
	font-weight: 700;
	width: 120px;
	margin-left: 32px;
}

@media screen and (min-width: 500px) {
	.box-footer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
}

/* Home */

.row.projeto < .new-home {
	background: #ecf0f1;
}

.new-home {
	background: #ecf0f1;
	width: 100%;
}

.new-home p {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	margin: 0;
	text-align: left;
}

.new-home a {
	text-decoration: none;
}

.new-home .menuType {
	width: 100%;
	background-color: #c8d1d6;
	padding: 12px 21px 14px 26px;
	box-sizing: border-box;
}

.new-home .menuType .title {
	font-family: 'Gotham-Bold';
	font-size: 25px;
	color: #fff;
	margin: 0;
	flex: 1;
}

.new-home .select {
	margin: 3px 0 0;
	padding: 6px 12px;
	width: 100%;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #5d5d5d;
	vertical-align: top;
	outline: 0!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow-select-menu.png) 96% 13px no-repeat #eff2f3;
	border: 1px solid #c8d1d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-flex;
}

select::-ms-expand {
	display: none;
}

.new-home .big-image {
	position: relative;
}

.new-home .big-image img {
	width: 100%;
}

.new-home .box-title {
	border: 2px solid #FFF;
	padding: 5px 2px;
	position: absolute;
	text-align: center;
	bottom: 28px;
	width: 209px;
	left: 22px;
	background: rgba(255, 255, 255, 0.6);
	line-height: 10px;
}

.new-home .box-title .title {
	font-family: 'Gotham-Bold';
	font-size: 14px;
	color: #004892;
	text-transform: uppercase;
	margin: 0;
	line-height: 21.3px;
	letter-spacing: 1.6px;
}

.new-home .description {
	background: #0496bb;
	box-sizing: border-box;
	padding: 8px 20px 14px 22px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-bottom-right-radius: 25px;
}

.new-home .content-1 .text p:hover, .new-home .content-2 .text p:hover, .new-home .content-3 .text p:hover, .new-home .content-4 .text p:hover .new-home .content-5 .text p:hover {
	text-decoration: underline;
}

.new-home .description p {
	font-size: 11px;
	color: #FFF;
	margin: 0;
	line-height: 15px;
}

.new-home .title {
	margin: 0 !important;
}

.new-home .content-1, .new-home .content-2, .new-home .content-3, .new-home .content-4, .new-home .content-5, .new-home .content-6, .new-home .content-7 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.new-home .content-1 {
	margin: 24px 0 26px;
}

.new-home .content-2, .new-home .content-4 {
	margin-bottom: 32px;
}

.new-home .content-6 {
	padding-bottom: 33px;
}

.new-home .content-6 .title {
	padding-top: 10px;
}

.new-home .content-3 {
	padding-bottom: 19px;
}

.new-home .content-7 {
	margin-bottom: 31px;
}

.new-home .content-5 {
	margin-bottom: 10px;
}

.new-home .content-1 .box {
	width: 47.6%;
	display: flex;
	align-items: center;
}

.new-home .content-1 .text .title {
	font-family: 'Gotham-Bold';
	font-size: 18px;
	color: #0496bb;
	padding: 0 0 4px;
	line-height: 16px;
}

.new-home .content-1 .text p {
	font-size: 11px;
	color: #565656;
	line-height: 14px;
}

.new-home .content-1 .img {
	height: 121px;
	margin-right: 15px;
}

.new-home .content-2 .big-image {
	position: relative;
}

.new-home .content-2 .box-1, .new-home .content-5 .box-1 {
	width: 58.5%;
}

.new-home .content-2 .box-2 {
	width: 38.2%;
}

.new-home .content-5 .box-2 {
	width: 39%;
}

.new-home .content-2 .box-2 .box {
	display: flex;
	margin-bottom: 33px;
}

.new-home .content-2 .box-2 .box .img {
	margin-right: 16px;
}

.new-home .content-5 .box-2 .box .img {
	margin-right: 10px;
}

.new-home .content-2 .text .title, .new-home .content-3 .text .title, .new-home .content-5 .text .title {
	font-family: 'Gotham-Bold';
	font-size: 13px;
	margin-top: 0;
	color: #0496bb;
}

.new-home .content-2 .text p, .new-home .content-3 .text p, .new-home .content-5 .text p {
	font-size: 11px;
	color: #565656;
	line-height: 14px;
}

.new-home .content-3 .box-2 {
	width: 57%;
	margin-right: 2%;
}

.new-home .content-3 .box-1 {
	display: block;
}

.new-home .content-3 .box-1 .description {
	background: #004892;
}

.new-home .content-3 .box {
	display: flex;
	margin-bottom: 14px;
}

.new-home .content-3 .img {
	margin-right: 16px;
}

.new-home .content-4 .box, .new-home .content-6 .box {
	width: 140px;
	display: block;
}

.new-home .content-4 .title, .new-home .content-6 .title {
	font-family: 'Gotham-Bold';
	font-size: 13px;
	margin: 10px 0 5px;
	color: #0496bb;
	letter-spacing: -0.5px;
}

.new-home .content-4 p, .new-home .content-6 p {
	font-size: 11px;
	color: #565656;
	line-height: 14px;
}

.new-home .content-5 .box-2 .box {
	display: flex;
	margin-bottom: 15px;
}

.new-home .content-7 .box {
	width: 47%;
	display: flex;
}

.new-home .content-7 .text {
	box-sizing: border-box;
	background: rgba(200, 209, 214, 0.5);
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-bottom-right-radius: 25px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	padding: 15px 13px 7px;
}

.new-home .content-7 .text .title {
	font-family: 'Gotham-Bold';
	font-size: 13px;
	color: #3a5369;
	margin: 0;
	padding-bottom: 0;
}

.new-home .content-7 .text p {
	font-size: 11px;
	color: #565656;
	margin: 0;
}

.new-home .content-8 .box {
	width: 117px;
}

.new-home .content-8 .title {
	margin: 14px 0 5px
}

.new-home .content-8 p {
	line-height: 13px;
}

.new-home .content-8 img {
	width: 80px;
	height: 79px;
}

.new-home .contentText .title {
	margin: 0;
}

.new-home .contentText li {
	margin: 0 10px;
}

@media screen and (min-width: 800px) {
	.new-home .menuType {
		display: flex;
		align-items: center;
	}
	.new-home .menuType .select {
		width: 315px;
		margin-top: 0;
	}
	#sidebar+#main-content {
		max-width: 705px;
	}
}

@media screen and (max-width: 650px) {
	.new-home .content-1, .new-home .content-2, .new-home .content-3, .new-home .content-5, .new-home .content-7 {
		display: inherit;
	}
	.new-home .content-4, .new-home .content-6 {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.new-home .content-1 {
		margin: 18px 10px 0;
	}
	.new-home .content-2 {
		width: 94%;
		margin: 0 0 0 3%;
	}
	.new-home .content-1 .box {
		margin-bottom: 27px;
	}
	.new-home .content-1 .text p {
		font-size: 12px;
		line-height: 16px;
	}
	.new-home .content-1 .box, .new-home .content-2 .box-2, .new-home .content-5 .box-2 {
		width: 94%;
	}
	.new-home .content-4 .box, .new-home .content-6 .box {
		flex: 1 0 50%;
	}
	.new-home .content-4 p, .new-home .content-6 p {
		width: 150px;
	}
	.new-home .content-7 .box {
		width: 100%;
	}
	.new-home .box-title {
		bottom: 20px;
		left: 13px;
	}
	.new-home .content-2 .box-title {
		bottom: 67px;
		left: 20%;
	}
	.new-home .description {
		padding: 8px 13px 12px 13px;
	}
	.new-home .description p {
		font-size: 13px;
	}
	.new-home .content-2 .box-2 {
		padding-top: 22px;
	}
	.new-home .content-2 .text .title, .new-home .content-3 .text .title, .new-home .content-5 .text .title {
		font-size: 16px;
	}
	.new-home .content-1 .text p, .new-home .content-2 .text p, .new-home .content-3 .text p, .new-home .content-5 .text p, .new-home .content-4 p, .new-home .content-6 p {
		font-size: 14px;
		line-height: 18px;
	}
	.new-home .content-3 .box-2 {
		width: 100%;
	}
	.new-home .content-3 {
		padding-bottom: 23px;
	}
	.new-home .content-4 .title, .new-home .content-6 .title {
		font-size: 17px;
		width: 150px;
	}
	.new-home .content-4 .box, .new-home .content-6 .box {
		margin: 0 0 23px 0;
	}
	.new-home .content-4 {
		margin-bottom: 4px;
		padding: 0 5%;
	}
	.new-home .content-5 .box-2 {
		margin-top: 27px;
	}
	.new-home .content-6 {
		padding: 0 5%;
	}
	.new-home .content-7 .box {
		margin-bottom: 25px;
	}
	.new-home .content-7 .text {
		padding: 12px 15px 5px;
	}
	.new-home .content-7 .text .title {
		font-size: 16px;
	}
	.new-home .content-7 .text p {
		font-size: 13px;
		line-height: 16px;
	}
	.new-home .content-8 img {
		width: 160px;
		height: 168px;
	}
	.new-home .content-8 p {
		width: auto;
	}
}

/* Accordion */

.new-accordion {
	padding: 0;
	font-size: 12px;
	margin: 28px 0 0 5px !important;
}

.new-accordion .font-16 {
	font-size: 16px;
	color: #959a9e;
	margin: 0 0 15px !important;
}

.new-accordion>.list {
	border-top: 1px solid #d5daed;
	list-style: none !important;
	padding: 0 0 0 4px !important;
	position: relative;
	margin-right: 18px;
}

.new-accordion>.list:last-child {
	border-bottom: 1px solid #d5daed;
	padding-bottom: 10px !important
}

.new-accordion>.list .icon {
	width: 36px;
	height: 36px;
	display: block;
	top: 7px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.new-accordion>.list .tab {
	font-family: 'Gotham-Medium';
	color: #333333;
	display: block;
	padding: 13px 0 5px;
	font-size: 18px;
	text-decoration: none;
}

.new-accordion>.list .tab::after {
	content: "";
	width: 22px;
	height: 13px;
	top: 19px;
	right: 2px;
	display: inline-block;
	position: absolute;
	background: url(../img/seta.png) no-repeat right;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.new-accordion>.list .expanded {
	display: none;
	padding: 20px 0 10px 0;
	font-size: 12px important!
}

.new-accordion>.list .expanded p {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 12px !important;
	color: #333 !important;
}

.new-accordion>.list .open::after {
	content: "";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.new-accordion>.list li {
	font-family: 'Verdana', 'Open Sans', 'open_sansregular', sans-serif;
	font-size: 12px;
	margin: 0;
}

.new-accordion>.list .name {
	font-size: 18px;
	margin: 0;
}

.new-accordion>.list .tab:hover {
	text-decoration: none;
}

.new-accordion>.list .results {
	color: #059fc1;
}

.icon-centro-de-oncologia {
	background: url(../img/icon-centro-de-oncologia.png);
}

.icon-direcao-do-centro-de-oncologia {
	background: url(../img/icon-direcao-do-centro-de-oncologia.png);
}

.icon-unidades {
	background: url(../img/icon-unidades.png);
}

.icon-ensino-e-pesquisa {
	background: url(../img/icon-ensino-e-pesquisa.png);
}

.icon-qualidade-e-seguranca {
	background: url(../img/icon-qualidade-e-seguranca.png);
}

.icon-parceria-estrategica {
	background: url(../img/icon-parceria-estrategica.png);
}

/* Carousel */

.new-carousel .box {
	width: 90%;
	min-height: 200px;
	border: 1px solid #e3e7f2;
	margin: auto;
}

.new-carousel .box .content {
	padding: 12px 41px;
	position: relative;
}

.new-carousel .box .content h3 {
	font-size: 16px;
	color: #3b5369;
	margin-bottom: 4px;
	font-family: 'Gotham-Medium';
}

.new-carousel .box .content p {
	font-size: 14px;
	color: #9fa4a8;
	margin-left: 0;
	text-align: justify;
}

.new-carousel .box .number {
	font-size: 13px;
	color: #05add1;
	top: 7px;
	right: 17px;
	position: absolute;
}

.new-carousel .control {
	opacity: 1;
	position: absolute;
	display: inline-block;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	width: 10%;
	color: #fff;
	text-align: center;
}

.new-carousel .control .prev {
	left: 0;
	background-position: 40% 50%;
	background-image: url(../img/prev.png);
}

.new-carousel .control .next {
	right: 0;
	background-position: 60% 50%;
	background-image: url(../img/next.png);
}

.new-carousel .control .next, .new-carousel .control .prev {
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #8998a5;
	background-size: inherit;
}

.carousel-control-next {
	right: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.carousel {
	position: relative;
	margin: 40px 0;
}

.carousel-item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	position: relative;
	display: none;
	width: 100%;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.new-list>.list .expanded {
	border-top: 1px solid #d5daed;
}

.new-list .select {
	display: inline-flex!important;
	padding: 5px 12px;
	margin: 10px 5% 0;
	width: 90%;
	height: 35px;
	font-size: 14px;
	color: #3a5369;
	vertical-align: top;
	outline: 0!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow-select.png) 96% 13px no-repeat #ecf0f1;
	border: 1px solid #aeb2b5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.new-list .listItem, .new-list .cbs-List {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.new-list .listItem .item {
	text-align: center;
	margin: 5px;
	flex-grow: 1;
	list-style: none;
	height: 300px;
	padding: 0;
}

.new-list .listItem .item.open {
	background: #f9f9f9;
}

.new-list .listItem .info {
	width: 136px;
	cursor: pointer;
	margin: auto;
}

.new-list .imagem {
	border-radius: 12px;
	border: 1px solid #cecece;
	margin-top: 15px;
	width: 135px;
}

.new-list .listItem .item .office {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #0496bb;
	min-height: 64px;
	display: flex;
	align-items: flex-end;
	line-height: 16px;
	text-align: center;
	display: none;
}

.new-list .listItem .item .name {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #3a5369;
	margin: 0;
	line-height: 14px;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.new-list .listItem .open .name, .new-list .listItem .open .number {
	color: #FFF;
	background: #3a5369;
	margin: 0;
}

.new-list .detail ul {
	padding: 0;
	margin: 0 0 25px 0;
}

.new-list .detail li {
	list-style: none;
}

.new-list .detail .title {
	font-size: 13px;
	color: #3498db;
	font-weight: 600;
	margin: 10px 0 10px 0;
}

.new-list .topo {
	max-width: 668px;
	margin: 24px auto 0;
}

.new-list .topo .onco-title {
	margin: -8px 0px 0px -1px;
}

.new-list .topo .subtitle {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	font-weight: 600;
	font-size: 14px;
	margin: -3px 0 0 0px;
}

.new-list .topo .page-info {
	flex-grow: 1;
	width: 90%;
	margin: 0 5%;
}

.new-list .topo.line {
	border-bottom: 1px solid #f0f0f2;
	padding-bottom: 20px;
	margin-bottom: 23px;
}

.new-list .topo.line .item-2 {
	display: none;
}

.item.open .detail>div {
	padding: 0 20px 0 20px;
}

.new-list .new-accordion {
	margin: 15px 0 0 9px !important
}

.new-testimony {
	width: 100%;
}

.new-testimony img {
	width: 100%;
}

.new-testimony .scrapBox {
	position: relative;
	width: 94%;
	margin: 16px auto;
}

.new-testimony .scrapBox img {
	width: 100%;
}

.new-testimony .scrapBox .desc {
	position: absolute;
	bottom: 20px;
	left: 22px;
}

.new-testimony .scrapBox .desc h3 {
	font-family: 'Gotham-Bold';
	font-size: 24px;
	color: #FFF;
	margin: 0;
	text-shadow: -2px 1px 5px rgba(0, 0, 0, 0.8);
}

.new-testimony .scrapBox .desc p {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	margin: 0;
	text-shadow: -2px 1px 5px rgba(0, 0, 0, 0.8);
}

.new-testimony .scrapText {
	border-top: 1px solid #cfd6e9;
	text-align: center;
	width: 95%;
	margin: 75px auto 21px;
	padding: 21px 48px;
	background: url(/_catalogs/masterpage/hslsite/img/aspas.png) no-repeat 4px 25px;
}

.new-testimony .scrapText p {
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #959a9e;
	text-align: center;
}

.new-testimony .scrapText .desc::before {
	content: '';
	width: 39px;
	height: 5px;
	background: #eceff4;
	display: block;
	margin: auto;
}

.new-testimony .scrapText .desc {
	margin-top: 10px;
}

.new-testimony .scrapText .desc p {
	margin: 0;
}

.new-testimony .scrapText .desc .name {
	font-weight: 700;
	margin-top: 25px;
}

.hide {
	display: none;
}

.contentText .img100 {
	width: 95%;
	display: block;
	margin: 20px auto;
}

.contentText .title {
	margin: 0 0 0 18px;
	font-size: 18.4px;
}

.contentText .fontMedium {
	font-size: 16px;
}

.contentText .supTitle {
	font-family: 'Gotham-Bold';
	color: #34495e;
	margin: 25px 0 0 18px;
	font-size: 17.4px;
}

.contentText ul {
	font-size: 12px;
	color: #333333;
	padding-left: 4px;
}

.contentText .rodape {
	padding: 12px 0 51px 5px;
	margin: 0 18px 0 16px;
}

.contentText .rodape p {
	font-size: 14.3px;
	margin: 0;
	padding: 0;
}

.contentText .rodapeMini {
	margin: 29px 22px 35px;
	padding: 0 0 7px 0;
}

.contentText .rodapeMini p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

@media (-webkit-transform-3d) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
}

@media screen and (min-width: 800px) {
	.new-list .topo {
		display: inline-block;
	}
	.new-list .topo .page-info {
		width: auto;
		margin: 0;
	}
	.new-list .select {
		width: 249px;
		margin-top: 0;
	}
	.visible-lg {
		display: block !important;
	}
}

.mob-infografico img, .dsk-infografico img {
	width: 100%;
}

.dsk-infografico {
	display: block;
}

.mob-infografico {
	display: none;
}

/*Botão de agende a sua consulta*/

.btn-ligar, .agende {
	display: none;
}

.new-list .top-line {
	border-bottom: 1px solid #f0f0f2;
	width: 1000px;
	margin-left: -15px;
	margin-bottom: 20px;
	margin-top: 5px;
}

@media screen and (max-width: 679px) {
	.agende {
		font-family: 'Open Sans', 'open_sansregular', sans-serif;
		font-weight: bold;
		width: 180px;
		bottom: -102px;
		margin-bottom: 20px;
		display: block;
		color: #FFF;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 8px;
		box-sizing: border-box;
		padding: 17px 0 0 5%;
		font-size: 18px;
	}
	.col-md-12 {
		margin-bottom: 0 !important;
	}
	.agende:hover, .agende:active, .agende:visited {
		text-decoration: none;
		color: #FFF;
	}
	.dsk-infografico {
		display: none;
	}
	.mob-infografico {
		display: block;
	}
	.new-list .top-line {
		border-bottom: 1px solid #f0f0f2;
		width: 1000px;
		margin-left: -15px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
}

/*Share do rodapé*/

@media screen and (max-width: 679px) {
	.footer-share {
		left: 0;
		width: 150px;
		margin-left: -125px;
	}
	.share-buttons {
		display: block !important;
		width: 260px;
		left: 0;
		margin: auto;
		top: 30px;
	}
	.footer-box {
		position: absolute;
		background: #00529d;
		width: 100%;
	}
	.footer-mobile {
		background: #FFF;
		position: absolute;
		left: 0;
		height: 280px;
		width: 100%;
		height: 202px;
		padding-top: 100px;
		border-top: 2px solid #dee1e5;
	}
	.btn-agende {
		background: url(../img/talk.png) 0 0 no-repeat #06bce1;
		font-family: "Gotham-Black";
		text-transform: uppercase;
		font-size: 16px;
		color: #FFF;
		padding: 7px 9px 5px 19px;
		border-radius: 3px;
	}
	.share-buttons .st_facebook_custom, .share-buttons .st_email_custom, .share-buttons .st_googleplus_custom, .share-buttons .st_sharethis_custom {
		background: url(../img/share-social.png) 0 0 no-repeat;
		width: 45px;
		height: 45px;
		margin-left: 16px;
	}
	.share-buttons .st_email_custom {
		background-position: -61px 0 !important;
	}
	.share-buttons .st_googleplus_custom {
		background-position: -123px 0 !important;
	}
	.share-buttons .st_sharethis_custom {
		background-position: -184px 0 !important;
	}
	.footer-close {
		background: url(../img/icon-close.png) 0 0 no-repeat;
		width: 18px;
		height: 18px;
		display: block;
	}
}

.new-banner .detail {
	max-width: 1000px;
	width: 100%;
}

.new-banner .default-title {
	width: 100%;
}

.new-banner .default-title .selectTypeMenu {
	width: 100%;
}

.new-banner .default-title .selectTypeMenu {
	font-size: 24px;
}

@media screen and (max-width: 500px) {
	.new-banner .default-title .selectTypeMenu {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.new-banner .default-title .selectTypeMenu {
		font-size: 22px;
	}
}

@media screen and (max-width: 320px) {
	.new-banner .default-title .selectTypeMenu {
		font-size: 17px;
	}
}

#header-oncologia .header-banner {
	padding: 20px;
}

#header-oncologia .title-home {
	font-family: 'Gotham-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #73c7ff;
	line-height: 31px;
	margin-bottom: 7px;
}

#header-oncologia .agendamento .icon-appointment {
	width: 30px;
	height: 28px;
	display: block;
	background-image: url(../img/icon-calendar.png);
}

#header-oncologia .agendamento h3 {
	display: block;
	font-family: 'Gotham-Black';
	color: #fff;
	font-size: 16px;
	margin-top: 8px;
}

#header-oncologia .agendamento span {
	display: block;
	font-family: 'Gotham-Black';
	color: #fff;
	font-size: 13px;
	margin-top: 8px;
	display: block;
}

#header-oncologia .agendamento a {
	font-family: 'Gotham-Black';
	color: #fff;
	font-size: 13px;
}

#header-oncologia .detail .text {
	color: white;
	padding: 0 0px;
	margin-top: 17px;
	font-family: 'Gotham-Black';
	color: #fff;
	font-size: 13px;
}

#content .row+.row {
	margin-top: inherit;
}

@media (max-width: 679px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		margin-bottom: 0;
	}
	#content {
		box-sizing: border-box;
	}
	#header-oncologia .title-home {
		margin-bottom: 40px;
	}
}

.new-list .letters-filter {
	margin: 20px 0;
	border-bottom: 2px solid #cecece;
	padding-bottom: 15px;
	font-size: 14px;
}

.new-list .letters-filter li {
	list-style: none;
	margin: 0 9px;
}

.new-list .letters-filter li a {
	cursor: pointer;
}

.new-list .letters-filter li a.selected {
	font-weight: bold;
	text-decoration: underline;
}

.new-list .results {
	margin-bottom: 30px;
}

.new-list .results li {
	list-style: none;
	background: #fff;
	margin: 0 0 5px;
}

.new-list .results ul {
	padding: 0;
	margin: 20px 0 28px 0;
}

.new-list .results .group .item .body {
	display: none;
}

.new-list .results .group .item .header {
	width: 100%;
	background: #fff url(../img/ico-flecha-menu-sel.png) no-repeat 97% center;
	border-radius: 3px;
	padding: 8px 0 8px 15px;
	cursor: pointer;
}

.new-list .results .group .item .header h3 {
	margin: 0;
	font-size: 14px;
}

.new-list .results .group .item .header.open h3 {
	font-weight: bold;
}

.new-list .title-info {
	color: #3498db;
	font-size: 12px;
	font-weight: bold;
}

.new-list .ml17 {
	margin-left: 17px;
}

.row.projeto .contentText ul {
	color: #333333;
}

.li-oncologia {
	font-family: 'Verdana';
	list-style: disc outside !important;
	margin: 10px;
}

.box-aviso {
	background: #0076C3;
	color: #fff !important;
	font-family: 'Open Sans', 'open_sansregular', sans-serif;
	position: absolute;
	z-index: 9999;
	padding: 20px 20px 40px 20px;
	left: 0;
}

.xclose {
	position: relative;
	right: 7px;
	top: 1px;
	color: #fff;
	float: right;
	cursor: pointer;
	text-decoration: none !important;
}

.xclose span {
	cursor: pointer;
	opacity: 1;
	font-weight: normal;
	font-size: 15px;
	text-align: right;
	display: block;
	color: #ffffff !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

.guardaFloaterIntervencao {
	left: -10px !important;
	position: fixed !important;
}

#popup {
	display: none;
}