:root{
	--color-primary: #b9c81c;
	--color-soft: #59a3f7;
	--color-default: #898989;
	--color-highlight: #84902e;
	--color-dark: #00351f;
	--color-neutral: #2a2a2a;
	--gradient: linear-gradient(to right, #4374a9 50%, #59a3f7 100%);
	--gradient-reverse: linear-gradient(to left, #4374a9 50%, #59a3f7 100%);
}
html{
	scroll-behavior: smooth;
	font-size: 14px;
}
body{
	color: var(--color-dark);
	font-size: 1.15em;
    line-height: 1.5em;
    font-family: "Poppins", sans-serif;
  	font-weight: 200;
  	font-style: normal;
  	background: #f2f1f1;
}
p{
	font-size: 1em;
    line-height: 1.5em;
    font-family: "Open Sans", sans-serif;
  	font-weight: 200;
  	color: var(--color-default);
}
*{
	transition: background .4s,border .3s,border-radius .3s,box-shadow .3s, transform .4s, color .3s, opacity .5s;
}
.bg-white{
	background: #fff;
}
.navigation{
	padding-top: 15px;
	padding-bottom: 10px;
	font-style: normal;
}
.nav-link{
	font-size: 1.1em;
	font-weight: 300;
}
.navbar{
	padding-top: 1.5rem;
	padding-bottom: 0.75rem;
}
.navbar li{
	font-size: 15px;
	line-height: 38px;
}
.navbar li a{
	color: var(--color-dark);
}
.navbar li a:hover{
	text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0 0 0 30px!important;
}
.navbar li a:hover, .navbar li a.active{
	color: var(--color-highlight)!important;
	text-decoration: underline;
}
.btn{
	border-radius: 7px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 40px;
	margin: 10px 0;
}
.btn-primary{
	color: var(--color-dark);
	background: var(--color-primary);
	border: none;
	font-weight: 400;
}
.btn-primary:hover{
	background: var(--color-highlight);
	color: #fff;
	opacity: 0.85;
}
.btn-light{
	color: #a3a2a2;
	font-size: 20px;
	background: #e8e8e8;
}
#servicos{
	padding-top: 50px;
	padding-bottom:50px;
}
#clientes{
	padding-bottom:50px;
}
#qualidade{
	padding-top: 100px;
}
.card-servico,.card-parceiro{
	border: 1px solid var(--color-highlight);
	border-radius: 24px;
	background: #fff;
	margin-bottom: 20px;
}
.card-servico img{
	border-radius: 24px 24px 0 0;
}
.card-servico-body{
	padding: 40px 30px 20px 40px;
	color: #626262;
}
.card-servico-body h2{
	font-weight: bold;
	font-size: 1.55em;
	border-bottom: 1px solid #dedfdf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.card-servico-body p{
	font-size: 0.95em;
}
.card-parceiro:hover{
	opacity: 0.8;
	transform: scale(1.025);
}
.card-parceiro img{
	border-radius: 24px;
}
/* Ajuste para centralizar o texto e a imagem no item do carrossel */
.item {
    text-align: center;
}
.btn-warning{
	color: var(--color-default);
	background: var(--color-highlight);
	border-color: var(--color-highlight);
}
.carousel-caption{
	text-align: left;
	font-size: 1.5em;
	line-height: 1.7;
	bottom: 5rem;
}
.carousel-caption h5{
	font-size: 1.6em;
	background: -webkit-linear-gradient(left, #4374a9, #59a3f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 20px;
}
.carousel-caption p{
	font-size: 1.1em;
	color: #c4d4d6;
	font-weight: 200;
	line-height: 1.2;
}
.carousel-item img {
	width: 100%;
}
.bg-default{
	background: url('../../content/images/bg-e.png') center top;
	padding-bottom: 50px;
}
.bg-degrade{
	background: url('../../content/images/bg-degrade.png') center top repeat-x;
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.container-box{
	background: #fff;
	border: 1px solid #fbbfa3;
	border-radius: 35px;
	margin: 50px 0;
	padding: 100px 80px 80px 80px;
}
.carousel{
	padding-bottom: 80px;
}
h1{
	font-size: 2.8em;
	color: var(--color-dark);
	padding-bottom: 30px;
	font-weight: 400;
}
h1.h1-center{
	text-align: center;
}
.h1-label, .h1-label-white{
	color: var(--color-default);
	font-size: 1.5em;
	display: block;
	font-weight: 300;
}
.h1-label-white{
	color: #fff;
}
h2.subtitle-center, h2.subtitle{
	color: var(--color-highlight);
	font-weight: bold;
	font-size: 1.1em;
}
h2.subtitle-center{
	text-align: center;
}
.p-box{
	background: #f2f2f2;
	border-radius: 20px;
	padding: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.p-box h2{
	font-weight: 600;
	font-size: 1.6em;
	color: var(--color-default);
}
.bg-green{
	background: var(--color-primary);
	border-radius: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.bg-dark-green{
	background: var(--color-dark);
	border-radius: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.bg-dark-green h1{
	color: var(--color-primary);
}
.card-title{
	color: var(--color-highlight);
	font-size: 1.5em;
}
.lista-card{
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: var(--color-default);
}
.card{
	border-radius: 20px;
}
.box-servicos{
	text-align: left;
	padding-bottom: 30px;
}
.acomodacoes{
	margin-top: 5px;
	margin-bottom: 5px;
}
.box-servicos h2{
	color: var(--color-highlight);
	font-size: 1.4em;
}
.box-servicos img{
	margin-bottom: 15px;
	border-radius: 20px;
}
.btn-default{
	background: var(--color-dark);
	color: var(--color-primary);
	font-weight: 400;
}
.btn-default:hover{
	color: #fff;
	background: var(--color-highlight);
}
.btn-secondary{
	background: var(--color-highlight);
	color: #fff;
	font-weight: 400;
	border: none;
}
.btn-secondary:hover{
	color: #fff;
	background: var(--color-highlight);
	opacity: 0.8;
}
.destaque{
	padding: 35px 30px;
	background: #00649c;
	margin: 30px 0;
	color: #fff;
	border-radius: 10px;
}
.destaque strong{
	font-weight: bold;
}
/*.item{
	background: #f2f1f1;
	border-radius: 25px;
	padding: 22px 22px 40px 22px;
}
.item img{
	border-radius: 14px;
	margin-bottom: 30px;
}
.item h5{
	background: -webkit-linear-gradient(left, #4374a9 15%, #59a3f7 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}*/
.bg-grey{
	background: url('../../content/images/bg-grey-img.png') #f2f1f1 center center no-repeat;
}
.cliente img{
	border-radius: 25px;
	margin-top: 20px;
}
.form-control{
	border-radius: 12px;
	box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.15);
	border: 0;
}
textarea{
	height: 140px;
}
form .btn{
	font-size: 1.3em;
	border-radius: 12px;
}
.infos{
	background: #f2f1f1;
	border-radius: 20px;
	padding: 35px 45px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.infos p img{
	margin: 0 10px 0 0;
}
.condicoes{
	color: var(--color-default);
	display: table; list-style-position: inside; text-align: center;
}
.nome-cliente{
	color: var(--color-highlight);
	font-weight: 600;
	font-size: 18px;
	display: block;
}
.accordion-item h2{
	background: none;
	margin: 0;
	padding: 0;
}
.accordion-button{
	font-size: 20px;
	font-weight: 800;
	color: #01223e;
}
.accordion-button:not(.collapsed) {
	color: #01223e;
}
.accordion-button:not(.collapsed) {
	background-color: #e5e6e8;
}
.accordion-item {
	color: #536676;
}
.paragrafo-destaque{
	font-size: 35px;
	line-height: 36px;
}
.paragrafo-destaque strong{
	font-weight: 700;
}
.paragrafo-texto{
	font-size: 20px;
	line-height:24px;
}
.asterisco{
	color: #adb5bc;
	font-size: 12px;
	line-height: 14px;
}
.btn-espaco{
	margin-bottom: 15px;
	width: 410px;
}
.phone, .righlight{
	color: var(--color-highlight);
	display: block;
	font-size: 29px;
	padding: 30px 0 60px 0;
	font-weight: 400;
}
.qrcode{
	display: block;
	margin: 20px auto 70px auto;
}
.disclaimer{
	color: var(--color-highlight);
	font-size: 18px;
	font-weight: 600;
}
.disclaimer img{
	display: block;
	margin: 30px auto 50px auto;
}
.contato{
	background: url('../../content/images/robo.png') no-repeat;
	background-position: 50% 100px;
}
.vertical-card{
	border-color: var(--color-soft);
	box-shadow: 0 2px 4px 0 rgb(0 19 47 / 2%);
	padding: 20px;
	margin-bottom: 30px;
}
.vertical-card h5, .horizontal-card h5{
	padding: 10px 0;
	font-size: 24px!important;
	font-Weight: 700;
}
.vertical-card img{
	padding: 0 0 10px 0;
}
.horizontal-card{
	border-color: var(--color-soft);
	box-shadow: 0 2px 4px 0 rgb(0 19 47 / 2%);
	padding: 20px;
	margin-bottom: 30px;
}
h6{
	color: var(--color-primary);
	font-size: 18px;
}
h3{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	padding-bottom: 10px;
}
h3 span{
	font-weight: 200;
}
h3.h3-software{
	padding-bottom: 0;
}
.badge{
	font-weight: 300!important;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.risco-baixo{
	border: 1px solid #029017;
	color: #029017;
}
.risco-baixo-moderado{
	border: 1px solid #00ff00;
	color: #00ff00;
}
.risco-moderado{
	border: 1px solid #ffff00;
	color: #ffff00;
}
.risco-moderado-alto{
	border: 1px solid #ffa800;
	color: #ffa800;
}
.risco-alto{
	border: 1px solid #e93449;
	color: #e93449;
}
.label-software{
	display: block;
	color: var(--color-highlight);
}
.img-servicos{
	padding-bottom: 30px;
	margin: 0 auto;
	clear: both;
	display: block;
}
.img-software{
	padding-bottom: 30px;
	margin: 0 auto;
	clear: both;
	display: block;
}
.obs{
	font-size: 13px;
	line-height: 20px;
	color: #6a8588;
}
.resultados{
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding-top: 50px;
}
.resultados img{
	display: block;
	margin: 0 auto 10px auto ;
}
.resultados span{
	font-weight: 700;
}
.cadastro{
    background: #01223e;
    border: 1px solid;
    border-color: var(--color-highlight);
    border-radius: 30px;
    padding: 13px 12px 0 12px;
}
.margin-bottom{
	margin-bottom: 40px;
}
/*.owl-carousel .owl-item img {
    display: initial;
    width: initial;
}
.owl-carousel .active span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background: var(--color-primary) !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}*/
.cargo{
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin-top: -5px;
}
.counter{
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.counter-pre{
    color: var(--color-primary);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.166667px;
    letter-spacing: -.48px;
}
.counter-num{
	font-size: 48px;
    font-weight: 700;
    line-height: 1.166667em;
    letter-spacing: -.48px;
}
h4.counter-tag{
	font-size: 14px;
    font-weight: 600;
    letter-spacing: -.48px;
    margin-bottom: 0;
}
.card-photo{
	border-style: solid;
    border-width: 1px;
    border-color: var(--color-soft);
    margin-bottom: 30px;
}
.card-photo .card-title{
	font-weight: 700;
	font-size: 22px;
}
.card-photo .card-body{
	padding: 30px 20px;
}
.box-shadow:hover, .horizontal-card:hover, .box-testimonial:hover{
	box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);
	/*box-shadow:0px 10px 20px rgba(44,62,80,0.05);
	box-shadow:0px 0px 70px rgba(0, 0, 0, 0.35);
	box-shadow:0px 12px 18px -6px rgba(34, 56, 101, 0.04);
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0);*/
}
.box-img{
	border-radius: 3px;
	border: 1px solid;
	border-color: var(--color-soft);
	margin-bottom: 40px !important;
}
.box-img:hover{
	transform: scale(1.1);
}
.card-photo-horizontal{
	border:  none;
	background: var(--color-soft);
	margin-bottom: 40px;
}
.card-photo-horizontal .card-title, .card-photo-horizontal h6{
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 600;
}
.card-photo-horizontal .card-text{
	font-size: 24px;
	line-height: 1.3333em;
	font-weight: 500;
}
.to_top[data-button-alignment=right]{
    right: calc(var(--frame-size,0px) + var(--sideButtonOffset,25px));
}
.to_top.active{
    display: block;
}
.to_top{
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: calc(var(--frame-size,0px) + var(--topButtonOffset,25px));
    z-index: 99;
    border:  1px solid var(--color-primary);
    padding: 4px;
}
.to_top:hover{
    background: var(--color-primary);
}
.to_top span{
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.to_top .icon-arrow-up-line svg {
    fill: none;
    height: 1em;
    stroke: var(--color-primary);
    width: 1em;
}
.to_top:hover .icon-arrow-up-line svg {
    stroke: #fff;
}
footer{
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 1em;
	color: #fff;
	line-height: 1.65em;
	color: var(--color-default);
}
footer a{
	text-decoration: none;
	color: var(--color-dark);
	float: right;
}
footer img{
	margin: 0 0 0 10px;
}
footer a img:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease; /* Suaviza a transição */
}
.whatsapp-button {
      position: fixed;
      bottom: 20px; /* Distância da parte inferior da página */
      right: 20px;  /* Distância da lateral direita */
      background-color: #25d366; /* Cor padrão do WhatsApp */
      color: #fff;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      font-size: 30px;
      z-index: 1000; /* Garante que o botão fique acima de outros elementos */
      transition: transform 0.2s;
    }

    /* Efeito de "zoom" ao passar o mouse */
    .whatsapp-button:hover {
      transform: scale(1.1);
    }
.social-icons-footer span{
	border: 2px solid var(--color-soft);
	padding: 7px;
	border-radius: 50%;
	display: table-cell;
}
.social-icons-footer span:hover{
	border: 2px solid var(--color-primary);
}
.social-icons-footer svg{
	width: 18px;
	height: auto;
	float: left;
}
.footer-bar{
	border-top: 1px solid var(--color-soft);
	margin-top: 50px;
	padding-top: 30px;
}
.footer-bar span{
	color: rgba(62, 60, 60, 0.5);
}
.privacy li{
	float: right;
	list-style-type: none;
	padding: 0 0 0 30px;
}
.fixed-top{
	background: #fff;
	box-shadow:0px 10px 20px rgba(41, 51, 61, 0.1);
}
.fixed-top .navigation{
	padding-top: 15px;
	padding-bottom: 15px;
}
.fixed-top .navbar{
	padding-top: 0px;
	padding-bottom: 0;
}
.btn-whats{
	position: fixed;
    bottom: 4%;
    right: 55px;
    width: 60px;
    height: 60px;
    background: #25d366;
    box-shadow: 0 3px 6px #2f409524;
    border: 4px solid #d3f6e0;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}
.banner-internal .carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.box-count{
	text-align: center;
	border: solid 1px var(--color-soft);
    margin: 0 0 10px 0;
    padding: 15px;
    border-radius: 3px;
}
.box-count h4{
    font-weight: 700;
    font-Size: 18px;
    line-height: 1.5;
    letter-Spacing: -0.03em;
}
.box-testimonial{
	border: solid 1px var(--color-soft);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
}
.testimonial{
	padding-top: 10px;
}
.quote{
	margin-bottom: 15px;
}
.form-contact{
	background-color: var(--color-soft);
	padding: 45px 35px;
	border-radius: 10px;
}
.form-label{
	font-size: 16px;
    line-height: 1.625em;
    color: var(--color-default);
    font-family: "Open Sans", sans-serif;
}
.fim{
	border-radius: 0 0 20px 20px;
}
input{
	height: 50px;
	margin-bottom: 15px;
}
textarea{
	margin-bottom: 25px;
}
::-webkit-input-placeholder{
  color: var(--color-neutral)!important;
}
:-ms-input-placeholder{
  color: var(--color-neutral)!important;
}
::placeholder{
  color: var(--color-neutral)!important;
}
.list-contacts div{
	border-bottom: 1px solid var(--color-soft);
	padding: 20px 0;
}
.list-info span{
	font-weight: bold;
	display: block;
}
.full-width-img{
  width: 100%;
  height: auto; /* Mantém proporção da imagem */
  object-fit: cover; /* Preenche a div sem deformar a imagem */
}
@media only screen and (max-width: 820px){
	.carousel-item img {
		width: initial;
	}
	.carousel-caption h5{
		font-size: 1.6em;
	}
	.navbar-collapse{
		top: 30;
		position: fixed!important;
		z-index: 1000;
		background: #fff;
	}
}
@media only screen and (max-width: 768px){
	.top-bar{
		display: none;
	}
	.carousel-item img {
		width: 175% !important;
		margin-left: -25%;
	}
	.carousel{
		padding-top: 30px;
	}
	.carousel-caption{
		text-align: left;
		font-size: 1.2em;
		line-height: 1.6;
	}
	.carousel-caption h5{
		font-size: 1.6em;
	}
	.container-box {
	    padding: 50px 40px 40px 40px;
	}
	.card-servico, .card-parceiro{
		margin-bottom: 30px;
	}
	.img-margin-sm{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-bar{
		text-align: center;
	}
	.privacy li{
		padding: 0;
		float: none;
	}
	.counter .row div{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 414px){
	.carousel-caption{
		text-align: left;
		font-size: 0.7em;
		line-height: 1.4;
	}
	.carousel-caption h5{
		font-size: 1.3em;
	}
}
