/* CSS Document */
body{
	font-size:16px;
	font-family: "museo-slab",serif;
	font-weight:300;
}
a{
	text-decoration:none;
	color: #FFFFCC;	
}
a:hover, a:active, a:focus{
	text-decoration:none;
	color: #ffdd00;	
}
object{
	display:none;
	height:0;
}
.no-margin{
	margin:0;
}
.bg-green{
	background-color: #95D198;
}
.bg-blue{
	background-color: #84D8D8;
}
.bg-orange{
	background-color: #FDAA46;
}
.bg-brown{
	background-color: #A8A780;
}
.color-light{
	color: #FFFFCC;	
}
.color-white{
	color: #fff;
}
.size-1{
	font-size:60px;
}
.size-2{
	font-size:35px;
}	
.title{
	color:#272D2D;
}
.title-2{
	font-family: "acumin-pro-extra-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;	
}
.shadow-top{
	background-image: url(../images/shadow_top.png);
	background-repeat:no-repeat;
	background-position: top center;
}

.btn{
	width: 128px;
	border-radius:50px;
	margin: 0 5px;
	border:1px solid;
	outline: none !important;
}
.btn.btn-primary{
	background-color:#768197;
	border-color:#768197;

}
.btn.btn-primary:hover,.btn.btn-primary:focus  {
	color:#768197;
	background-color:#fff;
}

.btn.btn-default{
	color: #FFFFCC;
	background-color:#272D2D;
	border-color:#272D2D;
}
.btn.btn-default:hover,.btn.btn-default:focus  {
	color:#272D2D;
	background-color:#FFFFCC;
}
.btn.center-block{
	margin: 0 auto;
}

header.header{
	background-image:url(../images/bg_header.png);
	background-repeat: repeat-x;
	height:230px;
		
}

.bg-content{
	margin-top:50px;
	padding:0;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}
.table-responsive .circle{
	display: inline-block;
    width: 70px;
    height: 75px;
    font-size: 50px;
	
    margin-right: 15px;
    position: relative;
    margin-left: -5px;
}
.table-responsive td{
	border: 1px solid #FFFFCC;
}
.table-responsive .circle:after{
	content:"";
	position: absolute;
	top: 12px;
	width: 65px;
	height: 65px;
	border-radius: 50px;
	left: 5px;
	border: 1px solid;
	display: block;
	vertical-align: middle;
	line-height: 54px;
	font-family: "acumin-pro-extra-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.table-responsive .circle-1:after{
	content:"1";
}
.table-responsive .circle-2:after{
	content:"2";
}
.table-responsive .circle-3:after{
	content:"3";
}
.table-responsive .circle-4:after{
	content:"4";
}
.table-responsive h3 span{
	font-family: "acumin-pro-extra-condensed",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform:uppercase;	
	font-size:30px;
}
.table-responsive h3{
	display:inline-block;
	text-align:left;
	margin-top: 15px;
	margin-bottom: 30px;
	
}
.table-responsive h3 small{
	text-transform: none;
	font-size: 14px;
	line-height:1em;
}
#faleConosco:before{
	content:"";
	background-image:url(../images/bg_top_footer.png);
	background-repeat:repeat-x;
	/* background-position:top center; */
	position: absolute;
	height: 50px;
	width: 100%;
	top: -30px;
	background-position: top center;
}
#faleConosco{
	background-color: #000000;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 70px;
	margin-bottom: 20px;
}
#faleConosco:after{
	content:"";
	background-image:url(../images/bg_bottom_footer.png);
	background-repeat:repeat-x;
	/* background-position:top center; */
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: -30px;
	background-position: top center;
}
form{
	margin-top:15px;
}
form .form-control{
	background-color: #FFFFCC;
	border-radius: 0;
	outline: none !important;
	color:    #808080;
   	opacity:  1;
	font-weight:700;
}
form input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080;
	font-weight:700;
}
form input.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:    #808080;
   	opacity:  1;
	font-weight:700;
}
form input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:    #808080;
   	opacity:  1;
	font-weight:700;
}
form input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:    #808080;
	opacity:  1;
	font-weight:700;
}
form input.form-control:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color:    #808080;
	opacity:  1;
	font-weight:700;
}
#rodape{
	background-image: url(../images/bg_rodape.png);
    padding: 50px 0;
    margin-top: -25px;
}
#error, #message{
	color: #ffdd00;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.table-responsive td {
		display: block;
		width: 50%;
		float: left;
	}	
}
@media (max-width: 768px){
	.size-1{
		font-size:30px;
	}
	header.header{
		background-image:url(../images/bg_header.png);
		background-repeat: repeat-x;
		height:169px;	
		background-position: bottom left;	
	}
	header.header img{
		max-width: 230px;
		width:100%;
	}
	.logo{
		width: 169px;
	}
	#saibaMais .color-white {
		color:#768197 !important;	
	}
	.bg-content, .shadow-top{
		background: none;
	}
	.table-responsive td {
		display: block;
		width: 100%;
	}	
	.table-responsive h3 {
		min-width: 170px;
	}
	#form .col-sm-6{
		margin: 0;
		padding: 0;
	}

	#rodape .col-sm-4{
		text-align:center;
	}
	#rodape .col-sm-4 img{
		display:block;
		margin:10px auto 5px;
	}
	#error{
		text-align:center;
	}
}