/*

grey - color: #CDCCCC;
orange light - color: #f86c00;
orange dark - color: #990000;

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Josefin Sans', sans-serif;

*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}
.wrapper-home{
	position:relative;
	padding-top:40px;
	padding-bottom:60px;
}
.wrapper{
	position:relative;
	padding-top:40px;
	padding-bottom:60px;
}
.wrapper-zero{
	position:relative;
	padding-top:30px;
}
.wrapper-post{
	position:relative;
	padding-top:250px;
}

#list,
#box{
	padding-top: 20px;
}
#sidebar{
	/*border-top: 1px solid #900;*/
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
	padding-bottom: 20px;
}
/* Sidebar das Páginas Produto */
#idprod{
  margin-bottom: 0px;
  background-color:  #fff;
}
#callustec{
  background: url('../images/callustec.png') bottom right no-repeat #f86c00;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 1px solid #f86c00;
  border-bottom: 1px solid #f86c00;
}
#callustec p{
  width: 40%;
  text-align: left;
  font-size:1.2em;
  font-weight: 400;
  color: #fff;
  padding-top: 20px;
}
#callustec span{
  font-weight: 700;
  text-transform: uppercase;
}
#callus{
  background: url('../images/callus.png') bottom right no-repeat ;
  margin-bottom: 20px;
  border-top: 1px solid #900;
  border-bottom: 1px solid #900;
}
#callus p{
  width: 40%;
  text-align: left;
  font-size:1.2em;
  font-weight: 400;
  padding-top: 20px;
}
#idprod button,
#callus button,
#callustec button{
  margin-bottom: 20px;
}
/* Tipografia
-----------------------------------------------------------------------*/
a:link {color: #990000;text-decoration: none;}
a:visited {text-decoration: none;color: #990000;}
a:hover {text-decoration: underline;color: #990000;}
a:active {text-decoration: none;color: #990000;}

h1{
	font-family: 'Source Sans Pro', sans-serif;
	color: #990000;
    font-weight:300;
    text-transform: uppercase;
}
h2, h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #990000;
    font-weight:700;
    text-transform: uppercase;
}
h4, h5, h6{
  font-family: 'Source Sans Pro', sans-serif;	
  font-weight:400;	
  color: #990000;
}
p{
  font-size: 1.2em;
  text-align:justify;	
  font-weight: 
}
.text-responsive{
  font-size:1.4vw;
  font-weight: 400;
}
/* Elements
-----------------------------------------------------------------------*/
#subtop{
	margin-top: 20px;
	text-align: left;
}
.list-unstyled li{
  font-weight: 400;
  padding-bottom: 5px;
  line-height: 1.2em;
}
.list-unstyled li:hover{
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2em;
  cursor: pointer;
}
#socialrow{
	min-height: 20px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;	
}
.divider20{
	height:20px;
}
.divider40{
	height:40px;
}
.divider60{
	height:60px;
}
.page-header{
	border-bottom-color: #e4e4e4;
}
.titline {
	margin: 30px auto 30px auto!important;
	position: relative;
	text-align: center;    
}
.titline:before,
.titline:after {
	border-top: 1px solid #990000;
	content: "";
	height: 1px;
	left: auto;
	position: absolute;
	top: 12px;
	width: 30px;
}
.titline:before {
	margin-left: -45px;
}
.titline:after {
	margin-left: 20px;
}
section{
	padding-top:40px;
	padding-bottom:0;
}
/* mapa */
#map-canvas{
  position: relative;
  width: 100%;
  height: 300px;
  padding: 0px;
  margin-top: -30px;
  margin-bottom: 40px
}
/* iframe mapa google */
.map-container {
  width: 100%;
  margin: 0px 0 0px;
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
  background-color: #f5f5f5;
}
.map-container iframe.clicked{
  pointer-events: auto;
}
/* pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #990000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #990000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #990000;
  background-color: #B9C6DC;
  border-color: #990000;
}
/* botao pedido de informacao */
#boxinfo{
	background-color: #009245;
	background: url(../images/bg-info.png) top right no-repeat #009245;
	width: 100%;
	min-height: 90px;
	height: auto;
	padding: 10px 100px 10px 20px;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.0em;
}
#boxinfo:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
}
#boxinfo strong{
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.0em;
}
/* Formulários */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* Modal */
.modal-dialog {
  position: relative;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.embed-responsive{
  margin-bottom: 10px;
}
/* well pedido orcamento */
/*

grey - color: #CDCCCC;
orange light - color: #f86c00;
orange dark - color: #990000;

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Josefin Sans', sans-serif;

*/
.well_orcm {
  min-height: 120px;
  padding: 0px 10px 19px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: url(../images/bg_box1.jpg) top right no-repeat #990000;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_atec {
  min-height: 120px;
  padding: 0px 10px 19px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: url(../images/bg_box2.jpg) top right no-repeat #f86c00;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_fogo {
  min-height: 120px;
  padding: 0px 10px 19px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #990000;
  background: url(../images/bg_box3.jpg) top right no-repeat #CDCCCC;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_loja{
  min-height: 120px;
  padding: 15px 10px 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #FFF;
  background: #CDCCCC;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_loja img{
	padding: 0 10px 0;
	margin-bottom: -10px;
}
.well_atec:hover,
.well_orcm:hover,
.well_fogo:hover,
.well_loja:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.55);
}
.well_atec h3,
.well_atec h2,
.well_orcm h3,
.well_orcm h2,
.well_loja h3,
.well_loja h2{
  padding-left: 10px;
  padding-right:  10px;
  color: #fff;
  font-weight: 300;
}
.well_atec p,
.well_orcm p,
.well_loja p{
  padding-left: 10px;
  padding-right:  10px;
  margin-right: 40%;
  color: #fff;
  font-weight: 300;
  text-align: left;
}


.well_fogo h3,
.well_fogo h2,
.well_fogo p{
  padding-left: 10px;
  padding-right:  10px;
  margin-right: 40%;
  color: #990000;
  font-weight: 300;
  text-align: left;
}

.well_atec h3,
.well_atec h2,
.well_atec p{
  padding-left: 10px;
  padding-right:  10px;
  color: #FFF;
  font-weight: 300;
}
.well_orcm h3 strong,
.well_atec h3 strong,
.well_loja h3 strong{
  font-weight: 700;
}
/* well blue */
.well_blue {
  min-height: 120px;
  padding: 0px 10px 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #990000;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_blue h3,
.well_blue p{
  padding-left: 10px;
  padding-right:  10px;
  color: #fff;
}
.well_blue .mail{
  font-size: 1.2em;
}
.well_blue .fa-stack{
	margin-top: 5px;
}
.well_blue .fa-user{
  color: #990000;
}
.well_blue h3{
  font-size: 1.6em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.well_blue h3 strong{
  font-weight: 700;
}
.well_blue h4{
  font-weight: 700;
  font-size: 1.6em;
  color: #fff;
}
.well_blue p{
  font-size: 1.0em;
  text-align: left;
  font-weight: 300;
}
/* well greyblue */
.well_greyblue {
  min-height: 120px;
  padding: 0px 10px 19px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #990000;
  background-color: #B9C6DC;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well_greyblue h3,
.well_greyblue p{
  padding-left: 10px;
  padding-right:  10px;
}
.well_greyblue h3{
  font-size: 1.6em;
  text-transform: uppercase;
  color: #990000;
}
.well_greyblue p{
  font-size: 1.0em;
  color: #000;
  text-align: left;
}
/* well */
.well {
  min-height: 120px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well h3,
.well h4,
.well h5{
  font-weight: 400;
  color: #333;
}
.well p{
  font-weight: 300;
  color: #333;
  font-size: 1.0em;
  text-align: center;
}
.well .btn-default,
.well .btn-default:visited{
  color: #990000;
}
.well .btn-default:hover,
.well .btn-default:active{
  color: #990000;
}
/* Panel Default */
.panel .btn-default,
.panel .btn-default:visited{
  color: #fff;
}
.panel .btn-default:hover,
.panel .btn-default:active{
  color: #990000;
}

/* NAV PIL */
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
  background:url(../images/seta-navpills.png) center right no-repeat #337ab7;
  cursor: pointer;
}
/* hover */
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #eee;
  background:url(../images/seta-navpills-grey.png) center right no-repeat #eee;
  cursor: pointer;
}

/* IMAGES
----------------------------------------------------------------------------- */
.img-responsive{
	margin-bottom:20px;
}
.photoprod .img-responsive{
	width: 33%;
	height: 33%;
	display: inline;
}
.img-responsive2 {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom:10px;
  overflow: hidden;
}
.img-responsive3{
	display: block;
	height:140px;
	width:100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.img-planta {
  width: auto;
  height: 500px;
  margin-bottom:10px;
}
.img-hover:hover{
  opacity:0.85;
  cursor:pointer;
}
/* Header
-----------------------------------------------------------------------*/
header{
	position:relative;
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
    /*background: url('../images/header/4.jpg') repeat left top;*/
    background-size: cover;
    background-position: top center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 40px 0 0 0;
}
header iframe{
  max-height: 240px;
  width: auto;
}
header h2{
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
}
.veilhome{
  width: 100%;
  height: 100%;
  background: url('../images/overlays/05.png') repeat left top #F86C00;
  opacity: .4;
  margin-top: -40px;
  padding-top: 0px;
  position: absolute;
}
#box1{
  background-size: cover;
  background-position: top center;
  height: 300px;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
}
#box2{
  background-size: cover;
  background-position: top center;
  height: 300px;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
}
#box3{
  background-size: cover;
  background-position: top center;
  height: 300px;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
  padding-top: 0px;
  margin-top: -25px;
}
.manchete{
	position:absolute;
	top:30%;
	left:15%;
	display:block;
	z-index:5;
	width:auto;
	height:auto;
	padding: 0 30px;
	z-index:1;
  /*background-color:#900;
  background: rgba(153, 0, 0, .8);*/
}
.manchete h1{  
  display:block;
  text-align:left;
  text-transform:uppercase;
  font-size:3.4em;
  color:#fff;
  line-height:1.2em;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
}
.padded-multiline { 
  background-color:#000;
  background: rgba(0, 0, 0, 1); 
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#header{
  position:relative;
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: top center;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
}
#header h2{
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
}
.veil{
	width: 100%;
  height: 100%;
  background: url('../images/overlays/05.png') repeat left top #F86C00;
  opacity: .4;
}
.manchete .btn{
	margin-top:0;
	margin-left:0;
}
/* owl
-----------------------------------------------------------------------*/
.manchetez{
	position:absolute;
	top:0px;
	left:30px;
	display:block;
	z-index:5;
	width:80%;
	height:160px;
	padding: 65px 6px 0 6px;
	text-align:left;
	text-transform:uppercase;
	font-size:1.8em;
	color:#fff;
	line-height:1.3em;
	z-index:1;
}
.padded-multi-line { 
  background-color:#990000;
  background: rgba(153,0,0, .8);
  padding: 0 20px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
header hr {
	margin-left:0;
	border-top: 0px solid #DA2794;
}
.manchetez .btn{
	margin-top:0;
	margin-left:0;
}
#owl-demo .item{
    display: block;
    width: 100%;
	
	max-height:450px;
	/*overflow:hidden;*/
	position:relative;
}
#owl-demo img{
    display: block;
    width: 100%;
	position:relative;
}

/*
#owl-demo .item img{
    display: inline-block;
    width: 100%;
  	height: auto; 
  	position:relative;
  	overflow:hidden;
}
*/

/* Navbar
-----------------------------------------------------------------------*/
.topnavbar-wrapper{
	width:100%;
	height:130px;
	top:0;
	margin-bottom:0px;
	background-color:#FFF;
}
#logomain{
	width: auto;
	height: auto;
	top: -70px;
}
#logomini{
	height: 50px;
}
/* Promo top right */
#callme{
	top:0px;
	right:0px;
	position: absolute;
	width:450px;
	height:150px;
	background-image: url(../images/Cadeira-Promo.png);
	background-position: right top;
	background-repeat: no-repeat;
	
}
#callme h3{
	font-size:1.2em;
	font-weight:400;
	color: #f86c00;
	text-align:left;
	display: block;	
}
#callme h5{
	font-size:1.0em;
	color: #990000;
	font-weight:700;
	display: block;
	margin-top: -7px;
}
#logomain{
  height: 120px;
  position: fixed;
  top: 0px;
  display: inline-block;
}
/*

grey - color: #CDCCCC;
orange light - color: #f86c00;
orange dark - color: #990000;

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Josefin Sans', sans-serif;

*/
/* Center navbar
---------------------------------------------------- */
.sticker{
	z-index: 1000;
}
.navbar-center {
	width:100%;
	margin-top:0px;
	text-align:center;
	background-color: #FFF;
	border-radius:0px;
	border-bottom: 1px solid #990000;
	border-top:0px;
	margin-bottom:0px;
	z-index: 1000;
}
.navbar-center .nav {
	float:right;
}
.navbar-center .nav li{
	height:30px;
	margin-top:-35px;
	padding-top:0px;
	display:inline-block;
	float:none;
	margin:0px;
	padding:0 auto;
	vertical-align:middle;
	text-align:center;
}
.navbar-center .navbar-nav > li > a {
	color: #900;
	font-size: 1.0em;
	font-weight: 300;
	text-transform:uppercase;
	border-bottom: none;
}
.navbar-center .navbar-nav > li.active > a {
	background-color: #d3d3d3;
	color: #900;
	border-bottom: 1px solid #fff;
}
.navbar-center .navbar-nav > li > a:hover,
.navbar-center .navbar-nav > li.active > a:hover{
	background-color: transparent;
	color: #f86c00;
	border-bottom: none;
	font-weight:700;
}
/* Caixa Submenu */
.navbar-nav > li > .dropdown-menu {
  margin-top: 18px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* botao principal */
.navbar-center .navbar-nav > li > a:hover,
.navbar-center .navbar-nav > li > a:focus {
  color: #000;
  font-weight: 700;
  background-color: transparent;
}
/* */
.dropdown-menu > li > a{
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #900;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #990000;
  font-weight: 700;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}
.dropdown-toggle:focus {
  color: #999;
}
/* selected page marker */
.navbar-center .navbar-nav > li > a.selected {
	font-weight:700;
}
/* Menu sandwish
------------------------------------------- */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #900;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 0px;
  background-color:#900;
}
.navbar-toggle:hover .icon-bar {
  background-color:#f86c00;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 767px) {
	.navbar-center .nav {
		float:none;
		border-top: 1px solid #ddd;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
	.navbar-center .navbar-nav > li > a {
		height: auto;
		display:block;
		color: #900;
		font-size: 1.2em;
		font-weight: 400;
		text-transform:uppercase;
		border-bottom: none;
		
	}
	.navbar-center .nav li {
		width: 100%;
		height: auto;
		display:block;
		margin:0px;
		padding:0 auto;
		vertical-align:middle;
		text-align:center;
	}
	.navbar-collapse li {
		border-bottom:1px solid #ddd;
		color: #999;
	}
	.navbar-collapse li:hover {
		background-color:#990000;
		text-align:center;
	}
	.navbar-collapse li:hover a:link,
	.navbar-collapse li:hover a:visited {
		color:#FFFFFF;
		text-align:center;
		width: 100%;
		height: auto;
		display:block;
	}	
	ul .dropdown-menu{
		padding-top: 0;
		padding-bottom: 0;
		color: #000;
	}
	.navbar-collapse .dropdown-menu li a:hover {
		color: #fff;
	}
}

/* Social share */
#socialshare{
	min-height: 40px;
	padding: 10px auto;
}

/* Produtos
----------------------------------------------------------------------------- */
.produtoitembox{
	width: 100%;
	height: auto;
	min-height: 240px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:20px;
}
.produtoitembox .col-sm-12:hover{
  cursor:pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
     -moz-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
      box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
}
.produtoitembox h1{
  font-weight: 400;
}
.produtoitembox:hover h1{
  font-weight: 700;
}
.produtoitembox .col-sm-12{
  border-bottom:1px solid #f86c00;
  margin-bottom: 20px;
  padding-top: 20px;
}
.produtoitembox .fotothumb{
  background-position: center center;
  background-size: cover;
}
.produtoitem{
	padding-top:40px;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #E7E8E9;
}
.produtoitem img{
	margin-bottom:20px;
}
.produtoitembox h1{
	text-align:center;
	text-transform: uppercase;
	font-size:1.2em;
	margin-top:0;
	margin-bottom:15px;
	color:#000;
}
.produtoitem h1{
	text-align:left;
	font-size:1.4em;
	margin-top:0;
	margin-bottom:5px;
	color:#000;
}
.produtoitembox p,
.produtoitem p{
	text-align:left;
	font-size:1.0em;
	padding-bottom:15px;
}


/* NOTICIAS
----------------------------------------------------------------------------- */
.destaquebox {
  display: block;
  height:auto;
  padding:0px;
  margin-bottom: 30px;
  line-height: 1.42857143;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.destaquebox .foto{
	display: block;
	width:100%;
	height: auto;
}
.destaquebox img:hover{
	cursor:pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
	   -moz-box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
			box-shadow: 0px 0px 5px 0px rgba(37, 37, 37, 0.55);
}
.destaquebox > img,
.destaquebox a > img {
  margin-right: auto;
  margin-left: auto;
}
.destaquebox .noimage{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.destaquebox .noimage p{
	font-family: 'Titillium Web', sans-serif;	
  	font-weight:300;
	font-size: 1.2em;
  	color: #333;
	vertical-align: middle;
}
.destaquebox .author{
  padding-top: 10px;
  text-overflow: ellipsis;
  width: 100%; /* change to your preferences */
  white-space: nowrap;
  overflow:hidden;
}
.destaquebox h1{
  text-align: left;	
  margin-bottom: 15px;
}
#social{
	min-height:40px;
	margin-top:40px;
	margin-bottom: 20px;
}
.destaquebox .txt {
  padding: 16px 10px;
  color: #333;
  text-align: left;
}
.destaquebox .tit{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  height: 2.2em; /* Fallback for non-webkit */
  font-size: 1.6em;
  font-weight:700;
  line-height: 1.1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.destaquebox a{
	text-decoration:none;
}
a.destaquebox:hover,
a.destaquebox:focus,
a.destaquebox.active {
  border-color: #337ab7;
  text-decoration:none;
}
.destaquebox .moduletxt {width: 100%;margin: 0 0 0 0;overflow: hidden;}
.destaquebox .moduletxt p { margin: 0;}
.destaquebox .fadetxt {  position: relative;  height: 7.2em; /* exactly 6 lines */}
.destaquebox .fadetxt:after {
	content:"";
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	width:15%;
	height:1.2em;
	background:linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.destaquebox .buttons{
	float: none;
	margin-top: 20px;
	padding:0px 10px 10px 0;
	text-align:right;
}
/* Footer
-----------------------------------------------------------------------*/
footer {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}
footer a:link,
footer a:visited{
	color: #333;
}
footer a:hover,
footer a:focus{
	color: #333;
	font-weight: 700;
	/*text-decoration: underline;*/
}
footer h6{
  color: #333;
  font-size: 1.0em;
  font-weight: 400;
}
#boxes{
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 10px;	
  background-color: #e4e4e4;
}
#boxes hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}
#boxes h3{
  padding-top: 0px;
  padding-bottom:  0px;
  font-size: 1.0em;
  font-weight: 400;
  text-transform: uppercase;
  color: #666;
}
#boxes h4{
  padding-top: 0px;
  padding-bottom:  0px;
  font-size: 1.0em;
  font-weight: 400;
  text-transform: uppercase;
  color: #900;
}
#boxes p{
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 1.0em;
}
}
#boxes .bold{
  font-weight: 400;
}
#boxes .bordered{
  border-right: 1px solid #CCC;
}
/*

grey - color: #CDCCCC;
orange light - color: #f86c00;
orange dark - color: #990000;

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Josefin Sans', sans-serif;

*/
/* WBI */
.wbi{
  font-family: 'Josefin Sans', sans-serif;
  font-size:13px;
  color:#333;
  text-decoration:none;
}
.wbi a:link, a:visited, a:hover, a:active{
  color:#333;
  text-decoration:none;
}
/* go back */
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom:11px;
    right:22px;
    display:none;
	z-index:2;
}
/* Cookie Law */
#cookielaw{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	min-height:80px;
	height:auto;
	z-index:1000;
	margin:0;
	padding-top:30px;
	display:block;
	color:#fff;
	background:#000;
	cursor:pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.0em;
}
#cookielaw .modal-title {
	font-size: 1.0em;
	font-weight: 300;
	color: #fff;
}
.closecookie {
  float: right;
  opacity:0.65;
  margin-top:  -5px;
  margin-left: 15px;
}
.closecookie:hover,
.closecookie:focus {
  opacity:1; 
}
/* Buttons
-----------------------------------------------------------------------*/
/* botão default */
.btn-default,
.btn-default:visited{
  color: #990000;
  background-color: #fff;
  border-color: #990000;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #990000;
  background-color: #f5f5f5;
  border-color: #990000;
}
/* botão primary */
.btn-primary,
.btn-primary:visited{
  color: #fff;
  background-color: #990000;
  border-color: #fff;
  border-radius: 4px;
}
.btn-primary:hover {
  color: #990000;
  background-color: #F8C862;
  border-color: #990000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #900;
  background-color: #F8C862;
  border-color: #F8C862;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #900;
  background-color: #F8C862;
  border-color: #F8C862;
}
/* botao link */
.btn-link{
	color: #900;
	text-decoration: none;
}
.btn-link:hover{
	color: #333;
	text-decoration: none;
}
/*

grey - color: #CDCCCC;
orange light - color: #f86c00;
orange dark - color: #990000;

font-family: 'Source Sans Pro', sans-serif;
font-family: 'Josefin Sans', sans-serif;

*/

/* Responsive: Mobile
-----------------------------------------------------------------------*/
@media (max-width:767px) {
	#subtop{
	margin-top: 20px;
	text-align: center;
	}
	/* headers páginas */
	.manchete{
		position:absolute;
		top:20px;
		left:15px;
		display:block;
		z-index:5;
		width:auto;
		height:auto;
		padding: 0 10px;
		z-index:1;
	}
	.manchete h1{  
	  display:block;
	  text-align:center;
	  text-transform:uppercase;
	  font-size:3.2em;
	  color:#fff;
	  line-height:1.2em;
	  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
	}
	.veil{
	  width: 100%;
	  height: 100%;
	  background: url('../images/overlays/05.png') repeat left top #F86C00;
	  opacity: .4;
	}
	#boxes .bordered{
	  border-right: none;
	}
}

/* Menu Tablet Horizontal
-----------------------------------------------------------------------*/
@media screen and (min-width: 981px) and (max-width: 1200px) {
  header{
	position:relative;
	width: 100%;
	height: 300px;
	background-color: #f5f5f5;
    /*background: url('../images/header/4.jpg') repeat left top;*/
    background-size: cover;
    background-position: top center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 0 0 0;
	}
	header iframe{
	  max-height: 240px;
	  width: auto;
	}
	header h2{
	  color: #fff;
	  font-weight: 700;
	  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
	  font-size: 1.6em;
	}
	.veilhome{
	  width: 100%;
	  height: 100%;
	  background: url('../images/overlays/05.png') repeat left top #F86C00;
	  opacity: .6;
	  margin-top: -5px;
	  padding-top: 0px;
	  position: absolute;
	}
	#box3{
	  background-size: cover;
	  background-position: top center;
	  height: 300px;
	  color: #fff;
	  text-shadow: 0px 0px 15px rgba(33, 33, 33, 1);
	  padding-top: 20px;
  	  margin-top: 0px;
	}
}
/* Menu Tablet Vertical
-----------------------------------------------------------------------*/
@media (min-width:767px) and (max-width:980px) {
	.navbar-center .navbar-nav > li > a {
	color: #900;
	font-size: 1.0em;
	font-weight: 300;
	text-transform:uppercase;
	border-bottom: none;
	}
	.navbar-center .navbar-nav > li > a {
	color: #900;
	font-size: 1.0em;
	font-weight: 300;
	text-transform:uppercase;
	border-bottom: none;
	}
	

	/* caixas */
	.well_orcm {
	  min-height: 120px;
	  padding: 0px 10px 19px;
	  margin-top: 5px;
	  margin-bottom: 5px;
	  background: #990000;
	  border: none;
	  border-radius: 0px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	}
	.well_atec {
	  min-height: 120px;
	  padding: 0px 10px 19px;
	  margin-top: 5px;
	  margin-bottom: 5px;
	  background: #f86c00;
	  border: none;
	  border-radius: 0px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	}
	.well_fogo {
	  min-height: 120px;
	  padding: 0px 10px 19px;
	  margin-top: 5px;
	  margin-bottom: 5px;
	  color: #990000;
	  background: #CDCCCC;
	  border: none;
	  border-radius: 0px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	}
	.well_loja{
	  min-height: 120px;
	  padding: 15px 10px 10px;
	  margin-top: 5px;
	  margin-bottom: 15px;
	  color: #FFF;
	  background: #CDCCCC;
	  border: none;
	  border-radius: 0px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	}


}
