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

/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face { font-family: CanterLight; src: url(CanterLight.otf); }
@font-face { font-family: nu_century_gothic; src: url(nu_century_gothic.ttf); }


@font-face { font-family: CanterBold; src: url(fonts/CanterBold.otf); }
@font-face { font-family: CenturyGothic; src: url(fonts/century-gothic.ttf); }

span, a, h1, h2, h3, h4, h5, h6, div, input, select, button, p, span { font-family: 'CenturyGothic', sans-serif !important; }

.CanterBold { font-family: 'CanterBold', sans-serif !important; }
.CenturyGothic { font-family: 'CenturyGothic', sans-serif !important; }*/

/* MENU CHOCOLATERIA */
	ul#menu { padding: 0; }
	ul#menu li { 
		display: inline;
		margin-right:-3px;
		font-family: CanterBold !important;
	}
	ul#menu li a {
		color: #FFF;
		font-size:27px;
		text-decoration: none;
		position:relative;
		top:1px;
		font-family: CanterBold !important;
	}
	ul#menu li a:hover { }
/* MENU CHOCOLATERIA */

input, select, textarea, button, .button, .bt_rad { 
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

label { font-size:20px !important; }

/*span, a, h1, h2, h3, h4, h5, h6, p, div, input { font-family: myFirstFont, sans-serif !important;  }*/
/*span, a, h1, h2, h3, h4, h5, h6, p, div, input { font-family: 'Satisfy', cursive !important; }

font-family: 'Handlee', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Pathway Gothic One', sans-serif;
*/

.opacidade:hover { opacity:0.8; cursor:pointer; }

.div_passos {
	background-color:#333;
	max-height:38px;
	min-height:38px;
	height:38px;
	width:100%;}

.div_passos .passo a{
	color:#FFF;
	font-size:12px;
	padding:12px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	/*font-family:Verdana, Geneva, sans-serif;*/
	text-decoration:none;
	cursor:default;}

.div_passos .before a {  background:#43AC6A; color:#FFF; cursor:pointer; height:40px; }
.div_passos .before a:hover { text-decoration:underline; }
.div_passos .atual a { background:#FFFFFF; color:#000; font-weight:bold; }
.div_passos .atual2 a { background:#FFFFFF; color:#000; font-weight:bold; }
.div_passos .next a { }
.div_passos .first a { background-image:none; }
.div_passos .border a { border-right:1px #FFFFFF dotted; }

.conteudo_passos {
	background-color:#FFF; 
	width:100%; }

.conteudos {
	width:100%;
	height:100%;
	/*font-family:Verdana, Geneva, sans-serif;*/ }
	
.barra_p3 {
	padding:10px; 
	background-color:#FFFFFF; 
	width:100%;
	color:#222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.barra_p3:hover { 
	/*background-color:#333; 
	color:#f2f2f2;
	font-weight:bold;*/ }
	
.select {
	/*background-color:#4E3629; 
	color:#FFFFFF;
	/*font-weight:bold;*/}
	
#centro {
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  padding:10px;
  border-top:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
}

.balao { 
	width:100%;
	padding:15px; 
	padding-top:10px; 
	padding-bottom:10px;}
	
	
<!-- MY MENU -->	