@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
    font-family: CBlack;
    src: url(font/CabinetGrotesk-Black.otf);
}
@font-face {
    font-family: CBold;
    src: url(font/CabinetGrotesk-Bold.otf);
}
@font-face {
    font-family: CEBold;
    src: url(font/CabinetGrotesk-Extrabold.otf);
}
@font-face {
    font-family: CELight;
    src: url(font/CabinetGrotesk-Extralight.otf);
}
@font-face {
    font-family: CLight;
    src: url(font/CabinetGrotesk-Light.otf);
}
@font-face {
    font-family: CMedium;
    src: url(font/CabinetGrotesk-Medium.otf);
}
@font-face {
    font-family: CRegular;
    src: url(font/CabinetGrotesk-Regular.otf);
}

body {
    background: linear-gradient(to bottom, #F8F2DC, #d8d3bf);
    font-family: CMedium, sans-serif; 
    overflow-x: hidden;  
}

.custom-nav {
    gap: 3rem !important;
    
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
  z-index: 100000 !important;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.custom-nav a{
    color: #232323;
    font-size: 20px;
}

.custom-nav a:hover{
    color: #b56262;
}

.image{
    width: 7%;
}

.lead{
  width: 60%;
}


button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: "CLight", sans-serif !important;
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #ffffff;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fbfbfb;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #000000;
   }

   @media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}


.about{
    color: rgb(0, 0, 0) !important;
    font-family: "CLight";

}

.about h1{
    color: rgb(0, 0, 0) !important ;
    font-family: "CMedium", sans-serif;
}

.about1{
    margin-top: 10% !important;
}


.footer-20192::before {
  content: "";
  display: block;
  width: 90%;               /* 👈 line length */
  border-top: 1px solid rgb(0, 0, 0);
  margin: 0 auto 2rem auto;   /* 👈 centers the line */
}

.footer-20192 {
  margin-top: 7%;
  position: relative;
  color: #000000;
  font-family: "CBold", sans-serif;
  padding: 7rem 0;
}
  .footer-20192 .container {
    position: relative; }
  .footer-20192 h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5; }
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }
    .footer-20192 .links li a {
      color: rgb(0, 0, 0); 
      font-family: "CELight", sans-serif;
    }
      .footer-20192 .links li a:hover {
        color: #000000; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: #9c4646;
      color: #ffffff; }
      .footer-20192 .social li a > span {
        position: absolute;
        line-height: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .footer-20192 .footer-logo {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .footer-20192 .copyright {
    color: #9d9d9d; }
  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #494949;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }


      /* Initial state: hidden and moved down */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.7s ease, transform 1.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* When revealed: visible and in place */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}





/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 600px) {
  
/* Center about sections - mantém ordem vertical */
  .about1 {
    text-align: center;
    justify-content: center !important;
    flex-direction: column !important;
  }

  /* Center image column */
  .about .col-10,
  .about .col-sm-8,
  .about .col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    order: 1; /* Imagem primeiro */
  }

  /* Center text column - mantém ordem */
  .about .col-lg-6 {
    order: 2; /* Texto depois */
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Center images */
  .about img {
    margin: 0 auto !important;
    display: block;
    max-width: 80%;
  }

  /* Center text content - h1 em cima */
  .about h1 {
    text-align: center;
    font-size: 35px !important;
    margin-bottom: 1.5rem;
    order: 1;
    margin-top: 10%;
  }

  /* Center paragraph - lead em baixo */
  .about .lead {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    order: 2;
  }

  .image{
    width: 15%;
}

  .menu{
    display: flex;
  }

.navbar-collapse {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #f8f2dc !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;  /* Vertically centers children */
  align-items: center !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  box-sizing: border-box !important;
  padding-top: 0 !important; /* optionally reset padding if needed */
}

  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
  .navbar-collapse ul.custom-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  justify-content: center !important;
  margin-top: 0 !important;
  height: 100%; /* Make ul full height so it centers vertically */
    gap: 2rem !important;
    width: 100vw !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

    .navbar-collapse ul.custom-nav > li {
    width: 100vw !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
.navbar-collapse ul.custom-nav a.nav-link {
    display: inline-block !important;  /* change from block to inline-block */
    width: auto !important;             /* undo full width */
    border-bottom: 2px solid #9c4646 !important;
    font-size: 2rem !important;
    text-align: center !important;
    background: none !important;
    color: #232323 !important;
}

.menu-open {
  overflow: hidden !important;
  height: 100vh !important;
}

.custom-nav a{
  border-bottom: 2px solid #9c4646 !important;
  display: inline-block;
  padding-bottom: 2px;
}

  .footer-20192 .footer-logo,
  .footer-20192 .footer-logo img,
  .footer-20192 .social li a.footer-logo {
    width: auto !important;
    max-width: 80px !important; /* change to desired size */
    height: auto !important;
    border: none !important;
    display: inline-block;
  }
}
