/* ==========================================================================
   Global
   ========================================================================== */

html {
  margin: 0 @important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2f2c2c;
  font-size: 15px;
}

a {
  color: #be2a23;
}

a:hover {
  color: #801e1a;
  text-decoration: none;
}

p {
  color: #616161;
  line-height: 1.8em;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.btn.outline {
    background: none;
    padding: 12px 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 8px;
    border: 3px solid #fcb040 !important;
}

.btn-primary.outline {
    border: 3px solid #fcb040;
    color: #fcb040;
}

.btn-primary.outline-2 {
    border: 2px solid #fcb040;
    color: #fcb040;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #fcb040;
    font-size: 16px;
    padding: 12px 30px;
    background-color: #fcb040;
}
.btn-primary.outline:active, .btn-primary.outline.active {
    border-color: #fcb040;
    color: #fcb040;
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #0080c7;
    border-color: #0080c7;
    height: 54px;
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #c5c5c7;
}

.align-center {
  text-align: center;
}

/* ==========================================================================
   Header
   ========================================================================== */

.logo-header a img {
  max-width: 182px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .logo-header {
    width: 182px;
    margin: 14px auto;
  }
}

.header-list {
  list-style: none;
  float: right;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .header-list {
    list-style: none;
    width: 336px;
    height: 32px;
    margin: 10px auto;
    float: none;
  }
}

.header-list li {
  float: left;
  padding-left: 20px;
}

.navbar-inverse {
    background-color: #be2a23;
    border-color: #be2a23;
}

.navbar {
    border-radius: 0;
}

.navbar {
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 999;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none;
}
.navbar-nav > li {
  border-left: 1px solid #a12521;
}

.navbar-nav > li:first-child {
  border-left: 0;
}

.navbar-nav > li > a {
    line-height: 50px;
    padding-right: 52px;
    padding-left: 52px;
    cursor: pointer;
}

@media (max-width: 1200px) {
  .navbar-nav > li > a {
      line-height: 50px;
      padding-right: 36px;
      padding-left: 36px;
  }
}

@media (max-width: 990px) {
  .navbar-nav > li > a {
      line-height: 40px;
      padding-right: 22px;
      padding-left: 22px;
  }
  .navbar {
      position: relative;
      margin-bottom: 0;
      font-size: 14px;
      letter-spacing: 1px;
      text-transform: uppercase;
  }
}

@media (max-width: 720px) {
  .navbar-nav > li > a {
      line-height: 26px;
      padding-right: 22px;
      padding-left: 22px;
  }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #541717;
    background-color: #be2a23;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #541717;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #872324;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #be2a23;
}

/* ==========================================================================
   Slider
   ========================================================================== */

.slider-home {
  position: relative;
}

.set-down {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 162px;
  z-index: 99999;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width: 768px) {
  .set-down {
    display: none;
  }
}

/* ==========================================================================
   About
   ========================================================================== */

.about {
  background-color: #f8f9fb;
  padding: 80px 0 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .about {
    padding: 30px 0 50px;
    text-align: center;
  }
}

.title-bg {
  background-image: url("../../img/line_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about h2 {
  text-transform: uppercase;
  padding-bottom: 22px;
  font-weight: bold;
  font-size: 26px;
}

.about p {
  padding: 40px 0 32px;
}

.about img {
  padding-top: 20px;
}

.about h4 {
  padding-bottom: 26px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.about span {
  font-weight: 100;
}

.about-icon p {
  margin: 0;
  padding: 10px 0;
}

/* ==========================================================================
   Video
   ========================================================================== */

.video-image {
  background-image: url(../../img/bg_video.jpg) !important;
  background-color: #be2a23;
  height: auto;
}

.video-image .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.video-left {
  width: 50%;
  float: left;
  background-color: #be2a23;
  /* background-image: url(../../img/bg_video.jpg) !important; */
  background-position: center;
  color: #fff;
  height: 644px;
}


.video-right {
  width: 50%;
  float: right;
  height: 644px;
}

.video-image h3 {
  margin: 15% 10% 3% 22%;
  font-size: 62px;
  letter-spacing: -1px;
  color: #fff;
}

.video-image p {
  margin: 0 10% 20% 22%;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1500px) {

  .video-image h3 {
    margin: 12% 10% 5%;
    font-size: 54px;
  }
  .video-image p {
    margin: 0 10% 0;
    color: #fff;
  }

}

@media (max-width: 1200px) {

  .video-left h3 {
    margin: 8% 10% 3%;
    font-size: 46px;
  }
  .video-left p {
    margin: 0 10% 0;
    color: #fff;
    line-height: 1.5em;
  }

}

@media (max-width: 1070px) {

  .video-left h3 {
    margin: 7% 10% 3%;
    font-size: 42px;
  }
  .video-left p {
    margin: 0 10% 0;
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
  }

}

@media (max-width: 990px) {

  .video-left {
    width: 100%;
    float: none;
    text-align: center;
    background-position: center top;
    height: auto !important;
    padding: 40px 20px;
  }

  .video-left h3 {
    margin: 0 0 20px 0;
    font-size: 42px;
  }
  .video-left p {
    margin: 0 10% 0;
    color: #fff;
    line-height: 1.5em;
    font-size: 14px;
  }

  .video-right {
    width: 100%;
    float: none;
  }

}

/* ==========================================================================
   Blog Home
   ========================================================================== */

.blog-home {
  background-color: #f8f9fb;
  text-align: center;
  padding-bottom: 50px;
}

.blog-home h2 {
  text-transform: uppercase;
  padding-bottom: 22px;
  padding-top: 60px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 26px;
}

.blog-home .img-responsive {
  margin-top: 40px;
}

.blog-home .img-responsive:hover {
  opacity: .8;
}

.box-blog {
  text-align: left;
  background: #fff;
  padding: 30px 24px 24px;
  margin-bottom: 60px;
}

.box-blog h3 {
  margin: 0;
  padding-bottom: 22px;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 18px;
  background-image: url("../../img/line_bg_box.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* ==========================================================================
   Newsletter
   ========================================================================== */

.newsletter-home {
  width: 100%;
  padding: 50px 0;
  background-color: #fece4a;
}

.news-left img {
  float: left;
  margin: 0 20px 0 10px;
}

.news-left p {
  float: left;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 30px;
  line-height: 30px;
  color: #0080c7;
}

.news-left p span {
  font-weight: 100;
}

.newsletter-home .form-control {
  background-color: transparent;
  color: #fff;
  height: 54px;
  font-size: 18px;
  padding: 12px 18px;
  border: 3px solid #fff;
  border-radius: 8px;
  margin-right: 14px;
  box-shadow: none;
}

.newsletter-home .form-inline {
  margin-top: 20px;
}

.newsletter-home .form-control::-webkit-input-placeholder { color: #fff; }  /* WebKit, Blink, Edge */
.newsletter-home .form-control:-moz-placeholder { color: #fff; }  /* Mozilla Firefox 4 to 18 */
.newsletter-home .form-control::-moz-placeholder { color: #fff; }  /* Mozilla Firefox 19+ */
.newsletter-home .form-control:-ms-input-placeholder { color: #fff; }  /* Internet Explorer 10-11 */
.newsletter-home .form-control::-ms-input-placeholder { color: #fff; }  /* Microsoft Edge */

@media (max-width: 1200px) {

  .newsletter-home .col-md-8, .col-md-4 {
    width: 100%;
  }

  .newsletter-home .news-left {
    width: 400px;
    height: 100px;
    margin: 0 auto;
  }

  .newsletter-home .form-inline {
    text-align: center;
  }

}

/* ==========================================================================
   Map
   ========================================================================== */

.mapa-site {
  height: 420px;
}

#mapa {
  height: 420px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-site {
  background-color: #2f2f2f;
  padding: 70px 0;
  text-align: center;
}

.logo-footer {
  display: block;
  margin-bottom: 20px;
}

.logo-footer img {
  max-width: 70%;
}

.footer-list {
  margin: 20px auto;
  width: 224px;
}

.footer-list li {
  float: left;
  margin-left: 20px;
  list-style: none;
}

.footer-list li a:hover {
  opacity: .7;
}

.footer-site p {
  width: 100%;
  color: #989898;
  padding-top: 20px;
  display: block;
  clear: both;
}

/* ==========================================================================
   Produtos
   ========================================================================== */

.product-page {
  background-color: #f8f9fb;
  padding-bottom: 60px;
}

.header-product {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  height: 80px;
  border-bottom: 1px solid #c5c5c7;
}

.header-product h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.header-product .form-group {
  margin-top: 8px;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

.panel {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  border-radius: none;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: none;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.panel-title {
    margin-top: 5px;
    margin-bottom: 5px;
    color: inherit;
}


@media(min-width:300px){
.box-product {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top:35px;
  padding: 0 10px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}

}
@media(min-width:1024px){
.box-product {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}

}
.box-product img {
  margin: 10px 0;
}


.box-product h3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

/* ==========================================================================
   Detalhe Produto
   ========================================================================== */

.img-single-product {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15);
}

.single-product h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 24px;
  color: #be2a23;
}

@media (max-width: 1200px) {

  .single-product h3 {
    margin: 14px 0;
  }

}

.single-product p {
  margin-bottom: 15px;
}

.btn-budget {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #f5a836;
  font-size: 14px;
  background: #fff;
  padding: 8px 81px 8px 81px;
  border: solid #f5a836 2px;
  text-decoration: none;
}

.btn-budget:hover {
  background: #f5a836;
  color: #fff;
  text-decoration: none;
}

.btn-ml {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  background: #1a2a7c;
  padding: 8px 32px 8px 70px;
  margin: 15px 0 20px 10px;
  border: solid #1a2a7c 2px;
  text-decoration: none;
  position: relative;
}

.btn-ml:hover {
  background: #ffe700;
  color: #1a2a7c;
  border: #ffe700 solid 2px;
  text-decoration: none;
}

.btn-ml img {
  position: absolute;
  left: -12px;
  top: -5px;
}

.more-products h4 {
  margin-top: 24px;
  font-size: 22px;
  color: #be2a23;
}

.more-products hr {
  margin-top: 24px;
  margin-bottom: 30px;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog {
  padding: 40px 0;
  background-image: url("../../img/bg_blog.jpg");
  background-position: top center;
}

.box-blog-content {
  text-align: center;
  background: #fff;
  padding: 30px 24px 30px;
  margin-bottom: 60px;
}

.content-category {
  margin: 0 0 40px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-size: 14px;
  background-image: url("../../img/bg_category.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.box-blog-content h2 {
  margin: 20px 0;
  font-size: 22px;
}

.box-blog-content p {
  margin-bottom: 30px;
}

.box-sidebar {
  width: 100%;
  margin: 40px 0 0;
  background-color: #fff;
  padding: 15px 30px 30px;
}

.box-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.box-sidebar ul li {
  margin: 0;
  padding: 3px 0;
}

.box-sidebar ul li a {
  color: #8d8d8d;
}

.box-sidebar ul li a:hover {
  color: #be2a23;
}

.box-sidebar h3 {
  color: #be2a23;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  background-image: url("../../img/line_bg_sidebar.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.sidebar-newsletter {
  text-align: center;
  padding: 30px 20px;
}

.sidebar-newsletter .form-group {
  margin-bottom: 20px;
}

.sidebar-newsletter p {
  text-align: center;
  float: none;
  margin-top: 10px;
}

.blog-single p {
  text-align: left;
  line-height: 1.9em;
}

.blog-single img {
  max-width: 100%;
  padding: 15px 0;
  height: auto;
}

.blog-single h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
/* ==========================================================================
   Modal Orçamento
   ========================================================================== */

.modalOrcamento {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.modal-open .modalOrcamento {
  overflow-x: hidden;
  overflow-y: auto
}

/* ==========================================================================
   Conteudo
   ========================================================================== */

.content-page {
  background-color: #f8f9fb;
  padding-bottom: 40px;
}

.header-content {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 60px;
  border-bottom: 1px solid #c5c5c7;
}

.header-content h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.header-content .form-group {
  margin-top: 8px;
}

/* ==========================================================================
   End CSS
   ========================================================================== */
