﻿@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7j.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
html {
  font-size: 14px;
}
body {
  background-color: #ebebeb;
  color: #454545;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-y: scroll;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #a6a6a6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
h1,
.h1 {
  color: #877760;
  font-size: 2.4rem;
  text-transform: uppercase;
}
h1 a,
.h1 a {
  color: inherit;
}
h2,
.h2 {
  font-size: 1.3rem;
}
img {
  max-width: 100%;
}
a {
  color: #607887;
  text-decoration: none !important;
  transition: color 0.25s;
}
a:focus,
a:hover {
  color: #1E303B;
}
.max-width {
  max-width: 1030px;
}
div.all {
  overflow: hidden;
  position: relative;
}
div.load {
  background: #fff url(../images/load.gif) center no-repeat;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99993;
}
.header {
  background-color: #fff;
  left: 0;
  padding: 14px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.header .container {
  position: relative;
}
.header .logo {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.header .logo img {
  display: block;
}
.header .nav {
  display: none;
}
.header .social {
  display: none;
}
/*@keyframes header {

    0% {
        top: -90px;
    }

    100% {
        top: 0;
    }
}*/
.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  position: relative;
}
.nav ul li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
  transition: color 0.2s;
}
.nav ul li a:focus,
.nav ul li a:hover {
  color: #D4C3AB;
}
.nav ul li ul {
  display: none;
}
.nav ul li:hover ul {
  display: block;
}
.btn-hamburger {
  display: block;
  height: 40px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.btn-hamburger span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  width: 20px;
}
.btn-hamburger span:after {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  margin-top: 5px;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  width: 20px;
}
.btn-hamburger span:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  transition: all 0.4s;
  width: 20px;
}
.menu-mobile {
  background-color: #191919;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 8rem 2rem 4rem;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 4;
}
.menu-mobile .nav > ul {
  width: 100%;
}
.menu-mobile .nav > ul > li {
  margin-bottom: 0.5rem;
}
.menu-mobile .nav > ul > li > a {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  padding: 6px 20px;
  text-transform: uppercase;
}
.menu-mobile .nav > ul > li > ul {
  background-color: #262626;
  margin: 1rem 0 1.5rem;
  padding: 1rem 0;
}
.menu-mobile .nav > ul > li > ul > li > a {
  color: #b2b2b2;
  padding: 8px 20px;
  line-height: 1.3;
}
.menu-mobile .social {
  margin-top: 3rem;
  padding: 0 17px;
}
.menu-mobile .social ul {
  display: inline-block;
}
.social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.social ul li {
  float: left;
  margin: 0 3px;
}
.social ul li a {
  color: #D4C3AB;
  display: block;
  font-size: 1.2rem;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
  width: 36px;
  transition: background-color 0.25s, color 0.25s;
}
.social ul li a:focus,
.social ul li a:hover {
  color: #877760;
}
.footer {
  background-color: #877760;
  color: #D4C3AB;
  padding: 4rem 0;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer a {
  color: inherit;
}
.footer a:focus,
.footer a:hover {
  color: #FFE3BD;
}
.categorias-produtos {
  font-size: 0;
  position: relative;
}
.categorias-produtos .row {
  margin: 0;
}
.categorias-produtos .row .col {
  padding: 0 !important;
}
.categorias-produtos a {
  display: block;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s ease-in-out;
  width: 100%;
  text-decoration: none !important;
  z-index: 0;
}
.categorias-produtos a img {
  position: relative;
  z-index: 0;
}
.categorias-produtos a h2 {
  bottom: 15px;
  color: white;
  font-size: 1rem;
  padding: 0 70px 0 15px;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  text-transform: none;
  width: 100%;
  z-index: 2;
}
.categorias-produtos a i {
  color: #877760;
  display: block;
  bottom: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  right: 12px;
  z-index: 3;
}
.categorias-produtos a:before {
  background: #fff;
  bottom: -50px;
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  right: -50px;
  transition: background-color 0.25s;
  width: 100px;
  z-index: 2;
  transform: rotate(45deg);
}
.categorias-produtos a:after {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.25s;
  width: 100%;
  z-index: 1;
}
.categorias-produtos a:focus,
.categorias-produtos a:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 5px;
  transform: scale(1.08);
  z-index: 1;
}
.page-header {
  overflow: hidden;
  position: relative;
}
.page-header h1,
.page-header .h1 {
  display: inline-block;
  position: relative;
}
.page-header h1:after,
.page-header .h1:after {
  content: '';
  border-top: 1px solid #ccc;
  width: 1000px;
  display: block;
  left: 103%;
  left: calc(100% + 20px);
  position: absolute;
  bottom: 27px;
}
.article-body {
  line-height: 1.8;
}
.article-body p {
  margin-bottom: 0.8rem;
}
.card {
  border: 0;
  border-radius: 0;
}
.titulo-secao {
  color: #877760;
  font-size: 2rem;
  text-transform: uppercase;
}
.breadcrumb {
  background-color: transparent;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  padding: 0;
}
.breadcrumb a {
  color: #b2b2b2;
}
.breadcrumb .breadcrumb-item.active {
  color: #ccc;
}
.breadcrumb .breadcrumb-item::before {
  color: #ccc;
  padding-right: 0.25rem;
}
.last-child-mb-0 > :last-child {
  margin-bottom: 0 !important;
}
div.video-container {
  margin: auto;
  position: relative;
}
div.video-container div.video-wrap {
  padding-bottom: 56.25%;
  position: relative;
}
div.video-container div.video-wrap a {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
div.video-container div.video-wrap a span.capa {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
div.video-container div.video-wrap a i.icon {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-size: 5rem;
  display: block;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out;
  top: 50%;
  z-index: 1;
}
div.video-container div.video-wrap a:focus span.capa,
div.video-container div.video-wrap a:hover span.capa {
  transform: scale(1.05);
}
div.video-container div.video-wrap a:focus i.icon,
div.video-container div.video-wrap a:hover i.icon {
  opacity: 0.8;
}
div.video-container div.video-wrap iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mb-0-last-child > :last-child {
  margin-bottom: 0 !important;
}
.btn {
  border: 0;
  border-radius: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 0.5rem 2rem;
}
.btn-primary {
  background-color: #877760;
  color: #e0e0e0 !important;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #1E303B;
}
.btn-secondary {
  background-color: #607887;
  color: #fff !important;
}
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #1E303B;
}
b {
  font-weight: 700;
}
.mb-6 {
  margin-bottom: 4rem;
}
.mt-6 {
  margin-top: 4rem;
}
.pt-6 {
  padding-top: 6rem;
}
.galeria {
  margin: 0 auto -1.5rem;
  max-width: 680px;
}
.recaptcha {
  margin: auto;
  width: 305px;
}
.pager {
  text-align: center;
}
.pager span,
.pager a {
  display: inline-block;
  margin: 0 4px;
}
.pager .total-count {
  display: none !important;
}
body.opened-menu {
  overflow: hidden;
}
body.opened-menu .btn-hamburger span {
  background-color: transparent;
}
body.opened-menu .btn-hamburger span:after {
  transform: rotate(-45deg) translate(5px, -4px);
}
body.opened-menu .btn-hamburger span:before {
  transform: rotate(45deg) translate(5px, 4px);
}
body.opened-menu .menu-mobile {
  transform: translateY(0);
}
body.home .header {
  margin-bottom: 0 !important;
}
body.home .banner {
  min-height: calc(100vh - 106px);
  overflow: hidden;
  position: relative;
}
body.home .banner .bg {
  background: #877760 url(../images/bg-hp.jpg?v=1) center center no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.home .banner .flex-container {
  min-height: calc(100vh - 72px);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.home .banner .banner-content {
  text-align: center;
}
body.home .banner h1 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
body.home .banner p {
  color: #FFE3BD;
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 3rem;
}
body.home .card-post-blog .card-body {
  transition: padding 0.1s ease-in-out;
}
body.home .card-post-blog a:focus .card-body,
body.home .card-post-blog a:hover .card-body {
  padding-top: 0.9rem;
  padding-bottom: 1.6rem;
}
body.home .card-post-blog .thumb-container {
  position: relative;
  overflow: hidden;
}
body.home .card-post-blog .data-publicacao {
  font-size: 0.8rem;
  font-weight: 600;
  color: #607887;
}
body.home .card-post-blog .titulo {
  font-weight: 600;
  line-height: 1.2;
  color: #1E303B;
}
body.blog .header {
  margin-bottom: 0;
}
body.blog .header-blog {
  background: #D4C3AB;
  color: #fff;
  padding: 1.5rem 1rem;
}
body.blog .header-blog h3 {
  color: #fff;
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.blog .header-blog h3 small {
  font-weight: 400;
}
.address {
  background-color: #191919;
  color: #e0e0e0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  padding: 40px 15px;
  text-align: center;
}
.address b {
  color: #fff;
}
.localization-map {
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}
.localization-map iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  footer.footer .address-footer {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.footer .logo {
    display: block;
    width: 12%;
    margin: 0 auto;
  }
  footer.footer div.social {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.footer div.social ul {
    display: block;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
  .menu-mobile {
    display: none;
  }
  .header {
    padding: 20px 0;
    position: relative;
  }
  .header .logo {
    margin: 0;
    width: 150px;
  }
  .header .nav {
    display: block;
    position: absolute;
    left: 200px;
    top: 50%;
    transition: left 0.25s ease-out;
    transform: translateY(-50%);
  }
  .header .nav > ul > li {
    float: left;
    position: relative;
  }
  .header .nav > ul > li > a {
    color: #454545;
    font-size: 0.85rem;
    line-height: 40px;
  }
  .header .nav > ul > li > a:focus,
  .header .nav > ul > li > a:hover {
    color: #D4C3AB;
  }
  .header .nav > ul > li > ul {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
    display: none;
    left: 0;
    min-width: 100%;
    padding: 10px 0;
    position: absolute;
    top: 100%;
  }
  .header .nav > ul > li > ul > li > a {
    color: #877760;
    display: block;
    font-size: 0.85rem;
    padding: 5px 15px;
    white-space: nowrap;
  }
  .header .nav > ul > li > ul > li > a:focus,
  .header .nav > ul > li > ul > li > a:hover {
    color: #D4C3AB;
  }
  .header .nav > ul > li:hover > a {
    color: #D4C3AB;
  }
  .header .nav > ul > li:hover > ul {
    display: block;
  }
  .header .nav > ul > li + li {
    margin-left: 25px;
  }
  .header .social {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-hamburger {
    display: none;
  }
  body.institucional .header .nav ul li.institucional a,
  body.produtos .header .nav ul li.produtos > a,
  body.cases .header .nav ul li.cases a,
  body.blog .header .nav ul li.blog a,
  body.contato .header .nav ul li.contato a {
    color: #D4C3AB !important;
  }
  h1,
  .h1 {
    font-size: 3rem;
  }
  .page-header h1,
  .page-header .h1 {
    max-width: 77%;
  }
  body.home .banner .flex-container {
    min-height: calc(100vh - 106px);
    padding: 40px 0 70px;
  }
  body.home .categorias-produtos {
    margin-top: -25px;
  }
}
@media (orientation: landscape) {
  .d-horizontal-none {
    display: none !important;
  }
  .catalogo-container {
    padding-bottom: 47.36842105%;
  }
  .localization-map {
    padding-bottom: 30%;
  }
}
@media (orientation: portrait) {
  .d-vertical-none {
    display: none !important;
  }
}