@charset "utf-8";
/* CSS Document */
/*Font´s*/
/*Font´s*/
/*Font´s*/
@font-face {
	font-family: 'Raleway';
	src: url(../fonts/Raleway.ttf);
}
/*Font´s*/
/*Font´s*/
/*Font´s*/
body {
	display: block;
	position: relative;
	width: 100%;
	background: rgb(255,255,255);
	height: auto;
	margin: auto;
}
#bloco-principal {
	display: block;
	position: relative;
	max-width: 1199px;
	width: 100%;
	margin: 0 auto;
	background: rgb(255,255,255);
}
/*HEADER*/
/*HEADER*/
/*HEADER*/
header {
	display: block;
	position: relative;
	max-width: 1199px;
	width: 100%;
	margin: 0 auto;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	min-height: 50px;
	max-height: 120px;
}
header p {
	display: block;
	position: relative;
	text-align: center;
	margin: auto;
	margin-left: -10px;
	padding-top: 10px;
	font-size: 13px;
	letter-spacing: 0.6px;
	color: RGBA(255,255,255,1);
	font-weight: lighter;
}
.telefones h1 {
	display: block;
	position: relative;
	max-width: 1199px;
	width: auto;
	margin: 0 auto;
	float: none;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	color: RGBA(0,0,0,1);
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	background-color: RGBA(230,226,226,0.2);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 7px;
}
.telefones h2 {
	display: block;
	position: relative;
	max-width: 1199px;
	width: auto;
	margin: 0 auto;
	float: none;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	color: RGBA(0,0,0,1);
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	background-color: RGBA(230,226,226,0.2);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 7px;
}
.telefones h3 a {
	display: block;
	position: relative;
	max-width: 1199px;
	width: auto;
	margin: auto;
	float: none;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	color: RGBA(255,255,255,1);
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	background-color: RGBA(151,24,28,0.9);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 7px;
}
.telefones h4 {
	display: block;
	position: relative;
	max-width: 1199px;
	width: auto;
	margin: auto;
	float: none;
	text-align: center;
	margin-top: -230px;
}
header h1 .lighter, header h2 .lighter {
	font-weight: lighter;
}
.header-icon {
	display: block;
	position: relative;
	text-align: center;
	float: none;
	background: url("../imagens/logo-3.png") no-repeat;
	width: 200px;
	height: 140px;
	margin: auto;
	top: 2px;
	margin: auto;
	padding-right: 10px;
}
.icon-tel {
	display: inline-block;
	position: relative;
	text-align: center;
	float: none;
	background: url("../imagens/header-tel.png") no-repeat;
	width: 20px;
	height: 20px;
	margin: auto;
	padding-right: 5px;
	top: 5px;
}
.icon-tel-1 {
	display: inline-block;
	position: relative;
	text-align: center;
	float: none;
	background: url("../imagens/cel-tel.png") no-repeat;
	width: 20px;
	height: 20px;
	margin: auto;
	padding-right: 5px;
	top: 5px;
}
.clear-mobile {
	clear: both;
}
/*NAV*/
/*NAV*/
/*NAV*/
nav {
	display: block;
	position: relative;
	max-width: 1199px;
	width: auto;
	margin: auto;
	top: 212px;
}
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	max-width: 1199px;
	min-width: 801px;
	width: auto;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background-color: rgba(25,187,186,0.1);
}
#cssmenu > ul {
	background: url('images/bg.png');
	box-shadow: inset 0 -3px 0 RGBA(0,0,0,0.0);
	height: 100px;
	float: right;
}
#cssmenu.align-right > ul > li {
}
#cssmenu > ul > li {
	float: none;
	display: inline-block;
	position: relative;
	text-align: left;
	right: 4%;
	top: 20%;
}
#cssmenu.align-center > ul {
	float: none;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li > a {
	padding: 10px 6px 10px 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	color: RGBA(0,0,0,0.7);
	letter-spacing: 0.2px;
	width: 100%;
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+50,e9e9e9+100 */
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(50%, #ffffff), color-stop(100%, #f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 50%, #f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 50%, #f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1d7cd', endColorstr='#f4f4f4', GradientType=0 ); /* IE6-9 */
}
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
	color: #ffffff;
	background-color: rgba(40,157,204,0.7);
}
#cssmenu > ul > li.has-sub > a { /*ALTERADO SETINHAS*/
	padding-right: 38px;
}
/*ALTERADO para border-top em Li > a:hover*/
#cssmenu > ul > li > a:hover {
	border-top-color: #97181c;
}
#cssmenu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #97181c;
	right: 17px;
	top: 15px;
}
#cssmenu > ul > li.has-sub.active > a::after, #cssmenu > ul > li.has-sub:hover > a { /*setinhas*/
	border-top-color: #97181c;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	margin-top: -20px;
	padding-top: 6px;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
	text-align: left;
}
#cssmenu > ul > li > ul::after { /*setinha*/
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #97181c;
	top: -4px;
	left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
}
#cssmenu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	top: 11px;
	left: -4px;
}
#cssmenu.align-right ul ul ul::after { /*setinha*/
	border-right-color: transparent;
	border-left-color: #97181c;
	left: auto;
	right: -4px;
}
#cssmenu > ul > li > ul {
	top: 120px;
}
#cssmenu > ul > li:hover > ul {
	top: 52px;
	left: 0;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
	padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
	left: 270px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
#cssmenu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 11px 25px;
	width: 270px;
	color: #ffffff;
	background-color: rgba(151,24,28,0.7);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: RGBA(255,255,255,0.9);
	background-color: rgba(151,24,28,1);
}
#cssmenu ul ul li:first-child > a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
	position: absolute;
	display: block;
}
#cssmenu ul ul li.has-sub > a::after { /*setinha*/
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #006ab3;
	right: 17px;
	top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after { /*setinha*/
	border-left-color: transparent;
	border-right-color: #006ab3;
	right: auto;
	left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after, #cssmenu ul ul li.has-sub:hover > a::after { /*setinha*/
	border-left-color: #006ab3;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after, #cssmenu.align-right ul ul li.has-sub:hover > a::after { /*setinha*/
	border-right-color: #006ab3;
	border-left-color: transparent;
}
/*NAV*/
/*NAV*/
/*NAV*/
@media all and (max-width:1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 min-width:50px;
 max-width:1199px;
 height: 80px;
 background-color: rgba(151,24,28,0.9);
}
 #cssmenu > ul {
 display: none;
}
 #cssmenu > ul.open {
 display: block;
 border-top: 1px solid rgba(151,24,28,0.9);
}
 #cssmenu.align-right > ul {
 float: none;
 background-color: rgba(110,38,41,0.5);
}
 #cssmenu.align-center > ul {
 text-align: left;
}
 #cssmenu > ul > li, #cssmenu.align-right > ul > li {
 float: none;
 display: block;
 background-color: rgba(168,16,20,1);
}
 #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
 background-color: rgba(168,16,20,1);
}
 #cssmenu #menu-button {
 display: block;
 float:right;
 text-decoration: none;
 font-size: 14px;
 font-weight: 400;
 color: #ffffff;
 padding: 18px 60px 18px 25px;
 margin-top:10px;
 text-transform: uppercase;
 letter-spacing: 1px;
 background: url("../images/bg.png");
 cursor: pointer;
 background-color: rgba(151,24,28,0.9);
}
 #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
 left: 0;
 right: auto;
 top: auto;
 opacity: 1;
 width: 100%;
 padding: 0;
 position: relative;
 text-align: left;
 margin-top:1px;
}
 #cssmenu ul ul li {
 width: 100%;
}
 #cssmenu ul ul li a {
 width: 100%;
 box-shadow: none;
 padding-left: 35px;
 background-color: RGBA(126,1,5,1);
}
 #cssmenu ul ul ul li a {
 padding-left: 45px;
}
 #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
 border-radius: 0;
}
 #cssmenu #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 border-bottom: 2px solid #d3eced;
 right: 25px;
 top: 18px;
}
 #cssmenu #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 right: 25px;
 top: 28px;
}
 #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
 #cssmenu ul li {
 background-color: rgba(151,24,28,0.9);
}
 #cssmenu ul li:hover {
 background-color: rgba(213,3,9,0.9);
}
 #cssmenu ul ul li {
 background-color: rgba(151,24,28,0.9);
}
#cssmenu ul ul li:hover {
 background-color: rgba(213,3,9,0.9);
}
}
.clear {
	clear: both;
}
/*NAV*/
/*NAV*/
/*NAV*/
#cssmenu {
	min-width: 50px;
	max-width: 1199px;
	height: 80px;
	background-color: rgba(102,102,102,0.1);
}
aside .slide {
	display: block;
	position: relative;
	max-width: 1199px;
	width: 100%;
	height: 100%;
	margin: auto;
	Text-align: center;
	margin-top: 110px;
}
.border {
	display: block;
	position: relative;
	text-align: center;
	max-width: 1199px;
	width: 100%;
	margin: 10px auto 10px auto;
	border: 1px dashed RGBA(153,0,0,0.1);
}
.gray {
	color: #666;
}
/*section*/
/*section*/
/*section*/
section h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: 0.135em;
	font-size: 30px;
	margin-left: 5px;
}
section h2 {
	font-family: 'Raleway', sans-serif;
	color: #A91D21;
	font-style: italic;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.428571429;
	color: #A91d21;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2px;
	margin-top: -30px;
}
section h3 {
	margin-top: 10px;
}
section p {
	font-family: inherit;
	font-size: 24px;
	text-align: justify;
	color: RGBA(0,0,0,0.65);
	font-weight: lighter;
	max-width: 1200px;
	width: auto;
	margin: 22px 10px auto 10px;
}
section p strong {
	color: RGBA(0,0,0,1);
	font-weight: 600;
}
section a {
	display: block;
	position: relative;
	width: auto;
	margin: auto;
	color: RGBA(0,0,0,0.8);
}
/*section*/
/*section*/
/*section*/


/*section clinica*/
section .clinica {
	display: block;
	position: relative;
	max-width: 380px;
	width: auto;
	margin: auto;
	float: left;
}
section .clinica h3 {
	display: block;
	position: relative;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: RGBA(255,255,255,1);
	background-color: RGBA(210,50,45,1);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 7px;
}
/*section clinica*/
/*section galeria clinica*/
section .galeria-clinica {
	display: block;
	position: relative;
	float: none;
	max-width: 1200px;
	width: 100%;
	text-align: center;
	margin: auto;
}
section .galeria-clinica p {
	position: relative;
	max-width: 1200px;
	text-align: center;
	width: auto;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
	font-style: italic;
	font-size: 12px;
	color: RGBA(102,102,102,1);
	margin: auto;
	margin-top: 5px;
}
section .galeria-clinica .hoverbox {
	display: inline-block;
	position: relative;
	text-align: center;
	text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
	margin-left: -30px;
}
section .galeria-clinica .hoverbox {
	cursor: default;
	list-style: none;
}
section .galeria-clinica .hoverbox a {
	cursor: default;
	position: relative;
}
section .galeria-clinica .hoverbox a .preview {
	display: none;
}
section .galeria-clinica .hoverbox a:hover {
	font-size: 100%;
	z-index: 1;
}
.galeria-clinica .hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
section .galeria-clinica .hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 260px;
	height: 173px;
}
section .galeria-clinica .hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 5px;
	position: static;
}
section .galeria-clinica .hoverbox .preview {
	border-color: #000;
	width: 470px;
	height: 312px;
}
/*section galeria clinica*/
/*ASIDE clinica*/
aside .clinica iframe {
	display: block;
	position: relative;
	max-width: 390px;
	width: 100%;
	margin: auto;
	margin-top: 120px;
	float: right;
}
/*ASIDE clinica*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
.background-exames {
	display: block;
	position: relative;
	text-align: center;
	max-width: 1199px;
	width: auto;
	margin: auto;
}
.background-exames-vasculares {
	min-height: 110px;
	max-height: none;
}
.center {
	display: inline-block;
	position: relative;
	max-width: 1199px;
	width: auto;
	text-align: center;
}
.clear-large-large-1 {
	clear: both;
}
.exames, .exames-1, .exames-vasculares, .exames-vasculares-1 {
	display: block;
	position: relative;
	float: left;
	max-width: 380px;
	width: auto;
	height: 200px;
	margin: auto;
	margin-top: -30px;
	margin-right: 5px;
}
.exames p, .exames-1 p, .exames-vasculares p, .exames-vasculares-1 p {
	max-width: 370px;
	width: auto;
	padding: 5px 0 0 10px;
	margin: 0 10px 0 0;
}
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*EXAMES CARDIOLÓGICOS*/
/*Inicio de footer´s*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
footer {
	display: block;
	position: relative;
	text-align: center;
	max-width: 1199px;
	width: 100%;
	margin: auto;
}
footer a {
	display: block;
	color: rgb(12,60,96);
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}
footer ul {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(153, 0, 0);
	text-decoration: none;
	list-style-type: none;
	padding: 0 0 0 10px;
}
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
.conteudo-central {
	background-repeat: no-repeat;
	float: left;
	display: block;
	max-width: 1199px;
	width: 240px;
	height: 370px;
	border: 1px solid RGBA(105,0,4,0.1);
	margin: 10px 11px 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	margin: 10px 2px 20px 10px;
}
.conteudo-central h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.4em;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,0.7);
	font-size: 14px;
	padding: 15px 0 0 15px;
	margin: 0;
}
.conteudo-central h1 span.icon {
	margin-left: -5px;
}
footer .conteudo-central p {
	width: 215px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-style: normal;
	font-variant: normal;
	line-height: 1.2em;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,0.7);
	font-size: 12px;
	padding: 5px 0 0 15px;
	margin: 0 10px 0 0;
}
footer .conteudo-central h3 .menu-icon-tel {
	display: inline-block;
	position: relative;
	background: url("../imagens/menu-icon-tel.png") no-repeat;
	margin: auto;
	margin-left: -50px;
	padding-right: 5px;
	width: 20px;
	height: 20px;
	top: 5px;
	margin-top: 5px;
	left: 0;
}
footer .conteudo-central h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: RGBA(0,0,0,0.7);
	font-size: 15px;
	font-weight: normal;
	margin: auto;
}
footer .conteudo-central h4 {
	display: inline-block;
	position: relative;
	background: url("../imagens/e-mail.png") no-repeat;
	margin: auto;
	margin-left: -30px;
	top: 10px;
}
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO CENTRAL*/
/*FOOTER CONTEUDO DIREITO*/
/*FOOTER CONTEUDO DIREITO*/
/*FOOTER CONTEUDO DIREITO*/
.conteudo-esquerdo, .conteudo-direito {
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 275px;
	height: 370px;
	border: 1px solid RGBA(105,0,4,0.1);
	margin: 10px 5px 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	margin: 10px 5px 20px 0;
}
.conteudo-direito p {
	width: 250px;
}
.clear-large {
	clear: both;
}
footer .conteudo-esquerdo ul li, footer .conteudo-direito ul li {
	display: block;
	position: relative;
	background: url("../imagens/icon-list.jpg") no-repeat;
	background-position: left;
	background-size: 10px;
	width: 10px;
	height: auto;
}
.conteudo-direito-1 {
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 275px;
	height: 370px;
	border: 1px solid RGBA(105,0,4,0.1);
	margin: 10px 5px 20px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	opacity: 1;
	margin: 10px 5px 20px 0;
}
.conteudo-direito p {
	width: 250px;
}
footer .conteudo-esquerdo ul li a, footer .conteudo-direito ul li a {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
	margin-top: 4px;
}
footer .conteudo-direito-1 ul li {
	display: block;
	position: relative;
	background: url("../imagens/icon-list.jpg") no-repeat;
	background-position: left;
	background-size: 10px;
	width: 10px;
	height: auto;
}
footer .conteudo-direito-1 ul li a {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
	margin-top: 4px;
}
footer .conteudo-esquedo ul li a:hover, footer .conteudo-direito ul li a:hover {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
}
footer .conteudo-direito-1 ul li a:hover {
	display: block;
	text-align: left;
	width: 220px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	color: RGBA(0,0,0,1);
	background-color: RGBA(102,102,102,0.05);
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	padding: 2px auto 2px 5px;
	margin-left: 20px;
}
footer .conteudo-esquerdo h3, footer .conteudo-direito h3 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,1);
	font-size: 14px;
	padding: 10px auto auto auto;
	margin: 5px 50px auto auto;
}
footer .conteudo-direito-1 h3, footer .conteudo-direito h3 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,1);
	font-size: 14px;
	padding: 10px auto auto auto;
	margin: 5px 50px auto auto;
}
footer .conteudo-direito-1 h4 {
	display: block;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size-adjust: none;
	font-stretch: normal;
	color: RGBA(0,0,0,1);
	font-size: 12px;
	padding: 10px auto auto auto;
	margin: 5px auto 10px auto;
}
.rede-social img {
	margin-top: -5px;
}
/*conteudo bottom*/
/*conteudo bottom*/
/*conteudo bottom*/
/**/

.conteudo-direito-1 .topo-box-redes-sociais-icon {
	display: inline-block;
	margin: auto;
}
.conteudo-direito-1 .topo-box-redes-sociais {
	display: inline-block;
	position: relative;
	text-align: center;
	float: none;
	width: 170px;
	height: 30px;
	padding-top: 5px;
	margin: auto;
	margin-bottom: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9e9e9+0,ffffff+50,e9e9e9+100 */
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(50%, #ffffff), color-stop(100%, #e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 50%, #e9e9e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9', GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.topo-box-redes-sociais p {
	display: block;
	position: relative;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px auto 10px auto;
}
/**/
/**/
/**/ 
/*RODAPE*/
.top-fix-large1 {
	clear: both;
	margin-top: 220px;
}
.top-fix-large2 {
	clear: both;
	margin-top: 250px;
}
.center {
	display: inline-block;
	position: relative;
	text-align: center;
	background-position: center;
	width: 1199px;
	width: auto;
	margin: auto;
}
.clear-large-large-1 {
	clear: both;
}
.footer-background {
	display: block;
	position: relative;
	text-align: center;
	max-width: 1199px;
	width: auto;
	margin: auto;
	margin-top: 50px;
	min-height: 150px;
}
.rodape-esquerdo, .rodape-esquerdo-1, .rodape-esquerdo-2, .especialidade, .especialidade-1, .especialidade-2 {
	display: block;
	position: relative;
	float: left;
	width: 195px;
	height: 220px;
	margin: auto;
	margin-top: -30px;
	margin-right: 5px;
}
.rodape-esquerdo {
	margin-left: 0;
}
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
.rodape-esquerdo p, .rodape-esquerdo-1 p, .rodape-esquerdo-2 p {
	width: 185px;
	text-align: center;
	line-height: 1.1em;
	font-size-adjust: none;
	font-weight: normal;
	font-size: 18px;
	margin: auto;
	margin-top: 10px;
}
.rodape-esquerdo a, .rodape-esquerdo-1 a, .rodape-esquerdo-2 a {
	display: block;
	position: relative;
	width: 160px;
	text-align: center;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: RGBA(0,0,0,1);
	font-size: 16px;
	margin: auto;
	margin-top: 10px;
	margin-right: 8px;
	padding: 2px;
	padding-bottom: 4px;
}
.footer-background-1 .rodape-esquerdo a, .footer-background-1 .rodape-esquerdo-1 a, .footer-background-1 .rodape-esquerdo-2 a {
	display: block;
	position: relative;
	width: 170px;
	text-align: left;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: RGBA(0,0,0,1);
	font-size: 12px;
	margin: auto;
	margin-top: 10px;
	padding: 2px;
}
.rodape-esquerdo a:hover, .rodape-esquerdo-1 a:hover, .rodape-esquerdo-2 a:hover {
	color: RGBA(255,255,255,1);
	background-color: RGBA(151,24,28,0.9);
}
/*Modificacoes para .rodape-esquerdo-2 */
/*Modificacoes para .rodape-esquerdo-2 */
/*Modificacoes para .rodape-esquerdo-2 */
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
/*RODAPE ESQUERDO*/
/**/
/**/
/**/ 
/**/
/**/
/**/ 
/*Conhecimento e dicas de saúde*/
/*Conhecimento e dicas de saúde*/
/*Conhecimento e dicas de saúde*/
section .dicas-de-saude h1 {
	display: block;
	position: relative;
	max-width: 1199px;
	text-align: center;
	width: auto;
	float: none;
	top: 10px;
	font-size: 28px;
	letter-spacing: 0em;
	margin-right: auto;
}
.margin-top-large-1 {
	margin-top: 120px;
}
.footer-bottom {
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	min-height: 100px;
	max-height: 100px;
}
.footer-nota {
	width: 1200px;
	height: 60px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	margin-top: 5px;
	color: rgb(255,255,255);
}
.footer-nota p {
	margin: 10px 10px;
}
footer {
	clear: both;
}
/*Final de footer´s*/
/*VOLTAR AO TOPO*/
.home-topo-contato {
	display: block;
	position: relative;
	max-width: 1199px;
	text-align: center;
	width: 100%;
	margin: auto;
	padding-top: 7px;
	height: 30px;
	background-color: RGBA(255,255,255,1);
	border: 1px solid RGBA(105,0,4,0.1);
	padding-bottom: 15px;
}
.home-topo-contato ul {
	display: block;
	position: relative;
	max-width: 1199px;
	text-align: center;
	width: 100%;
	margin: auto;
}
.home-topo-contato ul li {
	display: inline;
	position: relative;
	text-align: center;
	max-width: 1199px;
	width: 100%;
	height: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: RGBA(151,24,28,0.7);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 5px;
	margin: auto 100px auto 10px;
}
.home-topo-contato ul li a {
	text-align: center;
	color: RGBA(255,255,255,1);
	margin: auto 10px auto 10px;
	text-decoration: none;
}
.home-topo-contato ul li:hover {
	background-color: RGBA(151,24,28,1);
	border: 2px solid RGBA(255,255,255,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 1;
	padding: 5px;
	text-decoration: none;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
}
/*voltar ao topo*/
/*conteudo bottom*/
/*conteudo bottom*/
/*conteudo bottom*/
#conteudo-bottom {
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,1);
	border: 1px solid RGBA(204,204,204,0.2);
}
#conteudo-bottom h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,0.7);
	font-size: 11px;
	padding: 10px 0 0 10px;
	margin: 0;
}
#conteudo-bottom h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,0.5);
	text-decoration: none;
	list-style-type: none;
	margin-top: 2px;
	padding: 0 0 0 10px;
}
#conteudo-bottom h4 {
	display: block;
	Position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: RGBA(255,255,255,1);
	color: RGBA(0,0,0,1);
	text-decoration: none;
	list-style-type: none;
	margin-top: 40px;
}
/*Article*/
/*Article*/
/*Article*/
article .esquerdo, article .direito {
	background-repeat: no-repeat;
	display:inline-block;
	position: relative;
	text-align: center;
	max-width:1200px;
	min-width:580px;
	width:auto;
	margin: auto;
	margin-top: 20px;

}
.clear-mobile-fix {
	clear:both;
}
.varizes {
	margin-left: 8%;
}
.varizes-1, .varizes-2 {
	margin-left:8%;
}