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;
    transition: .3s ease-in-out;
}
/* Animacao 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;
  }
}


/*Servicos*/


.card-title {
  font-size: 25px;
  text-align: left;
}


#section-servicos  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
}

.card.card-servicos:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, black, transparent);
    transition: .3s ease-in-out;
    z-index: 1;
}

#section-servicos .card.card-servicos .card-body .section-card-title .card-title {
    color: #fff;
}

.card.card-servicos:hover:before {
    opacity: 0;
}

#section-servicos .card.card-servicos {
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
}

.card.card-servicos:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #0094da, transparent);
    transition: .3s ease-in-out;
    opacity: 0;
}

.card.card-servicos:hover:after {
    opacity: 1;
}

.servicos-introducao h5 {
    margin-top: 15px;
}
/*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;
}

.card-diferencial:hover {
    border-color: #5db9ff;
}

.card-diferencial img {
    background: #c9c9c9;
    border-radius: 9px;
    padding: 5px;
    transition: .3s ease-in-out;
}

.card-diferencial:hover img {
    background: #5db9ff;
}
/*DEPOIMENTOS*/


#section-depoimentos {
  margin-top: -5rem;
}

#section-depoimentos {
  background: #e1e1e1;
}

#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*/
.title-missao h2 {
    position: relative;
    font-size: 4em;
    font-weight: 700;
}
.title-visao h2{
  font-size: 4em;
  font-weight: 700;
}
.title-valores h2{
  font-size: 4em;
  font-weight: 700;
}

.icon-missao img {
    width: 100px;
    opacity: .2;
    margin-left: 30px;
    margin-bottom: 30px;
}

.icon-visao img {
    width: 100px;
    opacity: .2;
    margin-left: 30px;
}

.icon-valores img {
    width: 100px;
    opacity: .2;
    margin-left: 30px;
}

.title-missao {
    display: flex;
}

.title-visao {
    position: relative;
    display: flex;
}

.title-valores {
    display: flex;
    position: relative;
}

.desc-missao {
    position: relative;
    font-size: 1.3em;
}

.desc-visao {
    font-size: 1.3em;
    position: relative;
}

.img-missao img {
    position: relative;
    z-index: -1;
    opacity: .4;
}

.sec-missao {
    position: relative;
    margin-bottom: 60px;
}

.sec-missao:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #ffffff 1%, #ffffff00, #ffffff);
}

p.text-destaque {
    font-weight: 800;
    font-size: 1.5em;
    background: linear-gradient(45deg, #0188ca, transparent 60%);
    padding: 15px;
    padding-left: 35px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 30px;
    line-height: 1;
}

.sec-visao {
    position: relative;
    margin-bottom: 60px;
}

.sec-visao:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #ffffff, transparent, #ffffff);
}

.desc-valores {
    position: relative;
}
/*<#########>*/

: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: #0094da;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  text-decoration: none;
  position: absolute;
  left: 25%;
  top: 40%;
}

#section-servico-detalhe a:hover {
  color: #ffffff;
}

#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*/

.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;
}

/*sec-mapa*/

/* MAPA */
.box-mapa{
	position: relative;
  z-index: 1;
  float: left;
	padding: 20px 0 0 15px;
}

#map {
	transform: scale(1.2);
	display: table !important;
	margin: 30px auto;
	float: left;
}
#map .state {
    cursor: pointer;
}
#map .state .shape {
    cursor: pointer;
    -width: 0;
}
#map .state .label_icon_state {
    fill: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    font-weight: normal;
}
#map .state .label_state {
    display: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
#map .model-davi .state:hover .label_state {
    display: block;
		fill: #FFF !important;
}
#map .model-davi .state .shape {
    fill: #ddd;
}
#map .model-davi .state:hover .shape{
	fill: #039be5 !important;
}
#map .model-davi .state .icon_state{
    fill: #284779;
}
#map .model-davi .state:hover .icon_state{
	fill: #039be5;
}
#map .model-davi .state .icon_state + .label_icon_state{
	fill: #FFF;
}
#map .model-davi .state .label_icon_state {
    fill: #666;
}
#map .model-davi .state:hover .label_icon_state{
	fill: #FFF;
}
#map .model-davi .state .label_state {
    fill: #666;
    display: none;
}
#map .model-davi .state .shape{	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#map .model-davi .state:hover .shape {
    fill: #0288d1;
}


.parca{
	position: relative;
	float: left;
	padding: 0 0 0 15%;
}

.parca select{
	display: none;
	margin: 0 auto;
	width: 230px;
	border: 1px solid #999;
	height: 40px;
	padding: 9px;
	border-radius: 0;
}

.parca .estado{
       -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
       -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
       transition: all .3s ease-in-out;
       border: 1px solid #DDD;
       position: absolute;
       margin-top: 45px;
       opacity: 0;
       border-radius: 5px;
       visibility: visible;
       padding: 10px;
       left: 0;
       right: 0;
       min-width: 300px;
       display: table;
       margin: 57px 0 0 50px;
       box-shadow: 0 1px 80px 0 rgba(0,0,0,.3);
       border-radius: 10px;
}
.parca .estado h3{
	margin-top: 0;
	display: block;
	background-color: #1e88e5;
	padding: 10px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 20px;
	border-radius: 6px;
	text-align: center;
}
.parca .estado ul{
	padding-left: 0px;
	text-align: center;
}
.parca .estado ul li{
	line-height: 24px;
	list-style: none;
}
.parca #box_mg.estado{
	opacity: 1;
	visibility: visible;
}

@media(max-width: 1199px){
	#map{
		transform: scale(1);
	}
}

@media(max-width: 991px){
	.parceiros .two .parca .estado{
		display: block;
		margin: 45px auto;
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		min-width: 160px;
		max-width: 306px;
	}
.box-mapa{
	    position: relative;
	    top: 0;
	    left: initial;
	    display: table;
	    margin: 0 auto;
	}
}

@media(max-width: 500px){
	.box-mapa{
		display: none;
	}
	.parca select{
		display: block;
	}
}

.author{
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 30px 15px 15px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(54%, rgba(0,0,0,0.54)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 54%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

	a{
		font-size: 16px;
		display: table;
		margin: 0 auto;
		text-decoration: none;
		color: #fff;
		font-weight: 700;
	}	

#shape_ma, #shape_pi, #shape_ce, #shape_rn, #shape_pb, #shape_pe, #shape_al, #shape_se, #shape_ba, #shape_pa, #shape_ms, #shape_mg, #shape_es {
    fill: #00ccff !important;
}

.text-map p {
    font-size: 1.2em;
}

.text-map li {
    font-size: 1.2em;
}
/*<##########>*/

/*sec-segmentos*/
.card-segmento {
    background: #e3e3e3;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.parceiros-1 img {
    width: 140px;
    padding: 2px;
    object-fit: cover;
    background: #ffffff;
    border-radius: 16px;
}

.parceiros-1 {
    text-align: center;
}

.parceiros-2 img {
    width: 150px;
}

.parceiros-2 {
    text-align: center;
}

.parceiros-2 img {
    background: #ffffff;
    border-radius: 13px;
    width: 140px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.title-card.text-center {
    margin-bottom: 30px;
}

.title-card h2 {
    text-align: center;
}

.parceiros h4 {
    text-align: center;
    display: flex;
    justify-content: center;
    height: 150px;
    align-items: center;
}

.parceiros img {
    margin: auto;
    display: flex;
    margin-top: 30px;
}

.title-map.mb-4.text-center h1 {
    font-weight: bold;
    font-size: 3.2em;
}

.title-segmento.mb-5.text-center h1 {
    font-weight: bold;
    font-size: 3.2em;
}

.botao-cta {
    position: relative;
}

.botao-cta a {
    margin: 20px 0!important;
    left: 0 !important;
}

/*html-03*/
.parceiro-destaque {
    text-align: center;
}

.img-parceiro img {
    border-radius: 40px;
}

.title-parceiro {
    margin: 0 60px 60px;
}

.title-parceiro h1 {
    font-size: 5em;
}

.subtitle-parceiro {
    margin: 0px 60px 25px;
}

.desc-parceiro {
    margin: 0 60px;
}

.desc-parceiro p {
    font-size: 1.3em;
}

.desc-parceiro li {
    font-size: 1.3em;
}

#section-html-modulo_3 h2.display-4.text-center {
    margin-bottom: 2em;
}

#section-html-modulo_3 {
    position: relative;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    bottom: 0;
    background: #545454;
    width: 20%;
    z-index: -1;
    border-bottom-left-radius: 50px;
}

#section-html-modulo_3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    background: #767575;
    width: 20%;
    border-bottom-left-radius: 50px;
    z-index: -2;
}
/*---------------*/

/*depoimentos*/
#section-depoimentos .card-depoimentos-auto-imagem {
    width: 150px;
    border-radius: 6px;
}
/*<------------------->*/

/*page-galeria*/
#section-galeria .bloco-galeria img {
    height: 200px;
    object-fit: cover;
}
/*<------>*/

/*footer*/
#footer:before {
    background: #d1d1d1;
}
/*<------------>*/

.produtos-descricao h3 a {
    color: #000;
    margin: 0;
}