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%;
}

#section-slide .owl-item-text .owl-item-text-content .texto-slide {
    font-size: 1.9rem;
}

/*HTML 2*/
.card-diferencial {
    background: #ebebeb;
    border-radius: 15px;
    border: 2px solid #dfdfdf;
    margin-bottom: 20px;
    display: flex;
    padding: 7px;
}
/* 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%;
}

p.text-uppercase.display-3 {
    font-size: 2.5em;
    margin: 0;
    text-transform: capitalize !important;
}
/*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;
}

#section-html-modulo_2 {
    padding: 40px 0;
    padding-top: 0;
}

.icon-diferencial img {
    width: 40px;
}

.icon-diferencial {
    padding-right: 30px;
    padding-left: 10px;
}

.card-diferencial h3 {
    font-weight: 400;
}
/*DEPOIMENTOS*/


#section-depoimentos {
  margin-top: -5rem;
}

#section-depoimentos {
  background: #e1e1e1;
}

.card-depoimentos-auto-imagem {
  display: none;
}

#section-depoimentos blockquote {
  position: relative;
  height: 100px;
  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*/
.icone img {
    width: 60px;
}

.titulo-objetivo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #b7b7b7;
    padding: 0 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.card-objetivos {
    border: 2px solid #e5e5e5;
    height: 100%;
    border-radius: 25px;
    padding: 19px;
    background: #d9d9d9;
}

.descricao-card {
    font-size: 18px;
}
/*<#########>*/

: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 {
  margin-left: 40%;
  background: #dceaf7;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  text-decoration: none;
  position: absolute;
  left: 29%;
  top: 45%;
}

#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: #323233;
  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: 2.5rem;
  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: 100vw;
  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;
}

.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;
  background: #5c5c5c;
  color: #fff;
}

.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: #373636;
}

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: 65%;
    height: auto;
    max-height: unset;
}
/*<------->*/

/*slide*/
#section-slide .owl-slideshow .owl-item-image:before {
    background: linear-gradient(45deg, #000000f0, #000000a3);
    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;
}