@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body {
	font-family: 'Open Sans', sans-serif;
}

::selection {
	background: #a7884f;
	color: #fff;
}

::-moz-selection {
	background: #a7884f;
	color: #fff;
}

#main-content,
#main-nav,
.navmenu-fixed-right {
	left: auto !important;
}

ul {
	padding: 0;
	list-style: none;
	color: #64726a;
}

h1 {
	margin: 0;
	color: #d6b06a;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

h1 + p {
	color: #fff;
	font-size: 16px;
}

h2 {
	font-weight: 700;
	font-size: 18px;
	color: #007a37;
}

h3 {
	font-size: 20px;
	color: #64726a;
	font-weight: bold;
	margin-top: 0;
}

h4 {
	font-size: 20px;
	color: #64726a;
}

h4 span {	font-weight: bold;
}

h4.border {
	padding: 0 50px 20px;
	border-bottom: 1px solid #e1e3e2;
	display: inline-block;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #64726a;
}

p {
	font-size: 14px;
	color: #64726a;
}

a {
	color: #64726a;
	-webkit-transition: 0.3s color;
	transition: 0.3s color;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #007a37;
	cursor: pointer;
	cursor: hand;
}

.fixed-whatsapp {
    z-index: 1000;
    position: fixed;
    bottom: 16px;
    right: 16px;
    text-decoration: none;
    width: auto;
    padding: 10px 20px;
    background: #08c65b;
    border-radius: 50px;
    font-size: 16px;
    color: #FFF;
}

.fixed-whatsapp:hover {
    color: #fff;
}

.bg-1 {
	background: #f2efea;
}

.bg-2 {
	background: -webkit-linear-gradient(top, #f2efea 0%, #f2efea 50%, #fff 50%);
	background: linear-gradient(to bottom, #f2efea 0%, #f2efea 50%, #fff 50%);
}

.list-1,
.list-2 {
	color: #64726a;
	line-height: 24px;
	margin-bottom: 65px;
}

.list-1 li:before,
.list-2 li:before {
	content: "\2022";
	vertical-align: middle;
	font-size: 26px;
	padding-right: 5px;
}

.list-1 li:before {
	color: #a7884f;
}

.list-2 li:before {
	color: #007a37;
}

section {
	padding: 50px 0;
}

.embed-responsive {
	margin: 30px 0;
}

button:focus {
	outline: none;
}

.btn1,
.btn2,
.btn3,
.btn4 {
	padding: 10px 35px;
	border-radius: 10px;
	font-size: 18px;
	display: inline-block;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.btn1 {
	background: #a7884f;
	color: #fff;
	margin-top: 15px;
}

.btn1:hover {
	background: #937339;
	color: #ddd;
}

.btn2, .btn2:focus{
	color: #e7f0f2;
	background: #007a37;
	margin: 30px 0;
}

.btn2:hover {
	background: #04612e;
	color: #ddd;
}

.btn3 {
	font-size: 18px;
	color: #007a37;
	border: 1px solid #007a37;
	margin: 30px 0;
}

.btn3:hover {
	background: #007a37;
	color: #fff;
}

.btn4 {
	color: #fff;
	border: 1px solid #fff;
}

.btn4:hover {
	background: #fff;
	color: #007a37;
}

.btn5 {
	background: #d0a960;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 15px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}
.not_found_img{
	opacity: 0.3;
	max-width: 100px;
	margin-bottom: 15px;
}
.btn5:hover {
	color: #fff;
	background: #a7884f;
}

#main-nav {
	height: 80px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 40px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	box-shadow: 1px 2px 2px 0px rgba(0, 0, 20, 0.1) ;
}

#main-nav #logo {
	background: url(../images/logo-cad.png) no-repeat;
	width: 265px;
	height: 56px;
	display: inline-block;
}

#main-nav ul li {
	display: inline-block;
	padding: 20px;
}

#main-nav ul li a {
	font-size: 13px;
	color: #64726a;
	text-transform: uppercase;
}

#main-nav ul li a:hover {
	color: #007a37;
}

#main-nav ul li a.contato {
	border: 1px solid #64726a;
	padding: 5px 10px;
}

#main-nav ul li a.contato span {
	position: relative;
	padding-left: 22px;
}

#main-nav ul li a.contato span + span {
	margin-left: 10px;
}

#main-nav ul li a.contato .link:before,
#main-nav ul li a.contato .telefone:before {
	content: "";
	background-image: url(../images/sprite-main-nav.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	margin-right: 10px;
}

#main-nav ul li a.contato .link:before {
	width: 16px;
	height: 14px;
	background-position: -5px -5px;
	left: 0;
}

#main-nav ul li a.contato .telefone:before {
	width: 16px;
	height: 16px;
	background-position: -31px -5px;
	left: 2px;
}

#main-nav ul li a.contato .telefone {
	font-size: 14px;
}

#nav-toggle {
	font-size: 13px;
	color: #64726a;
	border: 0;
	padding-right: 35px;
	background: url(../images/icon-nav-toggle.png) no-repeat;
	background-position: right center;
	margin-left: -15px;
}

#menu {
	overflow-x: hidden;
	height: auto;
	min-height: 100%;
}

.message {
    position: absolute;
    left: 8px;
    bottom: -15px;
    color: #64726a;
}

.message.error {
    color: red;
}

.message.success {
    color: green;
}

#contato .message {
    left: 5px;
    top: 58px;
}

#menu .content {
	width: 330px;
	height: auto;
	min-height: 100%;
	background: #007a37;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	padding: 60px;
}

#menu .content ul li a {
	color: #fff;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #05a44d;
}

#menu .content ul li + li {
	margin-top: 15px;
}

#menu .content ul.main li:nth-child(n+3):nth-child(-n+9) a {
	display: none;
}

#nav-toggle-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;
	text-indent: 16px;
	border: none;
	z-index: 1001;
	background: transparent;
	color: transparent;
}

#nav-toggle-close:before,
#nav-toggle-close:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #fff;
}

#nav-toggle-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-toggle-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.social li {
	display: inline-block;
	margin-right: 17px;
}

ul.social.small li {
	margin-right: 5px;
}

.facebook,
.instagram,
.linkedin,
.youtube {
	background-image: url(../images/sprite-social.png);
	background-repeat: no-repeat;
	display: block;
}

.facebook {
	width: 32px;
	height: 32px;
	background-position: -5px -5px;
}

.facebook:hover {
	width: 32px;
	height: 32px;
	background-position: -47px -5px;
}

.facebook.small {
	width: 16px;
	height: 16px;
	background-position: -89px -5px;
}

.facebook.small:hover {
	width: 16px;
	height: 16px;
	background-position: -89px -31px;
}

.instagram {
	width: 32px;
	height: 32px;
	background-position: -5px -57px;
}

.instagram:hover {
	width: 32px;
	height: 32px;
	background-position: -47px -57px;
}

.linkedin {
	width: 32px;
	height: 32px;
	background-position: -89px -57px;
}

.linkedin:hover {
	width: 32px;
	height: 32px;
	background-position: -115px -5px;
}

.linkedin.small {
	width: 16px;
	height: 16px;
	background-position: -131px -47px;
}

.linkedin.small:hover {
	width: 16px;
	height: 16px;
	background-position: -131px -73px;
}

.youtube {
	width: 32px;
	height: 32px;
	background-position: -5px -99px;
}

.youtube:hover {
	width: 32px;
	height: 32px;
	background-position: -47px -99px;
}

.contato-endereco,
.contato-telefone,
.contato-funcionamento {
	background-image: url(../images/sprite-contato.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contato-endereco {
	width: 23px;
	height: 33px;
	background-position: -5px -5px;
}

.contato-funcionamento {
	width: 29px;
	height: 29px;
	background-position: -38px -5px;
}

.contato-telefone {
	width: 29px;
	height: 30px;
	background-position: -38px -44px;
}

#carousel-home {
	height: 680px;
	width: 100%;
}

#carousel-home .carousel-caption {
	left: 10%;
	bottom: auto;
	top: calc(50% + 40px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	width: 520px;
	text-shadow: none;
	font-weight: 300;
}

#carousel-home h1 {
	color: #fff;
	font-weight: lighter;
	font-size: 50px;
	line-height: 56px;
}

#carousel-home p {
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
}

#carousel-home .carousel-img {
	height: 680px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-control.left .glyphicon {
	left: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.carousel-control.right .glyphicon {
	right: 50px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.carousel .glyphicon-chevron-left,
.carousel .glyphicon-chevron-right {
	height: 45px;
	width: 45px;
	background: url(../images/carousel-arrow.png) no-repeat;
	top: calc(50% + 40px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel .glyphicon-chevron-right {
	transform: rotate(180deg);
	top: calc(50% + 17px);
}

#carousel-home .carousel-control.left:hover .glyphicon {
	left: 35px;
}

#carousel-home .carousel-control.right:hover .glyphicon {
	right: 35px;
}

.title {
	padding: 50px 0 75px;
	background: #a7884f;
	color: #fff;
	text-align: center;
	position: relative;
}

.title h2 {
	font-weight: 400;
	font-size: 40px;
	color: #fff;
}

.title h2 span {
	font-weight: 700;
}

.title p {
	font-size: 16px;
	color: #f1e7d4;
}

form {
	margin-top: 30px;
}

.bloco.crm img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.bloco.crm span {
	color: #64726a;
	max-width: 160px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.bloco.crm a {
    font-weight: 800;
    color: green;
}

.form-control {
	height: 50px;
	border-radius: 10px;
	box-shadow: none;
	border: 1px solid #d5d3d0;
	color: #aab1ad;
}

input[type]:focus,
textarea:focus {
	border-color: #d5d3d0 !important;
	box-shadow: 0 2px 2px rgba(0, 122, 55, 0.1) inset !important;
	outline: 0 none !important;
}

select:focus {
	outline: 0 none !important;
	border-color: #007a37 !important;
}

input[type=submit] {
	height: 50px;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	background: #007a37;
	border: 0;
	display: block;
}

form div[class*="col"] {
	padding-left: 5px;
	padding-right: 5px;
}

.pre-form {
	margin-left: 5px;
}

.destaques {
	text-align: center;
	position: relative;
	padding-top: 35px;
	height: 600px;
}

.destaques:after {
	content: "";
	height: 100%;
	width: 1px;
	background: green;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.destaques .left,
.destaques .right {
	width: calc(50% - 110px);
	height: 495px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	text-align: left;
	padding: 10px 35px;
	overflow: hidden;
}

.destaques .left {
	left: 110px;
}

.destaques .left:before,
.destaques .right:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.destaques .left:before {
	content: url(../images/destaque-left-before.png);
}

.destaques .right:before {
	content: url(../images/destaque-right-before.png);
}

.destaques .right {
	right: 110px;
	top: 70px
}

.destaques p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	max-width: 355px;
	z-index: 10;
	position: relative;
}

.destaques p span {
	font-size: 40px;
	font-weight: lighter;
	line-height: 80px;
	display: block;
	z-index: 10;
}

.list-convenios li {
	display: inline-block;
	margin: 30px 15px;
}

.obesidade {
	position: relative;
	height: 449px;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 118px 0;
	text-align: center;
}

.obesidade p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}

.obesidade p span {
	font-size: 130px;
	line-height: 100px;
	font-weight: lighter;
	max-width: 450px;
	display: inline-block;
	word-wrap: break-word;
}

.obesidade ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.obesidade ul li:nth-child(2) {
	max-width: 364px;
	margin-left: 60px;
}

.sprite-title {
	background-image: url(../images/sprite-title.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: -35px;
	left: calc(50% - 34.5px);
}

.sprite-title.cirurgias {
	width: 69px;
	height: 69px;
	background-position: -5px -5px;
}

.sprite-title.contato {
	width: 69px;
	height: 69px;
	background-position: -84px -5px;
}

.sprite-title.doencas {
	width: 69px;
	height: 69px;
	background-position: -163px -5px;
}

.sprite-title.especialidades {
	width: 69px;
	height: 69px;
	background-position: -5px -84px;
}

.sprite-title.exames {
	width: 69px;
	height: 69px;
	background-position: -84px -84px;
}

.sprite-title.missao {
	width: 69px;
	height: 69px;
	background-position: -163px -84px;
}

.sprite-title.parceiros {
	width: 69px;
	height: 69px;
	background-position: -5px -163px;
}

.sprite-title.sobre {
	width: 69px;
	height: 69px;
	background-position: -84px -163px;
}

.sprite-title.valores {
	width: 69px;
	height: 69px;
	background-position: -163px -163px;
}

.sprite-title.visao {
	width: 69px;
	height: 69px;
	background-position: -242px -5px;
}

.pg-sobre {
	padding: 50px 0;
}

.pg-sobre [class*="col"] {
	position: relative;
}

.sprite-title.missao,
.sprite-title.visao,
.sprite-title.valores {
	top: -84.5px;
}

footer {
	background: #464f4a;
	padding: 70px 0 0;
	color: #fff;
}

footer ul.mapa-site {
	moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 30px;
}

footer h5 {
	color: #a7884f;
	margin-top: 0;
}

footer a {
	color: #fff;
	-webkit-transition: color 0.27s;
	transition: color 0.27s;
}

footer a:hover {
	color: #ddd;
}

footer .media-left {
	padding-right: 30px;
}

footer p {
	color: #fff;
	margin-bottom: 25px;
}

footer p span {
	font-weight: lighter;
	font-size: 22px;
	display: block;
	margin-bottom: 32px;
}

footer .social li {
	margin: 0;
}

footer .social li + li {
	margin-left: 6px;
}

footer .creditos {
	margin-top: 70px;
}

footer .creditos p {
	float: left;
	color: #787e7b;
	font-size: 12px;
}

footer .creditos a {
	float: right;
}

.newsletter {
	padding: 100px 0;
}

#map {
	height: 450px;
	width: 100%;
}

#map-wrapper {
	position: relative;
}

.map-shadow {
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 20, 0.19) inset;
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
}

.map-info {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 35px;
	border-radius: 40px;
	max-width: 220px;
	text-align: center;
	background: rgba(0, 122, 55, 0.8);
	left: 8%;
}

.map-info p {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
}

.bg-header {
	height: 390px;
	margin-top: 0;
	padding-top: 81px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	-webkit-align-items: center;
	align-items:center;
}

.obesidade > div:before, .bg-header > div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 122, 55, 0.75);
    position: absolute;
    top: 0;
    left: 0;
}

.perfil:before {background-color: transparent !important;}

.carousel-control{
	max-width: 120px;
}

.bg-header.small {
	height: 175px;
	padding-top: 95px;
}

.bloco-title {
	background: #fff;
	padding-left: 25px;
	margin-bottom: 15px;
}

.relacionados .bloco-title {
	background: #f2efea;
	margin: 35px 0;
	padding-left: 0;
}

.relacionados .media-body {
	padding-left: 15px;
	padding-right: 15px;
}

.bloco-title h2,
.bloco-title p {
	margin: 0;
}

.interna .bloco {
	padding: 0 40px;
	margin-bottom: 40px;
}

.relacionados .bloco {
	padding: 0 40px;
}

.relacionados .sidebar .bloco {
	border: 1px solid #e0ddd7;
}

.interna .bloco.full,
.relacionados .bloco.full {
	padding: 0 15px;
}

.interna .bloco.full .bloco-title {
	padding-left: 0;
	padding-right: 15px;
}

.interna .bloco.full .media-left {
	padding-right: 15px;
}

section.interna {
	padding: 90px 0;
}

.filtro-convenios {
	padding: 12px;
}

.filtro-convenios ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}

.filtro-convenios select {
	width: auto;
}

.filtro-convenios select {
	height: auto;
	background: transparent;
	color: #007a37;
	font-size: 11px;
	border: 1px solid #007a37;
}

select option[disabled] {
	display: none;
}

.breadcrumb {
	background: #f2efea;
	color: #64726a;
	border-radius: 0;
	padding-left: calc(50% - 570px);
	margin-bottom: 0;
	font-size: 12px;
}

.breadcrumb li.active {
	color: #a7884f;
}

.tab-content .detalhes {
    white-space: pre-wrap;
}

.detalhes {
	padding: 30px 0 60px;
}

.detalhes p {
	margin: 30px 0;
}

.sidebar {
	width: 280px;
	float: right;
}

.sidebar hr {
	margin: 5px 0 15px;
}

.sidebar .bloco {
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	margin-bottom: 25px;
}

.sidebar .bloco h2 {
	margin-top: 0;
}

.sidebar h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 20px;
}

.sidebar .list-1 {
	margin: 0;
}

.sidebar .list-convenios li {
	margin: 10px 0;
	padding: 0 20px;
	width: calc(50% - 2px);
}

.sidebar .list-convenios li:nth-child(odd){
	padding-left: 0;
}

.sidebar .list-convenios li:nth-child(even){
	padding-right: 0;
}

.sidebar .list-convenios img {
	max-width: 100%;
}

.perfil {
	position: absolute;
	width: 166px;
	background-size: cover;
	height: 166px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -83px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.tabs {
	padding: 0;
}

.tabs nav .nav-tabs {
	background: #000;
}

.tab-content {
	padding: 35px;
	text-align: left;
}

.nav-tabs > li,
.nav-pills > li {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.nav-tabs,
.nav-pills {
	text-align: center;
	background: #f2efea;
	border-bottom: 0;
}

.nav-tabs>li>a {
	border: 0;
	border-radius: 0;
	margin: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 0;
	color: #007a37;
}

.nav-tabs>li>a {
	background: #d7d4ce;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	font-weight: bold;
	padding: 10px 20px;
	margin-bottom: 1px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background: #fff;
}

.tabs .media-right {
	padding-left: 125px;
}

#carousel-interna {
	margin-top: -35px;
}

#carousel-interna .carousel-inner {
	padding-bottom: 70px;
}

#carousel-interna .item img {
	margin: auto;
	border: 10px solid #fff;
	max-height: 400px;
}

#carousel-interna .carousel-caption {
	text-shadow: none;
	bottom: -70px;
	color: #64726a;
}

#carousel-interna .arrow-right,
#carousel-interna .arrow-left {
	content: "";
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #007a37;
	position: absolute;
	top: calc(50% - 35px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#carousel-interna .arrow-left {
	left: 0;
}

#carousel-interna .arrow-right {
	right: 0;
}

#carousel-interna .arrow-left:before,
#carousel-interna .arrow-right:before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 2px;
}

#carousel-interna .arrow-left:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 4px;
}

#carousel-interna .arrow-right:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-right: 4px;
}

table.downloads{
	color: white;
}
table.downloads tbody a, table.downloads tbody{
	color: #007a37;
}
table.downloads tbody tr:nth-child(odd) {
    background: #dedbd6;
}

table.downloads tbody tr:nth-child(even) {
    background: #d5d1cb;
}

table.downloads thead tr {
background: #a7884f;
}
table.downloads>thead>tr>th{
	border-bottom: 2px solid #f2efea;
}
table.downloads tr + tr {
    border-top: 2px solid #f2efea;
}
table.downloads tr td:first-child, table.downloads tr th:first-child{
	border-radius: 8px 0 0 8px;
}
table.downloads tr td:last-child, table.downloads tr th:last-child{
	border-radius: 0 8px 8px 0;
}

@media(max-width: 1575px) {
	#main-nav ul li:nth-child(7) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(9) a {
		display: block;
	}
}

@media(max-width: 1500px) {
	#main-nav ul li:nth-child(6) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(8) a {
		display: block;
	}
}

@media(max-width: 1345px) {
	#main-nav ul li:nth-child(5) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(7) a {
		display: block;
	}
}

@media(max-width: 1200px) {
	.breadcrumb {
		padding-left: calc(50% - 470px);
	}
}

@media(max-width: 1240px) {
	#main-nav ul li:nth-child(4) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(6) a {
		display: block;
	}
}

@media(max-width: 1120px) {
	#main-nav ul li:nth-child(3) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(5) a {
		display: block;
	}
}

@media(max-width: 1000px) {
	#main-nav ul li:nth-child(2) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(4) a {
		display: block;
	}
}

@media(max-width: 991px) {
	.destaques {
		height: 1060px;
	}
	.destaques:after {
		width: calc(100% - 70px);
		height: 1px;
		top: 530px;
	}
	.destaques .left,
	.destaques .right {
		width: calc(100% - 170px);
	}
	.destaques .left {
		left: 100px;
	}
	.destaques .right {
		top: 530px;
		right: 100px;
	}
	footer ul.mapa-site {
		moz-column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.sidebar {
		float: none;
		margin: auto;
		margin-top: 70px;
		width: auto;
		max-width: 280px;
	}
	.sidebar.right {
		margin-top: 0;
	}
	.relacionados .sidebar .bloco {
		margin-top: 70px;
	}
	.breadcrumb {
		padding-left: calc(50% - 360px);
	}
	.perfil {
		right: calc(50% - 350px);
		left: auto;
	}
}

@media(max-width: 870px) {
	#main-nav ul li:nth-child(1) {
		display: none;
	}
	#menu .content ul.main li:nth-child(n+3):nth-child(3) a {
		display: block;
	}
	.obesidade ul li {
		display: block;
		margin: auto;
	}
	.obesidade {
		padding: 30px;
	}
	.obesidade ul li:nth-child(2) {
		margin-left: 0;
	}
	.obesidade li p span {
		font-size: 120px;
		line-height: 92px;
	}
}

@media(max-width: 767px) {
	#main-nav {
		padding: 10px 15px;
	}
	.destaques:after {
		width: 100%;
		height: 1px;
		top: 530px;
	}
	.destaques .left,
	.destaques .right {
		width: calc(100% - 70px);
	}
	.destaques .left {
		left: 35px;
	}
	.destaques .right {
		top: 530px;
		right: 35px;
	}
	footer .text-right {
		text-align: left;
	}
	footer [class*="col"] {
		width: 380px;
		margin: auto;
	}
	footer ul.mapa-site {
		moz-column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		width: 220px;
		margin-bottom: 30px;
	}
	.filtro-convenios ul li {
		display: block;
	}
	.filtro-convenios select,
	.filtro-convenios h5 {
		width: 100%;
		max-width: 450px;
		margin: 5px auto;
	}
	.breadcrumb {
		padding-left: 15px;
	}
	.perfil {
		right: 0;
		left: 0;
		bottom: -175px;
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}
	.nav-tabs > li,
	.nav-pills > li {
		display: block;
	}
	.pg-sobre [class*="col"] {
		padding-top: 45px;
		margin-bottom: 30px;
	}
	.pg-sobre .tab-content {
		padding-left: 0;
		padding-right: 0;
	}
	.pg-sobre .embed-responsive {
		margin: 0;
	}
	.sprite-title.missao,
	.sprite-title.visao,
	.sprite-title.valores {
		top: 0;
	}
	.relacionados .bloco {
		padding: 0 15px;
	}
	.interna .bloco {
		padding: 0 15px;
	}
}

@media(max-width: 700px) {
	#main-nav ul li:nth-child(8) {
		display: none;
	}
	.bg-header {
		padding-top: 150px;
	}
}

@media(max-width: 480px) {
	h1 {
		font-size: 36px;
		line-height: 42px;
	}
	#main-nav #logo {
		width: 100px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	footer [class*="col"] {
		width: 300px;
	}
	.obesidade li p span {
		font-size: 77px;
		line-height: 60px;
	}
	.destaques .left,
	.destaques .right {
		padding: 15px 30px;
	}
	.destaques p span {
		font-size: 30px;
		line-height: 60px;
	}
	footer .media-left,
	footer .media-body {
		display: block;
	}
	footer .media-left {
		text-align: center;
		padding-right: 0;
	}
	footer .media-body {
		margin-top: 30px;
	}
	.sidebar {
		max-width: none;
		width: calc(100% - 30px);
		margin-right: 15px;
		margin-left: 15px;
	}
	.map-info {
		left: 0;
		right: 0;
		margin: auto;
	}
	#carousel-home .carousel-caption {
		width: calc(100% - 30px);
		left: 15px;
		right: 15px;
	}
	#carousel-home h1 {
		font-size: 32px;
		line-height: 40px;
	}
	#menu .content {
		width: 319px;
	}
	#menu ul.social li {
		margin-right: 15px;
	}
	#carousel-home .carousel-img,
	#carousel-home {
		height: 550px;
	}
}

.tag-especialista {
    background: #464f4a;
    display: inline-block;
    padding: 15px;
    border: 1px solid white;
    color: white;
}

.tag-especialista h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 3px;
}

.tag-especialista * {
    display: block;
}

.tag-especialista span {
    margin-bottom: 7px;
    font-size: 13px;
    font-style: italic;
}

.tag-especialista small {
    font-size: 10px;
}