body{
	background-color: white;
}
a{
	color: #F16F21;
}
a:hover{
	color: #00A5AC;
}
.laranja{
	color: #F16F21;
}

.azul{
		color: #00A5AC;

}
.atual a{
    color: #00A5AC;
}
h1.azul{
    color: #00A5AC;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.4em;

}

/*#demo-12-col{
    background:green;
    height: 30vh;
}*/

/*.col-xs-2{
    background: yellow;
    height:100%;   
    border: solid;
}*/
.icone{
  text-align: center;
}
.icone img{
	border-radius: 50%;
}
.icone h3{
  color: #F16F21;
  font-size: 2em;

}

@media(max-width: 800px){
	.moldura, .moldura-baixo{
		visibility: hidden;
	}
}
.bg-footer img{
	margin:40px 0 40px 0;
	
}
.bg-footer{
	background: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	min-height: 465px;
	font-size: 1em;
	color: white;
}
.bg-footer2{
  background: url(../images/bg-footer2.png);
  background-repeat: repeat;
  background-position: left -300px ;
  
}
.telefone{
	font-size: 1.4em;

}




@media(min-width: 1200px){
	.moldura{
	position: absolute;
	z-index: 400;
	height: 13px;
	width: 100%;
	background:url(../images/mask-top.png);
}
.moldura-baixo{
	position: absolute;
	z-index: 999;
	height: 9px;
	width: 100%;
	background:url(../images/mask-bottom.png);
	bottom: 0px;

}
.moldura-baixo-int{
  position: absolute;
  z-index: 500;
  height: 9px;
  width: 100%;
  background:url(../images/mask-bottom.png);
  bottom: 200px;

}

}

/*FORMULÁRIO RODAPÉ*/
#formulario input{
  width: 100%;
  height: 2.2em;
  border: 0;
  /*background-color: #E98D21;*/
  background-color: #FFFFFF;
  outline: none;
  margin-bottom: 1em;
  color: #E98D21;
  padding: 1em;
  border-radius: 20px;
  font-size: 1.4em;
}
#formulario textarea{
  width: 100%;
  height: 10em;
  border: 0;
  background-color: #FFFFFF;
  outline: none;
  margin-bottom: 1em;
  color: #E98D21;
    padding: 1em;
     border-radius: 20px;
  font-size: 1.4em;
}
#formulario button[type=submit]{
  width: 20px;
  height: 1em;
  background-color: transparent;
  outline: none;
  margin-bottom: 1em;
  color: #E98D21;
  border: none;
  font-size: 2em;
  /*float: right;*/
  }
#formulario button[type=submit]:hover{
color: white;
}
.formulario{
  padding-left: 52px;
  padding-top: 40px;
}

#status{
  font-size: 1.4em;
  color: white;
  text-align: left;
}


.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:    #D54521;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #D54521;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #D54521;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #D54521;
}
.textos ul li{
  font-size: 1.4em;
}
.textos b, strong{
  color: #F16F21;
}
.navbar-brand a img{
  margin:0;
  padding: 0;
}
/*FORMULÁRIO RODAPÉ*/
#formulario2 input{
  width: 100%;
  height: 2.2em;
  border: 0;
  background-color: #E98D21;
  outline: none;
  margin-bottom: 1em;
  color: #fff;
  padding: 1em;
  border-radius: 20px;
  font-size: 1.4em;
}
#formulario2 textarea{
  width: 100%;
  height: 10em;
  border: 0;
  background-color: #E98D21;
  outline: none;
  margin-bottom: 1em;
  color: #fff;
    padding: 1em;
     border-radius: 20px;
  font-size: 1.4em;
}
#formulario2 button[type=submit]{
  width: 20px;
  height: 1em;
  background-color: transparent;
  outline: none;
  margin-bottom: 1em;
  color: #D54521;
  border: none;
  font-size: 2em;
  /*float: right;*/
  }
#formulario2 button[type=submit]:hover{
color: #00A5AC;
}
.formulario2{
  padding-left: 52px;
  padding-top: 40px;
}
label{
   font-size:2em;
       color:    #D54521;

}
#status{
  font-size: 1.4em;
  color: white;
  text-align: left;
}
#status2{
  font-size: 1.4em;
       color:    #D54521;
  text-align: left;
  min-height: 30px;
}
.active >a{
  background-color: transparent;
  color: #00A5AC;
}