body {
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	color: #939393;
	height: 100%;
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Fonte Weight */
.light {
	font-weight: 400;
}
.bold {
	font-weight: 800;
}
.bold-italic {
	font-weight: 700;
	font-style: italic;
}
.black {
	font-weight: 800;
}

/* Fonte Weight */

/* Fonte Color */
.red {
	color: #b1031c;
}
.cyan {
	color: #2dafe5;
}
.blue {
	color: #FFFFFF;
}
/* /.Fonte Color */

/* Bg Color */
.bg-red {
	background-color: #b1031c;
}
.bg-cyan {
	background-color: #61a6df;
}
.bg-blue {
	background-color: #0b2a3c;
}
/* /.Bg Color */

/* Bootstrap links */
a {
	color: inherit;
}
a a:hover, a:focus, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

/* /.Bootstrap links */

/* Bootstrap Container */
@media (min-width: 992px) {
.container {
	width: 992px !important;
}
}

@media (min-width: 1200px) {
.container {
	width: 1200px !important;
}
}
/* /.Bootstrap Container */

/* img-responsive Cross Browser */
/*ie 10*/
html[data-useragent*='MSIE 10.0'] .img-responsive {
	max-width: none;
	width: 100%;
}
/*firefox*/
.img-responsive, x:-moz-any-link {
display: block;
max-width: 100%;
width: auto;
height: auto;
}
/*IE6, IE7, IE8*/
.img-responsive {
	max-width: none\9;
	width: 100%\9;
}
/* /.img-responsive Cross Browser */

/* Bootstrap Tipografia */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
	margin: 0;
}
h1, .h1 {
	font-size: inherit;
}
h2, .h2 {
	font-size: inherit;
}
h3, .h3 {
	font-size: inherit;
}
h4, .h4 {
	font-size: inherit;
}
h5, .h5 {
	font-size: inherit;
}
h6, .h6 {
	font-size: inherit;
}
p {
	margin: 0;
}
/* /.Bootstrap Tipografia */

/* Compatibilidade com IE 10 do Windows Phone */
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* /.Compatibilidade com IE 10 do Windows Phone */

/* Botão */
.btn {
	margin-top: 15px;
	padding: 0;
	border-radius: 0;
	touch-action: none !important;
}
.btn-primary {
	color: #fff;
	background-color: #8e8907;
	border-color: transparent;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin-top: 10px;
	font-size: 12px;
	padding: 2px 30px 2px 30px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #8e8907;
	border-color: transparent;
	outline: none !important;
}
.btn-primary:hover {
	color: #fff;
	background-color: #8e8907;
	border-color: transparent;
	outline: none !important;
}
.btn-danger {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	margin-top: 40px;
	font-size: 18px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 0 7px 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: transparent;
	outline: none !important;
}
.btn-danger:focus, .btn-danger:active, .btn-danger.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: transparent;
	outline: none !important;
}
.btn-success {
	color: #8e8907;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-success:focus, .btn-success.focus {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-success:hover {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-success .badge {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-search-ib {
	color: #8e8907;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-search-ib:hover, .btn-search-ib:focus, .btn-search-ib:active, .btn-search-ib.active, .open .dropdown-toggle.btn-search-ib {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-search-ib:focus, .btn-search-ib:active, .btn-search-ib.active {
	color: #006c9b;
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	outline: none !important;
}
.btn-info {
	color: #a1833b;
	background-color: transparent;
	border: #a1833b 2px solid;
	padding: 7px 40px 7px 40px;
	font-size: 15px;
	outline: none !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #a1833b;
	border: #a1833b 2px solid;
	outline: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-info:focus, .btn-info:active, .btn-info.active {
	color: #fff;
	background-color: #a1833b;
	border: #a1833b 2px solid;
	outline: none !important;
}
/* /.Botão */

/* Bootstrap breadcrumb */
#breadcrumb {
	padding: 0;
	list-style: none;
	background-color: transparent;
	font-size: 12px;
}

@media (max-width: 660px) {
#breadcrumb {
	text-align: center;
}
}
#breadcrumb a {
	text-decoration: none;
	color: #8e8907;
}
#breadcrumb a:hover {
	text-decoration: none;
	color: #006c9b;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
#breadcrumb > li {
	display: inline-block;
}
#breadcrumb > li + li:before {
	padding: 0 5px;
	color: inherit;
	content: "/\00a0";
}
#breadcrumb > .active {
	color: #006c9b;
}
/* /. Bootstrap breadcrumb */

/* Ajustes */
.center-all {
	text-align: center;
	margin: 0 auto;
}
.nopadding {
	padding: 0!important;
}
.nopadding-left {
	padding-left: 0!important;
}
.nopadding-right {
	padding-right: 0!important;
}

@media (max-width: 767px) {
.nopadding-mobile {
	padding: 0!important;
}
}

@media (max-width: 991px) {
.nopadding-tablet {
	padding: 0!important;
}
}

@media (max-width: 767px) {
.center-all-mobile {
	text-align: center;
	margin: 0 auto;
}
}

@media (max-width: 660px) {
.center-all-660 {
	text-align: center;
	margin: 0 auto;
}
}

@media (min-width: 768px) {
.hidden-above-768 {
	display: none;
}
}

@media (max-width: 660px) {
.hidden-660 {
	display: none !important;
}
}
/* Centralizar col */
/* centered columns styles */
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
    /* inline-block space fix */
	margin-right: -4px;
}
/* /.Centralizar col */
/* /.Ajustes */

/* Hospital */
.logotipo {
	margin-top: 70px;
}
@media (max-width: 767px) {
.logotipo {
	margin-top: 30px;
}
}
.title {
	font-size: 33px;
	margin-top: 45px;
}
@media (max-width: 767px) {
.title {
	font-size: 28px;
	margin-top: 30px;
}
}
.text {
	margin-top: 7px;
	font-size: 25px;
}
@media (max-width: 767px) {
.text {
	margin-top: 3px;
	font-size: 18px;
}
}
.footer {
	position:absolute;
	bottom: 0;
	min-height: 205px;
	padding-top: 20px;
	width: 100%;
}

.footer .phone {
	font-size: 24px;
}

/* /.Hospital */