body {
  font-family: "Raleway", sans-serif;
  color: #181818;
 }

h2 {
  font-size: 28px;
  font-weight: 700;
  color: #093976;
  text-align: center; }

h2.h2Negativo {
  color: #f4a521; }

h2.h2Newsletter {
  color: #181818; }

h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: -30px;
  padding: 56px 70px;
  padding-top: 10px; }

p {
  font-size: 14px; }

a {
  cursor: pointer;
  transition: all 0.35s;
  outline: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

a.btBox {
  background: #f4a521;
  padding: 5px 30px;
  font-size: 16px;
  color: white; }
  a.btBox:hover {
    background: #093976; }

ul {
  list-style-type: none; }

hr {
  width: 100px;
  border: 2px solid #f4a521;
  margin-top: -5px; }

hr.hrNegativo {
  border: 2px solid white; }

hr.hrCont {
  width: 50px;
  border: 1px solid #f4a521; }

footer hr {
  margin-left: 0; }

footer i {
  font-size: 20px !important; }

footer a {
  color: white;
  margin-right: 10px; }
  footer a:hover {
    color: #f4a521; }
  footer a:focus {
    color: white; }

section {
  padding: 30px 0; }

.navbar-default {
  background: white;
  height: 90px;
  border-top: 3px solid #f4a521;
  border-bottom: 3px solid #f4a521; }

.navbar-brand {
  padding: 0;
  height: auto;
  margin-top: 10px; }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
  margin-top: 14px;
}

.navbar-fixed-top {
  top: 45px; }

.navbar-right {
  margin-right: 0;
  height: 77px; }

.navbar-nav > li {
  height: 90px;
  margin-top: -3px; }

.navbar-default .navbar-nav > li > a {
  padding-top: 36px;
  padding-bottom: 30px;
  color: #093976;
  font-size: 14px;
  font-weight: 500;
  border-top: 3px solid #f4a521; }
  .navbar-default .navbar-nav > li > a:hover {
    border-top: 3px solid white;
    color: #f4a521; }

.barraTop {
  height: 45px;
  background: #093976;
  color: white;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0; }

.barraTop ul {
  padding-left: 0; }
  .barraTop ul li {
    display: inline-block;
    line-height: 45px;
    margin-right: 30px; }
    .barraTop ul li a {
      color: white;
      font-size: 13px; }
      .barraTop ul li a:hover {
        color: #f4a521; }
    .barraTop ul li i {
      margin-right: 10px; }
.barraTop .btArea {
  border: 1px solid white;
  color: white;
  padding: 5px 20px;
  margin-top: 6px;
  display: block;
  float: right; }
  .barraTop .btArea:hover {
    background: white;
    color: #093976; }

header.carousel {
  height: 400px;
  margin-top: 122px;
  border-bottom: 3px solid #f4a521; }

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
  height: 100%; }

header.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }

.carousel-control.right, .carousel-control.left {
  background: none; }

.carousel-caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 50%; }

.carousel-caption h2 {
  color: #f4a521;
  font-size: 35px;
  font-weight: 700; }

.carousel-caption p {
  margin-bottom: 20px;
  color: white;
  font-size: 23px; }

.carousel-caption a {
  color: white;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid white; }
  .carousel-caption a:hover {
    background: white !important;
    color: #093976;
    text-shadow: none; }

.carousel-caption a:hover {
  background: #598A09; }

.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
  content: ""; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  margin-top: -60px; }

/*#servicos {
  text-align: center; }*/
  #servicos .itemServico {
    margin: 0; }
    #servicos .itemServico p {
      min-height: 80px; }
    #servicos .itemServico a {
      padding: 5px 20px;
      color: #f4a521;
      border: 1px solid #f4a521; }

    #servicos .itemServico h2{
      margin-top: 0;
    }

    #servicos .itemServico h3{
      margin: 0;
      padding: 30px;
    }

      #servicos .itemServico a:hover {
        background: #f4a521;
        color: white; }
#servicos .center-align{
  text-align: center;
}
#destaque {
  background: #f8f8f8;
  text-align: right; }
  #destaque h2 {
    text-align: right; }
  #destaque p {
    padding-left: 200px;
    margin: 20px 0;
    font-size: 16px; }

section.module.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 110px 0; }
  section.module.parallax p {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px; }

section.module.parallax-newsletter {
  background-image: url("../img/ft-newsletter.jpg"); }

section.module.parallax-boxesEmpresas {
  background-image: url("../img/bg-empresa.jpg"); }

section.module.parallax-destaqueServicos {
  background-image: url("../img/bg-servicos.jpg"); }

section.module.parallax-destaqueDica {
  background-image: url("../img/bg-dica.jpg"); }

section.module.parallax-destaqueClientes {
  background-image: url("../img/bg-clientes.jpg"); }

#newsletterDestaque {
  width: 300px;
  margin: 0 auto;
  text-align: center; }

.bgRodape {
  background: #093976;
  padding: 30px 0;
  color: white; }

.bgCopyright {
  background: #032958;
  color: white;
  height: 45px; }
  .bgCopyright p {
    font-size: 12px;
    line-height: 45px;
    margin: 0; }

.marcaAlfama {
  text-align: right;
  line-height: 45px; }

.paddingHeader {
  padding: 100px 0; }

#headerInternas {
  width: 100%;
  height: 399px;
  padding: 0;
  margin-top: 122px;
  border-bottom: 3px solid #f4a521; }
  #headerInternas h2.h2Negativo {
    text-align: left; }
  #headerInternas p {
    color: white;
    font-size: 20px; }

.headerEmpresa {
  background: url(../img/header-empresa.jpg) center center; }

.headerServicos {
  background: url(../img/header-servicos.jpg) center center; }

.headerDica {
  background: url(../img/header-dica.jpg) center center; }

.headerClientes {
  background: url(../img/header-clientes.jpg) center center; }

#empresa {
  /*padding: 50px 200px;*/ }
  #empresa p {
    margin-bottom: 20px;
    text-align: justify; }
  #empresa img.imgEmpresa1 {
    float: left;
    margin-right: 20px; }
  #empresa img.imgEmpresa2 {
    float: left;
    margin-left: -205px;
    margin-right: 20px; }

#boxesEmpresas {
  padding: 50px 0;
}

.boxEmpresa div {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 50px;
  min-height: 250px; }
.boxEmpresa hr {
  border: 1px solid #093976; }
.boxEmpresa p {
  color: #181818 !important;
  font-size: 14px !important; 
}
#newsletterInternas {
  border-top: 3px solid #ebebeb; }
  #newsletterInternas form {
    margin-top: 12px; }
.itemDicas hr{
  float: left;
  border: 1px solid #f4a521 !important;
}
.itemDicas {
  margin-bottom: 40px; }
  .itemDicas p {
    text-align: justify;
    clear: both;}

.itemDicas h4{
  min-height: 40px;
  overflow: hidden;
}

.itemCliente {
 padding: 5px 20px;
      color: #f4a521;
      border: 1px solid #f4a521; }

#mapa {
  width: 100%;
  height: 478px; }

.itemServico #headerInternas{
  margin-top: 0;
}

.noPadding {
  padding: 0 !important; }

.itemContato h4 i {
  margin-right: 10px;
  color: #f4a521;
  font-size: 24px; }
.itemContato a {
  display: block;
  color: #181818; }
  .itemContato a:hover {
    color: #f4a521; }

.pagination > .active > a {
  background: #f4a521;
  border-color: #f4a521; }
  .pagination > .active > a:hover {
    background: #f4a521;
    border-color: #f4a521; }
  .pagination > .active > a:focus {
    background: #f4a521;
    border-color: #f4a521; }

.pagination > li > a {
  color: #093976; }
  .pagination > li > a:hover {
    background: #f4a521;
    color: white; }
  .pagination > li > a:focus {
    background: #f4a521;
    color: white; }
#security_newsletter{
  width: 100% !important;
}
#formContato .btEnviar{
  width: 100% !important;
}
#formContato input, #formContato textarea{
  margin-bottom: 20px !important;
}
#servicos .itemContato{
  text-align: center;
}
.itemContato{
  margin-top: 30px;
  margin-bottom: 30px;
}
.extreme-top-pad{
  padding-top: 180px;
}
.responsive-image img{
  width: 100%;
}
.thumb-min{
  margin-right: 10px;
}
.zero-image{
  padding: 0 !important;
  color: transparent !important;
  border: none !important;
}
label.error{
  bottom: 32px;
}

/*--------- RESPONSIVO---------- */
@media (min-width: 990px) and (max-width: 1200px) {
  .paddingHeader {
    padding: 50px 0; }

  #empresa {
    padding: 0; }

  .boxEmpresa div {
    min-height: 290px; } }
@media (min-width: 767px) and (max-width: 990px) {
  .barraTop .btArea {
    margin-top: -48px !important; }

  #destaque p {
    padding: 0; }

  #headerInternas {
    text-align: center; }
    #headerInternas h2.h2Negativo {
      text-align: center; }

  h3 {
    padding: 0; }

  #empresa {
    padding: 0; }
    #empresa img.imgEmpresa2 {
      margin-bottom: 50px; }

  .boxEmpresa div {
    min-height: 387px; } }
@media (max-width: 767px){
  h2{
    font-size: 20px;
  }
  #servicos .itemServico a{
    display: block;
  }
  .carousel-caption h2{
    font-size: 26px;
  }
  .carousel-caption p{
    font-size: 18px;
  }
  .icon-prev img{
    width: 100%;
  }
  .icon-next img{
    width: 100%;
  }
  .barraTop .btArea{
    float: none;
    width: 100%;
    text-align: center;
  }
  #servicos{
    text-align: center;
  }
  .bgCopyright p{
    line-height: normal;
    margin: 20px 0;
  }
  .overlay .overlay-close{
    width: 30px;
    height: 30px;
  }
  #headerInternas{
    height: 350px;
  }
  #mapa{
    height: 240px;
  }
  #formContato textarea, #formContato input[type="text"]{
    margin-right: 0;
    margin-left: 0;
  }
  h2.h2Newsletter{
    font-size: 20px;
  }
  #newsletterDestaque{
    width: 100%;
  }
  #slideshow-1 .cycle-prev, #slideshow-1 .cycle-next{
    top: 50px !important;
  }
  #slideshow-1 .cycle-prev{
    left: 0 !important;
  }
  #slideshow-1 .cycle-next{
    right: 0 !important;
  }
  #slideshow-2 .display-element{
    width: 24% !important;
  }.itemDicas hr{
    float: none;
  }
  #servicos .itemServico p{
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 20px; }

  .navbar-right {
    height: auto;
    background: white; }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
    padding: 0;
    border: none; }

  .navbar-nav > li {
    height: auto; }

  .navbar-default .navbar-nav > li > a {
    padding: 0;
    text-align: center;
    border: none;
    line-height: 50px; }
    .navbar-default .navbar-nav > li > a:hover {
      border: none; }

  .carousel-caption {
    width: 60%;
    top: 45%; }

  h3 {
    padding: 0; }

  #servicos .itemServico {
    margin: 50px 0; }

  #servicos .itemServico p {
    min-height: initial;}

  #destaque {
    text-align: center; }
    #destaque p {
      padding: 0;
      text-align: center; }
    #destaque h2 {
      text-align: center; }
    #destaque img {
      margin: 0;
      display: inline; }

  .bgRodape {
    text-align: center; }
    .bgRodape hr {
      margin: 0 auto;
      margin-bottom: 20px; }

  .marginBottomXs {
    margin-bottom: 30px; }

  .marcaAlfama {
    text-align: center; }

  .bgCopyright {
    height: auto;
    text-align: center; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
    background: none;
    margin-top: 20px; }
    .navbar-default .navbar-toggle:focus:hover, .navbar-default .navbar-toggle:hover {
      background: none; }

  .navbar-default .navbar-toggle {
    border: none; }

  .navbar-default .navbar-toggle .icon-bar {
    background: #093976; }

  #headerInternas {
    text-align: center; }
    #headerInternas h2.h2Negativo {
      text-align: center; }

  .itemContato {
    margin-bottom: 30px; }

  .itemDicas p {
    min-height: initial !important; }

  #empresa {
    padding: 0;
    text-align: center;
  }
  #empresa img.imgEmpresa1 {
    float: none;
    margin-bottom: 20px;
    width: 100% !important;
  }

  .boxEmpresa {
    margin-bottom: 20px; }
}

@media(max-width:$screen-sm-max) { 
.navbar-header {
 float: none; 
} 
.navbar-left,.navbar-right {
 float: none !important; 
}
 .navbar-toggle { 
display: block; 
} 
.navbar-collapse { 
border-top: 1px solid transparent; 
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
 } 
.navbar-fixed-top { 
top: 0; 
border-width: 0 0 1px; 
} 
.navbar-collapse.collapse {
 display: none!important; 
}
 .navbar-nav { 
float: none!important; 
margin-top: 7.5px; 
}
 .navbar-nav>li {
 float: none; 
} 
.navbar-nav>li>a {
 padding-top: 10px; 
padding-bottom: 10px; 
}
 .collapse.in{
 display:block !important; 
}
}

  .galeria {
    position:relative;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
}

#cycle-1 .display-element {
  width: 100%;
  background-size: cover!important;

}

#slideshow-2 {
  margin-top: 35px;
}

#slideshow-1 {
  position: relative;
}

#slideshow-1 .cycle-prev,
#slideshow-1 .cycle-next {
  background: #093976;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  position: absolute;
  top: 215px;
  z-index: 777;
}
#slideshow-1 .cycle-prev:hover, #slideshow-1 .cycle-next:hover{
  background: #093976;
}
#slideshow-1 .cycle-prev {
  left: 20px;
}

#slideshow-1 .cycle-next {
  right: 20px;
}

#slideshow-1 .cycle-prev i,
#slideshow-1 .cycle-next i {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

#slideshow-2 {
  position: relative;
}

#slideshow-2 .cycle-next,
#slideshow-2 .cycle-prev {

  position: absolute;
  top: 25px;
}

#slideshow-2 .cycle-prev {
  left: -25px;
}

#slideshow-2 .cycle-next {
  right: -25px;
}

#cycle-2 {
  position: relative;
}

#slideshow-2 .cycle-next i,
#slideshow-2 .cycle-prev i {
  color: #093976;
}

#slideshow-2 .display-element {
  cursor: pointer;
  transition: .5s;
}

#slideshow-2 .cycle-slide-active {
  opacity: .25!important;
  cursor: inherit;
}

.cycle-caption{
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin-bottom: -20px;
}
.cycle-caption p{
  text-align: center;
  font-size: 16px;
  color: #26307c;
  padding: 10px 10px 0 10px;
}



/*# sourceMappingURL=site.css.map */

.btSwitch{
  color: white;
  padding: 10px;
  font-size: 11px;
  display: block;
  text-align: center;
}
.btSwitch:hover{
  color: white;
}


/* ALTERAÇÕES 08/2016 */

.button-voltar {
      padding: 4px 0px 4px 1px;
      color: #f4a521;
      text-align: center;
      position: relative;
      width: 7%;
      margin-top: 2%;
    }

.button-voltar a {
      padding: 8px 21px;
      color: #f4a521;
      border: 1px solid #f4a521;
    }

.button-voltar a:hover {
      background: #f4a521;
      color: white;
    }

.link_contato{
  padding: 0 !important;
  color: #093976!important;
  border: none !important;
}

.link_contato:hover{
  color: #337ab7 !important;
  background: none !important;

}