.topo{

	background: url("../img/topo.jpg");

	color: #fff;

	padding-top: 60px;

	padding-bottom: 20px;

}



.logo{

	background: #fff;

	padding: 15px;

	border-radius: 5px;

	text-align: center;

	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);

	margin-bottom: 60px;

}



.starter-template h1{

	
	font-weight: bold;
	
	text-align: center;

	font-size: 50px;

	margin-bottom: 40px;

}



.starter-template .lead{

	

	color: #ffffff;

	font-weight: bold;

	font-size: 24px;
	
	text-align: center;
	
	

}



.formulario{

	background: #008fd5;

	border-radius: 0px 0px 10px 10px;

	padding: 15px;

	color: #000;

	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);

}



.formulario h2{

	text-transform: uppercase;

	font-size: 20px;

	padding: 0px;

	margin: 0px;

	font-weight: bold;

	color: #fff;

}



.formulario p{

	font-size: 16px;

	padding: 0px;

	margin-top: 15px;

	margin-bottom: 15px;

	color: #fff;

}



.input-transp{

	background: #393185;

	border-radius: 0px;

	color: #fff;

}



.btn-new{

	background: #393185;

	border-radius: 0px;

	border: solid 1px #fff;

}



.input-group-addon{

	background: #393185;

	border-radius: 0px;

	color: #fff;

}



.topo2{

	background: #013081;

	color: #fff;

	padding-top: 40px;

	padding-bottom: 40px;

}

.topo33{

	background: #013081;

	color: #fff;

	padding-top: 40px;

	padding-bottom: 40px;

}

.topo33-titulo{

	font-size: 34px;

	font-weight: bold;

	line-height: 42px;
	
	padding-bottom: 20px;

}

.topo33-preco big{

	font-size: 40px;

	font-weight: bold;

	display: block;

	margin-top: 0px;

	margin-left: -3px;

}

.topo33-preco small{

	font-size: 16px;

}




.topo2-titulo{

	font-size: 34px;

	font-weight: bold;

	line-height: 42px;
	
	padding-bottom: 20px;

}






.topo2-preco big{

	font-size: 60px;

	font-weight: bold;

	display: block;

	margin-top: -17px;

	margin-left: -3px;

}




.topo2-preco big sup{

	font-size: 40px;

	font-weight: bold;

}



.topo3{

	background: #008fd5;

	color: #fff;

	padding-top: 15px;

	padding-bottom: 15px;

	text-align: center;

	font-size: 22px;

	text-transform: uppercase;

	font-weight: bold;

	border-bottom: solid 1px #fff;

	border-top: solid 1px #fff;

	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);

}



.topo4{

	background: #024dd0;

	color: #fff;

	padding-top: 40px;

	padding-bottom: 40px;

	text-align: center;

	font-size: 22px;

	font-weight: bold;

}



.fa-big{

	font-size: 48px !important;

	color: #024dd0;

	background: #fff;

	width: 72px;

	padding: 12px;

	border-radius: 40px;

}



h3{

	text-transform: uppercase;

	color: #393185;

	font-weight: bold;

	margin-top: 30px;

	margin-bottom: 30px;

}



.topo5{

	background: #e3e2e2;

}



.legenda{

	margin-bottom: 25px;

	background: #024dd0;

	color: #fff;

	padding: 15px;

	text-align: center;

	text-transform: uppercase;

}



.titulomais{

	font-size: 36px;

	text-transform: uppercase;

	font-weight: bold;

	margin-top: 30px;

	margin-bottom: 30px;

	color: #393185;

}



li{

	font-size: 18px;

	text-transform: uppercase;

}



.topo6{

	background: #013081;

	color: #fff;

	padding-top: 40px;

	padding-bottom: 30px;

	margin-top: 50px;

}



.odonto small{

	font-size: 20px;

	font-weight: bold;

	text-transform: uppercase;

}

.odonto big{

	font-size: 42px;

	font-weight: bold;

	text-transform: uppercase;

	color: #e41d2d;

}



.topo7{

	background: #2e2778;

	color: #fff;

	padding-top: 40px;

	padding-bottom: 30px;

}

		.whatsapp-banner{
			position: fixed;
			left: 10px;
			bottom: 0px;
			z-index: 99;
			cursor: pointer;
			border-radius: 5px 5px 0px 0px;
			box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
		}
		.whatsapp-fundo{
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.7);
			position: fixed;
			top: 0px;
			left: 0px;
			z-index: 888899;
			display: none;
		}
		.whatsapp-popup{
			width: 25%;
			background: #fff;
			z-index: 888999;
			position: fixed;
			left: 37.5%;
			top: 10%;
			border-radius: 10px 10px 0px 10px;
			padding: 10px;
			box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
			display: none;
		}
		.whatsapp-iframe{
			width: 100%;
			border: 0px;
			height: 170px;
		}
		@media only screen and (max-width: 768px) {
		    .whatsapp-popup {
		        width: 80%;
		        left: 8%;
			    }
			.whatsapp-banner{
				position: fixed;
				left: auto;
				right: 50px;
				bottom: 30px;
			}
		}