@font-face {

  font-family: 'Crimson Text', serif;
  src: url('fonts/CrimsonText-Regular.ttf') format('truetype'),
       url('fonts/CrimsonText-SemiBold.ttf') format('truetype'),
       url('fonts/CrimsonText-Bold.ttf') format('truetype'),
       url('fonts/CrimsonText-Italic.ttf') format('truetype'),
       url('fonts/CrimsonText-SemiBoldItalic.ttf') format('truetype'),
       url('fonts/CrimsonText-BoldItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
  background-color: #222120;
  font-family: 'Crimson Text', serif;
}


.cs-page-loading {

  background-image: url('../imagens/site/bg-loading.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  -webkit-transition: all .4s .2s ease-in-out;

  transition: all .4s .2s ease-in-out;

  background-color: #fff;

  opacity: 0;

  visibility: hidden;

  z-index: 9999;

}

.cs-page-loading.active {

  opacity: 1;

  visibility: visible;

}

.cs-page-loading-inner {

  position: absolute;

  top: 50%;

  left: 0;

  width: 100%;

  text-align: center;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: opacity .2s ease-in-out;

  transition: opacity .2s ease-in-out;

  opacity: 0;

}

.cs-page-loading.active > .cs-page-loading-inner {

  opacity: 1;

}

.cs-page-loading-inner > span {

  display: block;

  /*font-family: 'Inter', sans-serif;*/

  font-size: 2rem;

  font-weight: normal;

  color: #c19c64;

}

.cs-page-spinner {

  display: inline-block;

  width: 2.75rem;

  height: 2.75rem;

  margin-bottom: .75rem;

  vertical-align: text-bottom;

  border: .15em solid #c19c64;

  border-right-color: transparent;

  border-radius: 50%;

  -webkit-animation: spinner .75s linear infinite;

  animation: spinner .75s linear infinite;

}

@-webkit-keyframes spinner {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes spinner {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

.tag {
opacity: 0;
transform: translate(0, 9vh);
transition: all 1s;
}

.tag.visible {
opacity: 1;
transform: translate(0, 0);
}

/*-------------- NAVBAR-----*/

.navbar {
  background-color: rgb(69 51 32 / 80%);
  transition: background-color 0.27s ease-in-out;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);

}

    /*
.navbar-brand {

    position: absolute;
    padding: 10px;
    top: 0px;
    background-color: #6b593e;
    border-end-end-radius: 20px;
    border-end-start-radius: 20px;
    
    opacity: 0;
    transition: all 0.3s;
}

.brand-visible{
    opacity: 1;
}
*/

.navbar-toggler {
  background-color: rgb(255 255 255 / 46%);
}

.nav-link {
  font-size: 25px;
  color: #c19c64;
  text-shadow: 1px 1px 0px #49310e;
}

.nav-link{
  font-weight: normal;
}

.nav-link:hover{
  color: #967354 !important;
}

.nav-link-scrolled{
  color: #d3b991 !important;
}

.nav-link-scrolled:hover{
  color: #edae4e !important;
  text-shadow: 1px 1px 0px #49310e !important;
}


.navbar.fade-out {
  background-color: #796444; /* Cor de fundo desejada */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}



/*--------------------------*/
.andre-faucz{
  position: absolute;
  max-width: 93%;
  bottom: 0;
}

h1,h2,h3,h3,h4{
  color: #c19c64;
}

.btn-primary{
  background-color: #c19c64 !important;
  border-color: #977b51 !important;
}

#topo{
  background-image: url('../imagens/site/bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;

  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;

}

.quemsomos{
  background: url('../imagens/site/bg-quemsomos.jpg');
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.quemsomos h1{
  padding-bottom: 10px;
}

.quemsomos p{
  font-size: 1.5rem;
  color: #e9dac0;
}

#areas-atuacao {
 background-image: url('../imagens/site/bg-dots.png');
 background-repeat: no-repeat;
}

@media (min-width: 768px){
  .areas-atuacao .col-md-2 {
      flex: 0 0 auto;
      width: 19.99%;
  }

  #areas-atuacao {
   background-size: cover;
  }
}

.areas-atuacao a{
  font-size: 30px;
  color: #c19c64;
  /*padding: 10px;*/
  text-decoration: none;
}

.areas-atuacao a:hover{
  color: #edae4e;
}

#depoimentos {
 background-image: url('../imagens/site/bg-depoimentos.jpg');
 background-size: cover;
 background-position: center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

.layer::before{
    backdrop-filter: blur(8px) ;
    -webkit-backdrop-filter: blur(8px);
}

.layer{
  color: #e9dac0;
  font-size: 1.3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(31 25 17 / 74%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px) ;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.layer.active {
  opacity: 1; /* Opacidade 1 ao ativar a layer */
  pointer-events: auto; /* Permite interações com a layer visível */
}

.layer p{
  padding-bottom: 20px;
}

.depoimentos  h2{
  font-style: italic;
}

.depoimentos  p{
  font-size: 1.5rem;
  color: #e9dac0;
}

.depoimentos-quote{
  position: absolute;
  font-size: 62px;
  left: -38px;
  top: -22px;
}

.depoimentos-box {
    background-color: #564943;
    color: #c19c64;
    padding: 1.3rem;
    border-radius: 15px;
    -webkit-box-shadow: 3px 3px 0px 0px #c19c64;
    -moz-box-shadow: 3px 3px 0px 0px #c19c64;
    box-shadow: 3px 3px 0px 0px #c19c64;
}

.depoimentos-box p{
    font-size: 17px;
    line-height: 22px;
}

.depoimentos-box .nome{
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
  float: right;
}

.owl-stage{
  padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c19c64 !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #564943 !important;
}


#contato {
 background-image: url('../imagens/site/bg-contato.jpg');
 background-size: cover;
 background-position: center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

.contato p{
  font-size: 1.5rem;
  color: #e9dac0;
}

.contato a{
  color: #c19c64;
  text-decoration: none;
}


/* ///////// IPHONE screen //////////*/

@media only screen and (min-width: 375px) and (max-width: 812px){ 
  .cs-page-loading {
    background-attachment: scroll !important;
  }

  #topo{
    background-attachment: scroll !important;
    /*top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
    */
  }

  .quemsomos{
    background-attachment: scroll !important;
  }

  #depoimentos{
    background-attachment: scroll !important;
  }

  footer{
    background-attachment: scroll !important;
  }

}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: portrait) { 
  .cs-page-loading {
    background-attachment: scroll !important;
  }
  
  #topo{
    background-attachment: scroll !important;
  }

  .quemsomos{
    background-attachment: scroll !important;
  }

  #depoimentos{
    background-attachment: scroll !important;
  }

  footer{
    background-attachment: scroll !important;
  }

}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) { 
  .cs-page-loading {
    background-attachment: scroll !important;
  }
  
  #topo{
    background-attachment: scroll !important;
  }

  .quemsomos{
    background-attachment: scroll !important;
  }

  #depoimentos{
    background-attachment: scroll !important;
  }

  footer{
    background-attachment: scroll !important;
  }

}

footer{

  background-image: url('../imagens/site/bg-dots2.png');
  background-color: #312a23;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 6px 20px 10px #1a1a1a;

}

footer h1{
font-size: 1.3rem;
   color: #8b8075 !important;
}
footer h2{
  font-size: 1.2rem;
    color: #8b8075 !important;
}
footer h3{
 font-size: 1.1rem;
   color: #8b8075 !important;
}