/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.zoom {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
.zoom:hover {
	cursor: pointer;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); 
}

/* incio*/

:root {
  --brdr-bx: 0px;
}

input, textarea, button {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0px;
}
html, body {
  	height: 100%  !important;
  	width: 100%;
  	padding: 0;
  	margin: 0;
  
  	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Poppins', sans-serif;
  	font-size:16px;
  	font-weight:400;
  	color: #4c5966;
	line-height: 145%;
	
	font-smooth: always;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;	
}


.lnk0_gnrl a:link, .lnk0_gnrl a:visited{
	display: table;
	padding: 6px 64px;
	
	font-weight: 500;
	
	background-color: #999;
	color:#000;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.lnk0_gnrl a:hover, .lnk0_gnrl a:active{
	background-color: #000;
	color:#999;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}


.bk0_gnrl {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/


	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk.webp');
}

/* extraido do depoimentos 08 */
.auto_adjust_colors {
  background-color: rgb(124 106 88 / 20%);
  opacity: 1;
}
.auto_adjust_colors:hover {
  background-color: rgb(124 106 88 / 100%);
}

/* estyle bar overflow */
.bk0::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}
.bk0::-webkit-scrollbar-track {
  background: #ba9d80; /* Cor de fundo da pista */
	border-radius: 15px;
}
.bk0::-webkit-scrollbar-thumb {
  background: #7c6a58; /* Cor do polegar */
  border-radius: 5px; /* Borda arredondada do polegar */
}
.bk0::-webkit-scrollbar-thumb:hover {
  background: #8a1710; /* Cor do polegar ao passar o mouse */
}





.st_10052025_1700_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 200px 0 60px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_10052025_1700_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_10052025_1700_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	/*flex-wrap: wrap; divs filho em mesma linha até o limite da div pai*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_10052025_1700_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
.st_10052025_1700_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_10052025_1700_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_10052025_1700_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_10052025_1700_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}



.st_10052025_1700_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */

.st_10052025_1700_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_10052025_1700_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_10052025_1700_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_10052025_1700_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	line-height: 145%;
	font-family: "Montserrat", sans-serif;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_amarelo > .p1.adjust_05112025_0811{
	text-align: center;
}
.st_10052025_1700_amarelo > .p1.adjust_05112025_0811 img{
	max-width: 350px;
}
.st_10052025_1700_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	text-align: left;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 60px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_amarelo > .p2 a:link, .st_10052025_1700_amarelo > .p2 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	font-size: 36px;
	
	/*background-color: #999;*/
	color:#6bbe50;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p2 a:hover, .st_10052025_1700_amarelo > .p2 a:active{
	/*background-color: #000;*/
	color:#7fe35d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	text-align: left;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_amarelo > .p3 a:link, .st_10052025_1700_amarelo > .p3 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#fff;
	
	margin-right: 30px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3 a:hover, .st_10052025_1700_amarelo > .p3 a:active{
	/*background-color: #000;*/
	color:#7fe35d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3 a:link i, .st_10052025_1700_amarelo > .p3 a:visited i{
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3 a:hover i, .st_10052025_1700_amarelo > .p3 a:active i{
	color:#7fe35d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
	
	animation: subtle-horizontal-motion 0.5s ease-in-out infinite alternate; /* Aplica a animação no hover */
	transform: translateX(0); /* Garante que a animação comece do ponto inicial */
}
@keyframes subtle-horizontal-motion {
  0% { transform: translateX(0); }
  50% { transform: translateX(3px); }
  100% { transform: translateX(0); }
}
.st_10052025_1700_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	text-align: left;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 60px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_amarelo > .p4 a:link, .st_10052025_1700_amarelo > .p4 a:visited{
	display: table;
	padding: 12px 64px;
	background-color: #6bbe50;
	
	font-weight: 500;
	border-radius: 25px;
	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p4 a:hover, .st_10052025_1700_amarelo > .p4 a:active{
	background-color: #7fe35d;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}







.st_30092025_1318_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 90px 0;
	
	background-color: #f8f8f8;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_30092025_1318_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_30092025_1318_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_30092025_1318_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	/*flex-wrap: wrap; divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_30092025_1318_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	border-radius: 15px;
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
.st_30092025_1318_azul.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk2.webp');
	min-height: 450px;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_30092025_1318_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_30092025_1318_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_30092025_1318_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_30092025_1318_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_30092025_1318_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_30092025_1318_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}



.st_30092025_1318_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_30092025_1318_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_30092025_1318_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_30092025_1318_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_30092025_1318_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	font-family: "Montserrat", sans-serif;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_30092025_1318_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_30092025_1318_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_30092025_1318_amarelo > .p3 a:link, .st_30092025_1318_amarelo > .p3 a:visited{
	display: table;
	padding: 12px 64px;
	
	font-weight: 500;
	
	background-color: #6bbe50;
	color:#fff;
	
	border-radius: 60px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_30092025_1318_amarelo > .p3 a:hover, .st_30092025_1318_amarelo > .p3 a:active{
	background-color: #7fe35d;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}








.st_01102025_0921_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 90px 0;
	
	background-color: #f8f8f8;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_01102025_0921_vermelho.adjust_06032026_1554{
	padding: 90px 0 90px 0;
}
.st_01102025_0921_vermelho.bk1{
	background-color: #fff;
}
.st_01102025_0921_vermelho.bk2{
	background-color: #6bbe50;
	padding: 90px 0 0px 0;
	margin: 0 auto -60px auto;
}
.st_01102025_0921_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_01102025_0921_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px 30px 20px 30px;
	
	background-color: #fff;
	border-radius: 60px;
	
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	flex-wrap: wrap; /*divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_01102025_0921_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_01102025_0921_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_01102025_0921_azul.width2{
	width: 100%;
	max-width: calc(100% / 3); /* mude o valor 2 conforme necessidade */
}
.st_01102025_0921_azul.padding1{
	padding: 0;
}
.st_01102025_0921_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_01102025_0921_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_01102025_0921_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_01102025_0921_roxo{
	box-sizing: border-box;
	width: 100%;
	height: 100%; /*caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	border-radius: 25px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	align-content:stretch; /*Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}
.st_01102025_0921_roxo.bk1{
	background-color: #f3f4f6;
}



.st_01102025_0921_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}
.st_01102025_0921_amarelo.height1{
	min-height: 200px;
}
.st_01102025_0921_amarelo.height2{
	flex-grow: 1;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_01102025_0921_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_01102025_0921_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_01102025_0921_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_01102025_0921_amarelo > .p1{
	box-sizing: border-box;
	width: 150px;
	min-height: 150px;
	
	border-radius: 15px;
	
	margin: 0 auto;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk3.webp');

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p1.bk1{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk6.webp');
}
.st_01102025_0921_amarelo > .p1.bk2{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk4.webp');
}
.st_01102025_0921_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	font-size: 36px;
	line-height: 145%;
	font-weight: 500;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	text-align: left;
	font-size: 36px;
	line-height: 145%;
	font-weight: 500;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p4.adjust_28022026_1222{
	box-sizing: border-box;
	width: 50%;
	
	margin: 0 auto;	
	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
	border-radius: 25px;
	padding: 90px 60px;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p4.adjust_05032026_1711{
	text-align: center;
}
.st_01102025_0921_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;
	
	text-align: right;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p5 a:link, .st_01102025_0921_amarelo > .p5 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	font-size: 26px;
	
	/*background-color: #999;*/
	color:#778898;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_01102025_0921_amarelo > .p5 a:hover, .st_01102025_0921_amarelo > .p5 a:active{
	/*background-color: #000;*/
	color:#7fe35d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}



.st_01102025_0921_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 20px;
	border: var(--brdr-bx) solid #ccc;
}
.st_01102025_0921_amarelo > .p6 a:link, .st_01102025_0921_amarelo > .p6 a:visited{
	display: table;
	padding: 12px 64px;
	
	font-weight: 500;
	
	margin: 0 auto;
	
	background-color: #6bbe50;
	color:#fff;
	
	border-radius: 60px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_01102025_0921_amarelo > .p6 a:hover, .st_01102025_0921_amarelo > .p6 a:active{
	background-color: #7fe35d;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}






.st_190920250_0900_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 60px 0;
	
	background-color: #e4eef0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_190920250_0900_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_190920250_0900_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_190920250_0900_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	flex-wrap: wrap; /*divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_190920250_0900_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_190920250_0900_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_190920250_0900_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_190920250_0900_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_190920250_0900_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_190920250_0900_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}
.st_190920250_0900_azul.padding0{
	padding: 0;
}


.st_190920250_0900_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}
.st_190920250_0900_roxo.padding0{
	padding: 0;
}



.st_190920250_0900_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_190920250_0900_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_190920250_0900_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_190920250_0900_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_190920250_0900_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 500;
	line-height: 145%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}






.st_03102025_0937_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_03102025_0937_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_03102025_0937_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_03102025_0937_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	flex-wrap: wrap; /*divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_03102025_0937_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_03102025_0937_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_03102025_0937_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_03102025_0937_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_03102025_0937_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_03102025_0937_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_03102025_0937_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}



.st_03102025_0937_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_03102025_0937_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_03102025_0937_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_03102025_0937_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_03102025_0937_amarelo > .p1{
	box-sizing: border-box;
	width: 150px;
	min-height: 150px;
	
	border-radius: 15px;
	
	margin: 0 auto;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk4.webp');

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_03102025_0937_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	
	font-size: 36px;
	font-weight: 500;
	line-height: 145%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_03102025_0937_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_03102025_0937_amarelo > .p3.adjust_03102025_0949{
	text-align: center;
}








.st_20092025_1053_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #e4eef0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_20092025_1053_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_20092025_1053_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_20092025_1053_verde{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	/*flex-wrap: wrap; divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_20092025_1053_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
.st_20092025_1053_azul.aling_20092025_1059{
    justify-content:flex-end;
}
.st_20092025_1053_azul.overflow_20092025_1111{
	overflow: hidden;
	
	/*border: 10px solid red;*/
}
.st_20092025_1053_azul.padding_20092025_1121{
	padding-right: 0;
	padding-left: 0;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_20092025_1053_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_20092025_1053_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_20092025_1053_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_20092025_1053_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_20092025_1053_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_20092025_1053_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}
.st_20092025_1053_roxo.width_20092025_1058{
	width: 600px;
}



.st_20092025_1053_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_20092025_1053_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_20092025_1053_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_20092025_1053_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_20092025_1053_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_20092025_1053_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;	

	font-size: 36px;
		
	display: flex;
	justify-content: flex-start;
	align-items: center;
    gap: 15px;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_20092025_1053_amarelo > .p2 i{
	cursor: pointer;
	transition: all 0.3s;
}
.st_20092025_1053_amarelo > .p2 i:hover{
	color: #7fe35d;
	transition: all 0.3s;
}








.st_04102025_1120_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0px 0;
	
	background-color: #6bbe50;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_04102025_1120_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_04102025_1120_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_04102025_1120_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	flex-wrap: wrap; /*divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_04102025_1120_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_04102025_1120_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_04102025_1120_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_04102025_1120_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_04102025_1120_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_04102025_1120_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_04102025_1120_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}
.st_04102025_1120_roxo.adjust_04102025_1152{
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
}



.st_04102025_1120_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_04102025_1120_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_04102025_1120_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_04102025_1120_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_04102025_1120_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	line-height: 145%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_04102025_1120_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_04102025_1120_amarelo > .p2 i{
	font-size: 20px;
}
.st_04102025_1120_amarelo > .p2 i.adjust_04102025_1251{
	margin-right: 5px;
}
.st_04102025_1120_amarelo > .p2 a:link, .st_04102025_1120_amarelo > .p2 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	

	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04102025_1120_amarelo > .p2 a:hover, .st_04102025_1120_amarelo > .p2 a:active{
	/*background-color: #000;*/
	color:#4c5966;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04102025_1120_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_04102025_1120_amarelo > .p3.right{
	text-align: right;
}
.st_04102025_1120_amarelo > .p3 span{
	font-weight: 600; 
}
.st_04102025_1120_amarelo > .p3 a:link, .st_04102025_1120_amarelo > .p3 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	

	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04102025_1120_amarelo > .p3 a:hover, .st_04102025_1120_amarelo > .p3 a:active{
	/*background-color: #000;*/
	color:#4c5966;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}






.st_05102025_0919_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_05102025_0919_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_05102025_0919_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_05102025_0919_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	/*flex-wrap: wrap; divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_05102025_0919_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_05102025_0919_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_05102025_0919_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_05102025_0919_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_05102025_0919_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_05102025_0919_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_05102025_0919_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}



.st_05102025_0919_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_05102025_0919_amarelo .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_05102025_0919_amarelo .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_05102025_0919_amarelo .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}
.st_05102025_0919_amarelo p .span4{
	font-weight: 600;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_05102025_0919_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_05102025_0919_amarelo > .p1 a:link, .st_05102025_0919_amarelo > .p1 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	

	
	/*background-color: #999;*/
	color:#6bbe50;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05102025_0919_amarelo > .p1 a:hover, .st_05102025_0919_amarelo > .p1 a:active{
	/*background-color: #000;*/
	color:#4c5966;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05102025_0919_amarelo > .link1:link, .st_05102025_0919_amarelo > .link1:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/

	
	/*background-color: #999;*/
	color:#6bbe50;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05102025_0919_amarelo > .link1:hover, .st_05102025_0919_amarelo > .link1:active{
	/*background-color: #000;*/
	color:#4c5966;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}









.st_27102025_0851_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 90px 0;
	
	background-color: #f8f8f8;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_27102025_0851_vermelho.bk2{
	background-color: #ebf5f6;
}
.st_27102025_0851_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_27102025_0851_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_27102025_0851_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	/*flex-wrap: wrap; divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}
.st_27102025_0851_verde.adjust_29102025_0830{
	flex-direction: row-reverse;
}

.st_27102025_0851_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	border-radius: 15px;
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
.st_27102025_0851_azul.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk2.webp');
	min-height: 450px;
}
.st_27102025_0851_azul.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk7.webp');
	min-height: 450px;
}
.st_27102025_0851_azul.lp_bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk5.webp');
	min-height: 450px;
}
.st_27102025_0851_azul.lp_bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_artigos/2.webp');
	min-height: 450px;
}
.st_27102025_0851_azul.lp_bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_artigos/5.webp');
	min-height: 450px;
}
.st_27102025_0851_azul.lp_bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_artigos/3.webp');
	min-height: 450px;
}
.st_27102025_0851_azul.lp_bk5{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_artigos/7.webp');
	min-height: 450px;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_27102025_0851_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_27102025_0851_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_27102025_0851_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_27102025_0851_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_27102025_0851_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}
.st_27102025_0851_azul .video {
	width: 100%;
	height: 100%;
	min-height: 450px;
 	overflow: hidden;
 	position: relative;
}
.st_27102025_0851_azul .video iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
	
 	border-radius: 25px;
}
.st_27102025_0851_azul.adjust_29102025_0828 img{
	width: 500px;
}


.st_27102025_0851_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%; caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}



.st_27102025_0851_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_27102025_0851_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_27102025_0851_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_27102025_0851_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_27102025_0851_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	font-family: "Montserrat", sans-serif;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_27102025_0851_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_27102025_0851_amarelo > .p2 span{
	font-weight: 600;
}
.st_27102025_0851_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_27102025_0851_amarelo > .p3 a:link, .st_27102025_0851_amarelo > .p3 a:visited{
	display: table;
	padding: 12px 64px;
	
	font-weight: 500;
	
	background-color: #6bbe50;
	color:#fff;
	
	border-radius: 60px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_27102025_0851_amarelo > .p3 a:hover, .st_27102025_0851_amarelo > .p3 a:active{
	background-color: #7fe35d;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}





.st_31102025_0830_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 90px 0;
	
	background-color: #f8f8f8;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_31102025_0830_vermelho.bk2{
	background-color: #fff;
	padding: 30px 0 0px 0;
}
.st_31102025_0830_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

.st_31102025_0830_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px 30px 20px 30px;
	
	background-color: #fff;
	border-radius: 60px;
	
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

	flex-wrap: wrap; /*divs filho em mesma linha até o limite da div pai trabalham junto com flex-direction*/
	/*gap: 30px; Se for usar vc precisa ajustar proporcionalmente o elemento azul o 'max-width: calc(100% / 2);' para 'max-width: calc(50% - 15px);'*/

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}

.st_31102025_0830_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_31102025_0830_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_31102025_0830_azul.width2{
	width: 100%;
	max-width: calc(100% / 3); /* mude o valor 2 conforme necessidade */
}
.st_31102025_0830_azul.width3{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_31102025_0830_azul.padding1{
	padding: 0;
}
.st_31102025_0830_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_31102025_0830_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_31102025_0830_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_31102025_0830_roxo{
	box-sizing: border-box;
	width: 100%;
	height: 100%; /*caso deseje distribuir os elementos filho dentro do elemento pai*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	border-radius: 25px;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	align-content:stretch; /*Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #9932CC;
}
.st_31102025_0830_roxo.bk1{
	background-color: #f3f4f6;
}
.st_31102025_0830_roxo.bk2{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}



.st_31102025_0830_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	border: var(--brdr-bx) solid #fff000;
}
.st_31102025_0830_amarelo.height1{
	min-height: 200px;
}
.st_31102025_0830_amarelo.height2{
	flex-grow: 1;
}
.st_31102025_0830_amarelo.height3{
	min-height: 0px;
}

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_31102025_0830_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_31102025_0830_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_31102025_0830_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_31102025_0830_amarelo > .p1{
	box-sizing: border-box;
	width: 150px;
	min-height: 150px;
	
	border-radius: 15px;
	
	margin: 0 auto;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk3.webp');

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_amarelo > .p1.bk1{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk6.webp');
}
.st_31102025_0830_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	font-size: 36px;
	line-height: 145%;
	font-weight: 500;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	text-align: left;
	font-size: 36px;
	line-height: 145%;
	font-weight: 500;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_amarelo > .p3.adjust_01032026_1422{
	font-size: 30px;
}
.st_31102025_0830_amarelo > .p3.adjust_03032026_1628{
	font-size: 30px;
	text-align: center;
	margin-bottom: 0px;
	padding: 60px 0px;
}
.st_31102025_0830_amarelo > .p3.adjust_04032026_1557{
	margin-bottom: 0px;
}
.st_31102025_0830_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_amarelo > .p4.adjust_03032026_1633{
	margin-bottom: 0px;
}
.st_31102025_0830_amarelo > .p4.adjust_08032026_0741{
	text-align: center;
}
.st_31102025_0830_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;
	
	text-align: right;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_amarelo > .p5 a:link, .st_31102025_0830_amarelo > .p5 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	font-size: 26px;
	
	/*background-color: #999;*/
	color:#778898;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31102025_0830_amarelo > .p5 a:hover, .st_31102025_0830_amarelo > .p5 a:active{
	/*background-color: #000;*/
	color:#7fe35d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}



.st_31102025_0830_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/

	margin-bottom: 20px;
	border: var(--brdr-bx) solid #ccc;
}
.st_31102025_0830_amarelo > .p6 a:link, .st_31102025_0830_amarelo > .p6 a:visited{
	display: table;
	padding: 12px 64px;
	
	font-weight: 500;
	
	margin: 0 auto;
	
	background-color: #6bbe50;
	color:#fff;
	
	border-radius: 60px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31102025_0830_amarelo > .p6 a:hover, .st_31102025_0830_amarelo > .p6 a:active{
	background-color: #7fe35d;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}






@media only screen and (max-width: 1201px) {
	
img{
	max-width: 100%;
}
	


.st_10052025_1700_vermelho{
	margin: 0 auto 0 auto;
	padding: 200px 0 60px 0;
}
.st_10052025_1700_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_10052025_1700_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_10052025_1700_verde{
	width: 95%;
	flex-direction:column;
}
.st_10052025_1700_verde.adjust_05112025_0813{
	flex-direction:column-reverse;
}

.st_10052025_1700_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_10052025_1700_azul.visble{
	visibility: hidden;
	display: none;
}
.st_10052025_1700_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_10052025_1700_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_10052025_1700_roxo{
	padding: 0px;
}

.st_10052025_1700_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_10052025_1700_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_10052025_1700_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;

	text-align: center;

	margin-bottom: 60px;
	border: var(--brdr-bx) solid #d49137;
}	
.st_10052025_1700_amarelo > .p2 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_10052025_1700_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_10052025_1700_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
	
	display: block;
	margin-right: 0px !important;
	
	margin-bottom: 15px;
}
.st_10052025_1700_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_10052025_1700_amarelo > .p4 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}	
	
	

	
	
.st_30092025_1318_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_30092025_1318_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_30092025_1318_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_30092025_1318_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_30092025_1318_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_30092025_1318_azul.visble{
	visibility: hidden;
	display: none;
}
.st_30092025_1318_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_30092025_1318_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_30092025_1318_roxo{
	padding: 0px;
}

.st_30092025_1318_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	
	
	font-size: 26px;
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_30092025_1318_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_30092025_1318_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	

.st_01102025_0921_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_01102025_0921_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_01102025_0921_verde{
	width: 95%;
	flex-direction:column;
	
	padding: 0px 0px 20px 0px;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_01102025_0921_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_01102025_0921_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_01102025_0921_azul.visble{
	visibility: hidden;
	display: none;
}
.st_01102025_0921_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_01102025_0921_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_01102025_0921_roxo{
	padding: 30px;
}
.st_01102025_0921_roxo.adjust_28102025_0751{
	padding: 0px;
}

.st_01102025_0921_amarelo.height1{
	min-height: auto;
}
.st_01102025_0921_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_01102025_0921_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_01102025_0921_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;
	
	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_01102025_0921_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_01102025_0921_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;
	
	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_01102025_0921_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_01102025_0921_amarelo > .p4.adjust_28022026_1222{
	width: 100%;
	padding: 60px 30px;
}
.st_01102025_0921_amarelo > .p6.adjust_28102025_0758 a:link, .st_01102025_0921_amarelo > .p6.adjust_28102025_0758 a:visited{
	padding: 12px 6px;
}
	
	
	
	
.st_190920250_0900_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_190920250_0900_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_190920250_0900_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_190920250_0900_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_190920250_0900_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_190920250_0900_azul.visble{
	visibility: hidden;
	display: none;
}
.st_190920250_0900_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_190920250_0900_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_190920250_0900_roxo{
	padding: 0px;
}

.st_190920250_0900_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	
	
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_190920250_0900_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
.st_03102025_0937_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_03102025_0937_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_03102025_0937_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_03102025_0937_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_03102025_0937_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_03102025_0937_azul.visble{
	visibility: hidden;
	display: none;
}
.st_03102025_0937_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_03102025_0937_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_03102025_0937_roxo{
	padding: 0px;
}

.st_03102025_0937_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_03102025_0937_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_03102025_0937_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;	
	
	font-size: 26px;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_03102025_0937_amarelo > .p2 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
.st_20092025_1053_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_20092025_1053_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_20092025_1053_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}
.st_20092025_1053_verde.width_20092025_1309{
	width: 100%;
}

.st_20092025_1053_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_20092025_1053_azul.aling_20092025_1059{
    justify-content:center;
}
.st_20092025_1053_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_20092025_1053_azul.visble{
	visibility: hidden;
	display: none;
}
.st_20092025_1053_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_20092025_1053_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_20092025_1053_roxo{
	padding: 0px;
}
.st_20092025_1053_roxo.width_20092025_1058{
	width: 100%;
}

.st_20092025_1053_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	font-size: 26px;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_20092025_1053_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_20092025_1053_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	justify-content: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_20092025_1053_amarelo > .p2 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
	
.st_04102025_1120_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_04102025_1120_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_04102025_1120_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_04102025_1120_azul{
	padding: 30px;
	flex-direction:column;
	
	align-items: center;
	
	margin-bottom: 0px;
}
.st_04102025_1120_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_04102025_1120_azul.visble{
	visibility: hidden;
	display: none;
}
.st_04102025_1120_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_04102025_1120_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_04102025_1120_roxo{
	padding: 0px;
}
.st_04102025_1120_roxo.adjust_04102025_1152{
	flex-direction:column;
}

.st_04102025_1120_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	
	
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_04102025_1120_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_04102025_1120_amarelo > .p3{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_04102025_1120_amarelo > .p3.right{
	text-align: center;
}
	
	
	
	
	
.st_05102025_0919_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_05102025_0919_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_05102025_0919_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_05102025_0919_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_05102025_0919_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_05102025_0919_azul.visble{
	visibility: hidden;
	display: none;
}
.st_05102025_0919_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_05102025_0919_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_05102025_0919_roxo{
	padding: 0px;
}

.st_05102025_0919_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_05102025_0919_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
	
	
	
.st_27102025_0851_vermelho.adjust_28102025_0754{
	padding: 90px 0 0px 0;
}	
.st_27102025_0851_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_27102025_0851_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_27102025_0851_verde{
	width: 95%;
	flex-direction:column;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}
.st_27102025_0851_verde.adjust_29102025_0830{
	flex-direction: column;
}

.st_27102025_0851_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_27102025_0851_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_27102025_0851_azul.visble{
	visibility: hidden;
	display: none;
}
.st_27102025_0851_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_27102025_0851_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_27102025_0851_roxo{
	padding: 0px;
}

.st_27102025_0851_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	
	
	font-size: 26px;
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_27102025_0851_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_27102025_0851_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
.st_31102025_0830_vermelho.bk2{
	background-color: #fff;
	padding: 0px;
}	
.st_31102025_0830_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_31102025_0830_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_31102025_0830_verde{
	width: 95%;
	flex-direction:column;
	
	padding: 0px 0px 20px 0px;
	/*align-items: center; aplica para centralizar caso use flex-wrap: wrap; no code style acima*/
}

.st_31102025_0830_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_31102025_0830_azul.width2{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_31102025_0830_azul.width3{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_31102025_0830_azul.visble{
	visibility: hidden;
	display: none;
}
.st_31102025_0830_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_31102025_0830_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_31102025_0830_roxo{
	padding: 30px;
}
.st_31102025_0830_roxo.adjust_28102025_0751{
	padding: 0px;
}

.st_31102025_0830_amarelo.height1{
	min-height: auto;
}
.st_31102025_0830_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_31102025_0830_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_31102025_0830_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;
	
	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_31102025_0830_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_31102025_0830_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;
	
	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}
.st_31102025_0830_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_31102025_0830_amarelo > .p3.adjust_01032026_1422{
	font-size: 20px;
}
.st_31102025_0830_amarelo > .p3.adjust_03032026_1628{
	font-size: 20px;
}
.st_31102025_0830_amarelo > .p4.adjust_03032026_1633{
	text-align: center;
	margin-bottom: 30px;
}
.st_31102025_0830_amarelo > .p6.adjust_28102025_0758 a:link, .st_31102025_0830_amarelo > .p6.adjust_28102025_0758 a:visited{
	padding: 12px 6px;
}
	
	



}