@charset "utf-8";
/* CSS Document */

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: none;
}

article,aside,details,figcaption,
figure,footer,header,nav,section {
	display: block;
}

hgroup {
    display: inline-block;
    margin: 17px 0;
	padding: 14px 0;
   	float:none;
}

hgroup a {
    font-size: 34px;
    font-weight: normal;
    text-decoration: none;
	padding-left:32px;
	color:#444;
	text-shadow: 0.1px 1px 2px #888;
}

hgroup .site-description {
    font-weight: normal;
	padding-left: 32px;
	line-height: 2;
	font-size:12px;
}

audio,canvas,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,.wrapper:after{
	clear: both;
}

.clear:before,.clear:after,
.wrapper:before,.wrapper:after{
	display: table;
	content: "";
}

/* Form fields, general styles first */
button,input,textarea {
	border: 1px solid #ccc;
	border-radius: 0px;
	font-family: inherit;
	margin-right:0%;
	margin-bottom: 7px;
	padding: 8px 10px;
}

button,input {
    line-height: normal;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

#submit {
	cursor: pointer;
}

#searchsubmit {
    background: #009900;
    color: #fff;
	margin-left: -4px;
	cursor: pointer;
}

/* Reset non-text input types */
input[type="checkbox"],input[type="radio"],
input[type="file"],input[type="hidden"],
input[type="image"],input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Make sure videos fit max width of parent container */
embed,iframe,object,video {
	max-width: 100%;
}

/*images */

.img {
	max-width: 100%;
	height: auto;} 

.alignleft {
	float: left;
	margin-left: 5px;
}

.alignright {
	float: right;
	margin-right: 5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #999;
}



/* = Basic structure
-------------------------------------------------------------- */

html {
	font-size: 90.5%;
}

body {
	font-family: 'Open Sans', arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	background: #dcdcdc url(../../imagens/sitebg.jpg) repeat-x;
}

h1{
	font-size: 24px;
	color: #006B9F;
	font-weight: lighter;
}
h2{
	font-size: 20px;
	color: #006B9F;
	font-weight: lighter;
}
h3{
	font-size: 16px;
	color: #006B9F;
	font-weight: lighter;
}
p{
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height: 2em;
}

a {
	outline: none;
	color: #006B9F;
	text-decoration: none;
}

a:hover {
	color: #111;
}

/* Page structure */

#page{
	margin: 30px auto;
	max-width: 960px;
	height: auto;
	background: #FFF;
	border: thick solid #CCCCCC;
	-webkit-box-shadow: 4px 3px 20px -5px rgba(0,24,71,1);
	-moz-box-shadow: 4px 3px 20px -5px rgba(0,24,71,1);
	box-shadow: 4px 3px 20px -5px rgba(0,24,71,1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* Header */
#header{
	margin: o auto;
	max-width: 960px;
	width: 100%;
	height: auto;
	background: url(../../imagens/image-header.jpg) no-repeat center;	
	}


.logo{
	margin: 20px 5px;
	max-width: 198px;
	height: auto;
	width: 100%;
	height: auto;
	Float: left;

}

.top-fone{
	margin: 25px 5px;
	max-width: 198px;
	height: auto;
	width: 90%;
	height: auto;
	float: right;
	text-align: center;
	border: 3px ridge #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E1F0FF;
}

.top-fone p{
	font-size: 14px;
	color: #0868B5;			
	}



.wrapper{
	margin:0 auto;
	max-width: 960px;
	width: 100%;
	height: auto;
	background: #F3F3F3;
}




.nav {

	margin: -2px auto;
	text-align: center;
	max-width: 960px;
	width: 100%;
	height: 40px;
	background: #003768;
	display:inline-block;}
	
.nav li{
	line-height: 1.42857;
	width: auto;
	height: auto;
	padding: 10px;
	transition: .5s ease 0s;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	background: #003768;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10pt;
	font-family: 'Open Sans', arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;

}

.nav li:hover {
	display: inline-block;
	text-decoration: none;
	background: #00A5F4;
	height: 15px;
	padding-top: 8px;


}
	
.nav li a{
	padding: -10px 10px;
	text-decoration: none;
	color: #FFF;
}


#bx{
	max-width: 950px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	
}

#slider{
	max-width: 940px;
	height: auto;
}




#coluna-esquerda{
	float: left;
	height: auto;
	padding: 20px;
	background: #F3F3F3;
    width: 60%;
	margin-top: -20px;     
}


#coluna-esquerda-exames	{
	float: left;
	height: auto;
	padding: 20px;
	background: #F3F3F3;
    width: 60%;
	margin-top: 20px;   
	
	
	}

.abert1{
	margin: 0 auto;
	padding: 5px;
	background: #FFF;
}
.midbar{
	background: #006B9F;
	height: 2px;
}

.abert1-exames{
     margin:0 auto;
	padding: 5px;
	background: #FFF;
	
	}

.abert1-exames ul li{

	list-style-type: disc;
	list-style-position: inside;
	text-indent: 20px;
	color: #006B9F;
	margin-bottom: 20px;	
	}

.abert1-convenios{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background: #FFF;
   
	}

.abert1-convenios img{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 33px;
	
	}




#coluna-direita{
	height: auto;
	width: 100%;
	max-width: 280px;
	float: right;
	margin-right: 20px;

	}
#coluna-direita-exames{
	margin-top: 40px;
	height: auto;
	width: 100%;
	max-width: 280px;
	float: right;
	margin-right: 20px;
	}

#coluna-direita-exames img{
	margin-top: 20px;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
	}


.a1{
	background: #FFF;
	height: auto;
	width: 100%;
	max-width: 260px;
	padding: 10px;
	margin: 0px auto}

.a1 img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
		

	
}
.a2{
	background: #FFF;
	height: auto;
	width: 100%;
	max-width: 260px;
	padding: 10px;
	margin: 10px auto}

.a2 img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	

}

.text{margin-top: 2em;

text-align: left;}

.text2{
	color: #003768;
	text-align: center;
	
}

.text3{
	font-size: 16px;
	font-weight: bolder;
	line-height: 150%;
	color: #003768;
}

.text4{margin-top: 20px;}



.agenda {
	margin-top: 20px;
	padding: 5px;
	background: #003768;
	border: 2px solid #006B9F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	}
	
.agenda h3{
	color: #FFF;
	text-align: center;	
	
}

.agenda span.text2{
	color: #FFF;
}







.coldirtext{
	background: #B8CEE3;
	max-width: 100%;
	height: auto;
	padding: 10px;
	line-height: 1em;
	text-align: center;
}
.coldirtext h3{
line-height: 1em;
font-size: 14px;}

.coldirtext:hover{
	background: #8AC5FF;
	}
#coluna-direita a{text-decoration: none;}	
#coluna-direita a:hover{
	text-decoration: none;

}	
	
#coluna-direita img{
	margin-top: 20px;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
	}

/*----contato-----*/

#coluna-esquerda-contato{
	max-width: 470px;
	height: auto;
	width: 100%;
	float: left;
background: #FFF;
}

#coluna-direita-contato{
	padding: 10px;
	height: auto;
	max-width: 450px;
	width: 100%;
    margin-right: 20px;
	float: right;
	text-align: center;
	}
#coluna-direita-contato p{
	color: #0A64B3;
}


.abert1-contato{

	max-width: 920px;
	width: 100%;
	margin: 30px auto;
	padding: 5px;

}
	
	.abert1-contato p{margin-top: 20px; text-align: center;}
	
#formcontato{
	margin: 24px auto;
	padding: 5px;
	height: auto;
	width: 330px;
	border: 3px solid #006B9F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #C8DBE6;
	-webkit-box-shadow: 4px 3px 20px -5px rgba(0,24,71,1);
	-moz-box-shadow: 4px 3px 20px -5px rgba(0,24,71,1);
	box-shadow: 4px 3px 20px -5px rgba(0,24,71,1);
	
	
	
	}

    
	#mapa{
	border: 3px solid #006B9F;
	height: auto;
	width: 400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px auto;
	
	-webkit-box-shadow: 3px 3px 20px -5px rgba(0,24,71,1);
	-moz-box-shadow:3px 3px 20px -5px rgba(0,24,71,1);
	box-shadow: 3px 3px 20px -5px rgba(0,24,71,1);
	

	}	
.clear { clear: both; }

.row{
	position: relative;
}
	

.form-group { 
  margin-bottom: 20px; 
  margin-top: 20px;
  
}
.form-control {
		border-radius: 5px; 
	    width: 300px;
		margin-left: 5px;
		}
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(226, 90, 148,0.6);
	border-top-color: rgb(69,88,104);
	border-right-color: rgb(69,88,104);
	border-bottom-color: rgb(69,88,104);
	border-left-color: rgb(69,88,104);
}
.agenda-contato{
	max-width: 920px;
	widtH; 100%;
	margin: 20px auto 20px;
	
	padding: 5px;
	background: #003768;
	border: 2px solid #006B9F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	}
	
.agenda-contato h3{
	
	color: #FFF;
	text-align: center;	
	
}

.agenda-contato span.text2{
	color: #FFF;
}

#coin-wrapper{
	margin: 20px auto;
	background: #FFF;
	
	
	}
/* Footer */
footer[role="contentinfo"] {
	background: #003768;
	color: #eee;
	width: 100%;
	clear: both;
	font-size: 14px;
	height: auto;
	line-height: 2;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 10px;}
	
	
#footernav{
	margin: 0 auto;
	text-align: center;
	max-width: 950px;
	height: auto;
	list-style-type: none;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}
#footernav p2{
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 3em;
}

#footernav li{
	display: inline;
	transition: .5s ease 0s;
	list-style-type: none;
	padding: 5px 10px;
}
#footernav li:hover {
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	background: #005BAE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#colophon[role="contentinfo"] p{
	text-align: center;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	}


footer[role="contentinfo"] a {
	color: #eee;
	margin-left:5px;
	text-decoration: none;
}

footer[role="contentinfo"] a:hover {
	color: #fff;
}

.footercopy {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;

	
}

.footercopy p{
	font-size: 10px;
	color: #FFF;
	margin-bottom: 10px;
	
}
.credit{margin-left: 40px;}

.footercredit {
    float: right;
    margin-right: 20px;
	
	
}
.footercredit p{
	font-size: 10px;
	color: #FFF;
	
	}


/*Styles for screen 768 lower*/
@media screen and (max-width: 768px) {



}
@media screen and (max-width: 720px) {


}

@media only screen and (max-width : 480px) {


}


@media only screen and (max-width : 480px) {
.top-fone{
	margin: 30px 5px;
	max-width: 150px;
	height: auto;
	width: 50%;
	height: auto;
	float: right;
	text-align: center;
	border: 3px ridge #006B9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E1F0FF;
}	
	
.top-fone p{
	font-size: 12px;
	color: #0868B5;			
	}
	

.nav {
	margin: -2px auto 20px;
	text-align: center;
	max-width: 960px;
	width: 100%;
	height: 75px;
	background: #003768;
	display: block;
	
}
	
.nav li{
	

	width: auto;
	height: auto;
	
	transition: .5s ease 0s;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	background: #003768;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 9pt;
	font-family: 'Open Sans', arial, sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;

}

.nav li:hover {
	display: inline-block;
	text-decoration: none;
	background: #00A5F4;
	
	


}
	
.nav li a{
	
	padding: -10px 10px;
	text-decoration: none;
	color: #FFF;
}





	
#coluna-esquerda{
	
	height: auto;
	padding: 20px;
	background: #F3F3F3;
	max-width: 420px;
    width: 100%;
	margin-top: -20px;  
    	margin-left: auto;
	margin-right: auto;
}	
#coluna-esquerda-exames	{
	float: left;
	height: auto;
	padding: 20px;
	background: #F3F3F3;
	max-width: 420px;
    width: 100%;
	margin-top: 20px;   
	
	
	}
	.abert1-convenios img{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
	
	}
#coluna-direita-exames{
	margin: 0px 10px;
	padding: 10px;
	max-width: 420px;
	width: 100%;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	}

#coluna-direita-exames img{
	margin-top: 20px;
	max-width: 100%;
	height: auto;
	margin-bottom: 40px;
	}

.text3{
	font-size: 16px;
	font-weight: bolder;
	line-height: 150%;
	color: #003768;
}	
	
	#coluna-direita{
	margin: 0px 10px;
	padding: 10px;
	max-width: 420px;
	width: 100%;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	}
	
.coldirtext{
	background: #B8CEE3;
	max-width: 73%;
	height: auto;
	padding: 10px;
	line-height: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.a1{
	background: #FFF;
	height: auto;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 0px auto}

.a1 img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
		

	
}
.a2{
	background: #FFF;
	height: auto;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 10px auto}

.a2 img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	

}

#coluna-direita-contato{
	margin: 0 auto;
	padding: 10px;
	height: auto;
	max-width: 450px;
	width: 100%;
	text-align: center;
	}

.agenda-contato{
	max-width: 420px;
	margin: 20px auto 20px;
	padding: 5px;
	background: #003768;
	border: 2px solid #006B9F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	}
}





/* = Print styles
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	