.elementor-kit-4{--e-global-color-primary:#141B23;--e-global-color-secondary:#141B23;--e-global-color-text:#192A36;--e-global-color-accent:#162441;--e-global-color-1781e3e:#141B23;--e-global-color-0d4493c:#505050;--e-global-color-cb2fb5d:#61B73C;--e-global-color-d13a3fd:#FFFFFF;--e-global-color-1cf031b:#3A7E20;--e-global-color-9631f26:#162441;--e-global-color-d7be9c8:#1D3468;--e-global-color-1bf5346:#888888;--e-global-color-e3d6ddf:#F2F2F2;--e-global-color-1548253:#0082CA;--e-global-color-8716616:#F5333E;--e-global-color-068004c:#192A36;--e-global-color-1f10b2d:#FEC629;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.3em;color:var( --e-global-color-text );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-cb2fb5d );font-size:1.1em;font-weight:500;line-height:1.2em;color:var( --e-global-color-1781e3e );border-style:none;border-radius:10px 10px 10px 10px;padding:20px 25px 20px 25px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-9631f26 );color:var( --e-global-color-d13a3fd );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{color:var( --e-global-color-9631f26 );font-size:2.2em;font-weight:700;}.elementor-kit-4 h2{color:var( --e-global-color-9631f26 );font-size:2em;font-weight:700;}.elementor-kit-4 h3{color:var( --e-global-color-9631f26 );font-size:1.8em;}.elementor-kit-4 h4{color:var( --e-global-color-9631f26 );font-size:1.6em;}.elementor-kit-4 h5{color:var( --e-global-color-9631f26 );font-size:1.4em;}.elementor-kit-4 h6{color:var( --e-global-color-9631f26 );font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4 h1{font-size:2em;}.elementor-kit-4 h2{font-size:1.8em;}.elementor-kit-4 h3{font-size:1.6em;}.elementor-kit-4 h4{font-size:1.4em;}.elementor-kit-4 h5{font-size:1.2em;}.elementor-kit-4 h6{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Animar botão do site
*/
.btn_w {
  animation: pulse 0.5s infinite;
}

/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(255, 255, 255, .50);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, .100);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .0);
	-webkit-backdrop-filter: saturate(120%) blur(20px);
	backdrop-filter: saturate(120%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

.diretrizes-aplicacao-icones {
    display: flex;
    flex-wrap: wrap; /* Permite que os ícones quebrem a linha se houver muitos */
    justify-content: center; /* Centraliza os ícones horizontalmente */
    gap: 5px; /* Espaçamento entre os ícones */
    margin-top: 0px; /* Espaçamento acima dos ícones */
    align-items: center; /* Alinha os ícones verticalmente se tiverem alturas diferentes */
    padding: 5px; /* Opcional: Adiciona um pouco de preenchimento interno */
    /* background-color: #f0f0f0; */ /* Opcional: Cor de fundo para a área dos ícones */
    /* border-radius: 5px; */ /* Opcional: Bordas arredondadas */
}

.diretrizes-aplicacao-icones img {
    width: 25px; /* Tamanho do ícone */
    height: 25px;
    object-fit: contain; /* Garante que a imagem se ajuste sem distorcer */
    /* Outros estilos para os ícones individuais, como box-shadow, border, etc. */
}/* End custom CSS */