/*--------------------------------------------------------------------------
+ Pagina Inicial e Headers e Footers
--------------------------------------------------------------------------*/


@font-face {
  font-family: 'Abel';
  src: local('Abel'), local('Abel-Regular'), url(font/Abel.woff) format('woff');*/
}


* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
}

body {
	color: #fff;
  background: #d6d6d6;
	/*font-size: 11.5pt;
	line-height: 2em;
	background: url(img/background.png)  repeat scroll 0 0 rgba(0, 0, 0, 0);
	*/
}

body,input {
	font-family: "Arial", sans-serif;
}

#footer {
	position: relative;
  height: 369px;
	max-height: 369px;
	background: #484848;/*#e5b700;*/
	overflow: hidden;

	font-family: Abel, sans-serif;
	color: #FFF;
  padding-top: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	/*border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;*/
  border-top: 5px solid #A3A3A3;
}

#footer h4{
  color:#FEFEFE;
}

#footer h4 a{
  color:#FEFEFE;
}

#footer h4 a:hover, a:focus{
  color:#337ab7;
}

#footer p{
  color: #A3A3A3;  
}

#footer p a{
  color: #A3A3A3;  
}


#footer-social h5{
  color: #FEFEFE;
}

#footer-social a {
    background: url("img/social/stay-connected.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    opacity: 0.5;
    text-indent: -9999px;
    transition: opacity 0.25s linear 0s;
    width: 115px;
}

#footer-social a.facebook{
  background-position: -115px 0;    
}

#footer-social a.twitter {
    background-position: -230px 0;
}

#footer-social a.googleplus {
    background-position: 0 0;
}

#footer #page-footer{
  color: #A3A3A3;
  border-bottom: 1px solid #A3A3A3;
}

#footer #page-footer h4{
  color: #A3A3A3;
}

#footer #page-footer h5{
  color: #FEFEFE;
}

#footer #page-footer h6{
  color: #A3A3A3;
}



#header {
	font-family: Abel, sans-serif;
  height: 100px;
  max-height: 100px;
  color: #FFF;

  background: rgb(214,214,214); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(214,214,214,1) 0%, rgba(181,198,208,1) 100%, rgba(214,214,214,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(0%,rgba(214,214,214,1)), color-stop(100%,rgba(181,198,208,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(214,214,214,1) 0%,rgba(181,198,208,1) 100%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(214,214,214,1) 0%,rgba(181,198,208,1) 100%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(214,214,214,1) 0%,rgba(181,198,208,1) 100%,rgba(214,214,214,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(214,214,214,1) 0%,rgba(214,214,214,1) 0%,rgba(181,198,208,1) 100%,rgba(214,214,214,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	/*background: #d6d6d6;*/
  /*background: rgb(214,214,214);
  background: -moz-linear-gradient(top, rgba(214,214,214,1) 0%, rgba(224,224,224,1) 0%, rgba(181,198,208,1) 86%, rgba(214,214,214,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,1)), color-stop(0%,rgba(224,224,224,1)), color-stop(86%,rgba(181,198,208,1)), color-stop(100%,rgba(214,214,214,1)));
  background: -webkit-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(224,224,224,1) 0%,rgba(181,198,208,1) 86%,rgba(214,214,214,1) 100%);
  background: -o-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(224,224,224,1) 0%,rgba(181,198,208,1) 86%,rgba(214,214,214,1) 100%);
  background: -ms-linear-gradient(top, rgba(214,214,214,1) 0%,rgba(224,224,224,1) 0%,rgba(181,198,208,1) 86%,rgba(214,214,214,1) 100%);
  background: linear-gradient(to bottom, rgba(214,214,214,1) 0%,rgba(224,224,224,1) 0%,rgba(181,198,208,1) 86%,rgba(214,214,214,1) 100%); 

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );*/
  border-bottom: #7F7F7F 3px solid;
}

#header img {
  position:absolute;
	max-height: 69px;
  top:7px;
}

#menu {  
  position:relative;
	font-family: Abel, sans-serif;
  font-size: 24px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	text-align: center;
  text-decoration: overline;
  top:20px;
}

#menu li{
  /*float:left;*/
}

#menu .first{
  border-left: #D4D5D6 1px solid;
}

#menu li{
  border-right: #D4D5D6 1px solid;
}

#search {
  top:26px;
}

#search input.form-text {
	border: 0;
	height: 36px;
	padding: 9px 0px 9px 9px;
	background: #7F7F7F ;
	box-shadow: inset 0px -3px 20px 0px #656565;
	border-bottom: solid 1px #656565;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	color: #f2f2f2;
	border-radius: 6px;
}
/*Adição do slider ocupante de tela inteira*/

#clientes{
	height: 80px;
	max-height: 80px;
	font-family: Abel, sans-serif;
	background: #665100;
	text-align: center;
}


#clientes h3{
	border-bottom: 2px solid #53555c;
    color: #53555c;
    font-family: "Open Sans",sans-serif;
    font-size: 2em;
    line-height: 1.5em;
}


#mini-prop{
  background: #7f7f7f;
  height: 36px;
  max-height: 36px;
  border-bottom: #000 1px solid;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.titulo-sublinhado{
  color:#4c4c4c;
  border-bottom: #4c4c4c 3px solid;
}

#mini-clientes{
  background: #7f7f7f;
  height:64px;
  max-height:64px;
}

/*--------------------------------------------------------------------------
+ SOBRE
--------------------------------------------------------------------------*/

#sobre{
  color:#4c4c4c;
}


#sobre h2{
  color:#191919;
}

#sobre p{
  color:#4c4c4c;
}

#sobre .titulo-sublinhado{
  border-bottom: #4c4c4c 3px solid;
}

#bar-clientes .thumbnail{
  
}

/*--------------------------------------------------------------------------
+ SERVIÇOS
--------------------------------------------------------------------------*/

#servicos h4{
  color:#FEFEFE;
}

#servicos h4 a{
  color:#FEFEFE;
}

#servicos h4 a:hover, a:focus{
  color:#337ab7;
}

#servicos p{
  color: #A3A3A3;  
}

#servicos p a{
  color: #A3A3A3;  
}

#servicos-social h5{
  color: #FEFEFE;
}

#servicos .row-under{
   border-bottom: #FEFEFE 10px solid;
}

.service-wrapper-row {
    padding: 10px 0;
    color: #535b60;
    border-bottom: #7F7F7F 1px solid;
}

.service-wrapper-row ul li{
  margin-left: 20px;
}

.service-image {
    text-align: center;
    height: 200px;
    background-clip: padding-box;
    border: 7px solid #fff;
    border-radius: 5px;
    background-color: #fff;
}

.service-image img {
    top: 0;
    bottom: 0;
    box-shadow: 0 0 8px #999;
    max-width: 80%;
    max-height: 100%;
    vertical-align: bottom;
}

/*--------------------------------------------------------------------------
+ CONTATO
--------------------------------------------------------------------------*/

#contato{
  color:#4c4c4c;
}


#contato h1, h2, h3, h4, h5, h6{
  color:#191919;
}

#contato p{
  color:#4c4c4c;
}

#contato .titulo-sublinhado{
  border-bottom: #4c4c4c 3px solid;
}

#contato #alertas{
  padding-top: 10px;
}

#contato #enviando-dados, #erro-dados, #sucesso-dados, #falha-envio{
  display: none;
}

/*--------------------------------------------------------------------------
  Restrito
--------------------------------------------------------------------------*/

#restrito{
  position:absolute;
  right:15px;
  /*top:35px;*/
  padding-right: 2px;
  padding-left: 2px;
  /*
  border: 1px solid #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  */
}

#restrito a{
  font-weight: bold;
  color: #e4e4e4!important;
}

/*--------------------------------------------------------------------------
  Tag Preço 
--------------------------------------------------------------------------*/

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.price-ribbon {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FFF;
  color: #6a6340;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  color: 0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green {
  background-color: #BFDC7A;
}
.ribbon-blue {
  background-color: #5ACBFF;
}
.ribbon-orange {
  background-color: #FF9542;
}
.ribbon-red {
  background-color: #FF7373;
}

/*--------------------------------------------------------------------------
+	Homepage Slider Style (modified sequencejs CSS). Sorry, no LESS here
--------------------------------------------------------------------------*/
#sequence {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  color: white;
  font-size: 0.625em;
  margin: 0 auto 1px auto;
  position: relative;
  height: 400px;
}
#sequence img {
  max-width: 100%;
}
#sequence > .sequence-canvas {
  list-style-type: none;
  height: 400px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sequence h2 {
  font-size: 4em;
  color: #FFF;
  text-shadow: 2px 2px 3px #444;
  border: none;
  padding-left: 0;
  margin-top: 0;
}
#sequence h3 {
  font-size: 2em;
  color: #FFF;
  text-shadow: 2px 2px 3px #444;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 400px;
  z-index: 1;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  -ms-transition-property: background;
  transition-property: background;
  background-position: -50px 0;
}
#sequence > .sequence-canvas > li.bg1 {
  background-image: url(img/banners/background-1.jpg);
}
#sequence > .sequence-canvas > li.bg2 {
  background-image: url(img/banners/background-2.jpg);
}
#sequence > .sequence-canvas > li.bg3 {
  background-image: url(img/banners/background-3.jpg);
}
#sequence > .sequence-canvas > li.bg4 {
  background-image: url(img/banners/background-4.jpg);
}
#sequence > .sequence-canvas > li img {
  height: 96%;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  transition-property: left, opacity;
}
.sequence-next,
.sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px;
}
.sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
}
.sequence-paused {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.sequence-prev {
  left: 3%;
}
.sequence-next {
  right: 3%;
}
.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto;
}
#sequence-preloader {
  background: #d9d9d9;
}
.sequence-pagination-wrapper {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 99;
}
.sequence-pagination {
  display: none;
  z-index: 99;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sequence-pagination li {
  display: inline-block;
  *display: inline;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999em;
  border: 4px solid #4f8db3;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  -o-transition: background .5s, opacity .5s;
  -ms-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.sequence-pagination li.current {
  background: #4f8db3;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sequence-next,
.sequence-prev {
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.sequence-next:hover,
.sequence-prev:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#sequence .title {
  font-size: 3.8em;
  text-transform: none;
  left: 0%;
  width: 35%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  bottom: 60%;
  z-index: 50;
}
#sequence > .sequence-canvas > li.animate-in {
  background-position: 0 0;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
#sequence .animate-in .title {
  left: 15%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#sequence .animate-out .title {
  left: 35%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.subtitle {
  color: black;
  font-size: 2em;
  left: 35%;
  width: 35%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 40%;
}
.animate-in .subtitle {
  left: 15%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.animate-out .subtitle {
  left: 65%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.slide-img {
  left: 90%;
  top: 20%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  height: auto !important;
  max-height: 400px !important;
  max-width: 45% !important;
}
.animate-in .slide-img {
  left: 55%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.animate-out .slide-img {
  left: 15%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
@media only screen and (min-width: 992px) {
  #sequence .title {
    width: 42%;
  }
}
@media only screen and (max-width: 838px) {
  #sequence .slide-img {
    max-height: 530px !important;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #sequence {
    height: 400px;
  }
  #sequence .title {
    font-size: 2.8em;
  }
  #sequence .subtitle {
    font-size: 1.6em;
  }
  #sequence .sequence-next,
  #sequence .sequence-prev {
    height: 60px;
    margin-top: -40px;
  }
  #sequence .slide-img {
    max-height: 480px !important;
    width: auto;
  }
}
@media only screen and (max-width: 568px) {
  .slide-img {
    left: 50%;
    width: auto;
    max-width: 80% !important;
  }
  #sequence .animate-in .slide-img {
    left: 50%;
    margin-left: -40%;
  }
  #sequence .animate-out .slide-img {
    left: 20%;
    margin-left: -20%;
  }
  #sequence .title {
    background: #a1a1a1;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 100%;
    padding: 4%;
    width: 100%;
    margin-bottom: 0;
    z-index: 10;
  }
  #sequence .animate-in .title {
    left: 0%;
  }
  #sequence .animate-out .title {
    left: -100%;
  }
  #sequence .subtitle {
    visibility: hidden;
  }

  #sequence h3.subtitle a{
    color: #FFFFFF;    
  }
  
}
/*--------------------------------------------------------------------------
+	Content Slider Style (bxSlider CSS), Sorry, no LESS here
--------------------------------------------------------------------------*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/carregando.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(img/controles.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(img/controles.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controles.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controles.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}