
@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);
}

.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;
}

.aceitar_termos a{
  color: #FFFC9E!important;
}

.aceitar_termos a:hover{
  color: #38A7EB!important;
}

a.ctacookies{
  display: inline-block;
  padding: 3px 15px 3px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #000000;
  color: #FFF;
  transition: all .2s linear;
  margin-left: 10px;
  cursor: pointer;
}

a.ctacookies:hover{
  filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.btnwhats img{
  transition: all .2s linear;
}

.btnwhats: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-not-valid{
  background-color: #FFD2D2!important;
}

.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;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232;
} 

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
}

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%;
  }
  form{
    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;
}

.editor a{
  color: #000000!important;
}

.editor a:hover{
  text-decoration: underline!important;
}

a:link, a:visited{
  color: inherit;
}

a:hover, a:active{
  color: #A3A3A3;
}

::-moz-selection{
  background: #A3A3A3;
}

::selection{
  background: #A3A3A3;
}

.pagination .active a,
.pagination .active a:hover{
  background-color: #A3A3A3;
  border-color: #A3A3A3;
}

.lds-ellipsis div{  
  background-color: #A3A3A3;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}

.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #A3A3A3;
  color: #FFF;
}

body{
  background-color: #EAE8E8;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container{
  padding: 0px!important;
}

.row{
  width: 100%!important;
  max-width: 1170px!important;
  margin: 0px!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: 0px!important;
}

.btn{
  padding: 0px!important;
}

/*CABEÇALHO E RODAPÉ*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;

  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
  }

  .logo {
    width: 100%;
    max-width: 170px;
    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;
    align-items: center;
    justify-content: center;
    gap: 30px;

    a {
      font-family: var(--bold);
      font-size: 15px;
      color: #FFFFFF;
      transition: transform 0.2s ease-in-out;

      &:hover {
        transform: scale(0.95);
      }
    }
  }

  .tel {
    a {
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 5px;
      font-family: var(--bold);
      font-size: 20px;
      color: #FFFFFF;
      transition: transform 0.2s ease-in-out;

      &:hover {
        transform: scale(0.95);
      }
    }
  }

  .wpp {
    width: 100%;
    max-width: 25px;
    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;
    }
  }
}

.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
}

.nav-menu {
  display: flex;
  gap: 30px;
}

.fx-footer {
  position: relative;
  overflow: hidden;

  .map-background {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 95%;
    z-index: 1;

    iframe {
      width: 100%;
      height: 100%;
      filter: grayscale(100%) brightness(90%);
    }
  }

  .formulario {
    position: relative;
    z-index: 2;
  }

  .form-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;

    h2 {
      font-family: var(--bold);
      font-size: 30px;
      margin-bottom: 20px;
      color: #878787;
    }

    input,
    textarea {
      width: 100%;
      margin-bottom: 5px;
      padding: 12px 15px;
      border: 1px solid #878787;
      border-radius: 4px;
      font-size: 17px;
      font-family: var(--bold);
    }

    textarea {
      resize: none;
      height: 124px;
    }
  }

  .btn-enviar {
    width: 100%;
    padding: 15px;
    background: #000000;
    color: #FFFFFF;
    font-family: var(--bold);
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease-in-out;

    &:hover {
      background: #000000;
      transform: scale(0.95);
    }
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .map-mobile {
    iframe {
      width: 100%;
      height: 300px;
      border: none;
      margin-top: 30px;
      filter: grayscale(100%) brightness(90%);
    }
  }
}

.footer {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: -10%;
  padding: 190px 0px 20px 0px;

  .col-lg-3 {
    padding: 5% 0% 5% 0%!important;
  }

  .col-lg-4 {
    padding: 5% 0% 5% 0%!important;
  }

  .infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;

    .txt {
      a {
        text-decoration: underline !important;
      }
    }
  }

  .img {
    width: 100%;
    max-width: 170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 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;
    }
  }

  titulo {
    font-family: var(--bold);
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
  }

  p {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    color: #FFFFFF;
  }

  a {
    font-size: 17px;
  }

  .redes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;

    .icn {
      width: 100%;
      max-width: 20.5px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 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;
        border-radius: 5px;
      }
    }
  }

  .paginas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 5% 0% 10% 170px!important;
  }

  .produtos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 5% 0% 10% 120px !important;
  }

  .creditos {
    display: flex;
    align-items: center;
    justify-content: space-between;

    p {
      font-size: 14px;
    }

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 14px;

      &:hover{
        color: #FFFFFF;
      }
    }
  }
}

/*HOME*/
.fx1-pages {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  min-height: 758px;
  display: flex;
  align-items: center;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 1;
    pointer-events: none;
  }

  > .container,
  .txt,
  .row {
    position: relative;
    z-index: 2;
  }

  .txt {
    padding: 100px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    .icones {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 0 0 40px;
      border-bottom: 1px solid #FFFFFF;

      .item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
      }

      .info {
        display: flex;
        flex-direction: column;
      }

      .icn {
        width: 100%;
        max-width: 37px;
        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;
        }
      }
    }
  }

  .single-cases{
    p{
      margin: 0px 0px -20px 0px;
    }
  }

  a {
    width: 100%;
    max-width: 170px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 50px;
    font-family: var(--bold);
    font-size: 16px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    transition: transform 0.2s ease-in-out;

    &:hover {
      transform: scale(0.95);
    }
  }

  h1 {
    font-size: 41px;
    color: #FFFFFF;
  }

  p {
    font-size: 20px;
    color: #FFFFFF;
  }

  h4 {
    font-family: var(--bold);
    font-size: 17px;
    margin: 0;
    color: #FFFFFF;
  }

  h5 {
    font-family: var(--medium);
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    color: #FFFFFF;
  }
}

.fx2-home {
  background-color: #EAE8E8;
  padding: 30px 0 20px;

  h1 {
    font-size: 45px;
    color: #878787;
    margin: 0;
  }

  h2 {
    font-size: 45px;
    color: #ADCB3D;
    margin: 0;
  }

  h3 {
    font-family: var(--medium);
    font-size: 16px;
    color: #878787;
    margin: 0;
  }

  p {
    font-size: 16px;
    color: #878787;
    margin: 0;
  }

  .cor {
    h2 {
      font-size: 45px;
      font-family: var(--bold);
      color: #E84239;
      margin: 0;
    }
  }

  .conteudo {
    display: flex;
    align-items: stretch;
    gap: 20px;
    overflow: visible;
  }

  .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    gap: 30px;
    padding: 80px 0 10px;

    .dados {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 50px;
    }

    .info {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }

  .imagem-destaque {
    flex: 1;
    display: flex;
    align-items: stretch;

    img {
      width: 100%;
      height: 100%; 
      object-fit: cover;
      border-radius: 10px;
      mix-blend-mode: darken;
      background-color: #878787;
    }
  }

  .logos-empresas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 40px !important;
    border-bottom: 1px solid #878787;

    .logo {
      width: 133px;
      height: 51px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      overflow: hidden;
      background-color: #FFFFFF;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: contain;
        border: 1px solid #000000;
        border-radius: 5px;
      }
    }
  }

  .carrossel-moveis {
    display: flex;
    align-items: stretch;
    padding: 0 0 50px;

    .img {
      width: 100%;
      max-width: 370px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
      }
    }

    .info {
      flex: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 30px;
      border: 1px solid #878787;
      border-radius: 10px;

      .img {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
        background-color: #FFFFFF;

        img {
          width: 100%;
          height: 100%;
          object-fit: contain; 
          border: 1px solid #878787;
          border-radius: 5px;
        }
      }

      .txt-depoimento {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
    }

    .img-direita {
      display: flex;
      justify-content: flex-end;
    }

    h2 {
      font-family: var(--bold);
      font-size: 20px;
      color: #878787;
      margin: 0;
    }

    p {
      font-family: var(--medium);
      font-size: 15px;
      color: #878787;
      margin: 0;
      width: 100%;
      max-width: 620px;
    }

    nome {
      font-family: var(--bold);
      font-size: 13px;
      color: #878787;
    }
  }

  .carrossel-individual1,
  .carrossel-individual2,
  .carrossel-individual3 {
    width: 100%;

    .img {
      width: 100%;
      height: 170px;
      padding: 5px;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        display: block;
      }
    }
  }

  .col-lg-8 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .titulo {
    border-left: 5px solid #878787;
    padding: 0px 10px;
    margin: 30px 0;

    h1 {
      font-family: var(--bold);
      font-size: 30px;
      color: #878787;
      margin: 0;
    }
  }

  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: flex!important;
  }

  .owl-carousel {
    position: relative;

    .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;

      button.owl-prev,
      button.owl-next {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: transparent !important;
        border: 3px solid #878787 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;

        span {
          font-size: 24px;
          font-weight: bolder;
          color: #878787;
          margin-top: -2px;
        }

        &:hover {
          background: #ADCB3D !important;
          border: 3px solid #FFF !important;
          span { color: #fff !important; }
        }
      }
    }

    &.nav-right .owl-nav {
      right: -50px;
    }

    &.nav-left .owl-nav {
      left: -50px;
    }
  }

}

.info {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}

.info-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  transition: 0.3s ease;
}

.info-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  text-decoration: none;
}

.btn-ver-mais {
  background: #ffffff;
  color: #000;
  padding: 10px 40px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s ease;
  width: 100%;
  max-width: 150px;
}

.btn-ver-mais:hover {
  transform: scale(1.05);
}

.info:hover .info-content {
  opacity: 0.3;
}

.info:hover .info-overlay {
  opacity: 1;
  pointer-events: auto;
}

.fx3-home {
  padding: 30px 0;
  background-color: #000000;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;

  .row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }

  .titulo {
    padding: 0px 10px;
    border-left: 5px solid #FFFFFF;
    margin-bottom: 40px;
  }

  h1 {
    font-family: var(--bold);
    font-size: 30px;
    margin: 0;
    color: #FFFFFF;
  }


.img {
  width: 370px;
  height: 495px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: transparent;

  img {
    width: 370px;
    height: 495px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    background-color: transparent;
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
    pointer-events: none; 
  }

  p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    font-family: var(--bold);
    font-size: 20px;
    color: #fff;
    z-index: 1; 
  }
}


  .owl-carousel {
    .owl-stage-outer {
      overflow: visible !important;
    }

    .owl-nav {
      position: absolute;
      top: -10px;
      right: -50px;
      transform: translateY(-190%);
      display: flex;
      flex-direction: row;
      gap: 15px;

      button.owl-prev,
      button.owl-next {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: transparent !important;
        border: 3px solid #878787 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;

        span {
          font-size: 24px;
          font-weight: bolder;
          color: #878787;
          margin-top: -2px;
        }

        &:hover {
          background: #ADCB3D !important;
          border: 3px solid #FFF !important;
          span { color: #fff !important; }
        }
      }
    }

    .owl-dots {
      display: none !important;
    }
  }
}

.fx4-home {
  padding: 50px 0;

  .etapa {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    max-width: 585px;
    height: auto;
    transition: transform 0.2s ease-in-out;

    &:hover {
      transform: scale(0.99);
    }

    .img {
      width: 100%;
      max-width: 60px;
      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;
        border-radius: 50%;
      }
    }
  }

  .txt {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .titulo {
    font-family: var(--bold);
    font-size: 18px;
    line-height: 25px;
  }

  .descricao {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 22px;
  }

  .divisao {
    width: 2px;
    height: 22px;
    background-color: #BEBEBE;
    margin: 10px 30px;
  }

  .video {
    width: 100%;
    max-width: 570px;
    height: 789px; 
    display: flex;
    border-radius: 50px;
    border: 20px solid #000; 
    background: #111; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.6); 
    position: relative;
    overflow: hidden;

    iframe {
      width: 100%;
      height: 100%;
      border-radius: 34px; 
      border: none;
      background: #000;
    }

    &::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 18px;
      background: #000;
      border-radius: 9px;
    }

    &::after {
      content: "";
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 6px;
      background: #333;
      border-radius: 3px;
    }
  }
}

.fx5-home {
  padding: 0 0 50px;
  position: relative;

  .titulo {
    border-left: 5px solid #878787;
    padding: 0px 10px;
    margin: 30px 0;

    h1 {
      font-family: var(--bold);
      font-size: 30px;
      margin: 0;
      color: #878787;
    }
  }

  .carrossel-catalogos {
    position: relative;

    .img {
      width: 100%;
      max-width: 1170px;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
      }
    }

    .owl-nav {
      position: absolute;
      top: 50%;
      left: -60px;
      right: -60px;
      transform: translateY(-50%);
      display: flex;
      justify-content: space-between; 
      padding: 0 15px;

      button.owl-prev,
      button.owl-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: transparent !important;
        border: 3px solid #878787 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease;

        span {
          font-size: 40px;
          font-weight: bold;
          line-height: 1;
          color: #878787;
          margin-top: -8px;
        }

        &:hover {
          background: #ADCB3D !important;
          border-color: #ADCB3D !important;

          span {
            color: #fff !important;
          }
        }
      }
    }

    .owl-dots {
      display: none !important;
    }
  }
}

.fx6-home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  .txt {
    padding: 50px 0 100px;
  }

  h1 {
    font-size: 45px;
    color: #FFFFFF;
  }

  .img {
    width: 100%;
    max-width: 335px;
    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;
    }
  }
}

.fx7-home {
  padding: 20px 0 50px;

  .titulo {
    border-left: 5px solid #878787;
    padding: 0px 10px;
    margin: 30px 0;
  }

  h1 {
    font-family: var(--bold);
    font-size: 30px;
    margin: 0;
    color: #878787;
  }

  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    a {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 20px;
      transition: 0.2s ease-in-out;

      &:hover {
        transform: scale(0.95);
      }
    }

    .img {
      width: 100%;
      max-width: 370px;
      height: 229px;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      }
    }

    .txt {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      text-align: left;
      padding: 0px 15px 0px 0px;
    }

    .titulo-post{
      font-family: var(--bold);
      font-size: 18px;
      color: #393939;
    }

    .descricao-post {
      font-family: var(--regular);
      font-size: 20px;
      color: #878787;
    }
  }
}

/*PAGINA QUEM SOMOS*/
.fx2-quem-somos {
  background-color: #EAE8E8;
  padding: 30px 0 20px;

  h1 {
    font-size: 45px;
    color: #878787;
    margin: 0;
  }

  h2 {
    font-size: 45px;
    color: #ADCB3D;
    margin: 0;
  }

  h3 {
    font-family: var(--medium);
    font-size: 16px;
    color: #878787;
    margin: 0;
  }

  p {
    font-size: 16px;
    color: #878787;
    margin: 0;
  }

  .cor {
    h2 {
      font-size: 45px;
      font-family: var(--bold);
      color: #E84239;
      margin: 0;
    }
  }

  .conteudo {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .txt {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;

    .dados {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 50px;
    }

    .info {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }

  .imagem-destaque {
    width: 100%;
    max-width: 570px;
    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;
      border-radius: 10px;
    }
  }
}

.fx3-quem-somos {
  background-color: #000000;
  padding: 70px 0 60px 0;

  .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .info {
    .txt {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 30px;
      padding: 0 30px 0 0;
      color: #FFFFFF;
    }
  }

  .titulo {
    border-left: 5px solid #FFFFFF;
    padding: 0 10px;
  }

  .imagem-destaque {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    .img {
      width: 100%;
      max-width: 570px;
      height: 388px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
      margin-bottom: -100px;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border-radius: 10px;
      }
    }
  }

  h1 {
    font-family: var(--bold);
    font-size: 30px;
    margin: 0;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
}

.fx4-quem-somos {
  padding: 70px 0 50px 0;

  .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
  }

  .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 0 30px 0 0;
    color: #878787;
  }

  .titulo {
    border-left: 5px solid #878787;
    padding: 0 10px;
  }

  h1 {
    font-family: var(--bold);
    font-size: 30px;
    margin: 0;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }

  .imagens {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;

    .img {
      width: 100%;
      max-width: 570px;
      height: 388px;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border-radius: 10px;
      }
    }
  }
}

.fx5-quem-somos {
  background-color: #000000;
  padding: 50px 0;

  .img {
    width: 100%;
    max-width: 570px;
    height: 473px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    margin-bottom: -100px;

    img {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 0 30px 0 0;
    color: #FFFFFF;
  }

  h1 {
    font-family: var(--bold);
    font-size: 45px;
    margin: 0;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    margin: 0;
  }

  .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 10px;
  }

  .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.fx6-quem-somos {
  padding: 100px 0 50px 0;

  .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    color: #878787;
  }

  .titulo {
    border-left: 5px solid #878787;
    padding: 0 10px;
  }

  h1 {
    font-family: var(--bold);
    font-size: 30px;
    margin: 0;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }

  .img-certificacoes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 20px 0 0;
    flex-wrap: wrap;
  }

  .img {
    width: 100%;
    max-width: 208px;
    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;
      mix-blend-mode: darken;
      background-color: #878787;
    }
  }
}

.fx7-quem-somos {
  background-color: #000000;
  padding: 50px 0 100px;
  margin-bottom: -80px;

  h1 {
    font-size: 45px;
    margin: 0;
    color: #FFFFFF;
  }

  p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;

    strong {
      font-size: 18px;
      color: #FFFFFF;
    }
  }

  .itens {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0;
    gap: 20px;
    flex-wrap: wrap;

    .info {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 10px;
      width: 100%;
      max-width: 340px;
      transition: transform 0.2s ease-in-out; 

      &:hover{
        transform: scale(0.99);
      }
    }

    .img {
      width: 100%;
      max-width: 70px;
      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;
        border-radius: 50%;
      }
    }
  }

  .mesa {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .imagem-destaque {
    width: 100%;
    max-width: 610px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
          border-radius: 20px;
      overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
    }
  }
}

/*PAGINA DE PRODUTOS*/
.fx2-produtos {
  padding: 30px 0;

  .titulo {
    border-left: 5px solid #878787;
    padding: 0 10px;
    margin: 30px 0;
  }

  h1 {
    font-family: var(--medium);
    font-size: 30px;
    color: #878787;
    margin: 0;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    color: #878787;
  }

  .card-produtos{
    position: relative;
  }

.img {
  width: 95%;
  min-height: 480px;
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
  border-radius: 20px;
  overflow: hidden; 
  img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, 0.8) 100%
    );
    pointer-events: none;
  }

  h2 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: 0;
    font-family: var(--bold);
    font-size: 20px;
    color: #fff;
    z-index: 1;
  }
}


  .col-lg-4 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: transform 0.2s ease-in-out;

    &:hover {
      transform: scale(0.95);
    }
  }

  .txt {
    margin-bottom: 30px;
  }
}

/*PAGINA DE PROJETOS*/
.fx2-projetos {
  padding: 50px 0 100px;

  h1 {
    font-size: 45px;
    color: #878787;
    margin: 10px 0;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    color: #878787;
  }

  .img {
    width: 100%;
    max-width: 570px;
    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;
      border-radius: 10px;
    }
  }

  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.fx3-projetos {
  background-color: #000;
  padding: 100px 0;

  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .imagem-destaque{
    margin-top: -160px;
  }

  .titulo {
    border-left: 5px solid #fff;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  h1 {
    font-family: var(--bold);
    font-size: 30px;
    margin: 0;
    color: #fff;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    margin: 0;
    color: #fff;
  }

  .img {
    width: 100%;
    max-width: 570px;
    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;
      border-radius: 10px;
    }
  }
}

.fx4-projetos {
  padding: 0 0 50px;

  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .img {
    width: 100%;
    max-width: 270px;
    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;
      border-radius: 10px;
    }
  }

  h3 {
    font-family: var(--bold);
    font-size: 20px;
    margin: 10px 0px 0px 0px;
    color: #878787;
    text-align: center;
  }

  .imagens {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -50px;
  }
}

.fx5-projetos {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0 0;

  .txt {
    margin-bottom: 30px;
  }

  h1 {
    font-size: 45px;
    color: #fff;
    margin: 0;
  }

  .img {
    width: 100%;
    max-width: 335px;
    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;
    }
  }
}

.fx6-projetos {
  padding: 50px 0;

  .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    transition: transform 0.2s ease-in-out;

    &:hover{
      transform: scale(0.99);
    }
  }

  .icn {
    width: 100%;
    max-width: 70px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    line-height: 22px;
    color: #878787;
    margin: 0;

    strong {
      font-size: 18px;
      color: #000;
    }
  }

  .divisao {
    width: 2px;
    height: 22px;
    background-color: #bebebe;
    margin: 20px 35px;
  }

  .mobile {
    display: none;
  }

  .col-lg-12 {
    padding: 50px 0px 0px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  a {
    width: 100%;
    max-width: 360px;
    padding: 15px;
    background: #000;
    color: #fff;
    font-family: var(--bold);
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;

    &:hover{
      transform: scale(0.95);
    }
  }
}

/*SINGLE PROJETOS*/
.fx2-single-projetos {
  padding: 30px 0;

  h1 {
    font-size: 45px;
    margin: 0;
    color: #878787;
  }

  p {
    font-family: var(--medium);
    font-size: 16px;
    margin: 0;
    color: #878787;
  }

  .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }

  .img {
    width: 100%;
    max-width: 570px;
    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;
      border-radius: 10px;
    }
  }

  .imagens {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;

    .img1, .img2, .img3 {
      width: 100%;
      height: 240px;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border-radius: 10px;
      }
    }

    .img1 { max-width: 270px; }
    .img2 { max-width: 368px; }
    .img3 { max-width: 472px; }
  }

  .info {
    padding: 20px 0;

    .titulo {
      border-left: 5px solid #878787;
      padding: 0 10px;
      margin-bottom: 30px;
    }

    .materiais{
      display: flex;
      align-items: flex-start;
    }

    h2 {
      font-family: var(--bold);
      font-size: 30px;
      margin: 0;
      color: #878787;
    }

    ul {
      padding-left: 15px;
      width: 100%;

      li {
        font-family: var(--medium);
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 20px;
        color: #878787;

        strong {
          color: #000;
        }
      }
    }
  }

  .resultados {
    .txt {
      margin-bottom: 30px;
    }

    p {
      font-size: 16px;
      color: #878787;
    }

    .img-carrossel {
      width: 100%;
      max-width: 1100px;
      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;
        border-radius: 10px;
      }
    }
  }

      .btn-voltar-proximo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0;
      text-align: center;

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 170px;
        padding: 15px;
        background: #000;
        color: #fff;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;

        &:hover {
          transform: scale(0.95);
        }
      }
    }


      .btn-contato {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 0;
      text-align: center;

      a {
        width: 100%;
        max-width: 360px;
        padding: 15px;
        background: #000;
        color: #fff;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease-in-out;

        &:hover {
          transform: scale(0.95);
        }
      }
    }
}

/*PAGINA DE CASES */
.fx2-cases{
  .logos-empresas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 30px 0px 100px 0px!important; 

    .logo {
      width: 133px;
      height: 51px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background-color: #FFFFFF;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: contain;
        border: 1px solid #000000;
        border-radius: 5px;
      }
    }
  }

  .titulo{
    border-left: 5px solid #878787;
    padding: 0px 10px;
    margin: 0px 0px 30px 0px;

    h1{
      font-family: var(--bold); 
      font-size: 30px;
      margin: 0px;
      color: #878787;
    }
  }

  .txt{

     p{
      font-family: var(--medium);
      font-size: 16px;
      line-height: 25px;
      color: #878787;
      margin: 0px;
    }
  }

  .cases {
    padding: 30px 0px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;

    .img {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      width: 100%;
      height: 350px;
      overflow: hidden;

      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: inherit;
        background-size: inherit;
        background-repeat: inherit;
        background-position: inherit;
        filter: grayscale(100%);
        z-index: 0;
      }

      > * {
        position: relative;
        z-index: 1;
      }
    }

    .logo {
      width: 100%;
      max-width: 85px;
      height: auto;
      display: flex;            
      align-items: center;
      justify-content: center;
      padding: 2px;
      border-radius: 10px;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        border-radius: 10px;
      }
    }

    a {
      transition: transform 0.3s ease-in-out;

      &:hover {
        transform: scale(0.95);
      }
    }
  }
}

/*SINGLE CASES*/
.fx2-single-cases{
  padding: 30px 0px;

  p{
    font-family: var(--medium);
    font-size: 20px;
    margin: 0px;
    color: #878787;
  }

  .info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .img{
    width: 100%;
    max-width: 569px;
    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;
      border-radius: 10px;
    }
  }

  .titulo{
    border-left: 5px solid #878787;
    padding: 0px 10px;
    margin: 0px 0px 30px 0px;

    h2{
      font-family: var(--bold);
      font-size: 30px;
      margin: 0px;
      color: #878787;
    }
  }

  .detalhes-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
      grid-auto-flow: dense;

    .grid-item {
      border-radius: 12px;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
    }

    .grid-item:nth-child(1),
    .grid-item:nth-child(4) {
      grid-column: span 2;
      grid-row: span 2;
    }

    @media (max-width: 991px) {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

      .grid-item:nth-child(1),
      .grid-item:nth-child(4) {
        grid-column: span 1;
        grid-row: span 1;
      }
    }

    @media (max-width: 576px) {
      grid-template-columns: 1fr;

      .grid-item {
        grid-column: span 1;
        grid-row: span 1;
      }
    }
  }

  .btn-voltar-proximo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    text-align: center;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      padding: 15px;
      background: #000;
      color: #fff;
      font-family: var(--bold);
      font-size: 16px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: transform 0.2s ease-in-out;

      &:hover {
        transform: scale(0.95);
      }
    }
  }
}

/*PAGINA FALE CONOSCO*/
.fx2-fale-conosco{

  .formulario{
    margin-top: -2%;
  }

  .row{
    display: flex;
    align-items: center;
  }

  .form-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;

    h2 {
      font-family: var(--bold);
      font-size: 30px;
      margin-bottom: 20px;
      color: #878787;
    }

    input,
    textarea {
      width: 100%;
      margin-bottom: 5px;
      padding: 12px 15px;
      border: 1px solid #878787;
      border-radius: 4px;
      font-size: 17px;
      font-family: var(--bold);
    }

    textarea {
      resize: none;
      height: 124px;
    }
  }

  .btn-enviar {
    width: 100%;
    padding: 15px;
    background: #000000;
    color: #FFFFFF;
    font-family: var(--bold);
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease-in-out;

    &:hover {
      background: #000000;
      transform: scale(0.95);
    }
  }

  .contato {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 20px;
      padding: 0px 0px 110px 50px !important;

      .txt {
        a {
          text-decoration: underline !important;
        }
      }
    }

    titulo {
      font-family: var(--bold);
      font-size: 17px;
      line-height: 25px;
      color: #878787;
    }

    p {
      font-size: 17px;
      line-height: 25px;
      margin: 0;
      color: #878787;
    }

    a {
      font-size: 17px;
    }
    .redes {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 5px;

      .icn {
        width: 100%;
        max-width: 20.5px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 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;
          border-radius: 5px;
        }
      }
    }
  }

/*SINGLE PRODUTOS*/
.fx2-single-produtos{
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0px 100px 0px;

  h3{
    font-size: 30px;
    margin: 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
  }

  .txt{
    padding: 0px 10px;
    border-left: 3px solid #FFFFFF;
  }
}

.fx3-single-produtos{
  .img{
    width: 100%;
    max-width: 1170px;
    height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0px 20px 0px;

    img{
      width: 100%;
      height: 475px;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .conteudo{
    padding: 50px 0px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #878787;
      margin-bottom: 10px;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
        color: #878787;
      }
    }

    .txt{
      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        color: #878787;
      }
    }

    .materiais{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0px 0px 0px 20px;

      .item{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: transform 0.2s ease-in-out;

        &:hover{
          transform: scale(0.99);
        }

        .icn{
          width: 100%;
          max-width: 70px;
          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;
            border-radius: 50%;
          }
        }

        .info{
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          p{
            font-family: var(--medium);
            font-size: 16px;
            line-height: 22px;
            margin: 0px;
            color: #666;

            strong{
              color: #000000;
            }
          }
        }
      }

      .divisor{
        width: 2px;
        height: 22px;
        background-color: #878787;
        margin: 10px 35px;
      }
    }

    .botao{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      padding: 30px 0px 0px 0px;

      a{
        width: 100%;
        max-width: 267px;
        padding: 15px;
        background: #000000;
        color: #FFFFFF;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s ease-in-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }
  }
}

.fx4-single-produtos{
  padding: 50px 0px;
  background-color: #FFFFFF;
  color: #000000;

  h3{
    font-family: var(--bold);
    font-size: 30px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }

  .col-lg-4{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 370px;
    height: auto;
    padding: 95px 40px;
    background-color: #EAE8E8;
    text-align: center;
    transition: background-color 0.5s ease;

    .icn {
      width: 100%;
      max-width: 70px;
      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: filter 0.5s ease;
      }
    }

    p {
      font-family: var(--bold);
      font-size: 22px;
      margin: 0;
      transition: filter 0.5s ease;
    }

    transition: all .2s linear!important;

    &:hover {
      background-color: #DFDCDC;
      
    }
  }
}

.fx5-single-produtos{
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0px 100px 0px;

  h3{
    font-size: 30px;
    margin: 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
  }

  .txt{
    padding: 0px 10px;
    border-left: 3px solid #FFFFFF;
  }
}

.fx6-single-produtos{
  .img{
    width: 100%;
    max-width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0px 20px 0px;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .conteudo{
    padding: 50px 0px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #878787;
      margin-bottom: 10px;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
        color: #878787;
      }
    }

    .txt{
      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        color: #878787;
      }
    }

    .materiais{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0px 0px 0px 20px;
      .item{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: transform 0.2s ease-in-out;

        &:hover{
          transform: scale(0.99);
        }

        .icn{
          width: 100%;
          max-width: 70px;
          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;
            border-radius: 50%;
          }
        }

        .info{
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          p{
            font-family: var(--medium);
            font-size: 16px;
            line-height: 22px;
            margin: 0px;
            color: #878787;

            strong{
              color: #000000;
            }
          }
        }
      }

      .divisor{
        width: 2px;
        height: 22px;
        background-color: #878787;
        margin: 10px 35px;
      }
    }

    .botao{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      padding: 30px 0px 0px 0px;

      a{
        width: 100%;
        max-width: 267px;
        padding: 15px;
        background: #000000;
        color: #FFFFFF;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s ease-in-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }
  }
}

.fx7-single-produtos{
  padding: 50px 0px;
  background-color: #FFFFFF;
  color: #000000;

  h3{
    font-family: var(--bold);
    font-size: 30px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }
}

.fx8-single-produtos{
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0px 100px 0px;

  h3{
    font-size: 30px;
    margin: 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
  }

  .txt{
    padding: 0px 10px;
    border-left: 3px solid #FFFFFF;
  }
}

.fx9-single-produtos{
  .img{
    width: 100%;
    max-width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0px 20px 0px;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .conteudo{
    padding: 50px 0px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #878787;
      margin-bottom: 10px;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
        color: #878787;
      }
    }

    .txt{
      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        color: #878787;
      }
    }

    .materiais{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0px 0px 0px 20px;

      .item{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: transform 0.2s ease-in-out;

        &:hover{
          transform: scale(0.99);
        }

        .icn{
          width: 100%;
          max-width: 70px;
          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;
            border-radius: 50%;
          }
        }

        .info{
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          p{
            font-family: var(--medium);
            font-size: 16px;
            line-height: 22px;
            margin: 0px;
            color: #878787;

            strong{
              color: #000000;
            }
          }
        }
      }

      .divisor{
        width: 2px;
        height: 22px;
        background-color: #878787;
        margin: 10px 35px;
      }
    }

    .botao{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      padding: 30px 0px 0px 0px;

      a{
        width: 100%;
        max-width: 267px;
        padding: 15px;
        background: #000000;
        color: #FFFFFF;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s ease-in-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }
  }
}

.fx10-single-produtos{
  padding: 50px 0px;
  background-color: #FFFFFF;
  color: #000000;

  .img{
    width: 100%;
    max-width: 517px;
    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;
      border-radius: 10px;
    }
  }

  .titulo{
    padding: 0px 10px;
    border-left: 5px solid #000000;

    h3{
      font-size: 30px;
      margin: 0px 0px 30px 0px;
    }
  }

  .txt{
    p{
      font-family: var(--medium);
      font-size: 18px;
      line-height: 1.6;
      margin: 0px;
    }

    h4{
      font-family: var(--bold);
      font-size: 22px;
      line-height: 25px;
      margin: 0px;
    }
  }

  .botao{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    max-width: 370px;
    margin: 50px 0px 0px 0px;

    a{
      width: 100%;
      padding: 15px;
      background: #000000;
      color: #FFFFFF;
      font-family: var(--bold);
      font-size: 16px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.2s ease-in-out;

      &:hover{
        transform: scale(0.95);
      }
    }
  }
}

.fx11-single-produtos{
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0px 100px 0px;

  h3{
    font-size: 30px;
    margin: 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
  }

  .txt{
    padding: 0px 10px;
    border-left: 3px solid #FFFFFF;
  }
}

.fx12-single-produtos{
  .img{
    width: 100%;
    max-width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0px 20px 0px;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .conteudo{
    padding: 50px 0px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #878787;
      margin-bottom: 10px;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
        color: #878787;
      }
    }

    .txt{
      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        color: #878787;
      }
    }

    .materiais{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0px 0px 0px 20px;

      .item{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: transform 0.2s ease-in-out;

        &:hover{
          transform: scale(0.99);
        }

        .icn{
          width: 100%;
          max-width: 70px;
          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;
            border-radius: 50%;
          }
        }

        .info{
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          p{
            font-family: var(--medium);
            font-size: 16px;
            line-height: 22px;
            margin: 0px;
            color: #878787;

            strong{
              color: #000000;
            }
          }
        }
      }

      .divisor{
        width: 2px;
        height: 22px;
        background-color: #878787;
        margin: 10px 35px;
      }
    }

    .botao{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      padding: 30px 0px 0px 0px;

      a{
        width: 100%;
        max-width: 267px;
        padding: 15px;
        background: #000000;
        color: #FFFFFF;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s ease-in-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }
  }
}

.fx13-single-produtos{
  padding: 50px 0px;
  background-color: #FFFFFF;
  color: #000000;

  h3{
    font-family: var(--bold);
    font-size: 30px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }

  .item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: transform 0.2s ease-in-out;

    &:hover{
      transform: scale(0.99);
    }

    .icn{
      width: 100%;
      max-width: 70px;
      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;
        border-radius: 50%;
      }
    }

    p{
      font-family: var(--medium);
      font-size: 16px;
      line-height: 22px;
      margin: 0px;

      strong{
        font-size: 18px;
      }
    }
  }

  .imagens{
    padding: 30px 0px 0px 0px;

    .img{
      width: 100%;
      max-width: 560px;
      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;
      }
    }
  }
}

.fx14-single-produtos{
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0px 100px 0px;

  h3{
    font-size: 30px;
    margin: 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
  }

  .txt{
    padding: 0px 10px;
    border-left: 3px solid #FFFFFF;
  }
}

.fx15-single-produtos{
  .img{
    width: 100%;
    max-width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0px 20px 0px;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .conteudo{
    padding: 50px 0px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #878787;
      margin-bottom: 10px;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
        color: #878787;
      }
    }

    .txt{
      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        color: #878787;
      }
    }

    .materiais{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0px 0px 0px 20px;

      .item{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: transform 0.2s ease-in-out;

        &:hover{
          transform: scale(0.99);
        }

        .icn{
          width: 100%;
          max-width: 70px;
          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;
            border-radius: 50%;
          }
        }

        .info{
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          p{
            font-family: var(--medium);
            font-size: 16px;
            line-height: 22px;
            margin: 0px;
            color: #878787;

            strong{
              color: #000000;
            }
          }
        }
      }

      .divisor{
        width: 2px;
        height: 22px;
        background-color: #878787;
        margin: 10px 35px;
      }
    }

    .botao{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      padding: 30px 0px 0px 0px;

      a{
        width: 100%;
        max-width: 267px;
        padding: 15px;
        background: #000000;
        color: #FFFFFF;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s ease-in-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }
  }
}

.fx16-single-produtos{
  padding: 20px 0px 50px 0px;
  background-color: #FFFFFF;
  color: #000000;

  .titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 0px;

    h3{
      font-size: 30px;
      margin: 0px;
      text-align: center;
    }

    .img{
      width: 100%;
      max-width: 781px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      overflow: hidden;

      img{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
      }
    }
  }

  .dados{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;

    .item{
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 15px;
      transition: transform 0.2s ease-in-out;

      &:hover{
        transform: scale(0.99);
      }

      .icn{
        width: 100%;
        max-width: 70px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;

        img{
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
        }
      }

      h4{
        font-family: var(--bold);
        font-size: 30px;
        line-height: 25px;
        margin: 0px;
      }
    }
  }

  .txt{
    padding: 10px 0px 10px 50px;
    border-left: 5px solid #000000;

    p{
      font-family: var(--medium); 
      font-size: 16px;
      line-height: 22px;
    }
  }

}

.fx17-single-produtos{
  background-color: #000000;
  color: #FFFFFF;
  padding: 80px 0px 100px 0px;

  h3{
    font-size: 30px;
    margin: 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
  }

  .txt{
    padding: 0px 10px;
    border-left: 3px solid #FFFFFF;
  }
}

.fx18-single-produtos{
  .img{
    width: 100%;
    max-width: 1170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -80px 0px 20px 0px;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
      border-radius: 10px;
    }
  }

  .conteudo{
    padding: 50px 0px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #878787;
      margin-bottom: 10px;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
        color: #878787;
      }
    }

    .txt{
      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
        color: #878787;
      }
    }

    .materiais{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0px 0px 0px 20px;

      .item{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        transition: transform 0.2s ease-in-out;

        &:hover{
          transform: scale(0.99);
        }

        .icn{
          width: 100%;
          max-width: 70px;
          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;
            border-radius: 50%;
          }
        }

        .info{
          display: flex;
          flex-direction: column;
          align-items: flex-start;

          p{
            font-family: var(--medium);
            font-size: 16px;
            line-height: 22px;
            margin: 0px;
            color: #878787;

            strong{
              color: #000000;
            }
          }
        }
      }

      .divisor{
        width: 2px;
        height: 22px;
        background-color: #878787;
        margin: 10px 35px;
      }
    }

    .botao{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      padding: 30px 0px 0px 0px;

      a{
        width: 100%;
        max-width: 267px;
        padding: 15px;
        background: #000000;
        color: #FFFFFF;
        font-family: var(--bold);
        font-size: 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: 0.2s ease-in-out;

        &:hover{
          transform: scale(0.95);
        }
      }
    }
  }
}

.fx19-single-produtos{
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;

  h3{
    font-family: var(--bold);
    font-size: 30px;
    margin: 0px 0px 30px 0px;
    text-align: center;
  }

  .vantagens{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;

    .item{
      width: 100%;
      max-width: 240px;
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
      transition: transform 0.2s ease-in-out;

      &:hover{
        transform: scale(0.99);
      }

      .icn{
        width: 100%;
        max-width: 70px;
        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;
          border-radius: 50%;
        }
      }

      p{
        font-family: var(--medium);
        font-size: 16px;
        line-height: 22px;
        margin: 0px;

        strong{
          font-size: 22px;
        }
      }
    }
  }
}

.fx20-single-produtos{
  padding: 50px 0px;
  margin-bottom: -50px;
  background-color: #000000;
  color: #FFFFFF;

  .row{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .col-lg-5{
    display: flex;
    justify-content: flex-end;
  }

  .txt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;

    .titulo{
      padding: 0px 10px;
      border-left: 5px solid #FFFFFF;

      h3{
        font-family: var(--bold);
        font-size: 30px;
        margin: 0px;
      }
    }

    p{
      font-family: var(--medium);
      font-size: 21px;
      line-height: 1.6;
      margin: 0px;
    }
  }

  .img{
    width: 100%;
    max-width: 470px;
    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;
    }
  }
}

.carrossel-produtos-categorias {
  .img-carrossel {
    max-width: 280px;
    height: 210px;
    margin: 0 auto;

    img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 20px;
      display: block;
    }
  }

  .owl-nav {
    position: absolute;
    top: 50%;
    left: -60px;
    right: 0;
    width: 110%;
    display: flex!important;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;

    button {
      background: #e0e0e0 !important; 
      color: #555 !important;        
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 18px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: all; 
      transition: all 0.3s ease;

      span {
        font-size: 40px; 
        line-height: 1;
        margin: -8px 0px 0px -2px;
      }

      &:hover {
        background: #adcc3d !important; 
        color: #fff !important;      
      }
    }
  }

  .owl-carousel {
    .owl-dots.disabled,
    .owl-nav.disabled {
      display: flex!important;
    }
  }
}

/*BLOG*/
.blog03 {
  background: #f5f5f5;
  padding: 30px 0 100px;
  margin-bottom: -50px;

  .blogsubtit {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
  }

  /* Post List */
  .lista-posts {
    padding: 30px;
    border-radius: 8px;
  }

  .informacao-post {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .post {
    display: flex;
    flex-direction: column;
    padding: 0 50px 30px 0;

    h2 {
      font-family: var(--bold);
      font-size: 24px;
      color: #000;
      margin: 10px 0;
    }

    .post-cat {
      display: inline-block;
      background-color: #5B8845;
      color: #fff;
      font-family: var(--bold);
      font-size: 13px;
      padding: 5px 15px;
      border-radius: 5px;
      border: 2px solid transparent;
      margin: 0 5px 10px 0;
      transition: transform 0.2s ease-in-out;
      text-align: center;

      &:hover {
        transform: scale(0.95);
        background-color: #fff;
        color: #5B8845;
        border: 2px solid #5B8845;
      }
    }

    .postautor {
      font-family: var(--regular);
      font-size: 13px;
      line-height: 20px;
      color: #000;
      margin-bottom: 15px;
      border-bottom: 2px solid #CBCBCB;
    }

    .img {
      width: 100%;
      max-width: 370px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 320px;
    }

    .postthumb {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
    }

    .post-resumo {
      font-family: var(--regular);
      font-size: 16px;
      color: #000;
      line-height: 25px;

      .lermais {
        display: inline-block;
        margin-top: 8px;
        font-weight: bold;
        color: #000;
      }
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: transform 0.2s ease-in-out;

      &:hover {
        transform: scale(0.99);

        h2 {
          color: #5B8845;
        }
      }
    }

    .clearfix {
      clear: both;
      border: 1px solid #CBCBCB;
      margin-top: 20px;
    }
  }

  .sidebar {
    padding: 30px;

    form.buscar {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      position: relative;

      input[type='text'] {
        flex: 1;
        padding: 10px 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        outline: none;
        font-size: 14px;
        transition: border-color 0.2s;

        &:focus {
          border-color: #5B8845;
        }
      }

      button#buscar {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        padding: 6px;
        cursor: pointer;

        img {
          width: 18px;
          height: auto;
        }
      }
    }

    .cor{
      width: 15px;
      min-height: 69px;
      border-radius: 5px;
      background-color: #90C45E;
      margin: 0px 15px 0px 0px;
    }

    .sidebarcategoria {
      display: flex;
      align-items: center;
      background-color: #DFDFDF;
      border-radius: 6px;
      padding: 0 10px 0 0;
      margin-bottom: 12px;
      color: #000;
      text-decoration: none;
      transition: transform 0.2s ease-in-out;
      min-height: 69px;

      &:hover {
        transform: scale(0.95);
      }

      .sctxt {
        font-size: 13px;
        font-family: var(--bold);
        color: #000;
        line-height: 1.2;
        flex: 1;
      }
    }

    .sobre-autor {
      background: #f3f3f3;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      margin-bottom: 30px;

      .sobre-frase {
        font-size: 14px;
        font-weight: 600;
        color: #3a3a3a;
        margin-bottom: 15px;
      }

      img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 100%;
        margin-bottom: 10px;
      }

      .nome-autor {
        font-size: 16px;
        font-weight: bold;
        color: #444;
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
      }

      p {
        font-size: 13px;
        color: #666;
        line-height: 1.4;
      }
    }
  }

  /* Pagination */
  .wp-pagenavi {
    display: flex;
    justify-content: flex-start;

    a, span {
      padding: 0;
      margin: 0;
      background: #fff;
      border: 1px solid #DFDFDF;
      color: #8D8D8D;
      font-size: 13px;
      font-family: var(--regular);
      transition: all 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    a:hover {
      background: #fff;
      color: #5B8845;
    }

    .current {
      background: #5B8845;
      color: #fff;
    }

    a.last{
      width: 100%;
      max-width: 70px;
    }
  }

  /* Single Post */
  .opost {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 0 20px 0 0;

    .post-categorias {
      margin-bottom: 15px;
    }

    .post-title {
      font-family: var(--bold);
      font-size: 28px;
      color: #333;
      margin-bottom: 15px;
    }

    .editor {
      font-size: 16px;
      color: #222;
      line-height: 1.8;
      font-family: var(--regular);

      h2, h3, h4 {
        margin: 30px 0 15px;
        font-family: var(--bold);
        color: #444;
      }

      p, ul, ol {
        margin-bottom: 15px;
      }

      blockquote {
        font-style: italic;
        color: #666;
        border-left: 4px solid #5B8845;
        padding-left: 15px;
        margin: 20px 0;
      }

      img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        margin: 20px 0;
      }

      a {
        color: #5B8845;
        text-decoration: underline;

        &:hover {
          color: #3c662e;
        }
      }
    }
  }

  .sugestao-titulo {
    font-size: 20px;
    font-family: var(--bold);
    margin: 20px 0;
    color: #222;
  }

  .artigos-relacionados .linkartigo {
    display: block;
    font-family: var(--bold);
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin-bottom: 30px;
    transition: transform 0.2s ease-in-out;

    &:hover {
      color: #5B8845;
      transform: scale(1.02);
    }

    img {
      border-radius: 6px;
      margin-bottom: 10px;
      transition: box-shadow 0.3s;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
  }

  .comentarios-titulo {
    font-size: 20px;
    font-family: var(--bold);
    color: #000;
    margin: 40px 0 10px;
  }

  .fundo-form {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);

    input, textarea {
      width: 100%;
      margin-bottom: 15px;
      padding: 10px;
      font-size: 14px;
      border-radius: 6px;
      border: 1px solid #ccc;
      resize: none;

      &:focus {
        border-color: #5B8845;
        outline: none;
      }
    }

    input[type="submit"] {
      background: #5B8845;
      color: #fff;
      border: none;
      padding: 10px 25px;
      font-weight: bold;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;

      &:hover {
        background: #466f34;
      }
    }
  }

  .nautor {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;

    .nletra {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      background-color: #5B8845;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--bold);
      flex-shrink: 0;
    }

    .nanome {
      font-size: 15px;
      font-family: var(--bold);
      color: #333;
    }

    .natxt {
      font-size: 14px;
      font-family: var(--regular);
      color: #555;
      line-height: 1.6;
    }
  }

  .spacer {
    height: 20px;
  }

  .clearfix {
    clear: both;
  }

  .comment-form-cookies-consent{
    display: flex;
    align-items: center;
    justify-content: flex-start;

    input{
      width: 100%;
      max-width: 30px;
      margin: 0px 0px 2px 0px;
    }

    label{
      margin: 0px;
    }
  }

  /*RESPONSIVO BLOG*/
  @media (max-width: 1200px) {
    padding: 30px 10px 10px;

    
    .post {
      padding: 0px 0px 30px 0px;
    }

    .sidebar {
      padding: 30px 0px !important;
    }

    .opost {
      margin: 0px;
    }
  }

  @media (max-width: 769px) {
    .lista-posts {
      padding: 20px;
    }

    p {
      margin: 0;
    }

    .wp-pagenavi {
      justify-content: center;
    }

    .post {
      flex-direction: column;
      align-items: center;
      text-align: center;

      .img {
        min-width: auto;
      }

      .postautor {
        border: none;
        margin-bottom: 5px;
        font-family: var(--bold);
      }

      .postthumb {
        width: 100%;
        margin-bottom: 10px;
      }

      .post-resumo {
        font-size: 14px;
      }

      .post-cat {
        font-size: 10px;
      }
    }

    h2 {
      text-align: center;
      font-size: 20px !important;
    }

    .informacao-post {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0;
    }

    .sidebar {
      margin-top: 30px;
      padding: 20px;

      .sidebarcategoria .scimg {
        width: 40px;
        height: 40px;
      }

      .sobre-autor .nome-autor {
        font-size: 15px;
      }
    }
  }
}

/*PAGINA 404*/
.pg-404 {
  font-family: var(--regular), sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;

  .container {
    max-width: 720px;

    h1 {
      font-family: var(--bold), sans-serif;
      font-size: 8rem;
      color: #222; 
      margin: 0;
      line-height: 1;
    }

    h2 {
      font-family: var(--semibold), sans-serif;
      font-size: 1.8rem;
      color: #444;
      margin: 1rem 0 2rem;
    }

    .editor {
      font-size: 1rem;
      line-height: 1.6;
      color: #555;

      a {
        font-family: var(--medium), sans-serif;
        color: #c9a542; 
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: all 0.3s ease;

        &:hover {
          color: #222;
          border-color: #c9a542;
        }
      }
    }

    .clearfix {
      clear: both;
    }
  }
}

/*PAGE PADRAO*/
.page-padrao {
  padding: 100px 0 50px 0;
  background: linear-gradient(
    180deg,
    #000000 0px,     
    #000000 100px,   
    transparent 0% 
  );
  margin-bottom: -30px;


  .container {
    max-width: 1170px;
    margin: 0 auto;
  }

  h1 {
    font-family: var(--bold), sans-serif;
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 2rem;
    position: relative;

    &::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background: #c9a542;
      margin-top: 0.75rem;
      border-radius: 2px;
    }
  }

  .row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  p {
    font-family: var(--regular), sans-serif;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1rem;
  }

  a {
    color: #c9a542;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;

    &:hover {
      color: #222;
      border-color: #c9a542;
    }
  }

  ul, ol {
    padding-left: 1.5rem;
    margin: 1rem 0;

    li {
      margin-bottom: 0.5rem;
      color: #555;
      line-height: 1.6;
    }
  }

  img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  blockquote {
    border-left: 4px solid #c9a542;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #666;
  }
}

/*RESPONSIVO HOME*/
@media(max-width: 1300px){
  .fx5-home {
    & .carrossel-catalogos {
        .owl-nav {
            position: relative;
            top: 10px;
            left: 0;
            right: 0;
            bottom: 10px;
            transform: none;
            display: flex;
            justify-content: center;
            padding: 0px;
            gap: 15px;
        }
    }
  }
}

@media(max-width: 1201px){
  .header{
    background-color: rgba(0, 0, 0, 0.97);
  }

  .header .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: none;
    padding: 0px;
  }

  .fx1-pages .txt{
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 200px 10px 0px 10px;
  }

  .fx1-pages .txt .icones {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    text-align: left;
    border: none;
  }

  .fx1-pages a{
    margin-bottom: 20px;
  }

  .fx2-home{
    padding: 0px 10px 10px 10px;
  }

  .fx2-home .imagem-destaque{
    display: none;
  }

  .fx2-home .conteudo{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .fx2-home .txt {
    padding: 0px;
  }

  .fx2-home .txt .dados{
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .fx2-home .logos-empresas{
    flex-wrap: wrap;
  }

  .fx2-home .carrossel-moveis{
    display: block!important;
    padding: 0px 10px 30px 10px!important;
  }

  .fx2-home .titulo{
    border: none;
    margin: 10px 0px;
    text-align: center;
  }

  .fx2-home .carrossel-moveis .info{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .fx2-home .carrossel-moveis .info .txt-depoimento{
    align-items: center;
  }

  .fx2-home .carrossel-moveis .col-lg-4 .img {
    display: none;
  }

  .fx2-home {
    & .owl-carousel {
      .owl-nav {
        transform: none;
        position: unset;
        flex-direction: row;
        align-items: center;
        justify-content: center;
      }
    }
  }

  .fx3-home{
    padding: 30px 10px;
  }

  .fx3-home .titulo {
    border: none;
    text-align: center;
  }

  .fx3-home .img{
    width: 310px;
  }

  .fx3-home {
    & .owl-carousel {
        .owl-nav {
            position: relative;
            top: 10px;
            right: 0;
            transform: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}

  .fx4-home{
    padding: 30px 10px;
  }

  .fx4-home .todas-etapas{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx4-home .etapa{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .fx4-home .txt {
    align-items: center;
    text-align: center;
  }

  .fx4-home .video-etapas{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fx4-home .video{
    padding: 30px 0px 0px 0px;
    min-height: auto;
  }

  .fx5-home{
    padding: 10px;
  }

  .fx5-home .titulo {
    border: none;
    text-align: center;
  }

  .fx6-home{
    padding: 0px 10px;
  }

  .fx6-home .conteudo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fx7-home{
    padding: 10px;
  }

  .fx7-home .titulo {
    border: none;
    text-align: center;
  }

  .fx7-home .row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .fx7-home .card{
    height: auto;
  }

  .fx7-home .card a{
    align-items: center;
  }

  .fx-footer .desktop-only {
    display: none;
  }

  .fx-footer .mobile-only {
    display: block;
    margin-bottom: -5px;
  }

  .fx-footer .map-background {
    display: none;
  }

  .fx-footer .formulario {
    z-index: 1;
  }

  .fx-footer .form-box h2 {
   text-align: center;
  }

  .fx-footer .form-box {
    background: #FFFFFF;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
  }

  .footer{
    margin: 0px;
    padding: 20px 10px 100px 10px;
  }

  .footer .col-lg-4 {
    padding: 0px;
  }

  .footer .infos{
    align-items: center;
    text-align: center;
  }

  .footer .paginas{
    padding: 20px 0px 10px 0px!important;
    align-items: center;
    text-align: center;
  }

  .footer .produtos{
    padding: 20px 0px!important;
    align-items: center;
    text-align: center;
  }

  .footer .creditos{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 0px 0px;
  }

  .footer .creditos p{
    text-align: center;
  }

}

@media(max-width: 769px) {
  .header {
    position: fixed;
  }

  .hamburger {
    display: block;
    margin-left: 95%;
    z-index: 1001;
    position: relative;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.90);
    padding: 20px;
    z-index: 1000;
  }

  .nav-menu.active {
    display: flex;
    align-items: flex-end;
  }

  .header .menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .header .tel {
    display: none;
  }

  .fx1-pages{
    min-height: auto;
    margin-top: 91px;
  }

  .fx1-pages .txt{
    padding: 10px;
  }

  .fx1-pages h1{
    font-size: 24px;
    color: #FFFFFF;
  }

  .fx1-pages p{
    font-size: 14px;
    color: #FFFFFF ;
  }

  .fx1-pages h4{
    font-size: 13px;
  }

  .fx1-pages h5{
    font-size: 12px;
  }

  .fx2-home h1{
    font-size: 28px;
  }

  .fx2-home p{
    font-size: 14px;
  }

  .fx2-home h2{
    font-size: 24px;
  }

  .fx2-home h3{
    font-size: 14px;
  }

  .fx2-home .cor h2{
    font-size: 24px;
  }

  .fx2-home .titulo h1{
    font-size: 22px;
  }

  .fx2-home .carrossel-moveis h2{
    font-size: 18px;
  }

  .fx2-home .carrossel-moveis p{
    font-size: 14px;
  }

  .fx2-home .carrossel-moveis nome{
    font-size: 12px;
  }

  .fx3-home h1{
    font-size: 22px;
  }

  .fx3-home p {
    font-size: 16px;
  }

  .fx3-home .img{
    width: 100%;
  }

  .fx4-home .video{
    height: 600px;
  }

  .fx5-home h1 {
    font-size: 22px;
  }

  .fx6-home h1{
    font-size: 22px;
  }

  .fx6-home .img{
    display: none;
  }

  .fx6-home .txt {
    padding: 50px 0px;
  }

  .fx7-home h1 {
    font-size: 22px;
  }

  .fx7-home .row{
    flex-direction: column;
  }

  .fx7-home .txt{
    text-align: center;
    align-items: center;
  }

  .fx-footer .form-box h2 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
  }

  .fx-footer .form-box input,
  .fx-footer .form-box textarea {
    font-size: 16px;
  }

  .fx-footer .btn-enviar {
    font-size: 14px;
  }

  .footer titulo{
    font-size: 16px;
  }

  .footer p{
    font-size: 14px;
  }

  .footer a{
    font-size: 14px;
  }
}

@media(max-width: 426px){
  .fx4-home .video{
    height: 500px;
  }
}

/*MEDIA ESPECIFICO PARA O MENU (NÃO RETIRAR)*/
@media(max-width: 767px){
  .hamburger {
    margin-left: 85%;
  }

  .fx1-pages .txt .icones {
    align-items: center;
    text-align: center;
  }

  .fx1-pages .icones .item {
    flex-direction: column;
    justify-content: center;
    text-align: center;  
  }
}

/*RESPONSIVO RESTANTES DAS PÁGINAS*/
@media(max-width: 1300px){
  /*PAGINA DE PROJETOS*/
  .fx4-projetos .container{
    width: 100%;
    max-width: 800px;
  }
}

@media(max-width: 1201px){
  /*PAGINA QUEM SOMOS*/
  .fx2-quem-somos {
    .conteudo {
      gap: 0px;
    }

    .imagem-destaque {
      display: none;
    }

    .txt {
      text-align: center;
      padding: 10px;

      .dados {
        align-items: center;
        justify-content: center;
        gap: 20px;
      }
    }
  }

  .fx3-quem-somos {
    padding: 30px 10px;

    .row {
      flex-direction: column;
    }

    .info {
      .txt {
        padding: 0px;
        align-items: center;
        text-align: center;
      }
    }

    .titulo {
      border: none;
      padding: 0px;
    }

    .imagem-destaque {
      .img {
        margin: 0px;
        height: auto;
      }
    }
  }

  .fx4-quem-somos {
    padding: 30px 10px;

    .txt {
      align-items: center;
      padding: 0px;
      text-align: center;
      gap: 10px;
    }

    .titulo {
      border: none;
      padding: 0px;
    }

    .info {
      gap: 30px;
    }
  }

  .fx5-quem-somos {
    padding: 30px 10px;

    .row {
      flex-direction: column;
    }

    .imagem {
      display: none;
    }

    .txt {
      align-items: center;
      text-align: center;
      padding: 0px;
    }
  }

  .fx6-quem-somos {
    padding: 30px 10px;

    .txt {
      align-items: center;
      text-align: center;
    }

    .titulo {
      border: none;
      padding: 0px;
    }

    .img {
      max-width: 150px;
    }
  }

  .fx7-quem-somos {
    padding: 30px 10px 100px 10px;

    h1 {
      text-align: center;
    }
  }

  /*PAGINA PRODUTOS*/
  .fx2-produtos {
    padding: 30px 10px;

    .titulo {
      border: none;
      padding: 0px;
    }

    h1 {
      text-align: center;
    }

    p {
      text-align: center;
    }
  }

  /*PAGINA PROJETOS*/
  .fx2-projetos {
    padding: 30px 10px;

    h1 {
      text-align: center;
    }

    p {
      text-align: center;
    }
  }

  .fx3-projetos {
    padding: 30px 10px;

    .titulo {
      padding: 0px;
      border: none;
    }

    h1 {
      text-align: center;
    }

    p {
      text-align: center;
    }
  }

  .fx4-projetos {
    padding: 30px 10px;

    .img {
      max-width: 200px;
    }
  }

  .fx5-projetos {
    padding: 10px 10px 0px 10px;

    .txt {
      text-align: center;
    }

    .row {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
  }

  .fx6-projetos {
    padding: 30px 10px;

    .col-lg-6 {
      padding: 0px 0px 10px 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .mobile {
      display: block;
    }

    .info {
      flex-direction: column;
      justify-content: center;
      text-align: center;
      gap: 10px;
    }
  }

  /*SINGLE PROJETOS*/
  .fx2-single-projetos {
    padding: 30px 10px;

    .imagem-destaque {
      display: none;
    }

    .txt {
      text-align: center;
      justify-content: center;
    }

    .info {
      .titulo {
        border: none;
        padding: 0px;
        text-align: center;
      }
    }

    .imagens {
      flex-wrap: wrap;
      gap: 0px;

      .img1 {
        margin-bottom: 10px;
      }

      .img2 {
        margin-bottom: 10px;
      }

      .img3 {
        margin-bottom: 10px;
      }
    }
  }

  /*PAGINA DE CASES*/
  .fx2-cases {
    padding: 30px 10px;

    .logos-empresas {
      padding: 20px 0px;
      flex-wrap: wrap;
    }

    .titulo {
      border: none;
      padding: 0px;
      text-align: center;
    }

    .txt {
      text-align: center;
    }
  }

  /*SINGLE CASES*/
  .fx2-single-cases {
  padding: 30px 10px;

  .imagem-destaque {
    display: none;
  }

  .txt {
    text-align: center;
  }

  .titulo {
    border: none;
    padding: 0px;
    text-align: center;
    margin: 30px 0px;
  }
}

  /*PAGINA FALE CONOSCO*/
  .fx2-fale-conosco{
    padding: 10px;

    .formulario{
      margin: 0px;
    }

    .row{
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .form-box {
      padding: 10px;
    }

    .contato {
      align-items: center;
      padding: 0px!important;
      margin: 20px 0px 40px 0px;
    }
  }

  /*SINGLE PRODUTOS*/
  .fx2-single-produtos{
    padding: 20px 10px;

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 20px;
    }

    .col-lg-5{
      width: 100%;
    }

    .col-lg-7{
      width: 100%;
    }

    .txt{
      padding: 0px;
      border: none;
    }
  }

  .fx3-single-produtos{
    padding: 30px 10px;

    .img{
      margin: 0px 0px 20px 0px;
    }

    .conteudo{
      padding: 20px 0px;

      .titulo{
        border-left: none;
        padding: 0px;
        text-align: center;
      }

      .txt{
        text-align: center;
      }

      .materiais{
        align-items: center;
        text-align: center;
        padding: 20px 0px;

        .item{
          flex-direction: column;
          gap: 10px;

          .icn{
            max-width: 50px;
          }

          .info{
            align-items: center;
            text-align: center;
          }
        }
      }


      .botao{
        max-width: 100%;
      }
    }    
  }

  .fx4-single-produtos{
    padding: 30px 10px;

    .card {
      margin-bottom: 20px;

      .icn {
        max-width: 50px;
      }
    }
  }

  .fx5-single-produtos{
    padding: 20px 10px;

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 20px;
    }

    .col-lg-5{
      width: 100%;
    }

    .col-lg-7{
      width: 100%;
    }

    .txt{
      padding: 0px;
      border: none;
    }
  }

  .fx6-single-produtos{
    padding: 30px 10px;

    .img{
      margin: 0px 0px 20px 0px;
    }

    .conteudo{
      padding: 20px 0px;

      .titulo{
        border-left: none;
        padding: 0px;
        text-align: center;
      }

      .txt{
        text-align: center;
      }

      .materiais{
        align-items: center;
        text-align: center;
        padding: 20px 0px;

        .item{
          flex-direction: column;
          gap: 10px;

          .icn{
            max-width: 50px;
          }

          .info{
            align-items: center;
            text-align: center;
          }
        }
      }


      .botao{
        max-width: 100%;
      }
    }    
  }

  .fx7-single-produtos{
    padding: 30px 10px;
  }

  .fx8-single-produtos{
    padding: 20px 10px;

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 20px;
    }

    .col-lg-5{
      width: 100%;
    }

    .col-lg-7{
      width: 100%;
    }

    .txt{
      padding: 0px;
      border: none;
    }
  }

  .fx9-single-produtos{
    padding: 30px 10px;

    .img{
      margin: 0px 0px 20px 0px;
    }

    .conteudo{
      padding: 20px 0px;

      .titulo{
        border-left: none;
        padding: 0px;
        text-align: center;
      }

      .txt{
        text-align: center;
      }

      .materiais{
        align-items: center;
        text-align: center;
        padding: 20px 0px;

        .item{
          flex-direction: column;
          gap: 10px;

          .icn{
            max-width: 50px;
          }

          .info{
            align-items: center;
            text-align: center;
          }
        }
      }


      .botao{
        max-width: 100%;
      }
    }    
  }

  .fx10-single-produtos{
    padding: 30px 10px;

    .col-lg-6{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .img{
      display: none;
    }

    .titulo{
      padding: 0px;
      border: none;

    }

    .botao{
      width: 100%;
      justify-content: center;
    }
  }  

  .fx11-single-produtos{
    padding: 20px 10px;

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 20px;
    }

    .col-lg-5{
      width: 100%;
    }

    .col-lg-7{
      width: 100%;
    }

    .txt{
      padding: 0px;
      border: none;
    }
  } 

  .fx12-single-produtos{
    padding: 30px 10px;

    .img{
     margin: 0px 0px 20px 0px;
    }

    .conteudo{
      padding: 20px 0px;

      .titulo{
        border-left: none;
        padding: 0px;
        text-align: center;
      }

      .txt{
        text-align: center;
      }

      .materiais{
        align-items: center;
        text-align: center;
        padding: 20px 0px;

        .item{
          flex-direction: column;
          gap: 10px;

          .icn{
            max-width: 50px;
          }

          .info{
            align-items: center;
            text-align: center;
          }
        }
      }


      .botao{
        max-width: 100%;
      }
    }    
  }

  .fx13-single-produtos{
    padding: 30px 10px;

    .item{
      margin-bottom: 10px;
      gap: 10px;

      .icn{
        max-width: 50px;
      }
    }

    .imagens{
      padding: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    } 
  }

  .fx14-single-produtos{
    padding: 20px 10px;

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 20px;
    }

    .col-lg-5{
      width: 100%;
    }

    .col-lg-7{
      width: 100%;
    }

    .txt{
      padding: 0px;
      border: none;
    }
  }

  .fx15-single-produtos{
    padding: 30px 10px;

    .img{
      margin: 0px 0px 20px 0px;
    }

    .conteudo{
      padding: 20px 0px;

      .titulo{
        border-left: none;
        padding: 0px;
        text-align: center;
      }

      .txt{
        text-align: center;
      }

      .materiais{
        align-items: center;
        text-align: center;
        padding: 20px 0px;

        .item{
          flex-direction: column;
          gap: 10px;

          .icn{
            max-width: 50px;
          }

          .info{
            align-items: center;
            text-align: center;
          }
        }
      }


      .botao{
        max-width: 100%;
      }
    }    
  }

  .fx16-single-produtos{
    padding: 20px 10px 30px 10px;
    text-align: center;

    .titulo{
      padding: 10px 0px;
    }

    .dados{
      align-items: center;
      
      .item{
        flex-direction: column;
        justify-content: center;
        gap: 10px;

        .icn{
          max-width: 50px;
        }
      }
    }

    .txt{
      padding: 10px 0px 0px 0px;
      border: none;
    }
  }

  .fx17-single-produtos{
    padding: 20px 10px;

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 20px;
    }

    .col-lg-5{
      width: 100%;
    }

    .col-lg-7{
      width: 100%;
    }

    .txt{
      padding: 0px;
      border: none;
    }
  }  

  .fx18-single-produtos{
    padding: 30px 10px;

    .img{
      margin: 0px 0px 20px 0px;
    }

    .conteudo{
      padding: 20px 0px;

      .titulo{
        border-left: none;
        padding: 0px;
        text-align: center;
      }

      .txt{
        text-align: center;
      }

      .materiais{
        align-items: center;
        text-align: center;
        padding: 20px 0px;

        .item{
          flex-direction: column;
          gap: 10px;

          .icn{
            max-width: 50px;
          }

          .info{
            align-items: center;
            text-align: center;
          }
        }
      }


      .botao{
        max-width: 100%;
      }
    }    
  }

  .fx19-single-produtos{
    padding: 30px 10px;

    h3{
      margin: 0px 0px 20px 0px;
    }

    .vantagens{
      .item{
        .icn{
          max-width: 50px;
        }

        p{
          font-size: 16px;
          line-height: 22px;

          strong{
            font-size: 18px;
          }
        }
      }
    }
  } 

  .fx20-single-produtos{
    padding: 30px 10px;
    margin-bottom: -10px;

    .row{
      flex-direction: column;
    }

    .col-lg-5{
      justify-content: center;
    }

    .txt{
      align-items: center;
      text-align: center;
      gap: 10px;
      margin-bottom: 15px;

      .titulo{
        padding: 0px;
        border: none;

        h3{
          font-size: 30px;
          margin: 0px;
        }
      }

      p{
        font-size: 16px;
        line-height: 25px;
      }
    }
  }

  .carrossel-produtos-categorias {
    .owl-nav {
      left: 0px;
      width: 100%;
    }
  }
}

@media(max-width: 1025px){
  /*PAGINA QUEM SOMOS*/
  .fx3-quem-somos .imagem-destaque{
    display: none;
  }

  .fx4-quem-somos .imagens{
    display: none;
  }

  .fx7-quem-somos {
    .itens {
      .info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
    }

    .mesa {
      display: none;
    }
  }

  /*PAGINA PROJETOS*/
  .fx2-projetos .imagem-destaque{
    display: none;
  }

  .fx3-projetos .imagem-destaque{
    display: none;
  }

  /*SINGLE PROJETOS*/
  .fx2-single-projetos{
    .imagens{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    
    .txt{
      flex-direction: column;
      gap: 0px;
    }

    .info{
      .materiais{
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
    }
  }
}

@media(max-width: 769px){
  /*PAGINA QUEM SOMOS*/
  .fx2-quem-somos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }

    h2 {
      font-size: 24px;
    }

    h3 {
      font-size: 14px;
    }

    .cor {
      h2 {
        font-size: 24px;
      }
    }
  }

  .fx3-quem-somos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }
  }

  .fx4-quem-somos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }
  }

  .fx5-quem-somos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }
  }

  .fx6-quem-somos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }

    .img {
      max-width: 100px;
    }
  }

  .fx7-quem-somos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;

      strong {
        font-size: 15px;
        color: #FFFFFF;
      }
    }
  }

  /*PAGINA PRODUTOS*/
  .fx2-produtos {
  h1 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
  }
}

  /*PAGINA PROJETOS*/
  .fx2-projetos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }
  }

  .fx3-projetos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }
  }

  .fx4-projetos {
    h3 {
      font-size: 14px;
    }
  }

  .fx5-projetos {
    h1 {
      font-size: 28px;
    }
  }

  .fx6-projetos {
    p {
      font-size: 14px;

      strong {
        font-size: 15px;
      }
    }
  }

  /*SINGLE PROJETOS*/
  .fx2-single-projetos {
    h1 {
      font-size: 28px;
    }

    p {
      font-size: 14px;
    }

    .info {
      h2 {
        font-size: 18px;
      }

      li {
        font-size: 14px;
      }
    }

    .resultados {
      p {
        font-size: 14px;
      }

      .btn-voltar-proximo {
        display: none;
      }
    }

    a {
      font-size: 14px;
    }
  }

  /*PAGINA CASES*/
  .fx2-cases {
    .titulo {
      h1 {
        font-size: 28px;
      }
    }

    .txt {
      p {
        font-size: 14px;
      }
    }
  }

  /*SINGLE CASES*/
  .fx2-single-cases .btn-voltar-proximo{
    flex-direction: column;
    justify-content: center ;
  }

  /*PAGINA FALE CONOSCO*/
  .fx2-fale-conosco{

    .form-box {

    h2 {

      font-size: 18px;
    }

    input,
    textarea {
      font-size: 14px;
    }

    textarea {
      resize: none;
      height: 100px;
    }
  }

    .btn-enviar {
    font-size: 14px;
  }

      titulo {
        font-size: 16px;
        line-height: 20px;
      }

      p {
        font-size: 14px;
        line-height: 20px;
      }

      a {
        font-size: 14px;
      }
    }

  /*SINGLE PRODUTOS*/
  .fx2-single-produtos{

    h3{
      font-size: 20px;
    }

    p{
      font-size: 14px;
      line-height: 20px;
    }
  }

  .fx3-single-produtos{
    .conteudo{
      .titulo{
        h3{
          font-size: 20px;
        }
      }

      .txt{
        p{
          font-size: 14px;
          line-height: 20px;
        }
      }

      .materiais{
        .item{
          .info{
            p{
              font-size: 18px;
              line-height: 20px;
            }
          }
        }
      }

      .botao{
        a{
          font-size: 14px;
        }
      }
    }    
  }

  .fx4-single-produtos{

    h3{
      font-size: 20px;
      margin: 0px 0px 20px 0px;
    }

    .card {
      padding: 50px 20px;

      p {
        font-size: 18px;
      }
    }
  }

  .fx5-single-produtos{

    h3{
      font-size: 20px;
    }

    p{
      font-size: 14px;
      line-height: 20px;
    }
  }

  .fx6-single-produtos{
    .conteudo{
      .titulo{
        h3{
          font-size: 20px;
        }
      }

      .txt{
        p{
          font-size: 14px;
          line-height: 20px;
        }
      }

      .materiais{
        .item{
          .info{
            p{
              font-size: 14px;
              line-height: 20px;
            }
          }
        }
      }

      .botao{
        a{
          font-size: 14px;
        }
      }
    }    
  }

  .fx7-single-produtos{
    h3{
      font-size: 20px;
      margin: 0px 0px 20px 0px;
    }
  }

  .fx8-single-produtos{

    h3{
      font-size: 20px;
    }

    p{
      font-size: 14px;
      line-height: 20px;
    }
  }

  .fx9-single-produtos{
    .conteudo{
      .titulo{
        h3{
          font-size: 20px;
        }
      }

      .txt{
        p{
          font-size: 14px;
          line-height: 20px;
        }
      }

      .materiais{
        .item{
          .info{
            p{
              font-size: 14px;
              line-height: 20px;
            }
          }
        }
      }

      .botao{
        a{
          font-size: 14px;
        }
      }
    }    
  }

  .fx10-single-produtos{

    .titulo{
      h3{
        font-size: 20px;
        margin: 0px 0px 20px 0px;
      }
    }

    .txt{
      p{
        font-size: 18px;
        line-height: 20px;
      }

      h4{
        font-size: 18px;
        line-height: 20px;
      }
    }

    .botao{

      a{
        font-size: 14px;
      }
    }
  }  

  .fx11-single-produtos{

      h3{
        font-size: 20px;
      }

      p{
        font-size: 14px;
        line-height: 20px;
      }
    } 

  .fx12-single-produtos{
    .conteudo{
      .titulo{
        h3{
          font-size: 20px;
        }
      }

      .txt{
        p{
          font-size: 14px;
          line-height: 20px;
        }
      }

      .materiais{
        .item{
          .info{
            p{
              font-size: 14px;
              line-height: 20px;
            }
          }
        }
      }

      .botao{
        a{
          font-size: 14px;
        }
      }
    }    
  }

  .fx13-single-produtos{
    h3{
      font-size: 20px;
      margin: 0px 0px 20px 0px;
    }

    .item{

      p{
        font-size: 14px;
        line-height: 20px;

        strong{
          font-size: 16px;
        }
      }
    }
  }

  .fx14-single-produtos{

    h3{
      font-size: 20px;
    }

    p{
      font-size: 14px;
      line-height: 20px;
    }
  }

  .fx15-single-produtos{
    .conteudo{
      .titulo{
        h3{
          font-size: 20px;
        }
      }

      .txt{
        p{
          font-size: 14px;
          line-height: 20px;
        }
      }

      .materiais{
        .item{
          .info{
            p{
              font-size: 14px;
              line-height: 20px;
            }
          }
        }
      }

      .botao{
        a{
          font-size: 14px;
        }
      }
    }    
  }

  .fx16-single-produtos{
    .titulo{

      h3{
        font-size: 20px;
      }
    }

    .dados{
      
      .item{

        h4{
          font-size: 18px;
          line-height: 20px;
        }
      }
    }

    .txt{

      p{
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  .fx17-single-produtos{

    h3{
      font-size: 20px;
    }

    p{
      font-size: 14px;
      line-height: 20px;
    }
  } 

  .fx18-single-produtos{
    .conteudo{
      .titulo{
        h3{
          font-size: 20px;
        }
      }

      .txt{
        p{
          font-size: 14px;
          line-height: 20px;
        }
      }

      .materiais{
        .item{
          .info{
            p{
              font-size: 14px;
              line-height: 20px;
            }
          }
        }
      }

      .botao{
        a{
          font-size: 14px;
        }
      }
    }    
  } 

  .fx19-single-produtos{

    h3{
      font-size: 28px;
    }

    .vantagens{
      .item{

        p{
          font-size: 18px;
          line-height: 20px;

          strong{
            font-size: 16px;
          }
        }
      }
    }
  } 

  .fx20-single-produtos{

    .txt{
      .titulo{

        h3{
          font-size: 28px;
        }
      }

      p{
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 25px;
      }
    }
  }  
}

/*ITENS ADICIONADOS APÓS PRIMEIRA ENTREGA DO PROJETO*/
.fxdepoimentos{
  background-color: #000;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;

  .owl-carousel{
    .owl-stage-outer {
            overflow: visible !important;
        }
  }
}

.depo-autor{
  font-weight: bold;
  font-size: 25px;

}

a.btn-cta-cat{
    max-width: none!important;
    display: inline-block;
    font-size: 19px;
    width: auto;

    /*background-color: #ADCB3D;*/
    background: linear-gradient(54deg, #ADCB3D, #ADCB3D);
    background-size: 200% 200%;
     background-position: left top;


    /*transition: all .2s linear;*/

    transition: background-position 0.6s ease, transform 0.2s ease;

    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.5);*/
    color: #FFF;
    width: 270px;

    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 50px;
    font-family: var(--regular);
    text-align: center;

}

a.btn-cta-cat:hover{
  /*transform: scale(1.05,1.05);
    background-color: #23EA00;*/

    background-position: right bottom;
      transform: translateY(-2px); /* efeito de destaque leve */

}

a.btn-cta-cat img{
  margin-right: 2px;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
}

.card-depo{
  background-color: #333;
  padding: 30px;
  font-size: 16px;
}

.card-depo{
  background-color: #222;
  padding: 30px;
  font-size: 16px;
  border-radius: 20px;
}

.fxdepoimentos .row{
  display: flex;
  gap: 30px;
  align-items: center;

}

.fxdepoimentos .depo-autor{
  font-size: 19px;
  margin-top: 30px;

}

.depo-cargo{
  font-style: italic;
}

.fx20-single-produtos img{
  border-radius: 20px;
}

.fx10-single-produtos h2{
  font-size: 42px;
  margin-bottom: 30px;
}

.beneficios-categorias{
  padding: 100px 0px 50px 0px;

  .texto{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    .titulo{
      font-family: var(--bold);
      font-size: 42px;
      line-height: 45px;
      color: #878787;
    }
  }

  .imagem{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .itens-beneficios{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: var(--medium);
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    color: #878787;
    padding: 0px 20px 0px 0px;
  }

  .img{
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;

    img{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      object-fit: cover;
    }
  }
}

.risco-garantia{
  padding: 50px 0px;
  background-color: #000000;

  .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  span{
    font-family: var(--bold);
    font-size: 18px;
    color: #E84239;
    line-height: 20px;
  }

  .titulo{
    font-family: var(--bold);
    font-size: 42px;
    color: #FFFFFF;
    line-height: 45px;
    margin: 10px 0px 20px 0px;
  }

  p{
    font-family: var(--medium);
    font-size: 18px;
    color: #FFFFFF;
  }
}

.faq {
  padding: 50px 0px;

  span {
    font-family: var(--bold);
    font-size: 42px;
    line-height: 45px;
    color: #666;
    text-align: center;
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;

    .pergunta {
      width: 100%;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: var(--bold);
      font-size: 18px;
      color: #666;
      background-color: #FFFFFF;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer; 
      transition: 0.2s;

      img {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease;
      }
    }

    .resposta {
      max-height: 0;      
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      padding: 0 20px;         
      font-family: var(--medium);
      font-size: 16px;
      color: #000000;
      background-color: transparent;
    }

    &.active {
      .resposta {
        max-height: 500px;       
        padding: 20px;           
      }

      .pergunta{
        color: #E84239;

          img {
            transform: rotate(180deg);
            filter: invert(28%) sepia(78%) saturate(4076%) hue-rotate(352deg) brightness(94%) contrast(96%);
        }
      }
    }
  }
}

.beneficios-categorias{
  background-color: #F3F3F3;
}

.beneficios-categorias {
    & .texto {
        .titulo {
            font-family: var(--regular);
            padding: 0px 10px;
            border-left: 5px solid #666;
            color: #666;
        }
    }
}

.beneficios-categorias p{
  font-family: var(--medium);
  font-size: 18px;
  color: #666;
}

.fx10-single-produtos p{
  color: #666;
}

.fx10-single-produtos {
    .titulo {
        padding: 0px 10px;
        border-left: 5px solid #666;
    }
}

.fx4-single-produtos {
    h3 {
      color: #666;
    }
  }

.fx4-single-produtos {
      & .card {
          p {
              color: #666;
          }
      }
  }

.fxdepoimentos .container{
    padding: 0 15px!important;
  }

.resposta p{
  color: #666;
}

.owl-depo .owl-stage{
  display: flex;

    align-items: stretch;
}

.owl-depo .owlid{
  height: 100%;
}

.owl-depo .card-depo{
  height: 100%;
}

.btn-cta-cat2{
  width: auto!important;
  padding-right: 15px!important;
  padding-left: 15px!important;
}

@media(max-width: 1025px){
  a.btn-cta-cat{
    width: 100%;
  }

  .fxdepoimentos{
    .row {
      flex-direction: column;
      padding: 0px 10px;
      gap: 20px;

      .col-lg-4{
        width: 100%;
      }
    }
  }

  .beneficios-categorias{
    padding: 30px 10px;

    .texto,
    .imagem{
      align-items: center;
    }

    .row{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .img{
      height: auto;
    }
  }

  .risco-garantia{
    padding: 30px 10px;

    br{
      display: none;
    }
  }
}

@media(max-width: 769px){
  .faq {
    padding: 30px 10px;

    span {
      font-size: 34px;
      line-height: 40px;
      margin: 0px 0px 20px 0px;
    }

    .item {
      margin-bottom: 10px;

      .pergunta {
        font-size: 16px;

        img {
          width: 15px;
          height: 15px;
        }
      }

      .resposta {
        font-size: 14px;
      }
    }
  }

  a.btn-cta-cat img {
      width: 16px;
      height: 16px;
  }

  a.btn-cta-cat{
    font-size: 16px;
    max-width: 290px !important;
  }

  .hamburger{
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .beneficios-categorias {
      & .texto {
          .titulo {
              font-size: 26px;
              line-height: 1.2;
          }
      }
  }

  .fx10-single-produtos h2 {
      font-size: 28px;
  }

    .fx1-pages a.btn-cta-cat {
    margin-bottom: 0px;
  }

  .fx10-single-produtos h2 {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
    p{
      margin: 0;
    }
  }

  .fx10-single-produtos .titulo{
    margin-bottom: 20px;
  }

  .beneficios-categorias {
    & .texto {
        .titulo {
          text-align: left;
      }
    }
  }

  .fx2-single-produtos{
    h3 strong {
      font-size: 26px;
      border-left: 5px solid #FFF;
      padding-left: 10px;
    }

    .txt{
      text-align: left;
    }
  }

  .itens-beneficios{
    text-align: left;
  }

  .fx3-single-produtos {
    .conteudo {
      text-align: center;
    }
  }

  .faq .item + .text-center{
    padding-top: 20px;
  }

  .footer {
    & .infos {
        .txt {
          width: 100%;
      }
    }
  }

}