

body {
  background: #ffffff;
  color: #898989;
  font-family: "Chivo Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #909080;
  font-weight: 700;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #b8a07e;
  text-decoration: underline;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 17px;
  color: #444;
  line-height: 30px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {

}

.section-title h1 {
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 150px;
  padding-bottom: 150px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*  Navbar */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}


#main-nav {
transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
transform: translateY(0);
opacity: 1;
visibility: visible;
}

#main-nav.menu-hidden {
opacity: 0;
visibility: hidden;
transform: translateY(-100%);
pointer-events: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #999999 !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #222 !important;
}

.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle.show {
  outline: none !important;
  box-shadow: none !important;
}

.dropdown-menu {
  border-radius: 4px;
  padding: 8px 0;
  top: 100%;
  margin-top: 0 !important;
}

.dropdown-item {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #666666;
  padding: 8px 20px;
  transition: background-color 0.15s ease, color 0.15s ease !important;
}

.dropdown-item:hover,
.dropdown-item.active:hover,
.dropdown-item:focus:hover {
  background-color: #f7f7f7 !important;
  color: #222 !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
  background-color: transparent !important;
  color: #222 !important;
  font-weight: 600;
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-left: 45px;
  }

  .navbar-nav .nav-item.dropdown {
    position: relative;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0 !important;
    transform: translateY(15px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 15px;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .dropdown-menu {
    background: transparent;
    box-shadow: none !important;
    padding-left: 15px;
    border-left: 2px solid #eee !important;
    border-radius: 0;
  }
}






/*  Header */
#header {
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
transition: .5s;
background: url("../images/home-bg.jpg") no-repeat center center / cover;
background-attachment: fixed;
animation: bgEntrada 2s ease forwards;
}
#header::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: url("../images/home-bg.jpg") no-repeat center center / cover;
background-attachment: fixed;
animation: bgEntrada 2s ease forwards;
}

@media (max-width: 991px) {
  #header {
  background-attachment: scroll;
  }
}

#header .container {
position: relative;
z-index: 2;
animation: entrada 1s;
}

#header .header-content {
  height: 100vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#header svg {
  animation: svgEntrada .5s ease forwards;
  transition: .3s;
}

#header svg:hover{
  opacity:.8;
}

#assinatura {
  opacity: 0;
  animation: assinaturaEntrada 3s ease forwards;
  animation-delay: 1s;
}

.header-content p {
  font-size: 20px;
  letter-spacing: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  animation: animaP 2s ease forwards;
}

.scroll-arrow {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  animation: fade-in 1s forwards;
  animation-delay: 2s;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}

.scroll-arrow:hover {
  opacity: 1 !important;
}


.scroll-arrow:hover span {
  animation-play-state: paused;
  width: 20px;
  height: 20px;
  transition: .3s;
}

.scroll-arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
  animation: balanced-bounce 2s infinite ease-in-out;
    transition: .3s;
}

@keyframes fade-in {
  to {opacity: 0.7}
}

@keyframes balanced-bounce {
  0%, 100% {transform: rotate(45deg) translate(0, 0)}
  50% {transform: rotate(45deg) translate(5px, 5px)}
}

@keyframes bgEntrada {
  from {transform: scale(1.05);filter: blur(5px)}
  to   {transform: scale(1);filter: blur(0)}
}

@keyframes svgEntrada {
  from {transform: scale(.8)}
  to   {transform: scale(1)}
}

@keyframes assinaturaEntrada {
  from {opacity: 0}
  to   {opacity: 1}
}

@keyframes animaP {
  from {transform: translateY(20px);opacity: 0;color: forestgreen}
  to {transform: translateY(0);opacity: 1;color: white}
}


.borda-infinita {
  height: 50px;
  background-image: url('../images/img-bord-fundo.jpg');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: top left;
  margin-top: 2em;
}





/* intro */
#intro h1{
  word-spacing: -11px;
}

img {
  max-width: 100%;
}

#intro {
background: white;
}


.img-offset-border {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.img-offset-border::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  width: 100%;
  height: 100%;
  border: 15px solid #ccccb6;
  border-radius: var(--bs-border-radius);
  z-index: 0;
}

@media (max-width: 767.98px) {

  #intro .col-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }


  #intro .section-img {
  display: block !important;
  width: 100% !important;
  padding-left: 25px !important;
  padding-top: 25px !important;
  box-sizing: border-box !important;
  }


  #intro .section-img::before {
  left: 0 !important;
  top: 0 !important;

  width: calc(100% - 25px) !important;
  height: calc(100% - 25px) !important;
  }


  #intro .section-img img {
  width: 100% !important;
  max-height: 400px !important;
  object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  .my-md-8rem {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}





/* parceiros */
.brand-section {
  background-color: #f7f7f7;
  padding: 90px 0;
}

.logos-container img {
  max-width: 80%;
}











/*   Services */
.custom-tag {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: rgba(204, 204, 182, 0.12);
  color: #909080;
  border: 1px solid #ccccb6;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.625rem;
  padding: 3px 9px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.custom-tag:hover {
  background-color: #ccccb6;
  color: #ffffff;
}

.btn-explore {
  display: inline-block;
  color: #909080;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  border: none !important;
  padding: 0;
  transition: all 0.3s ease;
}

.btn-explore:hover {
  color: #ccccb6;
  transform: translateX(5px);
}

.features-img-wrapper {
  position: relative;
  margin: 25px auto 0 auto;
  max-width: 650px;
}

.features-img-wrapper::before {
  content: "";
  position: absolute;
  left: -23px;
  top: -23px;
  width: calc(100% + 46px);
  height: calc(100% + 46px);
  border: 14px solid #ccccb6;
  border-radius: var(--bs-border-radius, 8px);
  z-index: 0;
  pointer-events: none;
}

.custom-carousel-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

.features-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.features-carousel .owl-nav button.owl-prev,
.features-carousel .owl-nav button.owl-next {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.85) !important;
  color: #909080 !important;
  border: none !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.features-carousel .owl-nav button.owl-prev {
  margin-left: 10px;
}

.features-carousel .owl-nav button.owl-next {
  margin-right: 10px;
}

.features-carousel .owl-nav button.owl-prev:hover,
.features-carousel .owl-nav button.owl-next:hover {
  background: #ccccb6 !important;
  color: #fff !important;
}

.features-carousel .owl-dots {
  display: none !important;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-title {
  font-size: 12px;
  font-weight: bold;
}

.features-carousel .item a.popup-img img {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

section[id^="features-carousel"] {
  position: relative;
  z-index: 1;
}

section[id^="features-carousel"]:nth-of-type(odd) {
  background-color: transparent;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

section[id^="features-carousel"]:nth-of-type(even) {
  position: relative;
  margin-top: -3vw;
  margin-bottom: -3vw;
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

section[id^="features-carousel"]:nth-of-type(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  border-top: 10px solid #eeeeed;
  border-bottom: 10px solid #eeeeed;
  z-index: -1;
}

section[id^="features-carousel"]:nth-of-type(4n-2)::before {
  clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0 100%);
}

section[id^="features-carousel"]:nth-of-type(4n)::before {
  clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0 calc(100% - 4vw));
}

@media (max-width: 767.98px) {
  section[id^="features-carousel"]:nth-of-type(odd) {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  section[id^="features-carousel"]:nth-of-type(even) {
    margin-top: -2vw;
    margin-bottom: -2vw;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  section[id^="features-carousel"]:nth-of-type(4n-2)::before {
    clip-path: polygon(0 2.5vw, 100% 0, 100% calc(100% - 2.5vw), 0 100%);
  }

  section[id^="features-carousel"]:nth-of-type(4n)::before {
    clip-path: polygon(0 0, 100% 2.5vw, 100% 100%, 0 calc(100% - 2.5vw));
  }

  section[id^="features-carousel"] .col-12 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .features-img-wrapper {
    width: 100%;
    margin: 25px auto 20px auto;
  }

  .custom-carousel-img {
    height: 300px;
  }
}

/* Estilo para setas desativadas no Owl Carousel */
.owl-nav .disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}


#designer {
position: relative;
background-color: #ffffff;
background-image: url("../images/home-bg.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
box-shadow: 0 0 20px #dadcd5;
}

#designer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.92);
z-index: 1;
pointer-events: none;
}

#designer > .container {
position: relative;
z-index: 2;
}

.designer-img-wrapper {
  max-width: 320px;
}

.img-offset-border-left {
  position: relative;
  display: block;
}

.img-offset-border-left::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  width: 100%;
  height: 100%;
  border: 15px solid #ccccb6;
  border-radius: 10px;
  z-index: 0;
}

.custom-designer-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 10px !important;
}

.designer-signature {
  max-width: 180px;
  opacity: 0.85;
}

.custom-designer-tabs {
  gap: 6px;
  flex-wrap: nowrap;
}

.custom-designer-tabs .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.custom-designer-tabs .nav-link {
  color: #909080;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  width: 100%;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.custom-designer-tabs .nav-link:hover {
  color: #ccccb6;
}

.custom-designer-tabs .nav-link.active {
  background-color: #ccccb6 !important;
  color: #ffffff !important;
}

.designer-tab-content {
  min-height: 280px;
}

.designer-text {
  font-size: 0.95rem;
}

.designer-text b {
  color: #909080;
}

.tracking-widest {
  letter-spacing: 2px;
}

.designer-gallery-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .designer-tab-content {
    min-height: 310px;
  }
}

@media (max-width: 767.98px) {
  .img-offset-border-left {
    padding-left: 25px !important;
    padding-top: 25px !important;
    box-sizing: border-box !important;
  }

  .img-offset-border-left::before {
    left: 0 !important;
    top: 0 !important;
    width: calc(100% - 25px) !important;
    height: calc(100% - 25px) !important;
  }

  .designer-img-wrapper {
    max-width: 280px;
  }

  .designer-tab-content {
    min-height: 380px;
  }

  .designer-gallery-img {
    max-width: 320px;
  }
}

@media (max-width: 575.98px) {
  .custom-designer-tabs {
    gap: 4px;
  }

  .custom-designer-tabs .nav-link {
    padding: 4px 6px;
    font-size: 0.72rem;
    letter-spacing: 0px;
  }
}

/* Personalização fina da barra de rolagem */
.designer-scroll-content::-webkit-scrollbar {
  width: 4px;
}
.designer-scroll-content::-webkit-scrollbar-thumb {
  background-color: #ccccb6;
  border-radius: 4px;
}
.designer-scroll-content::-webkit-scrollbar-track {
  background: transparent;
}



















.contact-brand-block {
  border-left: 2px solid #ccccb6;
  padding-left: 24px;
}

.contact-info-clean .city-title {
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  color: #ccccb6;
}

.contact-info-clean .phone-link {
  font-size: 0.95rem;
  color: #666666;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

.contact-info-clean .phone-link:hover {
  color: #000000;
}

.contact-form-minimal {
  width: 100%;
}

.minimal-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ccccb6 !important;
  border-radius: 0 !important;
  padding: 12px 8px !important;
  font-size: 0.9rem;
  color: #555555 !important;
  box-shadow: none !important;
  transition: border-color 0.3s ease;
}

.minimal-input:focus {
  border-bottom-color: #000000 !important;
  outline: none !important;
}

.minimal-input::placeholder {
  color: #888888;
  font-weight: 300;
}

.btn-minimal-submit {
  background: transparent;
  color: #a0a091;
  border: 1px solid #ccccb6;
  padding: 12px 35px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
}

.btn-minimal-submit:hover {
  background: #ccccb6;
  color: #ffffff;
}

#contact #sendmessage {
color: #ccccb6;
border-bottom: 2px solid #ccccb6;
display: none;
padding: 8px 0;
font-size: 0.85rem;
margin-bottom: 20px;
}

#contact #errormessage {
color: #dc3545;
border-bottom: 2px solid #dc3545;
display: none;
padding: 8px 0;
font-size: 0.85rem;
margin-bottom: 20px;
}

#contact #sendmessage.show,
#contact #errormessage.show,
#contact .show {
display: block;
}

#contact .validation {
color: #dc3545;
display: none;
margin-top: 4px;
font-size: 0.75rem;
}

.site-footer {
  border-top: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  margin-top: 8rem;
}

.footer-brand .brand-title {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #111111;
  text-transform: uppercase;
}

.footer-brand .brand-copy {
  font-size: 0.75rem;
  color: #888888;
}

.sitemap-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
color: #a0a091;
  margin-bottom: 12px;
}

.sitemap-list li {
  margin-bottom: 6px;
}

.sitemap-list a {
  font-size: 0.82rem;
  color: #c0c0c0;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.sitemap-list a:hover {
  color: #666;
}

@media (max-width: 767.98px) {
  .contact-form-minimal {
    padding-left: 15px;
    padding-right: 15px;
  }

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