@charset "UTF-8";

@font-face {
  font-family: 'instrumental-sans-regular';
  src: url('../fonts/InstrumentSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'instrumental-sans-medium';
  src: url('../fonts/InstrumentSans-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'instrumental-sans-semibold';
  src: url('../fonts/InstrumentSans-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'instrumental-sans-bold';
  src: url('../fonts/InstrumentSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root{
  --regular: 'instrumental-sans-regular';
  --medium: 'instrumental-sans-medium';
  --semibold: 'instrumental-sans-semibold';
  --bold: 'instrumental-sans-bold';
}

strong, b {
  font-weight: lighter;
  font-family: var(--bold);
}

body {
  font-family: var(--regular);
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.aceitar_termos {
  position: fixed;
  bottom: 0;
  padding: 20px 20px;
  text-align: center;
  color: #FFF;
  background-color: rgba(33, 33, 33, 0.9);
  width: 100%;
  z-index: 999999;

  a {
    color: #FFFC9E !important;

    &:hover {
      color: #38A7EB !important;
    }
  }
}

a.ctacookies {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 50px;
  background-color: #000000;
  color: #FFF;
  transition: all .2s linear;
  margin-left: 10px;
  cursor: pointer;

  &:hover { filter: brightness(1.2); }
}

.btnwhats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  img { transition: all .2s linear; }
  &:hover img { filter: brightness(1.2); }
}

@media (max-width: 900px) {
  .btnwhats {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.website {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta {
  a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
  }
}

.wpcf7 {
  .wpcf7-form-control-wrap { display: block; }

  .wpcf7-response-output {
    color: #FFF !important;
    border: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
  }

  form {
    &.sent .wpcf7-response-output { background-color: #46b450; }

    &.failed .wpcf7-response-output,
    &.aborted .wpcf7-response-output { background-color: #dc3232; }

    &.spam .wpcf7-response-output { background-color: #f56e28; }

    &.invalid .wpcf7-response-output,
    &.unaccepted .wpcf7-response-output { background-color: #ffb900; }
  }

  .wpcf7-not-valid { background-color: #FFD2D2 !important; }
}

span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 1;
  right: 3px;
  font-size: 9px;
  top: 1px;
}

form {
  iframe {
    width: 304px !important;
    height: 78px !important;
  }
}

.g-recaptcha {
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form {
    .row > div { width: 100%; }
    border: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .fxsm {
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .fxsm { padding: 30px 0; }
}

a {
  transition: all .2s linear;

  &:link,
  &:visited { color: inherit; }

  &:hover,
  &:active { color: #02a348; }
}

.editor {
  a {
    color: #000000 !important;

    &:hover { text-decoration: underline !important; }
  }

  &, p, li {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }

  p { margin-bottom: 20px; }
}

::-moz-selection {
  background: #02a348;
  color: #000000;
}

::selection {
  background: #02a348;
  color: #000000;
}

.pagination {
  .active {
    a,
    a:hover {
      background-color: #fff4bd;
      border-color: #fff4bd;
    }
  }
}

.lds-ellipsis {
  div { background-color: #fff4bd; }
}

.wp-pagenavi {
  span,
  a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    margin: 0 5px;
  }

  span.current {
    background-color: #fff4bd;
    color: #FFFFFF;
  }
}

.container { 
  padding: 0 !important; 
}

.row {
  width: 100% !important;
  max-width: 1170px !important;
  margin: 0 !important;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
.col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding: 0 !important;
}

.btn { padding: 0 !important; }

/*HOME*/
.header{
  position: relative;
  z-index: 1;              
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;

  &::after{
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: 150px;          
    height: 180px;         
    pointer-events: none;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'>\
  <path fill='%23fef3bd' d='M0,110 C240,158 480,60 720,84 C960,108 1200,158 1440,110 L1440,180 L0,180 Z'/>\
</svg>");
    transform: scaleY(-1); 
    transform-origin: top;
  }


  .col-lg-4{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .col-lg-8{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 420px;

    .txt{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;

      h1{
        font-family: var(--bold);
        font-size: 60px;
        color: #FFFFFF;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
      }

      .botao{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease-in-out;

        &:hover{ transform: scale(0.95); }

        a{
          width: 100%;
          max-width: 250px;
          padding: 15px;
          font-family: var(--bold);
          font-size: 22px;
          border: none;
          border-radius: 50px;
          background-color: #06b853;
          color: #FFFFFF;
          transition: 0.5s;

          &:hover{
            background-color: #fff4bd;
            color: #324939;
          }
        }
      }
    }
  }

  .logo{
    width: 100%;
    max-width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      transition: transform 0.2s ease-in-out;

      &:hover{ transform: scale(0.95); }
    }
  }

  .menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;

    a{
      transition: transform 0.2s ease-in-out;
      font-family: var(--bold);
      font-size: 20px;
      color: #FFFFFF;
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);

      &:hover{
        transform: scale(0.95);
        color: #fff4bd;
      }
    }
  }
}

.fx1{
  padding: 30px 0px 10px 0px;
  background-color: #fef3bd;

  .txt{
    p{
      text-align: center;
      font-family: var(--medium);
      font-size: 18px;
      color: #53544f;
    }
  }
}

.fx2{
  padding: 10px 0px;
  background-color: #fef3bd;

  h2{
    font-size: 38px;
    font-family: var(--bold);
    color: #53544f;
    text-align: center;
  }

  .servicos{
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;

    .card{
      position: relative;
      overflow: hidden;
      width: 100%;
      max-width: 300px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;

        img{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: cover;
        }

        p{
          position: absolute;
          bottom: 130px; 
          left: 75px;
          color: #324939; 
          text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
          border-radius: 10px;
          font-family: var(--bold); 
          font-size: 18px;
          opacity:0; 
          visibility:hidden; 
          transform: translateY(8px);
          transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
          z-index:2; 
          pointer-events:none;
        }

      &:hover p,
      &:focus-within p{ 
        opacity:1; 
        visibility:visible; 
        transform: translateY(0);
        transition: opacity .25s ease, transform .25s ease, visibility 0s;
        pointer-events: auto;
        text-align: center;
        margin-left: -70px;
        background-color: rgb(255, 255, 255, 0.9);
        padding: 15px 5px 0px 5px;
      }

      &::after{
        content:""; 
        position:absolute; 
        inset:0; 
        z-index:0;
        background: linear-gradient(to top, rgba(0,0,0,.45), rgba(0,0,0,0));
        opacity:0; 
        transition: opacity .25s ease;
      }

      &:hover::after, &:focus-within::after{ opacity:1; }
    }
  }
    .botao{
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      margin: 20px 0px 10px 0px;

      a{
        width: 100%;
        max-width: 250px;
        padding: 15px;
        font-family: var(--bold);
        font-size: 22px;
        border-radius: 50px;
        background-color: #06b853;
        color: #FFFFFF;
        transition: transform 0.2s ease-in-out;
        text-align: center;

      &:hover{
        transform: scale(0.95);
        background-color: #FFFFFF;
        color: #324939;
      }
    }
  }
}

.fx3{
  position: relative;
  background: #ffffff;
  padding: 50px 0px; 
  overflow: visible;

  &::before{
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: -375px;          
    height: 180px;      
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'>\
  <path fill='%23fff4bd' d='M0,110 C240,158 480,60 720,84 C960,108 1200,158 1440,110 L1440,180 L0,180 Z'/>\
</svg>");
    transform: scaleY(-1); // inverte para ficar de cima pra baixo
    transform-origin: top;
  }

  .container{ position: relative; 
    z-index: 1; 
  }

  h3{
    font-family: var(--semibold);
    font-size: 38px;
    text-align: center;
    margin: 0 0 50px 0;
  }

  .txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0 100px;

    .icn{
      width: 100%;
      max-width: 50px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;

      img{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
      }
    }

    p{
      font-family: var(--regular);
      font-size: 16px;
      color: #53544f;
    }
  }

  .carrossel-depoimentos{
    position: relative;

    .owl-nav{
      position: absolute;
      top: 50%;
      left: 0; right: 0;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 8px;
      z-index: 5;
      pointer-events: none;
    }

    button.owl-prev,
    button.owl-next{
      pointer-events: auto;
      width: 44px; height: 44px;
      border-radius: 999px;
      background: rgba(2,163,72,.10);
      border: 1px solid rgba(2,163,72,.35);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .2s ease, transform .2s ease, border-color .2s ease;
      user-select: none;
      outline: none;
    }

    .icon{
      width: 22px; height: 22px;
      stroke: #324939; stroke-width: 2; fill: none;
    }

    button.owl-prev:hover,
    button.owl-next:hover,
    button.owl-prev:focus-visible,
    button.owl-next:focus-visible{
      background: #324939;
      border-color: #324939;
      transform: scale(1.06);
    }

    button.owl-prev:hover .icon,
    button.owl-next:hover .icon,
    button.owl-prev:focus-visible .icon,
    button.owl-next:focus-visible .icon{
      stroke: #ffffff;
    }

    .disabled{
      opacity: .35;
      cursor: not-allowed;
      transform: none !important;
    }
  }

  @media (max-width: 768px){
    .carrossel-depoimentos{
      button.owl-prev,
      button.owl-next{
        width: 38px; height: 38px;
      }
      .icon{
        width: 20px; height: 20px;
      }
    }

    .txt{
      padding: 0 20px;
    }
  }
}

.fx4{
  position: relative;
  height: 40vh;
  overflow: visible; 

  &::after{
    content: "";
    position: absolute;
    left: 0; right: 0;
    bottom: -5px;     
    height: 150px;     
    z-index: 2;         
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 180' preserveAspectRatio='none'>\
  <path fill='%23324939' d='M0,110 C240,158 480,60 720,84 C960,108 1200,158 1440,110 L1440,180 L0,180 Z'/>\
</svg>");
  }

  .mapa{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0; 

    iframe{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      z-index: 0;
    }
  }
}

.footer{
  padding: 0px 10px;
  background-color: #324939;

  p{
    font-family: var(--regular);
    font-size: 14px;
    margin: 0px;
    color: #FFFFFF;

    strong{
      font-family: var(--semibold);
    }
  }

  .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .logo{
    width: 100%;
    max-width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;

    &:hover{
      transform: scale(0.95);
    }

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
    }
  }

  .txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }

  .divisor{
    width: 60%;
    height: 2px;
    margin: 10px 0px;
    background-color: #FFFFFF;
  }

  .creditos{
    display: flex;
    align-items: center;
    gap: 50px;
    margin: 0px 0px 20px 0px;

    a{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      transition: transform 0.2s ease-in-out;

      &:hover{
        transform: scale(0.95);
      }

      .icn{
        width: 100%;
        max-width: 40px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          object-fit: cover;
        }
      }

    }
  }
}

/*PAGE PADRÃO*/
.page-padrao{
  padding: 30px 0px;

  h1{
    font-family: var(--bold);
    font-size: 38px;
    color: #53544f;
    margin: 0px 0px 20px 0px;
  }
}

/*PAGE 404*/
.pg-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #FDF3BD;
  color: #324939;

  .container{
    max-width: 760px;
    width: 100%;
    text-align: center;
  }

  h1{
    margin: 0 0 8px;
    font-family: var(--bold);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: .9;
    font-size: clamp(84px, 16vw, 180px);
    color: #324939;
  }

  h2{
    margin: 0 0 20px;
    font-family: var(--bold);
    font-size: clamp(18px, 2.2vw, 28px);
    color: #324939;
  }

  .editor{
    margin: 0 auto;
    max-width: 640px;
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.6;

    a{
      display: inline-block;
      margin-left: .35em;
      padding: 10px 16px;
      border-radius: 999px;
      background: #449D5A;
      color: #fff;
      text-decoration: none;
      font-family: var(--bold);
      transition: background .18s ease, transform .18s ease;

      &:hover{ 
        background: darken(#449D5A, 6%); 
        transform: translateY(-1px); 
      }

      &:focus-visible{ 
        outline: 3px solid rgba(#449D5A, .35); 
        outline-offset: 2px; 
      }
    }
  }
}

/*PAGE CONTATO*/
.page-padrao.page-contato {
  .page-head{
    text-align: center;
    margin: 0 0 28px;

    .page-title{
      font-family: var(--semibold);
      font-size: 42px;
      margin: 0 0 8px;
      color: #324939;
    }
    .page-desc{
      max-width: 820px;
      margin: 0 auto;
      color: #53544f;
      font-family: var(--regular);
      font-size: 16px;
    }
  }

  .alert{
    max-width: 820px;
    margin: 0 auto 18px;
    padding: 12px 16px;
    border-radius: 10px;
    font-family: var(--semibold);
    &.success{ background: rgba(2,163,72,.10); border: 1px solid rgba(2,163,72,.35); color: #1a6a3c; }
    &.error{ background: #fff4f4; border: 1px solid #ffcece; color: #a12828; }
  }

  .grid{
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: 28px;
    align-items: start;
  }

  .bloco-info{
    .lista-contato{
      list-style: none;
      margin: 0 0 20px;
      padding: 0;

      li{
        padding: 12px 14px;
        border: 1px solid rgba(50,73,57,.15);
        border-radius: 12px;
        background: #fff;
        & + li{ margin-top: 10px; }

        strong{
          display: block;
          font-family: var(--semibold);
          color: #324939;
          margin-bottom: 4px;
          font-size: 14px;
          letter-spacing: .2px;
        }
        span{
          display: block;
          color: #53544f;
          font-family: var(--regular);
          font-size: 15px;
        }
      }
    }

    .mapa{
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid rgba(50,73,57,.15);
      background: #f5f7f6;

      iframe{
        display: block;
        width: 100%;
        height: 340px;
        border: 0;
      }
    }
  }

  .bloco-form {
  .wpcf7 {
    background: #fff;
    border: 1px solid rgba(50,73,57,.15);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
    position: relative;

    .hidden-fields-container {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }

    .grp {
      display: grid;
      grid-template-columns: 1fr;
      gap: 8px;
      margin-bottom: 14px;

      label {
        font-family: var(--semibold);
        font-size: 14px;
        color: #324939;
      }

      input[type="text"],
      input[type="email"],
      input[type="tel"],
      textarea {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid rgba(50,73,57,.25);
        border-radius: 10px;
        background: #ffffff;
        color: #2b2d2a;
        font-family: var(--regular);
        font-size: 15px;
        outline: none;
        transition: border-color .2s ease, box-shadow .2s ease;

        &::placeholder {
          color: #9aa19c;
        }

        &:focus {
          border-color: #324939;
          box-shadow: 0 0 0 3px rgba(50,73,57,.15);
        }
      }

      textarea {
        resize: vertical;
        min-height: 160px;
      }
    }

    /* checkbox LGPD */
    .chk {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 8px 0 14px;

      input[type="checkbox"] {
        margin-top: 3px;
        width: 18px;
        height: 18px;
        accent-color: #324939;
      }

      span {
        color: #53544f;
        font-size: 14px;
        font-family: var(--regular);
        line-height: 1.5;
      }
    }

    /* botão de envio */
    .btn-enviar,
    input[type="submit"],
    button[type="submit"] {
      display: inline-block;
      padding: 12px 24px;
      border-radius: 999px;
      border: 1px solid #324939;
      background: #324939;
      color: #ffffff;
      font-family: var(--bold);
      font-size: 16px;
      cursor: pointer;
      transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;

      &:hover {
        transform: translateY(-1px);
        background: #fff4bd;
        border-color: #fff4bd;
        color: #324939;
      }
    }

    /* mensagem de resposta CF7 */
    .wpcf7-response-output {
      margin-top: 14px;
      font-size: 14px;
      font-family: var(--regular);
      color: #324939;
    }
  }
}


  /* responsivo */
  @media (max-width: 992px){
    .grid{ grid-template-columns: 1fr; }
    .mapa iframe{ height: 300px; }
  }
  @media (max-width: 640px){
    .page-head .page-title{ font-size: 34px; }
  }
}

/*ARCHIVE DEPOIMENTOS*/
.page-padrao.archive-depoimentos {
  .page-head{
    text-align: center;
    margin: 0 0 32px 0;

    .page-title{
      font-family: var(--semibold);
      font-size: 42px;
      margin: 0 0 8px 0;
    }

    .page-desc{
      max-width: 820px;
      margin: 0 auto;
      color: #53544f;
      font-family: var(--regular);
      font-size: 16px;
    }
  }

  /* GRID */
  .grid-depoimentos{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
  }

  /* CARD */
  .depo-card{
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(50,73,57,.15);
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
    overflow: hidden;

    /* Ícones de aspas */
    .icn{
      position: absolute;
      width: 40px;
      height: 40px;
      opacity: .5;

      img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }

      &.icn-top{ top: 14px; left: 14px; }
      &.icn-bottom{ bottom: 14px; right: 14px; opacity: .35; }
    }

    /* Texto */
    .depo-texto{
      p{
        margin: 0;
        font-family: var(--regular);
        font-size: 17px;
        line-height: 1.6;
        color: #53544f;
      }
    }

    /* Autor */
    .depo-autor{
      margin-top: 16px;
      font-family: var(--semibold);
      color: #324939;
      font-size: 15px;
    }
  }

  /* Paginação */
  .paginacao{
    display: flex;
    justify-content: center;
    margin-top: 28px;

    .page-numbers{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 38px;
      margin: 0 6px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(2,163,72,.35);
      background: rgba(2,163,72,.06);
      color: #324939;
      text-decoration: none;
      font-family: var(--semibold);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;

      &:hover,
      &.current{
        background: #324939;
        border-color: #324939;
        color: #ffffff;
        transform: scale(1.04);
      }
    }
  }

  /* Breakpoints */
  @media (max-width: 1024px){
    .grid-depoimentos{
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }

  @media (max-width: 640px){
    .grid-depoimentos{
      grid-template-columns: 1fr;
    }
  }
}

/*ARCHIVE SERVIÇOS*/
.page-padrao.archive-servicos {
  .page-head{
    text-align: center;
    margin: 0 0 32px;

    .page-title{
      font-family: var(--semibold);
      font-size: 42px;
      margin: 0 0 8px;
    }
    .page-desc{
      max-width: 820px;
      margin: 0 auto;
      color: #53544f;
      font-family: var(--regular);
      font-size: 16px;
    }
  }

  .grid-servicos{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
  }

  .servico-card{
    a{
      display: block;
      height: 100%;
      background: #ffffff;
      border: 1px solid rgba(50,73,57,.15); 
      border-radius: 14px;
      overflow: hidden;
      text-decoration: none;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      box-shadow: 0 8px 20px rgba(0,0,0,.04);

      &:hover{
        transform: translateY(-3px);
        box-shadow: 0 14px 26px rgba(0,0,0,.08);
        border-color: rgba(50,73,57,.30);
      }
    }

    .thumb{
      position: relative;
      width: 100%;
      aspect-ratio: 4 / 3;      
      overflow: hidden;

      img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .35s ease;
      }
    }

    a:hover .thumb img{
      transform: scale(1.04);
    }

    .title{
      margin: 14px 16px 18px;
      font-family: var(--semibold);
      font-size: 18px;
      line-height: 1.3;
      color: #324939;
    }
  }

  .paginacao{
    display: flex;
    justify-content: center;
    margin-top: 28px;

    .page-numbers{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 38px;
      margin: 0 6px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(2,163,72,.35);
      background: rgba(2,163,72,.06);
      color: #324939;
      text-decoration: none;
      font-family: var(--semibold);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;

      &:hover,
      &.current{
        background: #324939;
        border-color: #324939;
        color: #ffffff;
        transform: scale(1.04);
      }
    }
  }

  /* Breakpoints */
  @media (max-width: 1024px){
    .grid-servicos{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  }
  @media (max-width: 640px){
    .grid-servicos{ grid-template-columns: 1fr; }
  }
}

/*SINGLE SERVICOS*/
.page-padrao.single-servico {
  .page-head{
    text-align: center;
    margin: 0 0 24px;

    .page-title{
      font-family: var(--semibold);
      font-size: 42px;
      margin: 0;
      color: #324939;
    }
    .page-sub{
      margin: 10px auto 0;
      max-width: 820px;
      color: #53544f;
      font-family: var(--regular);
      font-size: 16px;
    }
  }

  .thumb-hero{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    margin: 16px 0 26px;

    img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform .35s ease;
    }
    &:hover img{ transform: scale(1.03); }

    &.is-fallback{
      background: #f3f5f4;
      display: grid;
      place-items: center;
    }
  }

  .conteudo{
    max-width: 900px;
    margin: 0 auto;

    p{
      font-family: var(--regular);
      font-size: 17px;
      line-height: 1.75;
      color: #53544f;
      margin: 0 0 16px;
    }
    h2, h3{
      font-family: var(--semibold);
      color: #324939;
      margin: 26px 0 12px;
      line-height: 1.25;
    }
    ul, ol{
      margin: 0 0 18px 20px;
      li{ margin: 6px 0; }
    }
    a{
      color: #02a348;
      text-decoration: underline;
      &:hover{ opacity: .9; }
    }
  }

  .post-nav{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 28px 0 8px;

    a{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border: 1px solid rgba(50,73,57,.25);
      border-radius: 999px;
      background: #fff;
      color: #324939;
      text-decoration: none;
      font-family: var(--semibold);
      transition: background .2s ease, border-color .2s ease, transform .18s ease;

      &:hover{
        background: #324939;
        border-color: #324939;
        color: #fff;
        transform: translateY(-1px);
      }
    }
  }

  .servico-relacionados{
    margin-top: 36px;

    .rel-title{
      text-align: center;
      font-family: var(--semibold);
      font-size: 28px;
      color: #324939;
      margin: 0 0 18px;
    }

    .rel-grid{
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 20px;
    }

    .rel-card{
      a{
        display: block;
        height: 100%;
        background: #fff;
        border: 1px solid rgba(50,73,57,.15);
        border-radius: 14px;
        overflow: hidden;
        text-decoration: none;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        box-shadow: 0 8px 20px rgba(0,0,0,.04);

        &:hover{
          transform: translateY(-3px);
          box-shadow: 0 14px 26px rgba(0,0,0,.08);
          border-color: rgba(50,73,57,.30);
        }
      }

      .thumb{
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

        img{
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
          transition: transform .35s ease;
        }
      }

      a:hover .thumb img{ transform: scale(1.04); }

      .title{
        margin: 12px 14px 16px;
        font-family: var(--semibold);
        font-size: 18px;
        color: #324939;
      }
    }
  }

  @media (max-width: 1024px){
    .servico-relacionados .rel-grid{
      grid-template-columns: repeat(2, minmax(0,1fr));
    }
  }
  @media (max-width: 640px){
    .thumb-hero{ aspect-ratio: 4 / 3; }
    .servico-relacionados .rel-grid{
      grid-template-columns: 1fr;
    }
  }
}

/*ARCHIVE PRODUTOS*/
.page-padrao.archive-produtos {
  .page-head{
    text-align: center;
    margin: 0 0 32px;

    .page-title{
      font-family: var(--semibold);
      font-size: 42px;
      margin: 0 0 8px;
    }
    .page-desc{
      max-width: 820px;
      margin: 0 auto;
      color: #53544f;
      font-family: var(--regular);
      font-size: 16px;
    }
  }

  .grid-produtos{
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 24px;
  }

  .produto-card{
    background: #ffffff;
    border: 1px solid rgba(50,73,57,.15);
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;

    &:hover{
      transform: translateY(-3px);
      box-shadow: 0 14px 26px rgba(0,0,0,.08);
      border-color: rgba(50,73,57,.30);
    }

    .thumb{
      width: 100%;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: #f5f7f6;

      img{
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform .35s ease;
      }
    }

    &:hover .thumb img{ transform: scale(1.04); }

    .title{
      margin: 12px 14px 6px;
      font-family: var(--semibold);
      font-size: 18px;
      line-height: 1.3;
      color: #324939;
    }

    .desc{
      margin: 0 14px;
      font-family: var(--regular);
      font-size: 15px;
      color: #53544f;
      line-height: 1.5;
    }
  }

  .paginacao{
    display: flex;
    justify-content: center;
    margin-top: 28px;

    .page-numbers{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 38px;
      height: 38px;
      margin: 0 6px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(2,163,72,.35);
      background: rgba(2,163,72,.06);
      color: #324939;
      text-decoration: none;
      font-family: var(--semibold);
      transition: transform .2s ease, background .2s ease, border-color .2s ease;

      &:hover,
      &.current{
        background: #324939;
        border-color: #324939;
        color: #ffffff;
        transform: scale(1.04);
      }
    }
  }

  /* Breakpoints */
  @media (max-width: 1024px){
    .grid-produtos{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  }
  @media (max-width: 640px){
    .grid-produtos{ grid-template-columns: 1fr; }
  }
}

/*RESPONSIVO*/
@media(max-width: 1025px){
  .header{

    &::after{
      display: none;
    }
      .col-lg-8 {
        align-items: center;
        height: auto;
    }
  }

  .fx2{
    .servicos{
      flex-wrap: wrap;
      height: auto;
      margin: 10px 0px;
    }
  }

  .fx3{
    &::before{
      display: none;
    } 

    h3{
      margin: 0px;
    }
  }

  .footer{

  .creditos{
      flex-direction: column;
      text-align: center;
      gap: 5px;
    }
  }

}

@media(max-width: 426px){
  .header{
    padding: 20px 0px;

    .col-lg-4{
      gap: 10px;
    }

      .col-lg-8 {

      .txt{

        h1{
          font-size: 28px;
        }

        .botao{
          a{
            padding: 10px;
            font-size: 14px;
          }
        }
      }
    }

    .menu{
      a{
        font-size: 14px;
      }
    }
  }

  .fx1{
    padding: 20px 10px;

    .txt{
      p{
        font-size: 14px;
      }
    }
  }

  .fx2{

    h2{
      font-size: 24px;
    }

      .botao{


        a{

          font-size: 16px;

        }
      }
    }

  .fx3{
    padding: 10px;

    h3{
      font-size: 24px;
    }

    .txt{
      flex-direction: column;
      justify-content: center;
      padding: 80px 30px;

      .icn{
        max-width: 30px;

      }

      p{
        font-size: 14px;
      }

      .icn-none{
        display: none;
      }
    }
  } 

  .page-padrao{
    padding: 20px 10px;
    text-align: center;

    h1{
      font-size: 28px;
      text-align: center;
    }
  }   

}