/* CSS Específico da Landingpage --------------------------------------------------------------------------------------------------*/
body, html {
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
}

/* Fundos-----------------------------------------------------------*/
.fundo-bege-1 {
  background-color: #d8d2c4; }

.fundo-bege-2 {
  background-color: #cec5a6; }

.fundo-bege-3 {
  background-color: #a59482; }

.fundo-bege-4 {
  background-color: #8e82d4; }

.fundo-bege-5 {
  background-color: #7b6e66; }

.fundo-mostarda-1 {
  background-color: #d49329; }

.fundo-mostarda-2 {
  background-color: #bb7232; }

.fundo-rosa-1 {
  background-color: #b37b80; }

.fundo-rosa-2 {
  background-color: #9b4855; }

.fundo-vinho {
  background-color: #825475; }

/* Fontes-----------------------------------------------------------*/
.fonte-bege-1 {
  color: #d8d2c4; }

.fonte-bege-2 {
  color: #cec5a6; }

.fonte-bege-3 {
  color: #a59482; }

.fonte-bege-4 {
  color: #8e82d4; }

.fonte-bege-5 {
  color: #7b6e66; }

.fonte-mostarda-1 {
  color: #d49329; }

.fonte-mostarda-2 {
  color: #bb7232; }

.fonte-mostarda-2:hover {
  color: #d49329;
  text-decoration: none; }

.fonte-preta {
  color: #212529; }

.fonte-rosa-1 {
  color: #b37b80; }

.fonte-rosa-2 {
  color: #9b4855; }

.fonte-vinho {
  color: #825475; }

.sh:hover {
  text-decoration: none; }

/* Cor das setas----------------------------------------------------*/
.seta-bege-1 {
  color: #d8d2c4; }

.seta-bege-2 {
  color: #cec5a6; }

.seta-bege-3 {
  color: #a59482; }

.seta-bege-4 {
  color: #8e82d4; }

.seta-bege-5 {
  color: #7b6e66; }

.seta-mostarda-1 {
  color: #d49329; }

.seta-mostarda-2 {
  color: #bb7232; }

.seta-rosa-1 {
  color: #b37b80; }

.seta-rosa-2 {
  color: #9b4855; }

.seta-vinho {
  color: #825475; }

/* Header-----------------------------------------------------------*/
#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.py-na {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#mainNav .navbar-brand {
  background-image: url("../img/marca/logo/logo_na_preto1.svg") !important;
  background-repeat: no-repeat;
  width: 160px !important;
  height: 62px !important; }

@media (max-width: 767px) {
  #mainNav .navbar-brand {
    width: 110px !important;
    height: 42px !important;
    background-size: 110px;
  }
  .navbar-collapse {
    top: 73px !important;
    padding: 0 13px !important;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #fff;
    top: 100px;
    padding: 0 25px;
  }
  @media (min-width: 768px){
    .py-na {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
  }
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-size: 20px;
  padding: 0.75rem 0; }

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #d49329; }

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #d49329 !important; }
#mainNav {
  height: 11vh;
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    background-image: url("../img/marca/logo/logo_na_branco1.svg") !important;
    background-repeat: no-repeat;
  }

  #mainNav .navbar-brand:hover {
    background-image: url("../img/marca/logo/logo_na_branco1.2.svg") !important;
    background-repeat: no-repeat;}

  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 0 1rem; }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #d8d2c4; }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0; }

  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #825475; }

  #mainNav.navbar-scrolled .navbar-brand {
    background-image: url("../img/marca/logo/logo_na_bege1.svg") !important;
    background-repeat: no-repeat;
  }

  #mainNav.navbar-scrolled .navbar-brand:hover {
    background-image: url("../img/marca/logo/logo_na_bege1.2.svg") !important;
    background-repeat: no-repeat;
  }

  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #bfafa2; }

  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #a69483;
  }
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #d8d2c4;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #825475;
}

header.masthead {
  background: url("../img/otimizados/hero-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead h1 {
  font-size: 2.25rem;
  margin-bottom: 130px;
  width: 85%
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 540px) {
  header.masthead {
    padding-top: 6rem;
  }

  header.masthead h1 {
    font-size: 2rem;
    width: 100%;
  }

  header.masthead p {
    font-size: 0.9rem;
    width: 56%;
    margin-bottom: 1.5rem !important;
  }

  html #page-top #assistant {
    padding-top: 1rem !important;
  }
}

@media (max-width: 1200px) {
  header.masthead {
    height: 640px; 
/*    background-position: 90%;*/
  }
}

.hero_h1-wrapper {
  display: flex;
  align-items: end;
  height: 100%;
}
/* Main-------------------------------------------------------------*/
#hero, #materiais, #sobre-nos {
  margin-bottom: 135px;
}
#contato {
  margin-bottom: 175px;
}
#materiais, #sobre-nos, #contato {
  padding-top: 40px;
}

/* Materiais--------------------------------------------------------*/
.materiais_carousel-wrapper {
  display: flex;
  justify-content: center;
}
#materiais .indicador {
  background-color: #bb7232; }

#materiais .container-fluid .materiais-box {
  position: relative;
  display: block; }

#materiais .container-fluid .materiais-box .materiais-box-caption,.materiais-box-caption-selecionado {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(130, 84, 117, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}
.materiais-box-caption-selecionado {
  opacity: 1!important;
}

#materiais .container-fluid .materiais-box .materiais-box-caption .project-category {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase; }

#materiais .container-fluid .materiais-box .materiais-box-caption .project-name {
  font-size: 1.2rem; }

#materiais .container-fluid .materiais-box:hover .materiais-box-caption {
  opacity: 1; }

.foto-vitrine {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px){
  .foto-vitrine {
    max-height: 341px;
  }
  @media (min-width: 576px) {

  }
  @media (min-width: 768px) {
    .foto-vitrine {
      max-height: 237px;
    }
  }
  @media (min-width: 992px) {
    .foto-vitrine {
      max-height: 253px;
    }
  }
}
@media (min-width: 1000px) {
  .foto-vitrine {
    max-height: 21vh;
  }
}
@media (min-width: 1100px) {
  .foto-vitrine {
    max-height: 24vh;
  }
}
@media (min-width: 1200px) {
  .foto-vitrine {
    max-height: 26vh;
  }
}
@media (min-width: 1300px) {
  .foto-vitrine {
    max-height: 28vh;
  }
}
@media (min-width: 1400px) {
  .foto-vitrine {
    max-height: 30vh;
  }
}
@media (min-width: 1500px) {
  .foto-vitrine {
    max-height: 32vh;
  }
}
@media (min-width: 1600px) {
  .foto-vitrine {
    max-height: 35vh;
  }
}
@media (min-width: 1736px) {
  .foto-vitrine {
    max-height: 38vh;
  }
}
/* Sobre Nós--------------------------------------------------------*/
.sobre-nos_fundador {
  margin-bottom: 200px;
}
.sobre-nos_h2 {
  margin-bottom: 30px;
  text-align: center !important;
}
.sobre-nos_row {
  margin-bottom: 100px;
}
.sobre-nos_column {
  align-self: center;
}
.sobre-nos_img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.sobre-nos_lista {
  padding-inline-start: 20px;
}
@media (max-width: 767px) {
  .sobre-nos_column-fundador {
    margin-top: 15px;
  }
  .sobre-nos_img {
    border-radius: 15px;
  }
}
@media (max-width: 1199px) {
  .sobre-nos_row {
    text-align: -webkit-center;
  }
  .sobre-nos_img-direita, .sobre-nos_img-esquerda {
    border-radius: 15px;
    margin-top: 15px;
  }
  .inverte_colunas {
    display: flex;
    flex-direction: column-reverse !important;
  }
  @media (min-width: 576px) {
    
  }
  @media (min-width: 768px) {
    .sobre-nos_row-fundador {
      margin-bottom: 50px;
    }
    .sobre-nos_borda-direita {
      position: absolute;
      left: 0.5rem;
      height: 30%;
      width: 100%;
      border-right: 0.5rem solid #b37b80;
    }
    .sobre-nos_img {
      border-radius: 0 15px 0 0;
    }
  }
  @media (min-width: 992px) {

  }
}
@media (min-width: 1200px) {
  .sobre-nos_row-fundador {
    margin-bottom: 50px;
  }
  .sobre-nos_borda-direita {
    position: absolute;
    left: 0.5rem;
    height: 30%;
    width: 100%;
    border-right: 0.5rem solid #b37b80;
  }
  .sobre-nos_img {
    border-radius: 0 15px 0 0;
  }
  .sobre-nos_img-direita {
    border-radius: 15px 0 0 0;
  }
  .sobre-nos_img-esquerda {
    border-radius: 0 15px 0 0;
  }
}
@media (min-width: 1680px) {
  
}

/* Contato----------------------------------------------------------*/
.contato_campo-formulario {
  border: 1px solid #6c757d;
  color: #6c757d;
}
.contato_campo {
  border-radius: 10rem;
  text-align: center;
  line-height: 40px;
}
.contato_btn-enviar {
  color: #fff;
  background-color: #d49329;
  border: none;
}
#website-na-status {
  margin-top: 2.25rem;
  color: #6c757d;
}
#mapa {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 15px;
}

.borda-esquerda {
  border-left: 0.5rem solid #b37b80; }

#endereco p {
  margin-bottom: .5rem;
  line-height: 1.3rem; }

#endereco .rede-social {
  width: 1.7rem !important;
  height: 1.7rem !important; }

#endereco .rede-social-tel {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-top: .2rem; }

@media (max-width: 1199px){
  #website-na {
    text-align: -webkit-center;
  }
  .contato_formulario {
    display: inline-grid;
    grid-gap: 20px;
  }
  .contato_campo {
    min-width: 300px;
  }
  @media (min-width: 576px) {
    
  }
  @media (min-width: 768px) {
    .contato_campo {
      min-width: 450px;
    }
  }
  @media (min-width: 992px) {
    
  }
}
@media (min-width: 1200px) {
  .contato_formulario {
    display: flex;
    justify-content: space-between;
  }
  .contato_campo {
    min-width: 240px;
  }
}
@media (min-width: 1680px) {
  
}

/* Rodapé-----------------------------------------------------------*/
#rodape {
  background-color: #825475; }

.rede-social {
  width: 2em !important;
  height: 2em !important; }

.rede-social-tel {
  width: 1.8em !important;
  height: 1.8em !important;
  margin-top: .2em; }

.paleta-cor {
  height: 10px;
  border-right: solid;
  border-width: 90px;
  border-color: #D6CBAD; }

@media (min-width: 576px) {
  .paleta-cor {
    border-width: 40.5vw; } }
@media (min-width: 768px) {
  .paleta-cor {
    border-width: 49.5vw; } }
@media (min-width: 992px) {
  .paleta-cor {
    border-width: 61vw; } }
@media (min-width: 1200px) {
  .paleta-cor {
    border-width: 54.4vw; } }
@media (min-width: 1680px) {
  .paleta-cor {
    border-width: 47.5vw; } }