@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-md-7 {
    flex: 0 0 auto;
    width: 53.333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
}

#section-servico-detalhe a {
  color: #fff;
}

#section-servico-detalhe .card-body {
  flex: 1 1 auto;
  padding: 1.5rem 2rem;
  background-color: #f8f9fa;
  border-radius: 15px;
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333;
  font-family: 'Arial', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative; /* Para posicionamento de elementos adicionais */
  overflow: hidden; /* Garante que elementos extras não saiam do card */
  min-height: 450px;
}

#section-servico-detalhe .card-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
  pointer-events: none; /* Garante que o gradiente não interfira com outros elementos */
}

#section-servico-detalhe .card {
  border: none;
}

#section-galeria .bloco-galeria div {
  position: relative;
  width: calc(100% * (1 / 4) - 20px - 1px);
  margin: 0 10px;
    margin-bottom: 0px;
}

#section-html-modulo_2 .container {
    width: 90%;
    margin: 20px auto; /* Centraliza o container horizontalmente */
}

#section-html-modulo_2 .main-body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#section-html-modulo_2 .section {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#section-html-modulo_2 .section h2 {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

#section-html-modulo_2 .section img.main-image {
    max-width: 40%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#section-html-modulo_2 #section-bottom img.main-image {
    order: 2;
    margin-left: 20px;
    margin-right: 0;
}

#section-html-modulo_2 .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex: 1;
}

#section-html-modulo_2 .feature {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-align: left;
}

#section-html-modulo_2 .feature .icon {
    flex: 0 0 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#section-html-modulo_2 .feature .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section-html-modulo_2 .feature .text {
    flex: 1;
}

#section-html-modulo_2 .feature strong {
    display: block;
    font-weight: bold;
}

#section-html-modulo_2 h2 {
    font-size: 3.5rem;
    font-weight: 600;
}

#section-depoimentos .card-depoimentos-auto-imagem {
  display: none;
}

#section-depoimentos {
  background-color: #f4f4f4;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
  transition: 0.2s ease-in-out;
  border-radius: 15px;
  width: 300px !important;
}

#section-empresa .btn-primary {
  margin-left: 25%;
}

#section-depoimentos blockquote {
  position: relative;
  height: 120px;
  overflow: auto;
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.buttom-custom-shape a {
  color: #fff; /* Cor do texto inicial branca */
  text-decoration: none; /* Remove o sublinhado padrão */
  padding: 15px 30px; /* Aumenta o preenchimento interno */
  border: none; /* Remove a borda */
  border-radius: 10px; /* Bordas arredondadas */
  background-color: #000; /* Fundo preto */
  transition: all 0.3s ease; /* Transição suave para interações */
  display: inline-block; /* Exibição como botão */
  font-weight: bold; /* Texto em negrito */
  font-size: 18px; /* Aumenta o tamanho da fonte */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

.buttom-custom-shape a:hover {
  background-color: #d50909; /* Muda a cor de fundo para vermelho ao passar o mouse */
  color: #fff; /* Mantém a cor do texto em branco */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra mais pronunciada ao passar o mouse */
  transform: scale(1.08); /* Leve aumento ao passar o mouse */
}

.buttom-custom-shape {
  margin: 27px 0px 0px 68%;
}

.orcamento-section {
  margin: 15% 0px 0px 30%;
}

#section-slide .owl-slideshow .owl-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000002e;
  opacity: 0.3;
}

#section-slide .owl-item-text {
  position: absolute;
  top: 4%;
  left: -24%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100vw;
  height: 100%;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide {
  margin-top: 20%;
}

/* Adiciona estilo para o título do item */
.ecommerce-title {
  font-size: 1.25rem; /* Tamanho da fonte */
  font-weight: bold; /* Negrito */
  color: #333; /* Cor do texto */
  margin: 0.5rem 0; /* Espaçamento superior e inferior */
  text-align: center; /* Centraliza o texto */
  padding: 1.5rem; /* Preenchimento */
  border-radius: 5px; /* Bordas arredondadas */
  transition: transform 0.2s; /* Transição suave */
}

/*teste*/

#section-servicos .card-servicos-lista {
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 650px;
}

#section-servicos .buttom-custom-shape {
  margin: 0px 0px 0px 0px;
    margin-top: 0px;
}

#section-servicos p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 10px;
}

/* Estilo para os cartões de serviço */
#section-servicos .card-servicos-lista {
  background-color: #fff; /* Fundo branco */
  border: 1px solid #eaeaea; /* Borda leve e sutil */
  border-radius: 8px; /* Bordas levemente arredondadas */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra leve */
  transition: transform 0.3s, box-shadow 0.3s; /* Transição suave */
  overflow: hidden; /* Impede overflow */
  padding: 1rem; /* Preenchimento */
  text-align: center; /* Centraliza o conteúdo */
  display: flex; /* Flexbox para alinhamento */
  flex-direction: column; /* Coluna */
  justify-content: space-between; /* Espaço entre itens */
}

#section-servicos .card-description {
  text-align: center; /* Centralizar texto */
  color: #666; /* Cor do texto */
  margin-bottom: 1rem; /* Espaçamento inferior */
  flex-grow: 1; /* Faz a descrição ocupar o espaço disponível */
}

#section-servicos .buttom-custom-shape {
  margin-top: -9px;
}

#section-slide .owl-item-text .owl-item-text-content {
  text-align: center;
  padding: 33%;
}

header#header-site {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.2s ease-in-out;
  background: black;
}

@media (max-width: 768px) {
  #section-servicos .row > * {
  width: 50%;
}

 #section-servicos .ecommerce-title {
  font-size: 14px;
  padding: 0.5rem;
}

 #section-servicos p {
  font-size: 12px;
  padding: 6px;
}

#section-servicos .buttom-custom-shape a {
  padding: 8px 20px;
}
#section-servicos .card-servicos-lista {
  height: 470px;
}

#section-empresa .btn-primary {
  margin-left: 10%;
}

#section-html-modulo_2 .section img.main-image {
  max-width: 100%;
}

#section-html-modulo_2 .container {
  width: 100%;
  margin: 20px auto;
}

#section-html-modulo_2 .feature {
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#section-html-modulo_2 .feature .text {
  flex: 1;
  font-size: 12px;
}

#section-html-modulo_2 .feature strong {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

#section-galeria .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-size: 1rem;
}
#section-slide .owl-item-text .owl-item-text-content {
  text-align: center;
  padding: 20%;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
  background: var(--bg_menu);
  color: var(--texto_menu);
  width: auto;
  flex: 0 0 auto;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

#section-slide #slideshow-1 .owl-item-text {
  top: 32%;
  left: 0%;
}

#section-slide #slideshow-2 .owl-item-text {
  top: 32%;
  left: 0%;
}

#section-slide #slideshow-3 .owl-item-text {
  top: 32%;
  left: 0%;
} 
}

#capa_menu_empresa {
  background-size: cover;
}

.informacao-contato-texto {
  color: #000;
}

.owl-next {
  margin-right: -1% !important;
}

#section-html-modulo_2 .whatsapp-button {
  background-color: #25D366; /* Fundo verde do WhatsApp */
  color: white; /* Cor do texto */
  padding: 10px 20px; /* Preenchimento interno */
  border-radius: 10px; /* Bordas arredondadas */
  text-decoration: none; /* Remove o sublinhado padrão */
  display: inline-block; /* Exibição como botão */
  font-weight: bold; /* Texto em negrito */
  font-size: 16px; /* Tamanho da fonte */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra sutil */
  transition: all 0.3s ease; /* Transição suave para interações */
}

#section-html-modulo_2 .whatsapp-button:hover {
  background-color: #1DA851; /* Cor do botão ao passar o mouse */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra mais pronunciada ao passar o mouse */
  transform: scale(1.05); /* Leve aumento ao passar o mouse */
}

#section-html-modulo_2 .whatsapp-icon-text {
  display: flex; /* Usa flexbox para alinhar o ícone e o texto */
  align-items: center; /* Alinha verticalmente o ícone e o texto */
}

#section-html-modulo_2 .whatsapp-icon {
  width: 20px; /* Largura do ícone */
  height: 20px; /* Altura do ícone */
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}

.text-color-secondary.font-weight-bold.h1 {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.84);
}

.google-review-button {
  background-color: #4285F4;
  color: white;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-left: 42%;
}

.google-review-button:hover {
  background-color: #3367D6; /* Cor do botão ao passar o mouse */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Sombra mais pronunciada ao passar o mouse */
  transform: scale(1.05); /* Leve aumento ao passar o mouse */
}

.review-icon-text {
  display: flex; /* Usa flexbox para alinhar o ícone e o texto */
  align-items: center; /* Alinha verticalmente o ícone e o texto */
}

.review-icon {
  width: 24px; /* Largura do ícone */
  height: 24px; /* Altura do ícone */
  margin-right: 10px; /* Espaçamento entre o ícone e o texto */
}

#section-galeria b {
  color: white;
}

#section-slide .owl-slideshow .owl-item-image::before {
  background: transparent;
  opacity: 1;
}

@media (max-width:720px){
  #slideshow-2 {
    position: relative;
}

#slideshow-2:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00083f, #002363);
}

#slideshow-2:after {
    position: absolute;
    content: "";
    top: -120px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/arquivos/maquina-frt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    margin: auto;
}
}