html, body {
  scroll-behavior: auto;
  overflow: visible;
  height: auto;
}

* {
  scroll-margin: 0;
  scroll-padding: 0;
}


#section-slide .owl-item-text {
  position: absolute;
  top: 5%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 50vw;
  height: 100%;
}


/*HTML 2*/

.portaria-facil {
  font-family: 'Sora', sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, #870000f5, #cd3838e3);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.portaria-facil .title-container {
  text-align: center;
  margin: 20px 0;
}

.portaria-facil .main-title {
  font-size: 20px; /* Ajuste no tamanho da fonte para 20px */
  color: #38c2cd; /* Cor #38c2cd */
  text-transform: uppercase;
  display: block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Sombra do texto mais sutil */
}

.portaria-facil .highlight-title {
  font-size: 48px;
  color: #FFF; /* Cor branca */
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Sombra do texto mais sutil */
}

.portaria-facil .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 90%;
  margin: 20px auto;
  width: 93%;
}

.portaria-facil .step, .portaria-facil .bonus {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 250px;
  animation: fadeIn 1s ease-in-out;
  overflow: hidden;
}

.portaria-facil .step:hover, .portaria-facil .bonus:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-color: #ffe3e3;
}

.portaria-facil .step-number {
  font-size: 200px; /* Aumentando ainda mais o tamanho dos números */
  font-weight: bold;
  color: rgba(1, 44, 95, 0.1); /* Cor dos números com opacidade para fundo */
  position: absolute;
  bottom: -30px; /* Ajuste para colar no fundo */
  right: -17px; /* Ajuste para colar à direita */
  margin: 0; /* Sem margem */
  line-height: 1; /* Ajuste de espaçamento vertical */
  padding: 0; /* Sem padding */
  transition: transform 0.3s ease, color 0.3s ease;
}

.portaria-facil .step:hover .step-number, .portaria-facil .bonus:hover .step-number {
  color: rgba(56, 194, 205, 0.2); /* Cor dos números ao hover */
}

.portaria-facil .step-description {
  flex: 1;
  font-size: 18px;
  text-align: center;
  color: #000;
  transition: color 0.3s ease;
}

.text-principal {
  color: #ffffff;
}


/* Animação de entrada */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .portaria-facil .container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .portaria-facil .step, .portaria-facil .bonus {
    height: auto;
  }

  .portaria-facil .step-number {
    font-size: 120px; /* Ajuste no tamanho para telas menores */
    bottom: -10px; /* Ajuste na posição para evitar sair da caixa */
    right: -10px; /* Ajuste na posição para evitar sair da caixa */
    margin: 0; /* Sem margem */
    line-height: 1; /* Ajuste de espaçamento vertical */
    padding: 0; /* Sem padding */
  }

  .portaria-facil .step-description {
    margin-left: 0;
    text-align: center;
  }
}


/*SERVIÇOS*/


.card-title {
  font-size: 25px;
  text-align: left;
}


#section-servicos  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
}


/*EMPRESA*/


#section-empresa  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
    margin-top: 6%;
}


/*HTML 2 */


@media (min-width: 1400px) {
 #section-html-modulo_2 .container {
    max-width: 100% !important;
  }
}

#section-html-modulo_2 .container {
  padding-right: var(--bs-gutter-x,0.rem);
  padding-left: var(--bs-gutter-x,0.rem);
  margin-right: auto;
  margin-left: auto;
}


/*DEPOIMENTOS*/


#section-depoimentos {
  margin-top: -72px;
}
#section-depoimentos {
  background: linear-gradient(90deg, #870000f5, #cd3838e3);
}

.card-depoimentos-auto-imagem {
  display: none;
}

#section-depoimentos blockquote {
  position: relative;
  height: 150px;
  overflow: auto;
}

.display-4 b {
  font-size: 48px;
  color: #323233;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/*HTML1*/

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#counter .item{
  background: #fff;
  width: 100%;
  height: 185px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
#counter .item .count{
  color: #000;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item h3{
  color: #4f4e28;
  text-transform: capitalize;
}

:root {
  --footer_bg: #d5eaf2 !important;
}

#section-servico-detalhe .card-img-top {
  border-radius: 15px;
}

#section-servico-detalhe .card {
  border-radius: 15px !important;
}

#section-servico-detalhe a:hover {
  color: #060606;
}

#section-servico-detalhe .btn-primary {
  background-color: var(--bg_geral);
  border-color: #222 !important;
  transition: 0.2s ease-in-out;
  border-radius: 10px;
}

.text-color-secondary.font-weight-bold.h1 {
  padding: 20px;
  border-radius: 25px;
}

#section-servicos .card.card-servicos .card-body .section-card-title::before {
  background: transparent;
}

#section-depoimentos .display-4 b {
  font-size: 48px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.vertical-divider {
  display: none;
}

@media (min-width: 1200px) {
  #section-html-modulo_2 .container {
    max-width: fit-content;
  }
}

@media (max-width: 1400px) {
 .section-capa {
    height: 350px !important;
}

}

@media (max-width: 768px) {
  #counter {
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  }
   
  #counter .item {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 35px 40px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
  flex-direction: column;
  }
  
  #section-slide .owl-item-text {
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  }
  
  #section-empresa .col-md-7 {
  flex: 0 0 auto;
  width: 100%;
  margin: auto;
  }
  
  #section-servicos .col-md-4 {
  flex: 0 0 auto;
  width: 100%;
  }
  
  #section-servicos .card-title {
  font-size: 20px;
  text-align: center;
  }
  
   #section-servicos .card.card-servicos .card-body .card-title {
    visibility: hidden;
    color: var(--texto_principal);
    padding-left: 0px;
    padding-bottom: 0px;
    transition: 0.2s ease-in-out !important;
  }
  
  #section-depoimentos {
  margin-top: -2rem;
  }
  
  #section-servico-detalhe a {
  margin-left: 38%;
  background: #dceaf7;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  text-decoration: none;
  position: inherit;
  }
  
  .card-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 8%;
  }
  
  #section-servicos .card.card-servicos .card-body {
  padding: 0;
  height: 100% !important;
  }
  
  header#header-site {
    height: auto !important;
    
    
}

#section-slide .owl-item-text .owl-item-text-content .titulo-slide {
    text-align: center;
    font-size: 2rem;
}

.texto-slide {
    text-align: center;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide {
    text-align: center;
}

#footer ul.social-icons.social-icons-medium {
    justify-content: center;
}

.section-capa {
    background-position: center !important;
    background-size: cover !important;
}
  
}

#section-servicos .card.card-servicos .card-body .card-img-top {
  height: 100%;
  width: 100%;
  object-fit: fill !important;
}
   

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
  border-radius: 15px;
}

.btn-primary {
  background-color: var(--bg_geral);
  border-color: #7c868a;
  transition: 0.2s ease-in-out;
  border-radius: 15px;
}

.rounded {
  border-radius: 1.25rem !important;
}

#section-parceiros .card {
  border: 0px solid rgba(0,0,0,.125);
}

#section-servicos .btn-primary {
  display: none;
}

header#header-site {
  background-color: var(--bg_menu);
  height: 12%;
  display: flex;
  align-items: center;
}

header#header-site a.nav-link {
  color: #000;
}

header .social-icons.social-icons-medium i {
  color: #000;
}


#section-html-modulo_3 iframe {
  width: 100%;
}

.section-capa {
  background-position: bottom;
  background-size: contain;
}

#footer .title {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: none;
}

#section-servico-detalhe .row.mb-4 {
  display: flex;
  justify-content: center;
}

#section-servico-detalhe .col-md {
    flex: auto;
  }
  
  #section-servico-detalhe h1 {
  display: none;
}

.orcamento-section {
  display: flex;
  justify-content: center;
}

#section-servicos .card.card-servicos .card-body {
  padding: 0;
  height: 457px;
}

/*header*/
header#header-site .logo img#logo_topo {
    position: relative;
    width: 74%;
    height: auto;
    bottom: 4px;
    max-height: unset;
}
/*<------->*/

/*slide*/
#section-slide .owl-slideshow .owl-item-image::before {
  background: linear-gradient(45deg, #3d0000, #470101a3);
  opacity: 1;
}

span.subtitle-slide {
    text-transform: uppercase;
    font-weight: 700;
}

#section-slide .owl-item-text .owl-item-text-content {
    text-align: left;
}
/*<-------->*/

/*sec-servicos*/

#page_a_empresa h5.card-title {
    visibility: hidden;
}

.step-description h3 {
    font-weight: 600;
}

/**/

.col-md-6.col-lg-3.d-none.d-md-block.d-lg-block.mb-4.mb-lg-0 {
    display: block !important;
}

.section-capa p {
    color: #fff;
}

.section-capa {
    z-index: 1;
}

.section-capa:before {
    position: absolute;
    content: "";
    background: #0000008c;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.informacao-contato-content {
    justify-content: center;
}

header#header-site {
  background-color: var(--bg_menu);
  height: 15%;
  display: flex;
  align-items: center;
}

header#header-site .logo img#logo_topo {
  position: relative;
  width: 200px;
  height: auto;
  bottom: 4px;
  max-height: unset;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
   flex-basis: -moz-available !important;
  }
}

#footer::before {
  background: rgba(85, 3, 3, 0.38);
}

#footer .mdi.mdi-instagram {
  color: #fff;
}

#footer .pb-1.mb-2 {
  color: #fff;
}

#footer span {
  color: #fff;
}

#footer {
  background-size: cover;       /* preenche todo o espaço, mantendo proporção */  
  background-position: center;  /* centra a imagem no contêiner */  
  background-repeat: no-repeat; /* evita repetições indesejadas */
}

#section-galeria.section-galeria-bg::before {
  background: linear-gradient(90deg, #870000f5, #cd3838e3);
}

#section-galeria.section-galeria-bg {
  background: linear-gradient(90deg, #8c0707f5, #d55151e3);
}

#page_home #section-galeria .display-4 b {
  color: #fff;
}

blockquote {
  font-size: 18px;
}

.font-weight-extra-bold {
  font-size: 20px;
}

#section-depoimentos .text-center.mb-0 {
  padding: 10px 25px 10px 25px;
}

#section-servico-detalhe .card-title {
  font-size: 25px;
  text-align: left;
  padding: 20px 0px 5px 120px;
}

.card.card-produtos p {
    display: none;
}

header .social-icons.social-icons-medium {
    align-items: unset;
}

/* Apenas afeta footer-isolado */
.footer-isolado {
  font-family: Arial, sans-serif;
}

.footer-isolado .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-isolado .footer-column {
  flex: 1 1 250px;
  margin: 0 20px 20px;
}

.footer-isolado .footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-isolado .footer-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.footer-isolado .footer-column p, .footer-isolado .footer-column address, .footer-isolado .footer-column a {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
}

.footer-isolado .footer-column address {
  font-style: normal;
  margin-bottom: 5px;
}

.footer-isolado .footer-column a:hover {
  text-decoration: underline;
}

.footer-isolado .whatsapp-button {
  display: inline-block;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
  transition: background-color 0.2s ease;
}

.footer-isolado .whatsapp-button:hover {
  background-color: #1DA851;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
  }
}

#footer img, video, iframe {
  max-width: 50%;
  margin-left: 25%;
}

#footer address {
  min-height: 45px;
}

@media (max-width: 768px) {
#footer img, video, iframe {
  max-width: 50%;
  margin-left: 0px !important;
}
}

#footer .row {
  --bs-gutter-x: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

#section-servicos .card.card-servicos .card-body .section-card-title::before {
  background: #e83232ed;
}

#section-servicos .card.card-servicos .card-body .card-title {
  color: #fff;
  padding-left: 30px;
  padding-bottom: 40px;
  transition: 0.2s ease-in-out !important;
  min-height: 130px;
}

#section-servico-detalhe .btn-primary {
  display: none;
}

 #section-servico-detalhe .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

/* Variáveis limitadas à seção .cta-section */
.cta-section {
  --primary: #D32F2F;       /* vermelho principal */
  --primary-dark: #B71C1C;  /* hover/mix escuro */
  --info-bg: #ffffff;       /* fundo branco para o wrapper */
  --text: #333333;

  width: 100%;
  background: var(--bg-light);
  padding: 60px 20px;
}

/* Wrapper centralizado, duas colunas no desktop */
.cta-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: var(--info-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Coluna do título/texto */
.cta-text {
  flex: 1;
  min-width: 280px;
  padding: 40px;
}

.cta-text h2 {
  color: var(--primary);
  font-size: 2rem;
  margin-bottom: 16px;
}

.cta-text p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
}

/* Coluna de benefícios e CTA */
.cta-info {
  flex: 1;
  min-width: 280px;
  padding: 40px;
  background: var(--bg-light);
  border-left: 4px solid var(--primary);
}

.cta-info ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.cta-info li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
}

.cta-info li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
}

.cta-info .highlight {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: var(--text);
}

.cta-btn {
  display: inline-block;
  padding: 14px 28px;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 4px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.cta-btn:hover {
  background: var(--primary-dark);
  transform: scale(1.05);
}

/* Responsividade */
@media (max-width: 768px) {
  .cta-wrapper {
    flex-direction: column;
  }
  .cta-text,
  .cta-info {
    padding: 20px;
    text-align: center;
  }
  .cta-info {
    border-left: none;
    border-top: 4px solid var(--primary);
  }
  #section-servicos .card.card-servicos .card-body .card-title {
  color: #fff;
  padding-left: 0px;
  padding-bottom: 0px;
  padding: 10px;
  transition: 0.2s ease-in-out !important;
  min-height: 0px;
  }
  #section-servicos .card.card-servicos .card-body .card-title {
    visibility: inherit;
  }
}

.empresa-imagem img {
  border-radius: 10px;
  margin-top: 35px;
}
