/*@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: #666666;
	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 */
}





#box_menu_new{
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	
	z-index: 2;
	position: relative;
	
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transitio: all 0.3s linear;
}
.box_menu_new_fixed {
	z-index: 99999999 !important;
    position: fixed !important;
    top: 0 !important;
	background-color: rgba(255,255,255,1.0) !important;
	
	/*background-image: url("../img/sindserh-pb-bk1-1900x1000.webp");*/
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	background-attachment: fixed;
	
	-moz-box-shadow:    0 0 25px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.2);
   box-shadow:         0 0 25px rgba(0,0,0,0.2);
}
#box_menu_new_coment{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 1200px;
}
.logo_menu_new{
	float: left; 
	/*margin: 0 auto 0 auto;*/
	width: 100px;
	max-width: 100%;
}




#box_banner{
	height:auto;
}
.box_banner_full{
	width:100%;
	margin:0 auto;
	padding:0;
}






.st_20022025_1150_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_20022025_1150_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	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_20022025_1150_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	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_20022025_1150_verde{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row-reverse;
	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_20022025_1150_verde.adjust_16082025_0944{
	flex-direction: row;
}

.st_20022025_1150_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	flex-direction:column; /* 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_20022025_1150_azul.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk1.webp');
	min-height: 450px;
	
	background-size: 130%;
	transition: background-size 0.5s ease;
}
.st_20022025_1150_azul.bk1:hover{
	background-size: 140%;
}
.st_20022025_1150_azul.bk2{
	background-color: #fbcb06;
	/*background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk3.webp');*/
	min-height: 450px;
}
.st_20022025_1150_azul.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk7.webp');
	min-height: 450px;
}
.st_20022025_1150_azul.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk8.webp');
	min-height: 450px;
}
.st_20022025_1150_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_20022025_1150_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_20022025_1150_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_20022025_1150_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_20022025_1150_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_20022025_1150_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_20022025_1150_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_20022025_1150_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #292d30;
}

.st_20022025_1150_amarelo p .span4{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
	
	color: #292d30;
}
.st_20022025_1150_amarelo p .span5{
	box-sizing: border-box;
	font-weight: 700;
	font-size: 24px;
	
	color: #292d30;
	font-family: "Montserrat", sans-serif;
	line-height: 125%;
}
.st_20022025_1150_amarelo p .span6{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #292d30;
}
.st_20022025_1150_amarelo p .span7{
	color: #292d30;
}
.st_20022025_1150_amarelo p .span7 a:link, .st_20022025_1150_amarelo p .span7 a:visited{	
	font-weight: 500;

	color:#292d30;
	
	text-decoration:underline;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo p .span7 a:hover, .st_20022025_1150_amarelo p .span7 a:active{
	color:#292d30;
	
	text-decoration:underline;
	transition: all 0.3s ease-out;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_20022025_1150_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	text-align: left;
	color: #292d30;
	line-height: 145%;

	margin-bottom: 15px;
	border: var(--brdr-bx) solid #ccc;
}
.st_20022025_1150_amarelo > .p1.text_aling1{
	text-align: left !important;
}
.st_20022025_1150_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	/*font-family: "Cinzel", serif;*/
	font-family: "Montserrat", sans-serif;
	text-align: left;
	color: #292d30;
	font-size: 36px;
	font-weight: 700;
	line-height: 125%;

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

	margin-bottom: 30px;
	margin-top: 45px;
	border: var(--brdr-bx) solid #ccc;
}
.st_20022025_1150_amarelo > .p1 a:link, .st_20022025_1150_amarelo > .p1 a:visited{	
	font-weight: 500;

	color:#292d30;
	
	text-decoration:underline;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo > .p1 a:hover, .st_20022025_1150_amarelo > .p1 a:active{
	color:#292d30;
	
	text-decoration:underline;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo > .p3 a:link, .st_20022025_1150_amarelo > .p3 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	border-radius: 15px;
	
	margin: 0 auto;
	
	background-color: #A4393C;
	
	text-align: center;

	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo > .p3 a:hover, .st_20022025_1150_amarelo > .p3 a:active{
	background-color: #782D2F;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	/*font-family: "Cinzel", serif;*/
	font-family: "Montserrat", sans-serif;
	text-align: left;
	color: #292d30;
	font-size: 26px;
	font-weight: 700;
	line-height: 125%;

	margin-top: 30px;
	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_20022025_1150_amarelo > .p4 a:link, .st_20022025_1150_amarelo > .p4 a:visited{	

	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo > .p4 a:hover, .st_20022025_1150_amarelo > .p4 a:active{
	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_20022025_1150_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	color: #000;

	margin-bottom: 30px;
	margin-top: 45px;
	border: var(--brdr-bx) solid #ccc;
}
.st_20022025_1150_amarelo > .p6 span{
	box-sizing: border-box;
	width: 100%;
	
	/*font-family: "Cinzel", serif;*/
	font-family: "Montserrat", sans-serif;
	text-align: left;
	color: #292d30;
	font-size: 36px;
	font-weight: 700;
	line-height: 125%;

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









.st_12032025_1613_bx4_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 90px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
}
.st_12032025_1613_bx4_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk2.webp');
}
.st_12032025_1613_bx4_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: column;
}
.st_12032025_1613_bx4_cmnt{
	box-sizing: border-box;
	
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	color: #fff;
	
	flex-direction:column;
	display: flex;
    justify-content: center;
	align-items: center;
}
.st_12032025_1613_bx4_cmnt_p1{
	width: 70px;
	height: 5px;
	margin: 0 0 30px auto;
	
	background-color: #fbcb06;
}
.st_12032025_1613_bx4_cmnt_p2{
	width: 100%;
	margin: 0 auto 20px 0;
	
	color: #fbcb06;
	font-family: "Montserrat", sans-serif;
	
	text-align: center;
	
	font-size: 36px;
	font-weight: 800;
}
.st_12032025_1613_bx4_cmnt_p3{
	color: #fbcb06;
	
	margin: 0 auto 20px auto;
}
.st_12032025_1613_bx4_cmnt_p3.adjust_12032025_1619{
	width: 100%;
	text-align: center;
}
.st_12032025_1613_bx4_cmnt_p3 .span1{
	font-weight: 600;
}
.st_12032025_1613_bx4_cmnt_p4{
	width: 100%;
}
.st_12032025_1613_bx4_cmnt_p4 a:link, .st_12032025_1613_bx4_cmnt_p4 a:visited{
	width: 250px;
	max-width: 450px;
	display: block;
	margin: 15px auto 0 0;
	padding: 10px 12px;
	
	text-align: center;
	
	font-weight: 500;
	
	border-radius: 15px;
	
	background-color: #fbcb06;
	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_12032025_1613_bx4_cmnt_p4 a:hover, .st_12032025_1613_bx4_cmnt_p4 a:active{
	background-color: #ffee8c;
	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_12032025_1613_bx4_cmnt_p5{
	box-sizing: border-box;
	
	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;*/ 
	
	
	margin-bottom: 30px;
}
.st_12032025_1613_bx4_cmnt_p5 img{
	transition: all 0.3s ease-in-out;
}
.st_12032025_1613_bx4_cmnt_p5 img:hover{
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	cursor: default;
}








.st_09072025_1218_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_09072025_1218_vermelho.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk3.webp');
}
.st_09072025_1218_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_09072025_1218_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_09072025_1218_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	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;

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

.st_09072025_1218_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:space-around;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	align-content:flex-start; /*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_09072025_1218_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_09072025_1218_azul.width2{
	width: 100%;
	max-width: calc(20% - 24px); /* mude o valor 2 conforme necessidade / os - 15px varia conforme o gap*/
}
.st_09072025_1218_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_09072025_1218_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_09072025_1218_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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



.st_09072025_1218_amarelo{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	align-content:space-between; /*Se necessario apenas em 'flex-direction:column'*/
	
	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_09072025_1218_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_09072025_1218_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_09072025_1218_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_09072025_1218_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	
		
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	color: #292d30;
	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: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_09072025_1218_amarelo > .p2{
	box-sizing: border-box;
	width: 75px;
	height: 2px;
	
	background-color: #292d30;
	margin: 0 auto;

	/* 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_09072025_1218_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;	
		
	text-align: center;
	/*font-size: 96px;
	font-weight: 600;
	line-height: 145%;
	color: #36454f;*/

	/* 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_09072025_1218_amarelo > .p3 img{
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transição suave */
	border-radius: 12px 0 14px 0; 
	cursor: default;
}
.st_09072025_1218_amarelo > .p3 img:hover{
	transform: translateY(-10px); /* Move o item 10px para cima */
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); /* Aumenta a sombra para simular elevação */
}
.st_09072025_1218_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #292d30;
	
	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: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_09072025_1218_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;	
	
	text-align: center;
	color: #292d30;
		
	/* 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_09072025_1218_amarelo > .p6{
	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_09072025_1218_amarelo > .p6 a:link, .st_09072025_1218_amarelo > .p6 a:visited{
	display: table;
	width: 100%;
	
	padding: 10px 0;
	
	text-align: center;
	
	font-weight: 500;
	
	background-color: #36454f;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_09072025_1218_amarelo > .p6 a:hover, .st_09072025_1218_amarelo > .p6 a:active{
	background-color: #3385c6;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_09072025_1218_amarelo > .p7{
	box-sizing: border-box;
	width: 100%;	
		
	text-align: center;
	/*font-size: 36px;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;*/
	line-height: 145%;
	color: #292d30;

	/* 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_22062024_bx4_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 90px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
	
	/*background-color: #778898;*/
}
.st_22062024_bx4_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk4.webp');
}
.st_22062024_bx4_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
}
.st_22062024_bx4_cmnt{
	box-sizing: border-box;
	
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	color: #fff;
	
	flex-direction:column;
	display: flex;
    justify-content: center;
	align-items: center;
}
.st_22062024_bx4_cmnt_p1{
	width: 70px;
	height: 5px;
	margin: 0 auto 30px 0;
	
	background-color: #fbcb06;
}
.st_22062024_bx4_cmnt_p2{
	margin: 0 auto 20px 0;
	
	font-size: 36px;
	font-weight: 500;
	color: #fbcb06;
}
.st_22062024_bx4_cmnt_p3{
	
	color: #292d30;
	
	margin: 0 auto 20px 0;
}
.st_22062024_bx4_cmnt_p3.cor_font_12082025_1035{
	color: #fbcb06;
}
.st_22062024_bx4_cmnt_p3 span{
	box-sizing: border-box;
	display: table;
	
	width: 100%;
	
	padding: 15px 15px;
	margin-bottom: -20px;
	
	/* Define a cor padrão e a transição */
	background-color: transparent;
	background-image: linear-gradient(to left, #fbcb06, #fbcb06);
	background-repeat: no-repeat;
	background-size: 5px 100%;
	background-position: 0 100%; /* Alinha o fundo de 5px à direita */
	
	transition: background-size 0.4s ease-in-out;
}
.st_22062024_bx4_cmnt_p3 span:hover{
	background-size: 100% 100%;
}
.st_22062024_bx4_cmnt_p4{
	width: 100%;
}
.st_22062024_bx4_cmnt_p4 a:link, .st_22062024_bx4_cmnt_p4 a:visited{
	width: 250px;
	max-width: 450px;
	display: block;
	margin: 15px auto 0 0;
	padding: 10px 12px;
	
	text-align: center;
	
	font-weight: 500;
	
	border-radius: 15px;
	
	background-color: #fff;
	color:#778898;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_22062024_bx4_cmnt_p4 a:hover, .st_22062024_bx4_cmnt_p4 a:active{
	background-color: #3f4953;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}





.st_29062024_bx1_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.st_29062024_bx1_fll_p1{
	margin: 0 auto -12px auto;
}
.st_29062024_bx1_fll_p1 iframe{
	filter: grayscale(100%);
}
.st_29062024_bx1_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
}
.st_29062024_bx1_cmnt{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}








.st_17052025_1517_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 130px 0 90px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	background-color: #337f7d;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17052025_1517_vermelho.line_18052025_1220{
	border-top: 1px solid #fff;
}
.st_17052025_1517_vermelho.bg1{
	/*background-color: #264259;*/
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk5.webp');	
}
.st_17052025_1517_vermelho.bg2{
	background-color: #1f232a;
}
.st_17052025_1517_vermelho.blog_04072025_0827{
	padding: 130px 0 0px 0;
}
.st_17052025_1517_vermelho > .p1{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;

	padding: 0 0 5px 0;

	font-size: 36px;
	font-weight: 700;
	line-height: 145%;
	color: #292d30;
	font-family: "Montserrat", sans-serif;
	
	border-bottom: 1px solid #292d30 !important;
	
	text-align: left;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_1517_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_17052025_1517_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction:row-reverse;
	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_17052025_1517_verde.reverse_18052025_1223{
	flex-direction: row-reverse;
}

.st_17052025_1517_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_17052025_1517_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_1517_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_1517_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_17052025_1517_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	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_17052025_1517_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_17052025_1517_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_17052025_1517_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_17052025_1517_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #fff;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_1517_amarelo > .p1{
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_1517_amarelo > .p1 .span_18052025_1505{
	font-weight: 600;
	color: #1f232a;
	text-transform: uppercase;
	
}
.st_17052025_1517_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	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_17052025_1517_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	height: 300px;
	
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;

	/* Caso necessário utilize para centralizar verticalmente o texto */
	/*min-height: 50px;	
	display: flex;
    justify-content:center;
	align-items:center;*/
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_1517_amarelo > .p3.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img1.webp');	
}
.st_17052025_1517_amarelo > .p3.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img6.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-institucional.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos1.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk5{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos2.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk6{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos3.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk7{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos4.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk8{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos5.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk1_produtos{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img-produtos/01/1.webp');
	background-position: center center;
	background-color: #fff;
	background-size: contain;
}
.st_17052025_1517_amarelo > .p3.bk2_produtos{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img-produtos/02/1.webp');
	background-position: center center;
	background-color: #fff;
	background-size: contain;
}
.st_17052025_1517_amarelo > .p3.bk3_produtos{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img-produtos/03/1.webp');
	background-position: center center;
	background-color: #fff;
	background-size: contain;
}



.st_17052025_1517_amarelo > .p3.blog_bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/1.webp');
	background-position: center center;
}


.st_17052025_1517_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	border-top: 1px solid #fff !important;
	padding-top: 50px;


	/* 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_17052025_1517_amarelo > .p4 a:link, .st_17052025_1517_amarelo > .p4 a:visited{
	display: table;
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#fff;
	
	margin-bottom: 30px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1517_amarelo > .p4 a:hover, .st_17052025_1517_amarelo > .p4 a:active{
	/*background-color: #000;*/
	color:#59bdb1;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1517_amarelo > .p4 a:link i, .st_17052025_1517_amarelo > .p4 a:visited i{
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1517_amarelo > .p4 a:hover i, .st_17052025_1517_amarelo > .p4 a:active i{
	color:#59bdb1;
	
	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_17052025_1517_amarelo > .p5{
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_1517_amarelo > .p5 a:link, .st_17052025_1517_amarelo > .p5 a:visited{
	font-weight: 500;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1517_amarelo > .p5 a:hover, .st_17052025_1517_amarelo > .p5 a:active{
	color:#59bdb1;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}








.st_04062025_1142_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	
	/*background-color: #f4f9fc;*/
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_04062025_1142_vermelho.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk6.webp');
}
.st_04062025_1142_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_04062025_1142_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_04062025_1142_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*/

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

.st_04062025_1142_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_04062025_1142_azul.width_1{
	width: 100%;
	max-width: 100%;
}
.st_04062025_1142_azul.width_2{
	width: 100%;
	max-width: 598px;
}
.st_04062025_1142_azul.padding_top0_1{
	padding: 0px 30px;
}
.st_04062025_1142_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_04062025_1142_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_04062025_1142_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_04062025_1142_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	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_04062025_1142_roxo.padding_top0_1{
	padding: 0px 30px;
}



.st_04062025_1142_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_04062025_1142_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_04062025_1142_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_04062025_1142_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_04062025_1142_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	line-height: 145%;
	color: #292d30;
	font-weight: 600;
	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: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_04062025_1142_amarelo > .p1 span{
	font-weight: 500;
}
.st_04062025_1142_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #292d30;

	/* 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_04062025_1142_amarelo > .p2 a:link, .st_04062025_1142_amarelo > .p2 a:visited{		
	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04062025_1142_amarelo > .p2 a:hover, .st_04062025_1142_amarelo > .p2 a:active{
	color:#fbcb06;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.adjust_04062025_1204:link i, .adjust_04062025_1204:visited i{		
	color:#fbcb06;
	
	font-size: 25px;
	margin-right: 10px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.adjust_04062025_1204:hover i, .adjust_04062025_1204:active i{
	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04062025_1142_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_04062025_1142_amarelo > .p3 a:link, .st_04062025_1142_amarelo > .p3 a:visited{
	display: table;
	padding: 12px 24px;
	
	font-weight: 500;
	border-radius: 25px;
	
	background-color: #fbcb06;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04062025_1142_amarelo > .p3 a:hover, .st_04062025_1142_amarelo > .p3 a:active{
	background-color: #292d30;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_04062025_1142_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	color: #292d30;

	/* 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_04062025_1142_amarelo > .p5{
	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_04062025_1142_amarelo > .p5 img{
	max-width: 200px;
}








.st_05062025_2026_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	
	background-color: #fbcb06;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_05062025_2026_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_05062025_2026_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_05062025_2026_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*/

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

.st_05062025_2026_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0px 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_05062025_2026_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_05062025_2026_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_05062025_2026_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_05062025_2026_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_05062025_2026_amarelo{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	
	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:center; /*Se necessario apenas em 'flex-direction:column'*/
	
	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_05062025_2026_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_05062025_2026_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_05062025_2026_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_05062025_2026_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	font-weight: 300;
	font-size: 12px;

	/* 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_05062025_2026_amarelo > .p1 a:link, .st_05062025_2026_amarelo > .p1 a:visited{
	font-weight: 500;
	
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05062025_2026_amarelo > .p1 a:hover, .st_05062025_2026_amarelo > .p1 a:active{
	color:#292d30;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05062025_2026_amarelo > .p1.right1{
	text-align: right;
}
.st_05062025_2026_amarelo > .p1 img{
	max-width: 55px;
}







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

#box_menu_new{	
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	z-index: 2;
	position: relative;
}
#box_menu_new_coment{
	margin: -1px auto 0 auto;
	width: 100%;
	height: 0px;
}
.logo_menu_new{
	max-width: 200px;
	
	float: right; 
	margin: 5px auto 0 auto;
}	
	
	
.box_banner_full{
	margin:85px auto 0 auto;
}
	
	
	
	
	
.st_20022025_1150_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

	font-size: auto;	
	text-align: center;
}
	
.st_20022025_1150_verde{
	width: 100%;
	flex-direction:column;
}
.st_20022025_1150_verde.adjust_16082025_0915{
	flex-direction:column-reverse;
}

.st_20022025_1150_azul{
	padding: 90px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_20022025_1150_azul.visble{
	visibility: hidden;
	display: none;
}
.st_20022025_1150_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_20022025_1150_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_20022025_1150_roxo{
	padding: 0px;
}

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

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_20022025_1150_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
	
.st_12032025_1613_bx4_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.st_12032025_1613_bx4_cmnt{
	padding: 30px;
}
.st_12032025_1613_bx4_cmnt_p3.adjust_12032025_1619{
	width: 100%;
	text-align: center;
}
.st_12032025_1613_bx4_cmnt_p1{
	margin: 0 auto 30px auto;
}
.st_12032025_1613_bx4_cmnt_p2{
	margin: 0 auto 20px auto;
	text-align: center;
}
.st_12032025_1613_bx4_cmnt_p3{
	margin: 0 auto 20px auto;
	text-align: left;
}
.st_12032025_1613_bx4_cmnt_p4 a:link{
	margin: 30px auto 0 auto;
}
.st_12032025_1613_bx4_cmnt_p5{
	flex-direction: column;
}
	
	
	
	
	
.st_09072025_1218_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

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

.st_09072025_1218_roxo{
	padding: 0px;
}

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

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_09072025_1218_amarelo > .p5 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
.st_22062024_bx4_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.st_22062024_bx4_cmnt{
	padding: 30px;
}
.st_22062024_bx4_cmnt_p1{
	margin: 0 auto 30px auto;
}
.st_22062024_bx4_cmnt_p2{
	margin: 0 auto 20px auto;
}
.st_22062024_bx4_cmnt_p3{
	margin: 0 auto 20px auto;
	text-align: left;
}
.st_22062024_bx4_cmnt_p4 a:link{
	margin: 30px auto 0 auto;
}
	
	
	
	
	
.st_29062024_bx1_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
	
	
	
	
	
	
	
.st_17052025_1517_vermelho{
	padding-top: 60px;
}	
.st_17052025_1517_vermelho > .p1{
	width: 85%;
	margin: 0 auto 30px auto;

	/*font-size: 26px;*/	
	text-align: left;
}
.st_17052025_1517_vermelho > .p2{
	width: 95%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
	
.st_17052025_1517_verde{
	width: 95%;
	flex-direction:column-reverse;
}
.st_17052025_1517_verde.reverse_18052025_1223{
	flex-direction: column-reverse;
}
.st_17052025_1517_verde.reverse_mobile_18052025_1226{
	flex-direction:column-reverse;
}

.st_17052025_1517_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_1517_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_1517_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_1517_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_1517_roxo{
	padding: 0px;
}

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

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_17052025_1517_amarelo > .p4 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
	
	text-align: center;
	width: 100%;
}
.st_17052025_1517_amarelo > .p5{
	text-align: center;
	font-size: 15px;
}
	
	
	
	
	
.st_04062025_1142_vermelho{
	padding: 60px 0;
}	
.st_04062025_1142_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_04062025_1142_azul{
	padding: 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_04062025_1142_azul.visble{
	visibility: hidden;
	display: none;
}
.st_04062025_1142_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_04062025_1142_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_04062025_1142_roxo{
	padding: 0px;
}

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

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

	text-align: center;

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

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

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

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

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

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

.st_05062025_2026_azul{
	padding: 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_05062025_2026_azul.visble{
	visibility: hidden;
	display: none;
}
.st_05062025_2026_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_05062025_2026_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_05062025_2026_roxo{
	padding: 0px;
}

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

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


}