html {
    margin: 0;
    font-family: "Roboto", Sans-serif;
    overflow-x: hidden;
 	scrollbar-width: thin; 
/* 	  scrollbar-color: #ffffff7a  #31313166; */
}
*{	
    font-family: "Roboto", Sans-serif;
	transition: all 0.1s ease;
}
#post-blog h2{
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
/* NOVO LAYOUT */
#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    content: "↪";
    position: absolute;
    top: 20px !important;
    left: 10px !important;
    width: auto;
}
#comments .children {
    background: #d3d3d34f;
    padding: 0px 30px !important;
}
.comment-list .comment-body {
    padding: 20px 0px !important;
	gap: 20px;
}
#comments .comment .avatar{
	position:relative;
}
.title-comments{
	display:none;
}
#comments .comment-meta{
    padding: 0 !important;
}
#commentform:before{
	content:'Escrever um Comentário';
	color: #121212;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 142.857% */
	width:100%;
}
.imagem-sistemas{
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 180px;
	min-height: 280px;
	padding: 15px;
	align-content: end;
}
.wp-block-columns{
    display: flex;
    gap: 0 !important;
}
.wp-block-columns .wp-block-column:nth-of-type(1){
    border-right: 1px solid #0000002e;
    padding-right: 32px;
    padding-left: 0px;
}
.wp-block-columns .wp-block-column:nth-of-type(2) {
    padding-left: 32px;
    padding-right: 0px;
}
.tabela-post {
    padding: 15px;
}
.tabela-post table{
	width: -webkit-fill-available !important;
}
.tabela-post td {
    border-left: 0 !important;
    border-right: 0 !important;
	vertical-align:middle;
	
    min-width: 100px !important;
}
.wp-block-list li{
    padding-bottom: 15px;
}
.image-case{
	height: 100%;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.modulos-div{
	overflow:unset;
}
@media(max-width:740px){	
	#comments time{
			max-width: 70px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}
	.tooltip2{
        max-width: 150px;
		padding:5px !important;
	}
	.modulos-div{
		overflow:auto;
        padding: 50px 0;
	}
	.modulos-pill{
		width: max-content;
	}
}

.contato-form{
    height: 700px;	 
    place-content: center;
}
.contato-form iframe{
	border:none;
	height: 100%;
	display: none; /* Evita carregamento imediato */
}
.loading {
	position: absolute;
	font-size: 16px;
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
}

.loading::after {
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid white;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-left: 10px;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.form-news{
	height:300px;
}
@media(max-width:500px){
	.contato-form {
		height: 900px;
	}
}
.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{
	width: 15px !important;
    height: 15px !important;
}
button.plyr__control.plyr__control--overlaid {
    color: #ffffff !important;
    background: #000000a1;
}
#post-blog article {
    min-width: 250px;
}
.dialog-type-lightbox {
    position: fixed !important;
}
#content.category-cases{
	padding: 0 !important;
	width: 100%  !important;
}
/*COMMENTS*/
#respond #reply-title,#respond .comment-notes {
    display: none;
}

#respond input, 
#respond textarea {
    width: calc(100% - 2rem);
	border-color: lightgray;
}

#respond input[type="checkbox"] {
    width: auto;
}

.comment-form {
    display: flex;
    flex-wrap: wrap; /* Permite que os campos se reordenem no celular */
    gap: 20px; /* Espaçamento entre os campos */
    padding-top: 20px;
}

.comment-form-author, 
.comment-form-email {
    flex: 1 1 48%; /* Nome e Email dividem a linha horizontalmente */
    order: 1; /* Define a ordem */
}

.comment-form-comment {
    flex: 1 1 100%; /* Comentário ocupa toda a largura */
    order: 2; /* Fica logo após os campos de nome e e-mail */
}

#respond .form-submit {
    flex: 1 1 100%; /* Botão de envio ocupa 100% da largura */
    order: 4; /* Fica abaixo dos comentários */
}

.comment-form-cookies-consent {
    flex: 1 1 100%; /* Consentimento ocupa 100% da largura */
    order: 3; /* Fica abaixo do botão de envio */
}

@media (max-width: 768px) {
    .comment-form-author, 
    .comment-form-email {
        flex: 1 1 100%; /* No celular, ocupa 100% */
    }
}

#respond input[type="submit"] {
    position: relative;
    border-radius: 4px !important;
    background: linear-gradient(90deg, #00C6FF 0%, #369 95.5%);
    color: white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px;
    overflow: hidden; /* Para garantir que o pseudo-elemento fique dentro do botão */
    transition: transform 0.25s linear;    
	background-color: #00C6FF;
}

#respond input[type="submit"]:hover{
	color:white;	
}
#respond input[type="submit"]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #336699a3 0%, #00c6ff9c 95.5%);
    opacity: 0;
    transition: opacity 0.25s linear;
    z-index: 0;
}
#respond input[type="submit"]:hover::after{
    opacity: 1;
}
#respond input[type="submit"] * {
    position: relative; /* Para garantir que o texto e ícones fiquem acima do gradiente */
    z-index: 1;
}
.comment-form-url {
    display: none; /* Remove o campo de URL */
}

/*!!!COMMENTS*/

.produto-novo {
    background: #D0D0D0;
    padding: 0px 20px;
    border-radius: 100px;
    margin-top: 4px;
    color: #000;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.32px;
}
.fundo-menu{
	background: #263868;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    flex-grow: 1;	
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 138.889% */
	background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
	margin: 25px 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.fundo-menu h2{
	color: #FFF;
	font-size: 28px !important;
	font-style: normal;
	font-weight: 100 !important;
	line-height: 30px; /* 107.143% */
    text-transform: none;
}
.fundo-menu p{
	color: #FFF;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 300 !important;
	line-height: 20px; /* 142.857% */
}
.text-title{
color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 22px; /* 122.222% */
}
.text-normal{
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 166.667% */
}
    /* Container da grid */
    .grid-container-novo {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 colunas */
      grid-template-rows: repeat(2, 1fr);   /* 2 linhas */
    }
	a.grid-item-novo:hover {
		background: #80808014;
	}
    /* Itens da grid */
    .grid-item-novo {
      	background-color: white; /* Cor dos itens */
      	display: flex;
		border:1px solid #C6C6C6;
		padding: 10px 15px;
		flex-flow: column;
    }
.tooltip-container2 {
   position: relative;
       display: flex;
    cursor: pointer;
    transition: background-color 0.3s ease;  
}
.tooltip-container2 span{	
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
    padding: 3px 20px;
	display:block;
}
.tooltip2 {
    position: absolute;
    bottom: 130%;
    left: 55%;
    transform: translateX(-50%);
    width: 180px;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    height: auto;
    transition: opacity 0.2s ease, height 0.4s ease;
    z-index: 99;
    pointer-events: none;
    border: 1px solid lightgray;
}

.tooltip2::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.tooltip-container2:hover .tooltip2 {
    opacity: 1;
    height: auto; /* Deixa o conteúdo visível */
}

#breadcrumbs {
	font-size:11px;
    white-space: nowrap;
    overflow: auto;
}
.breadcrumb-home a, #breadcrumbs a {
    color: #676d9f;
}
.breadcrumb-home a:hover, #breadcrumbs a:hover  {
    text-decoration: underline;
}
.breadcrumb-separator {
    display: inline-block;
	filter: opacity(0.5); 
}
.breadcrumb-home {
    display: inline-block;
}
.breadcrumb-separator:after {
    display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
  	margin: 0 0px 0px 3px;
}
.know{
	color: #121212;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.5px;
	text-decoration-line: underline !important;
	text-decoration-style: solid !important;
	text-decoration-skip-ink: none !important;
	text-decoration-thickness: auto !important;
	text-underline-offset: auto !important;
	text-underline-position: from-font !important;
}
.right-arrow{
	border-right: 1px solid #001E61;
	border-bottom: 1px solid #001E61;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	flex-shrink: 0;
	display: inline-flex;
}
rs-module-wrap {
    left: 0 !IMPORTANT;
}
.tp-bullet-title{
display:none;	
}
.tp-bullet{
	width:10px !important;
	height:10px !important;
	margin-top: 1.5px !important;
}
.tp-bullet.selected{
	width:15px !important;
	height:15px !important;
	margin-top: 0px !important;
	margin-left: -2px;
}
#cases .elementor-post__read-more{
	    height: 35px !important;
    width: fit-content;
    padding: 0 20px;
}
#cases article{
	gap:20px;
}
#cases article:nth-child(odd) {
    display: flex;
    flex-flow: row-reverse;
}

@media (max-width: 800px) {
	#cases article{
		display: flex !important;
		flex-flow: column !important;
	}
}
.botao-degrade, #cases .elementor-post__read-more, .categorias .elementor-post__read-more {
    position: relative;
    border-radius: 0px !important;
    background: linear-gradient(90deg, #172b3f 0%, #369 79.55%);
    color: white;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px;
    overflow: hidden; /* Para garantir que o pseudo-elemento fique dentro do botão */
    transition: transform 0.25s linear, box-shadow 0.25s linear; /* Suavidade na transição */
/*     background-color: #00C6FF; */
    box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

.botao-degrade:hover, #cases .elementor-post__read-more:hover, .categorias .elementor-post__read-more:hover {
    color: white;
/*     transform: translateX(-4px); */
    box-shadow: -8px 5px 8px rgba(0, 0, 0, 0.4) !important; /* Transição do box-shadow para a esquerda */
}

.botao-degrade::after, #cases .elementor-post__read-more::after, .categorias .elementor-post__read-more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(23 43 63 / 50%) 10%, rgb(51 102 153 / 50%) 30.5%);
    opacity: 0;
    transition: opacity 0.25s linear;
    z-index: 0;
}

.botao-degrade:hover::after, #cases .elementor-post__read-more:hover::after, .categorias .elementor-post__read-more:hover::after {
    opacity: 1;
}

.botao-degrade *, #cases .elementor-post__read-more *, .categorias .elementor-post__read-more * {
    position: relative; /* Para garantir que o texto e ícones fiquem acima do gradiente */
    z-index: 1;
}


@media (max-width: 1600px) {
	.inicio-conteudo, #inicio-conteudo, #content.post, .div-menu{
 		padding: 0 15px;
        width: calc(100% - 30px); 
	}
}
@media (max-width: 740px) {
	.wp-block-columns .wp-block-column:nth-of-type(1){
		border:none !important;
		padding:0 !important;
	}
	.wp-block-columns .wp-block-column:nth-of-type(2){
		padding:0 !important;
	}
	.grid-container-novo {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	#banner-sistemas{
		flex-flow: column-reverse;
        padding-bottom: 20px;
	}
	.imagem-sistemas{
		max-width: -webkit-fill-available !important;
		background-size: cover !important;
		min-height: 100px !important;
	    background-position: center !important;
	}
	header.menu_novo{
		background: white;
		box-shadow: 0px 4px 40px 1rem rgba(0, 0, 0, 0.25);
	}
	header.menu_novo:has(.principal.active) {		
		overflow: auto !important;
        height: 100vh;
	}
	header.menu_novo.menu_novo-fixado{
		background: white;      
		border-bottom: 1px solid lightgray;
    
	}
	header.menu_novo.menu_novo-fixado:has(.principal.active) {
		overflow: auto !important;
		height: 100vh;
	}
	.content_novo{
		max-height:unset !important;
	}
	.container_novo .div-menu{
		display:block;
		width:90% !important;
	}
	.inicio-conteudo, #inicio-conteudo, #content.post, .div-menu{
		padding: 0 5%;
		width: calc(100% - 10%);
	}
}
/*  */
.active{
	opacity:1;
}
.comeco-pagina{
	margin-top: 80px;
    max-width: calc(100% - 30%);
    align-items: center;
    padding: 0 15%;
}
.conteudo-pagina{
    max-width: calc(100% - 30%);
    align-items: center;
    padding: 0 15%;
}
body {
 	margin: 0;
    font-family: "Roboto", Sans-serif;
    overflow-x: hidden;
    background: #FFFFFF;
    color: #121212;
    overflow: hidden !important;
}

.post-tags{
	display:none;
}
.cardshome {
	text-align: center;
	transition: all 0.3s ease;
    position: relative;
	cursor:pointer;
	height: 135px;
    display: flex;
    justify-content: center;
}
.cardshome strong{
	color:#6b6b6b;
}
.cardshome:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}
.cardshome svg path {
	fill: #6b6b6b;
	stroke:#6b6b6b;
	transition: fill 0.3s ease;
}
.cardshome svg,.cardshome strong,.cardshome .cards-texto {
	transition: all 0.3s ease;
}
/* .cardshome:hover svg{
    transform: scale(1.10);
}*/
.cardshome:hover svg path {
	fill: black;
	stroke: black;
}
.cardshome:hover .cards-texto {
	color:black;
/*     transform: scale(1.10); */
}
.cardshome:hover .cards-texto strong{
	color:black;
} 
.hide-before::before {
    display: none;
}
.menu_novo {
   	position: absolute;
/*     display: flex; */
    width: 100%;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
    z-index: 1000;
    font-size: 13px;
    justify-content: center;
	background:white;
}

a.menuheader.active,a.menuheader:hover{
	color: black !important;
}
.div-menu{	
    max-width: 1366px;
	display: flex;
	margin: auto;
/* 	width: 100%; */
}
.menu_novo-fixado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;    
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out; /* Transição para a animação */
	background: white;
/*     display: flex; */
}
.menu_novo-fixado a.menuheader.active,.menu_novo-fixado a.menuheader:hover{
	color:black !important;
}
.menu_novo-fixado.mostrar {
    transform: translateY(0);
}

.menu_novo-fixado.mostrar .lado-direito-menu_novo .agent{
	color: #263868 !important;
    border-color: #263868 !important;
}
.menu_novo-fixado.mostrar .lado-direito-menu_novo .agent:hover{
	background: #263868 !important;
    color: white !important;
    border-color: white !important;
}
.sidebar_novo a{
	text-decoration: none;
    color: #8d8d8d !important;
    display: block;
    padding: 3px 10px;
    border-left: 3px solid transparent;
    font-size: 18px;
    font-weight: 700;
}
.titulo-menu	{
	color: #263868;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 100 !important;
	line-height: 20px; 
}
/* Estilos Originais */
.menu_novo ul.principal {
    list-style: none;
    padding: 0;
    margin: 0;        
    align-items: center;
    display: flex;
    width: 100%;
    /* max-width: 1180px; */
}

.menu_novo a.img {
    display: block;
    margin: 10px;
    text-decoration: none;
    color: #333;
    position: relative;
    width: 117px;
    background-image: url(/wp-content/uploads/2025/07/b7fbd6a5-12f0-43d3-98bd-d763b62bb2e3-png.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    background-position: center;
}

.menu_novo-fixado a.img {
    background-image: url(/wp-content/uploads/2025/07/b7fbd6a5-12f0-43d3-98bd-d763b62bb2e3-png.webp) !important;
}
.menu_novo img {
/*     height: 50px; */
}

.menu_novo a.menuheader {
    display: block;
    padding: 25px 20px; 
    text-decoration: none;
    color: #49576B;
    position: relative;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px
}

/* Novos Estilos */
.menu_novo ul.principal {
    color: grey;
}

.menu_novo ul.principal li.esconde-celular {
    padding: 0 .5em .25em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.menu_novo ul.principal li.esconde-celular:hover {
    color: #fff;
}

.menu_novo ul.principal li.esconde-celular:before {
    content: "";
    position: absolute;
    inset: calc(100% - 3px) 0 0 0; /* 3px = a espessura */
    background: #008bff; /* cor do efeito hover */
    scale: 0 1;
    transition: .3s, translate 0s .3s;
    MARGIN-TOP: -20px;
    height: 3px;
}

.celular.esconde-celular:has(.toggle-menu_novo.menuheader.active)::before {
    display: none; /* Oculta o pseudo-elemento ::before */
}


.menu_novo ul.principal li.esconde-celular:hover:before {
    scale: 1;
}

.menu_novo ul.principal li.esconde-celular:hover:before {
    translate: 0;
    transition: .3s;
}

.menu_novo ul.principal:hover li.esconde-celular:has(~ li.esconde-celular:hover):before {
    translate: 100% 0;
    transition: .2s .2s, scale 0s .4s;
}

.menu_novo ul.principal:hover li.esconde-celular:hover ~ li.esconde-celular:before {
    translate: -100% 0;
    transition: .2s .2s, scale 0s .4s;
}

.menu_novo ul.principal li.esconde-celular:has(.mega-menu_novo.active) {
    position: static !important; /* Remove o position relative */
}

.mega-menu_novo {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; /* Definir largura sempre como 100% */
/*     max-width: calc(100% - 30%); */
/*     background-color: #f9f9f9; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0; /* Começa invisível */
/*     padding: 0 15%; */
    color:black;
    display: flex;
    justify-content: center;
}
.mega-menu_novo.active {
    /* max-height: 500px;      */
    opacity: 1; /* Torna visível quando ativo */   
}

.mega-menu_novo a {
    display: block;
    /* padding: 10px 20px; */
}

.toggle-menu_novo::before {
/*     content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #008BFF;
    transform: translateY(-50%);
    transition: transform 0.3s ease-out; */
}

.toggle-menu_novo.active::before {
    transform: translateY(-50%) rotate(-180deg);
}

.menu_novo-aberto-fundo:before {
    background: #00000094;
    cursor: pointer;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000vh;
	z-index:99;
}
a.menuheader.active:after {
    content: "";
    position: absolute;
    inset: calc(100% - 3px) 0 0 0;
    background: #008bff;
    scale: 1;
    transition: .3s, translate 0s .3s;
    MARGIN-TOP: -17px;
    height: 3px;
}
.lado-direito-menu_novo {
    display: inline-flex;
    align-items: center;
	gap:17px;
}
.lado-direito-menu_novo a{
    color: white;
    margin-right: 10px;
    text-decoration: none;
}
a.agent {
    background-color: transparent;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
	margin:0px;
}

a.agent:hover {
    color: black;
    background: white;
}
a.principal-link {
    font-size: 18px;
    font-weight: 700;
}
.container_novo {
    display: flex;
    width: 100%;
/*     max-width: 1366px; */
    background: #f9f9f9;
}

.sidebar_novo {
    width: 15%;
    padding: 20px 0px;
    /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); */
    border-right: 1px solid lightgrey;
/*     flex: 0.3; */
}

.sidebar_novo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar_novo ul li {
    margin: 5px 0;
}

.sidebar_novo ul li a {
    text-decoration: none;
    color: #8d8d8d !important;
    display: block;
    padding: 3px 10px;
    border-left: 3px solid transparent;
}

.sidebar_novo ul li a:hover, .sidebar_novo ul li a.active {
    background-color: #e0e0e0 !important;
/*     border-left: 3px solid #336691;; */
    color: #333 !important;
}
.sidebar_novo ul li.subitem ul li a:hover, .sidebar_novo ul li.subitem ul li a.active {
    background-color: #f0efef;
/*     border-left: 3px solid #42bcff; */
}
.content_novo {
	cursor:auto;
    flex: 1;
    padding:20px;
    overflow: auto;
    max-height: 700px;;
    min-height: 300px;
}

.content_novo h1 ,.content_novo h2,.content_novo h3,.content_novo h4{
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

h3{
    color: var(--e-titulo-primary);
    font-size: 14px;
}
.content_novo p {
    margin-bottom: 20px;
}

.content_novo .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.content_novo .grid .item {
    flex: 1 1 calc(15% - 20px);
    background-color: #f9f9f9;
    /* padding: 20px; */
    /* box-shadow: 17px 0px 5px -15px rgba(0, 0, 0, 0.1); */
    justify-items: flex-start;
    display: grid;
    border-right: 1px solid lightgrey;
	display: block;
}
.content_novo .grid .item:last-child {
    border: none;
}
.content_novo .grid .item h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
/* cases2 */
			#cases2 {
				display: flex;
				padding-bottom: 20px;
				width: calc(100% - 10px);
				overflow-x: auto;
    			-webkit-overflow-scrolling: auto; /* Ou remova completamente */
				-webkit-overflow-scrolling: touch; /* Melhora o scroll no iOS */
				scroll-snap-type: x mandatory; /* Adiciona snap ao scroll horizontal */
    			white-space: nowrap; /* Impede que os itens quebrem para a próxima linha */
   				min-width: 100%; /* Garante que o contêiner tenha largura suficiente */ 
    			gap: 10px;
			}

#cases2::-webkit-scrollbar {
    background: rgba(96, 96, 96, 0.50) !important;
    border-radius: 8px !important;
    height: 10px !important;
}
#cases2::-webkit-scrollbar-button {
    display: none !important;
}
#cases2::-webkit-scrollbar-thumb {
    background: #1c272f !important;
    border-radius: 8px !important;
    width: 10px !important;
    height: 10px !important;
}
#cases2::-webkit-scrollbar-track {
    border-radius: 8px !important;
}
#cases2::-webkit-scrollbar-track-piece {
    border-radius: 8px !important;
}
			#cases2 .item {
				flex: 0 0 auto; /* Impede que os itens cresçam ou encolham */
				width: 32.5%;
				overflow: hidden;
				position: relative;
/* 				margin: 10px; */
				min-width: 440px;
				scroll-snap-align: start; /* Alinha o início do item ao snap */
				margin-top:5px;
			}

			#cases2 .item:first-child {
				margin-left: 5px !important;
			}

			#cases2 .item:last-child {
				margin-right: 5px !important;
			}

			#cases2 .item img {
				display: block;
				width: 100%;
				max-height: unset !important;
				object-fit: unset;
				visibility: hidden;
			}

			#cases2 .post-categories {
				position: absolute;
				top: 10px;
				left: 0px;
				padding: 5px 10px;
				border-radius: 3px;
				display: flex;
				gap: 10px;
				width: calc(100% - 20px);
				align-items: center;
				place-content: space-between;
			}

			#cases2 .junta {
				border-right: 1px solid black;
				padding: 0px 5px;
				color: #121212;
				font-size: 12px;
				font-style: normal;
				font-weight: 400;
				line-height: 20px;
				white-space: nowrap;
				max-width: 170px;
				overflow: hidden;
				text-overflow: ellipsis;
			}

			#cases2 .item .post-thumbnail:before {
				content: "";
				background: linear-gradient(180deg, #ffffff 10%, transparent);
				width: 100%;
				position: absolute;
				top: 0;
				height: 70px;
			}

			#cases2 .junta:last-child {
				border: none;
			}

			#cases2 .post-thumbnail {
				position: relative;
				min-height: 610px;
				height: 100%;
			}

			#cases2 .item a {
				text-decoration: none;
				color: inherit;
			}

			#cases2 .item a:hover {
				text-decoration: none;
			}

			#cases2 .post-content {
				position: absolute;
				bottom: 10px;
				left: 10px;
				width: calc(100% - 20px);
			}

			#cases2 .post-excerpt {
				font-size: 12px;
			}

			#cases2 .post-excerpt p {
				color: #FFF;
				font-family: Roboto;
				font-size: 14px;
				font-style: normal;
				font-weight: 400;
				line-height: 20px;
				text-wrap: auto;
			}

			#cases2 .post-title {
				font-size: 14px;
				font-weight: 600;
			}

			#cases2 .post-content div.ladolado {
				display: inline-block;
			}

			#cases2 .post-content .ladolado img {
				height: 35px;
				width: 35px !important;
				border-radius: 100% !important;
			}

			@media (max-width: 768px) {
				#cases2 .junta{
					max-width:110px !important;
				}
				#cases2 .post-thumbnail{
					min-height:500px !important;
				}
				#cases2 {
					overflow-x: auto;
					flex-direction: row;
					justify-content: flex-start;
					scroll-behavior: smooth;
					scroll-snap-type: x mandatory;

				}

				#cases2 .item {
					width: auto;
					max-width: 320px;
					min-width: 300px;
					margin: 5px;
				}
			}

			#cases2 .item:hover {
				outline: 5px solid #04c1fa5e !important;
			}
/* !cases2 */
.item2{
	
    flex: 1 1 calc(15% - 20px);
}
.servico{
	text-align:left;
	color:#797979;
    display: flex;
    flex-direction: column;
}
.servico p{
    margin-bottom: 20px !important;
}
.content_novo .grid .item p {
    margin: 0;
}
.item p a {
    text-decoration: none;
    color:gray;
    line-height: normal;
    margin-bottom: 10px;
}

div#carousel {
    background:linear-gradient(to right, 
        #263868 0%, 
        #263868 5%, 
        #515f85 20%, 
        #ffffff 40%, 
        #ffffff 60%, 
        #515f85 80%, 
        #263868 95%, 
        #263868 100%);
    padding: 30px;
	max-width: calc(100% - 60px);
}
div#carousel:before {
    background: linear-gradient(to right, #263868 0%, #263868 5%, #5a5a5a00 20%, #ffffff00 40%, #ffffff00 60%, #5a5a5a00 75%, #263868 90%, #263868 100%);
    padding: 30px;
    max-width: calc(100% - 60px);
    content: '';
    width: 100%;
    height: 62%;
    position: absolute;
    top: 0;
    z-index: 2;
}

#container-maior::-webkit-scrollbar, #container-maior2::-webkit-scrollbar {
    background: black !important;
    border-radius: 8px !important;
	height:15px !important;
}
#container-maior::-webkit-scrollbar-button,#container-maior2::-webkit-scrollbar-button {
    display: none !important;
}
#container-maior::-webkit-scrollbar-thumb,#container-maior2::-webkit-scrollbar-thumb {
    background: white !important;
    border-radius: 8px !important;
	width: 10px !important;
    height: 20px !important;
}
#container-maior::-webkit-scrollbar-track,#container-maior2::-webkit-scrollbar-track {
    background: #60606080 !important;
	border-radius: 8px !important;
}
#container-maior::-webkit-scrollbar-track-piece,#container-maior2::-webkit-scrollbar-track-piece {
    background: #60606080 !important;
	border-radius: 8px !important;
}
/* CASES */

/*  */

.post-content div.ladolado {
    display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.post-content .ladolado img {
    height: 35px;
    width: 35px !important;
    border-radius: 100% !important;
}
#cases_carousel .owl-theme .owl-dots .owl-dot span {    
    transition: transform 0.3s ease;
    transition: width 0.3s ease;
    overflow: hidden;
    width: 20px;
    height: 10px;
    border: none;
    background: #606060;
}
#cases_carousel .owl-theme .owl-dots .owl-dot.active span {
    width: 90px;
    border-radius: 9px;
    background: white;
}
.conversao {
    border-radius: 4px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 20px;
	
	    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1.5px);
    padding: 11px 20px;
}
.conversao div{
	text-align:center;
	width: 50%;
}
.conversao b{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.conversao span{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 133.333% */
	display: block;
}
.conversao divider{
    opacity: 0.5;
    background: #D9D9D9;
    width: 1px;
    height: 50px;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.3;
    cursor: default;
}
/* --------------------------------------------------------------------- */
[type=button]:focus{
    background: #ffffff00;
}
.page-header {
    margin-top: 80px;
}
.elementor-398 .elementor-element.elementor-element-b3b928d .elementor-icon-list-icon {
    padding: 10px;
    background: white;
    border-radius: 100%;
}
.elementor-398 .elementor-element.elementor-element-b3b928d .elementor-icon-list-icon svg {
    margin: 0;
}
.elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding: 0;
}
#parceiros .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    top: 175px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 9px;
	background:white !important;
}
span.swiper-pagination-bullet  {
    transition: transform 0.3s ease;
    transition: width 0.3s ease;
    overflow: hidden;
	width: 10px;
    height: 10px;
    border:none;
	background:#7D7D7D !important;
}
#content_start {
    padding: 0 5%;
    padding-top: 50px;
    max-width: calc(100% - 10%);
}
.content_start {
    padding: 0 5%;
    margin-top: 50px;
    max-width: calc(100% - 10%);
}
.row{
	z-index:2;
}
.hamburger.active .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active .bar2 {
    opacity: 0;
}

.hamburger.active .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.secundaria {
    margin-left: 10%;
}

.menu_novo-aberto {
    overflow: hidden !important;
}

#conteudo-sem-menu {
    /*border:1px solid;
    height: 1000px;*/
/*     position: absolute; */
/*     margin-top: 0%; */
/* 	max-height: 800px; */
}
.content_novo-item{
    display: none;
    height: 100%;
    flex-flow: column;
}
.subitem ul {
    margin-left: 20px;
    display: none;
}
.botao-primmary{
    background: var(--e-button-primary);
    color: white;
    border-radius: 4px;
    border: none;
    padding: 7px 50px;
    font-size: 13px;
}
.botao-primmary:hover{
	background:#141d37 !important;
}
.conteudo-t{	
    max-width: calc(100% - 30%) !important;
    align-items: center;
    padding: 0 15%;
}
.elementor-post__text{
	width: auto !important;
}

/* SLIDER */
a.botao-padrao {
    background: #0000004a;
    border: 1px solid #999;
    color: #999;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 4px;
	transition: all 0.3s ease;
    width: fit-content;
    display: block;
}
a.botao-padrao:hover {
	background:black;
	border-color:white;
	color:white;
/* 	transform: scale(1.02); */
}
.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
    height: 100%;
/*     max-height: 800px !important; */
/*     overflow: hidden; */
}

div#bdt-189a38c {
    max-height: 800px;
}

/*  */
.list-unstyled li a{
	display:inline-block;
	margin-top: -5px;
}
.list-unstyled li i{
	display:inline-block;	
    padding-right: 10px;
    font-size: 20px;
}
.list-unstyled li{
	display: flex;
    align-items: flex-start;
	margin-bottom:10px;
}

/* NUMBER */
div#numbers-box {
/*     min-height: 200px; */
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    z-index: 2;
}
.number {
    color: black;
	text-align: center;	
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*  */
/* FOOTER */
.redes i {
    color: #336699;
    background: white;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    display: inline-flex;
}
.redes a {
    display: inline-flex;
}
footer{
	padding-bottom: 5rem;
	z-index: 2;
    position: relative;
}
.footer{
    border-top:1px solid white;
    border-bottom:1px solid white;
    max-width: 1366px;
/* 	display:inline-flex; */
	width:100%;
}
.copyr{
    max-width: 1366px;
	display:inline-flex;
	width: 100%;
}
footer a, .footer a {
    color: #93A7BA;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    display:block;
}
footer .content_start {
/*     display: grid; */
    justify-content: center;
	max-width: 1366px;
}
footer a:active,footer a:hover, .footer a:hover, .footer a:active {
    color: #fff;
}
.footer p{
	margin-bottom:0.5rem;
}
.centered{
    float: none !important;
    margin-top: 15px;
}
.middled{
    align-content: center;
    margin:0;
}
/*  */
/* FoRM */
form#forminator-module-462 {
    display: flex;
    align-items: center;
/* 	gap:10px; */
}
#forminator-module-462 
{
	color:black;
}
#forminator-module-462 .forminator-row {
    display: flex;
    width: 100%;
    margin: 0;
    margin-right: 0px;
}
.forminator-response-message ul{
	padding: 0;
    margin: 0;
}
.forminator-response-message ul li{
	list-style:none;
}

#forminator-module-462 .forminator-row-last {
    display: flex;
	width:auto;
    margin: 0;
}
.forminator-edit-module{
	display:none;
}
#forminator-module-462 .forminator-email--field{
	width:90% !important;    
	display: block;
	border-radius: 4px;
	border: 1px solid #F5F9FF;
	background: #FFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    margin: 5px;

}
.forminator-col{
	padding:0 !important;
}
#forminator-module-1155 button.forminator-button.forminator-button-submit {
	width:calc(100% - 40px) !important;
}
button.forminator-button.forminator-button-submit {
	position: relative;
    border-radius: 4px;
    border: none;
    font-weight:700;
	min-width: 100px;
	margin:5px;
	border-radius: 4px !important;
    background: linear-gradient(90deg, #00C6FF 0%, #369 95.5%);
    color: white;   
	transition: all .25s linear 0s;
    overflow: hidden; /* Para garantir que o pseudo-elemento fique dentro do botão */
    transition: transform 0.25s linear;    
	background-color: #00C6FF;
/*     display: flex !important;
    justify-content: center !important;
    align-items: center !important; */
}
button.forminator-button.forminator-button-submit:hover{	
	color:white;	
}
button.forminator-button.forminator-button-submit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #336699a3 0%, #00c6ff9c 95.5%);
    opacity: 0;
    transition: opacity 0.25s linear;
    z-index: 0;
}
button.forminator-button.forminator-button-submit:hover::after {
    opacity: 1;
}
button.forminator-button.forminator-button-submit * {
    position: relative; /* Para garantir que o texto e ícones fiquem acima do gradiente */
    z-index: 1;
}

.forminator-error-message {
    /* position: absolute; */
    color: black;
	display:none;
}
.email-news input{
	max-width:80% !important;
	width:100%;
	border-radius: 4px;
	border: 1px solid #F5F9FF !important;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
	margin-right: 10px !important;
	
}
.email-news{
	display: flex;
    align-items: center;
}
div#wpforms-433{
	margin: 0 !Important;
}
div#wpforms-confirmation-433 {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*  */

/*  */
#forminator-module-1155 button.forminator-button.forminator-button-submit.forminator-hidden {
    display: block !important;
    pointer-events: none !important;
    background: #EFEFEF;
    color: gray;
}
#forminator-module-1155 .forminator-row{
	margin-bottom:15px !important;
}
#forminator-module-1155 .forminator-col{
	padding: 0 15px !important;
}
#forminator-module-1155 {
    margin: 0px 15px 0px 0px;
	overflow:inherit;
}
#forminator-module-1155 input[type="text"],#forminator-module-1155 input[type="email"],#forminator-module-1155 textarea,#forminator-module-1155 select{
	border-radius: 4px;
	border: 1px solid #999;
	background: #FFF;
	width: -webkit-fill-available;
	outline: 0;    height: 100%;
}
#forminator-module-1155 textarea{
	height: 150px;
    resize: none;
}
#forminator-module-1155 label{
	color:white;
    display: flex;
    margin: 10px;
    gap: 4px;
	align-items: center;
	cursor: pointer;
}
span.forminator-error-message {
    color: #ff6969 !important;
}
.forminator-response-message {
    color: #878787;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    margin-top: -50px;
}
.forminator-response-message.forminator-show.forminator-success{
	background:#497d54;
	color:white;
}
#forminator-module-1155 label input{	
    width: 15px;
    height: 15px;
}
#forminator-module-1155 span{
	color:white;
	display: block;
}
#forminator-module-1155{
	margin:0 !important;
}
.forminator-required{
	color:#e16565 !important;
}
.forminator-label {
    width: 94%;
    margin: 0px !important;
	margin-top:5px !important;
}
.forminator-row {
    margin-bottom: 0px !important;
}
div#textarea-1 {
    margin-top: 10px;
}
#radio-1{
    margin-top: 10px;
}
[role="radiogroup"].forminator-field {
    width: fit-content;
}
/*  */



/* Responsividade */
@media (min-width:1050px) {
  
	.bdt-position-z-index.bdt-position-large{
		margin:0
	}
}
@media (max-width:1135px) {
    .lado-direito-menu_novo{
        display: none;
    }
	
	.bdt-position-z-index.bdt-position-large {
		margin-left: 15px !important;
	}
}
@media (max-width:1030px) {
	.cards-separado {
		display: block;
		text-align-last: center;
	}
	
	.cardshome {
		height: 180px;
	}
}
@media (max-width: 1444px) {
	
	li#bdt-slideshow-1:before {
	    width: 100% !important;
        left: 0;
        background: linear-gradient(to right, #121212 40%, transparent 100%), linear-gradient(to top, #121212 0%, transparent 10%), linear-gradient(to bottom, #121212 4%, transparent 13%);
        margin: 0;
    
	}
}
@media (max-width: 768px) {
	.fundo-menu h2, .fundo-menu p{
    	backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px); 
		border-radius: 8px;
	}
	.forminator-row {
		text-align: center;
	}
	form#forminator-module-462{
		display:block;
	}
	#forminator-module-462 .forminator-email--field {
    	width: 70vw !important;
	}
	body::after {
		background: none;
	}
	body::before, body::after {
		width: 100%;
	}
	.elementor-element.elementor-element-ba0629c.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:before {
		background: linear-gradient(to top, #000000ed, transparent);
	}
	.elementor-element.elementor-element-ba0629c.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
		background-size:cover;
	}
	.comeco-pagina , .conteudo-pagina{
		max-width: calc(100% - 14%);
		padding: 0 7%;		
	}
	
.newsletter .wpforms-field-container {
    display: block;
	width:100%;
}
.newsletter .wpforms-submit-container {
    display: block;
	width:100%;
}
.elementor-element .e-con-full.e-grid.e-con.e-child {
    place-content: center;
    text-align: center; 
}
	#cases .owl-nav{
		display:none;
	}

	.bdt-flex-center {
		padding: 0;;
		max-width: 100% ;
	}
	#conteudo-sem-menu {
		margin-top: 0%;
	}
    #content_start,.content_start {
/*         padding: 0 8%; */
		margin:0;
        padding: 0 8%;
        margin: 0;
        max-width: calc(100% - 16%);
    }
    .mega-menu_novo.active {
        max-height: unset !important; /* Defina um valor máximo de altura conforme necessário */
        opacity: 1;
        overflow-y: auto; /* Permite rolar verticalmente o conteúdo */
    }
    .celular {
        width: 100%;
    }
    .menu_novo {
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        max-width: 100%;
    }
    .menu_novo ul.principal {
        flex-direction: column;
/*         padding: 10px; */
    }
	.content_novo-item{
		max-height:unset !important;
	}
	.menu_novo ul.principal.active{
		background: white !important;
	}
	.menu_novo-fixado.mostrar ul.principal.active{
		background: white !important;
	}
    .menu_novo a {
        padding: 15px 20px;
    }
    .mega-menu_novo {
        padding: 0;
        position: unset;
        
        max-width: unset;
    }
    .container_novo {
        flex-direction: column;
        max-width: 100%;
    }
    .sidebar_novo {
        width: 100%;
        box-shadow: none;
        padding: 10px 0;
		border:none;
    }
    .content_novo {
        padding: 0;
/*         width: calc(100% - 10%); */
    }
    .content_novo .grid .item {
        flex: 1 1 100%;
    }
    .esconde-celular {
        display: none;
    }
    .lado-direito-menu_novo {
        visibility: hidden;
        display: none;
    }
    .hamburger {
        cursor: pointer;
        width: fit-content;
        float: right;
        margin-top: 13px;
    }
    .hamburger div {
        width: 25px;
        height: 3px;
        background-color: #49576B;
        margin: 5px 0;
        transition: 0.4s;
    }
	.menu_novo-fixado.mostrar .hamburger div
	{
        background-color: black;
	}
    .principal #inicial img {
        height: 30px;
    }
    .principal #inicial .img {
        width: fit-content;
        display: inline-block;
        height: 15px !important;
        margin: 0px;
		width: 65px;
    }
    .principal #inicial {
        width: 100%;
		padding:10px 0px;
    }
    .secundaria {
        margin-left: 0%;
    }
}
:root {
    --e-button-primary: #263868;
    --e-titulo-primary: #263868;
}
*, ::after, ::before {
    box-sizing: unset !important;
}
/* MENU */
.botao-eventos{
	background:transparent;
	border: 1px solid #1C272F;
	border-radius:12px;
	color: #1C272F !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.botao-eventos:hover{	
	background: #1C272F;
	border: 1px solid #1C272F;
	border-radius:12px;
	color: white !important;
}

.botao-eventos-white{
	background:transparent;
	border: 1px solid white;
	border-radius:12px;
	color: white !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.botao-eventos-white:hover{	
	background: white;
	border: 1px solid white;
	border-radius:12px;
	color: #1C272F !important;
}
/* !MENU */
.lado-direito-menu_novo .agent{
	border-radius: 12px;
	border: 1px solid #49576B;
	color: #49576B;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 133.333% */	
    padding: 5px 18px !important;
}