body{ margin:0px; }
a{ 
	display:block;
	background:transparent; 
	outline:none !important;
	text-decoration:none !important;
}
img{ border: 0px; }
.clearfix,.clear{ clear:both; }
h1,h2,h3,h4,h5,h6{
	margin-top: 5px;
	margin-bottom: 5px;
	color:#000;
	font-weight:normal;
}
h1{ font-size: 26px; }
h2{ font-size: 22px; }
h3{ font-size: 20px; }
h4{ font-size: 16px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }
.small{ font-size:80%; }
p {
  margin:0px;
  padding:0px;
  line-height:25px;
  font-size:12px;
}
.obrigatorio{
	font-size:11px;
	color:#FF0000;	
}
.conteudo {
	width:100%;
	max-width:970px;
	min-width:320px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}
/* PLACEHOLDER */
::-webkit-input-placeholder{
    color:#666;
}
:-moz-placeholder{
    color:#666;
}
::-moz-placeholder{
    color:#666;
}
:-ms-input-placeholder{
    color:#666;
}
/* HTML PADRAO GERAL */
ul{
	list-style:none;	
	margin:0px !important;
	padding:0px !important;
}
form{
	padding:0px;
	margin:0px;	
	display:block;
}
input[type="text"],[type="password"],textarea,select{
	width:100%;
}
.preto{
	color:#333;	
}
.preto:hover{
	text-decoration:none !important;
	color:#666 !important;	
}
.branco{
	color:#FFF;	
}
.branco:hover{
	text-decoration:none !important;
	color:#666 !important;	
}
.branco-puro{
	color:#FFF !important;	
}
.branco-puro:hover{
	color:#FFF !important;
	text-decoration:none !important;	
}
.no-margin{
	margin:0px !important;	
}

/* MENSAGEM FALE CONOSCO E NEWSLETTER */
.msg{
	width:100%;
	border:0px !important;
	font-family:Arial, sans-serif;
	text-align:center;
	position:fixed !important;
	top:0px;
	left:0px;
	font-size:12px;
	padding:15px 20px 15px 20px;
	font-weight:normal;
	min-height:10px;
	z-index:999;
	box-shadow:0px 3px 10px #CCC;
}
.erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;	
	color:#B94A48;
}
.sucesso{
	background-color:#DFF0D8;
	border:1px solid #9FC76F;
	color:#468847;
}
.icone-msg{
	margin-right:10px;	
}
.fechar-msg{
	color:#999;
	font-size:20px;
	position:absolute;
	right:100px;
	top:10px;
	font-weight:bold;
	cursor:pointer;
	width:100px;	
}
.linha {
  margin-right: -15px;
  margin-left: -15px;
}
*, *:before, *:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.xs-1, .sm-1, .md-1, .xs-2, .sm-2, .md-2, .xs-3, .sm-3, .md-3, .xs-4, .sm-4, .md-4, .xs-5, .sm-5, .md-5, .xs-6, .sm-6, .md-6, .xs-7, .sm-7, .md-7, .xs-8, .sm-8, .md-8, .xs-9, .sm-9, .md-9, .xs-10, .sm-10, .md-10, .xs-11, .sm-11, .md-11, .xs-12, .sm-12, .md-12{
  position: relative;
  float: left;
}
.xs-12{ width:100%; }
.xs-11{ width: 91.66666667%; }
.xs-10{ width: 83.33333333%; }
.xs-9 { width: 75%; }
.xs-8 { width: 66.66666667%; }
.xs-7 { width: 58.33333333%; }
.xs-6 { width: 50%; }
.xs-5 { width: 41.66666667%; }
.xs-4 { width: 33.33333333%; }
.xs-3 { width: 25%; }
.xs-2 { width: 16.66666667%; }
.xs-1 { width: 8.33333333%; }
@media (min-width: 768px) {
  .sm-12{ width: 100%; }
  .sm-11{ width: 91.66666667%; }
  .sm-10{ width: 83.33333333%; }
  .sm-9 { width: 75%; }
  .sm-8 { width: 66.66666667%; }
  .sm-7 { width: 58.33333333%; }
  .sm-6 { width: 50%; }
  .sm-5 { width: 41.66666667%; }
  .sm-4 { width: 33.33333333%; }
  .sm-3 { width: 25%; }
  .sm-2 { width: 16.66666667%; }
  .sm-1 { width: 8.33333333%; }
}
@media (min-width: 992px) {
  .md-12{ width: 100%; }
  .md-11{ width: 91.66666667%; }
  .md-10{ width: 83.33333333%; }
  .md-9 { width: 75%; }
  .md-8 { width: 66.66666667%; }
  .md-7 { width: 58.33333333%; }
  .md-6 { width: 50%; }
  .md-5 { width: 41.66666667%; }
  .md-4 { width: 33.33333333%; }
  .md-3 { width: 25%; }
  .md-2 { width: 16.66666667%; }
  .md-1 { width: 8.33333333%; }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.img-responsive{
	display: block;
	height: auto;
	max-width: 100%;	
}
@media (max-width: 767px) {
  .visible-xs { display: block !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block !important; }
}
@media (min-width: 992px) {
  .visible-md { display: block !important; }
}
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none !important; }
}
@media (min-width: 992px) {
  .hidden-md { display: none !important; }
}