 /*#Site Styles*/
/*================================================== */*/
#topo{
	background-color: #FFF;
}

.logo{
	padding-top: 20px;
}

#topo img{
	padding-top: 15px;
}

#topo h1{
	font-family: arial;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	margin-top: 25px;
	background-image: -webkit-linear-gradient(to bottom, #D85749, #C03A2C);
	background-image: -moz-linear-gradient(to bottom, #D85749, #C03A2C);
	background-image: -o-linear-gradient(to bottom, #D85749, #C03A2C);
	background-image: -ms-linear-gradient(to bottom, #D85749, #C03A2C);
	background-image: linear-gradient(to bottom, #D85749, #C03A2C);
}

#topo address{
	background: url(../imgs/bg-tel.png) #2375C9 no-repeat;
	background-position: 10px 4px;
	font-family: 'times new roman' serif;
	font-size: 25px;
	color: #FFF;
	height: 50px;
	width: 95%;
	margin: 0 auto;
	border-radius: 10px;
	text-align: center;
	line-height: 50px;	
}

#menu{
	background-color: #E74029;
	height: 60px;
	margin-top: -6px;
}

#menu li{
	display: inline;
	font-family: 'times new roman';
	font-size: 25px;
	padding: 0 30px;
	line-height: 60px;
}

#menu li:first-child{
	padding-left: 0;
}

#menu li:last-child{
	padding-right: 0;
}

#menu li a{
	color: #FFF;
	text-decoration: none;
}

#banner{
	margin-top: 15px;
}

h2{
	font-family: arial;
	font-size: 17px;
	color: #E9532E;
	text-transform: uppercase;
	font-weight: bold;
}
p{
	font-family: arial;
	font-size: 15px;
	color: #8F8E96;
}

#saude-index{
	border-top: 1px dashed #9998A6;
	clear: both;
	padding-top: 10px;
	text-align: center;
}

.odonto-index{
	text-align: center;
}

#planos-index p{
	line-height: 25px;
}

.saiba-mais{
	background-color: #FFBE00;
	font-size: 15px;
	padding: 7px 40px;
	border-radius: 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}

.saiba-mais:hover{
	color: #FFF;
}

#info-planos{
	margin-top: 20px;
}

#info-planos article{
	background-color: #1A2C3A;
	height: 300px;
	border-radius: 10px;
	color: #FFF;
}

#info-planos article:nth-child(2){
	background-color: #01698C;
}

#info-planos article:nth-child(3){
	background-color: #01A8DF;
}

#info-planos h3, #info-planos p, #info-planos ul{
	color: #FFF;
	padding-left: 25px;
}

#info-planos h3{
	padding-top: 15px;
}

#info-planos p{
	font-size: 18px;
	line-height: 30px;
}

#info-planos ul{
	font-size: 18px;
}

strong{
	color: #C7321A;
}

#form input{
	width: 100%;
	height: 25px;
}

#form textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 140px;
	max-height: 140px;
}

#form button{
	width: 15%;
	height: 40px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	border: 1px solid #60AB60;
    background-image: -moz-linear-gradient(to bottom, #6FC66F, #52A452 130%);
    background-image: -o-linear-gradient(to bottom, #6FC66F, #52A452 130%);
    background-image: -ms-linear-gradient(to bottom, #6FC66F, #52A452 130%);
    background-image: linear-gradient(to bottom, #6FC66F, #52A452 130%);
    background-image: background-image: linear-gradient(#6FC66F, #52A452 130%);
}

#rodape{
	background-color: #C7321A;
	height: 191px;
}

#rodape p, #rodape address{
	color: #FFF;
	padding-top: 7px;
}

#rodape .espacamento{
	padding-top: 20px;
}

#rodape a{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#rodape a:hover{
	text-decoration: underline;
}

.destaque{
	color: #2375C9;
	font-size: 16px;
	font-weight: 600;
}

.info-planos{
	color: #8F8E96;
}

.santa-casa{
	background-color: #2375C9;
	color: #FFF;
	font-size: 17px;
	padding: 15px 35px;
	display: inline-block;
	border-radius: 7px;
	margin-bottom: 20px;
	text-decoration: none;
	border: 1px solid #1B6BBD;
	text-align: center;
}

.santa-casa:hover, .santa-casa:visited{
	color: #FFF;
	border: 1px dashed #FFF;
}

#perguntas h3{
	font-family: arial;
	font-size: 16px;
	color: #FFF;
	padding-left: 50px;
	background: url(../imgs/seta.png) no-repeat #2375C9;
	background-position: 5px 8px;
	border: 1px dashed #FFF;
	cursor: pointer;
}

/* #Media Queries
================================================== */

	@media only screen and (min-width: 960px) and (max-width: 1199px)  {
		#menu li{
			padding: 0 10px
		}
	}

	@media only screen and (max-width: 959px) {}
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#topo h1{
			font-size: 18px;
		}

		#topo address{
			font-size: 17px;
			width: 100%;
			text-align: right;
		}


		#info-planos article{
			height: 380px;
		}
		
		#rodape img{
			display: none;
		}

		#rodape p, #rodape address{
			font-size: 15px;
		}
	}

	@media only screen and (max-width: 767px) {}
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#topo address{
			font-size: 22px;
		}

		#info-planos article{
			margin-top: 15px;
		}

		#rodape{
			height: 248px;
		}

		#rodape img{
			display: none;
		}
	}

	@media only screen and (max-width: 479px) {
		#topo address{
			font-size: 17px;
			text-align: right;
		}

		#topo h1{
			font-size: 18px;
		}

		#info-planos article{
			margin-top: 15px;
			height: 355px;
		}

		#rodape{
			height: 248px;
		}

		#rodape img{
			display: none;
		}
	}

	/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'Im';
	    src: url('../fonts/impact.eot');
	    src: url('../fonts/impact.eot?iefix') format('eot'),
	         url('../fonts/impact.woff') format('woff'),
	         url('../fonts/impact.ttf') format('truetype'),
	         url('../fonts/impact.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
