<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet" />

#header i.fab.fa-whatsapp.fa-3x {
    font-size: 1.2em;
    margin-left: 10px;
}

#header a.btn {
    display: flex;
    align-items: center;
}

#header .header-logo img {
    max-height: 100%;
}

#section-html-modulo_3 .titulo-html {
    display: none;
}

#section-html-modulo_3 {
    margin: 100px 0;
}


.mvv {
    text-align: left;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(33 37 41 / 50%);
    height: 250px;
    margin-bottom: 1em;
}

.mvv .icon-title {
    display: flex;
    align-items: center;
}

.mvv img {
    max-height: 80px;
    margin-right: 1em;
}

.mvv h3 {
    margin: 0;
    text-transform: none;
}

/* <----------> */

#section-html-modulo_2 {
    background-image: url(/arquivos/background-atualizacao.webp);
    background-position: center right;
    background-size: cover;
    background-color: #eee;
    margin: 100px 0;
}

#section-html-modulo_2 .col-md-7 {
    background-color: #eee;
}

#section-html-modulo_2 .publicos .conteudo {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
}

#section-html-modulo_2 .publicos .conteudo .icon img {
    max-height: 70px;
    margin-right: 1em;
}

#section-html-modulo_2 .publicos .conteudo .text h3 {
    margin: 0;
    text-transform: none;
    font-size: 1.25em;
}

#section-html-modulo_2 .publicos .conteudo .text p {
    margin: 0;
    font-size: 1em;
}

#section-html-modulo_2 .titulo-html {
    display: none;
}

#section-html-modulo_2 .pb-2.mb-2 {
    padding: 0 !important;
    margin: 0 !important;
}

#section-html-modulo_2 .publicos {
    margin: 50px 0;
    position: relative;
    right: -50px;
    background: #eee;
    padding: 50px 10px;
}

#section-html-modulo_2 .publicos .conteudo:hover .icon img {
    border: 4px solid #669ecf;
    border-radius: 50%;
}

/* <----------> */

#section-empresa img.img-fluid {
    max-height: 450px;
}

/* <----------> */

#section-html-modulo_1 .titulo-html {
    display: none;
}

#section-html-modulo_1 > .container.my-md-3.pt-md-3.pt-xl-0 {
    margin: 0 !important;
    max-width: 100%;
}

.placas-euteticas, .unidade-condensadora {
    background-position: center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: flex-end;
}

.placas-euteticas {
    background-image: url(/arquivos/placas.jpg);
}

.unidade-condensadora {
    background-image: url(/arquivos/unidade.jpg);
}

#section-html-modulo_1 .text h5, #section-html-modulo_1 .text h3, #section-html-modulo_1 .text p {
    color: #fff;
}

#section-html-modulo_1 .conteudo {
    padding: 30px;
}

#section-html-modulo_1 .text h3 {
    margin: 10px 0;
    text-transform: none;
    font-weight: bold;
}

#section-html-modulo_1 .button-learn-more {
    margin: 20px 0;
}

#section-html-modulo_1 .button-learn-more a {
    background-color: transparent;
    color: #ffff;
    border: 1px solid #ffff;
    padding: 10px 20px;
    text-decoration: none;
    transition: .3s;
}

#section-html-modulo_1 .button-learn-more a:hover {
    background-color: rgb(255 255 255 / 50%);
}

#section-html-modulo_1 .col-md-6 {
    padding: 0;
}

#section-html-modulo_1 .pb-2.mb-2 {
    padding: 0 !important;
    margin: 0 !important;
}

#section-html-modulo_1 {
    margin: 100px 0;
}

/* <----------> */

.footer-copyright {
    padding: 0 !important;
}

/* <----------> */

#cta {
    margin: 100px 0;
    padding: 50px 0;
    background-image: linear-gradient(90deg, rgba(102,158,207,1) 0%, rgba(44,68,89,1) 100%);
}

#cta .call-to-action {
    padding: 0;
}

#cta .call-to-action h2 {
    font-weight: bold;
    margin: 0;
    color: #fff;
}

#cta .call-to-action p {
    margin: 0;
    color: #fff;
}

#cta .col-sm-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cta .button-learn-more a {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 40px;
    text-decoration: none;
    transition: .3s;
}

#cta .button-learn-more a:hover {
    background-color: rgb(255 255 255 / 50%);
}

/* <----------> */

#section-depoimentos .img-depoimento {
    display: none;
}

#section-depoimentos .testimonial blockquote {
    font-family: 'Poppins';
}

/* <----------> */

.get-btn.d-none.d-md-block .fa-whatsapp:before {
    font-size: 20px;
    display: flex;
    margin-left: 0;
    align-items: flex-start;
    padding: 7px 6px;
}

@media screen and (max-width: 992px) {

#section-slide .item {
    min-height: auto !important;
}

.placas-euteticas, .unidade-condensadora {
    max-height: 300px;
}

#section-html-modulo_1 .conteudo {
    padding: 10px;
}

#section-html-modulo_2 .publicos {
    right: 0;
    margin: 10px 0;
    padding: 10px;
}

#section-html-modulo_2 .col-md-7 {
    background-color: transparent;
}

#section-html-modulo_2 .col-md-5 {
    display: none;
}

#section-html-modulo_2 .publicos .conteudo .icon img {
    min-width: 70px;
    min-height: 70px;
}

#cta .call-to-action .button-learn-more {
    margin: 50px 0 0 0;
}

#cta .call-to-action {
    text-align: center;
}
}

.page_produto_detalhe .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item img {
    height: 200px;
}

.page_produto_detalhe .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
    width: 200px !important;
}

.page_produto_detalhe .thumb-gallery-thumbs.owl-carousel.owl-theme.manual.thumb-gallery-thumbs.owl-loaded.owl-drag .owl-stage {
    width: 200px !important;
}

.thumb-gallery-thumbs.owl-carousel.owl-theme.manual.thumb-gallery-thumbs.owl-loaded.owl-drag {
    display: none;
}

.thumb-gallery-thumbs.owl-carousel.owl-theme.manual.thumb-gallery-thumbs.owl-loaded.owl-drag {
    display: none;
}

.header-top span {
    line-height: 100%;
    padding: 0 !important;
}

.header-top ul.nav {
    align-items: center;
}



/*nova seção teste*/


.assist {
      --bg: #e7e7e7;
      --accent: #669ecf;
      --text: #111;
      --subtext: #1d2c3a;
      --brand-dark: #006c9f;
      font-family: 'Montserrat', Arial, sans-serif;
      color: var(--text);
      display: block;
    }

    .assist,
    .assist * {
      box-sizing: border-box;
    }

    .assist.page {
      position: relative;
      overflow: hidden;
      padding: 32px 36px 56px;
      max-width: 1080px;
      margin: 0 auto;
      background: #f0f0f0;
      background: linear-gradient(90deg, #f0f0f0 0%, #f4f4f4 62%, var(--accent) 62%, var(--accent) 100%);
      border-radius: 10px;
      box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    }

    /* Right-side blue geometry */
    .assist.page::before,
    .assist.page::after {
      content: '';
      position: absolute;
      right: 0;
      background: var(--accent);
      transform: skew(-20deg);
      z-index: 1;
    }

    .assist.page::before {
      top: -20%;
      width: 75%;
      height: 70%;
    }

    .assist.page::after {
      bottom: -20%;
      width: 85%;
      height: 70%;
    }

    /* White cut-out stripe */
    .assist .stripe {
      position: absolute;
      top: 0;
      right: 12%;
      width: 12%;
      height: 100%;
      background: #fff;
      transform: skew(-20deg);
      z-index: 2;
      box-shadow: 0 0 0 6px var(--accent);
    }

    .assist .content {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: 1fr;
      row-gap: 20px;
    }

    .assist .left {
      padding-right: 12px;
      max-width: 100%;
    }

    .assist .brand-handle {
      font-size: 16px;
      letter-spacing: 0.4px;
      color: var(--subtext);
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .assist .brand-handle::after {
      content: '';
      display: inline-block;
      width: 130px;
      height: 1.6px;
      background: var(--subtext);
      opacity: 0.9;
    }

    .assist h1 {
      margin: 0 0 12px;
      font-size: 28px;
      line-height: 1.2;
      text-transform: uppercase;
      font-weight: 800;
    }

    .assist .grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px 22px;
      margin-top: 8px;
    }

    .assist .region {
      padding: 14px 12px;
      background: rgba(255, 255, 255, 0.82);
      border-radius: 8px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(0, 0, 0, 0.04);
    }

    .assist .region h2 {
      margin: 0 0 8px;
      font-weight: 600;
      font-size: 20px;
    }

    .assist .region .company {
      font-weight: 700;
      font-size: 15px;
      color: var(--subtext);
    }

    .assist .region .cnpj,
    .assist .region .phone,
    .assist .region .city {
      margin: 2px 0;
      font-size: 14px;
      color: var(--subtext);
    }

    /* Small adjustments for narrow screens */
    @media (max-width: 820px) {
      .assist.page {
        padding: 28px 22px 44px;
        background: var(--bg);
      }
      .assist.page::before,
      .assist.page::after,
      .assist .stripe {
        display: none;
      }
      .assist .content {
        grid-template-columns: 1fr;
      }
      .assist .grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 540px) {
      .assist .grid {
        grid-template-columns: 1fr;
      }
      .assist h1 {
        font-size: 24px;
      }
      .assist .region h2 {
        font-size: 18px;
      }
    }
    .assist.page {
  margin-top: 5%;
}