@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
span,
ul,
ol,
li,
table,
th,
td,
form,
input,
textarea,
button {
    font-family: "Inter", sans-serif !important;
    letter-spacing: normal !important
}

#header .header-logo {
    margin: 0
}

#header .header-logo img {
    max-height: 90px;
    image-rendering: unset
}

.custom-btn-border-radius {
    border-radius: 6px
}

footer:before {
    opacity: unset
}

.footer-copyright {
    padding: 0 !important
}

.footer-copyright p {
    font-size: .8rem !important
}

section.page-header {
    background-position: left center !important
}

section.page-header:before {
    opacity: .7;
    background-color: var(--bg_geral)
}

#menu_pro_calculadora {
    display: none
}

.header-extra-info {
    display: none !important
}

.header-nav {
    margin: 0 !important;
    padding: 0 !important
}

.titulo-slide h1 {
    font-size: 3rem;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase
}

.texto-slide p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: normal
}

.imagem-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--bg_geral) 0%, transparent 75%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.texto-slide {
    position: relative;
    z-index: 2
}

.botao-slide a {
    background-color: var(--hover);
    border-color: var(--hover)
}

.botao-slide a:hover {
    background-color: var(--bg_geral);
    border-color: var(--bg_geral)
}

#section-parceiros h2 {
    text-align: center
}

#section-servicos {
    padding: 50px 0
}

#section-produtos {
    padding: 50px 0
}

#section-parceiros {
    padding: 30px 0 !important
}

#page_servicos .thumb-info-wrapper {
    height: 180px
}

#page_servicos .thumb-info-wrapper img {
    object-fit: contain
}

.custom-icon-style-1 {
    transform: unset;
    width: 120px;
    height: 120px
}

.custom-icon-style-1 img {
    transform: unset;
    min-width: 100%;
    min-height: 100%;
    border: unset
}

.custom-icon-style-1:before {
    display: none
}

.product-thumb-info-image img {
    width: 100%
}

.galeria-itens {
    margin: 10px;
    gap: 10px
}

.galeria-itens .galeria-item img {
    border-radius: 26px !important
}

#section-html-modulo_3 {
    background-image: url(/arquivos/images/background/bg-html-3.jpg);
    padding: 100px 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 60px
}

#section-html-modulo_3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5
}

#section-html-modulo_3 .titulo-html {
    display: none
}

.cta-content {
    text-align: center
}

.cta-content h2 {
    color: #fff;
    margin-bottom: 20px
}

#section-html-modulo_1 {
    padding-top: 50px
}

h4.segmentos-title {
    margin: 10px 0 6px 0
}

.custom-icon-box-style-1 {
    background: rgb(255 255 255 / 70%);
    padding: 10px 20px;
    border-radius: 20px;
    border: 4px solid #ebebeb;
    transition: .3s ease-in-out
}

.box-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.custom-icon-box-style-1:hover {
    background: var(--bg_geral);
    border-color: var(--hover)
}

.custom-icon-box-style-1:hover h3,
.custom-icon-box-style-1:hover p {
    color: #fff !important
}

.custom-icon-box-style-1:hover img {
    filter: brightness(100)
}

.box-content h3 {
    font-size: 20px !important
}

@media (max-width:991px) {
    .titulo-slide h1 {
        font-size: 1.5rem
    }

    .texto-slide p {
        font-size: .9rem
    }

    #section-html-modulo_1 {
        padding-bottom: 40px
    }

    .box-content p {
        display: none
    }

    .box-content h3 {
        font-size: 16px !important
    }
}

.product-thumb-info-image {
  height: 100%;
}

.product-thumb-info-image img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  width: auto;
  margin: auto;
}

body {
  margin: 0;
  background-color: #f6f6f6;
  font-family: 'Inter', sans-serif;
}

.grid-vantagens {
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.grid-vantagens h2 {
  font-size: 2.2rem;
  color: #111;
  margin-bottom: 50px;
  font-weight: 600;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  max-width: 1160px;
  margin: 0 auto;
}

.box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  padding: 30px 20px;
  text-align: center;
  color: #ffffff;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.75));
  z-index: 0;
}

.box * {
  position: relative;
  z-index: 1;
}

.box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 25%;
}

.box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.box p {
  font-size: 0.95rem;
  color: #f0f0f0;
  line-height: 1.6;
  max-width: 240px;
}

.grid-vantagens img {
  filter: invert(1);
}

#section-html-modulo_1 .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  
#section-html-modulo_1 .conteudo-html .row {
  max-width: 100%;
  padding-left: 10%;
  margin-left: 0%;
  padding-right: 10%;
}

#section-html-modulo_1 .titulo-html {
  padding-left: 11%;
}

@media (max-width: 768px) {
  #section-html-modulo_1 .titulo-html {
  padding-left: 12% !important;
}

#section-html-modulo_1 .conteudo-html .row {
  max-width: 1300px;
  padding-left: 10%;
}

.bannerpr1 {
  max-width: 100%;
  max-height: 200px;
}
  
}