/*@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;
	
	-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(41,41,41,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: 200px;*/
}




.st_17022025_1602_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 90px 0 90px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;


	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/bk1.webp');
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17022025_1602_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_17022025_1602_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_17022025_1602_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 2px;
	
	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_17022025_1602_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:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:space-between;
	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_17022025_1602_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17022025_1602_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17022025_1602_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17022025_1602_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-weight: 800;
	color: #37b5fe;
	font-size: 36px;
	margin: 20px auto 0 auto;
	line-height: 145%;
	
	text-align: center;

	margin-bottom: 20px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17022025_1602_amarelo > .p1 .span11{	
	font-weight: 800;
}
.st_17022025_1602_amarelo > .p1 .span22{
	display: table;
	font-weight: 800;
	color: #fc7200;
	font-size: 36px;
	margin: 20px auto 0 auto;
	line-height: 145%;
}
.st_17022025_1602_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	text-align: center;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17022025_1602_amarelo a:link, .st_17022025_1602_amarelo a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	margin: 0 auto;
	border-radius: 15px;
	
	background-color: #0cce31;
	
	text-align: center;

	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17022025_1602_amarelo a:hover, .st_17022025_1602_amarelo a:active{
	background-color: #008000;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




.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;
	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_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.2), rgba(0, 0, 0, 0.2)),url('../img/bk2.webp');
	min-height: 450px;
}
.st_20022025_1150_azul.bk2{
	background-color: #37b5fe;
	/*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/bk5.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: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_20022025_1150_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	color: #292929;
	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%;
	
	text-align: center;
	color: #292929;
	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 > .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: #0cce31;
	
	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: #008000;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}








.st_14032025_1620_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_14032025_1620_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_14032025_1620_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_14032025_1620_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_14032025_1620_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_14032025_1620_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_14032025_1620_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_14032025_1620_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_14032025_1620_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	color: #37b5fe;
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #1d1d1b;
	
	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: 90px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #1d1d1b;
	text-align: center;
	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;*/

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	color: #1d1d1b;
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;
	
	color: #1d1d1b;
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo > .p5 a:link, .st_14032025_1620_amarelo > .p5 a:visited{
	display: table;
	padding: 12px 64px;
	
	margin: 0 auto;
	border-radius: 15px;
	text-align: center;
	
	font-weight: 600;
	
	background-color: #0cce31;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_14032025_1620_amarelo > .p5 a:hover, .st_14032025_1620_amarelo > .p5 a:active{
	background-color: #008000;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}


.st_14032025_1620_amarelo.sub1{
	box-sizing: border-box;
	width: 100%;
	
	flex-direction:row;
	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'*/
	
	margin-bottom: 90px;
	
	border: var(--brdr-bx) solid #fff000;
}
.st_14032025_1620_amarelo.sub2{
	box-sizing: border-box;
	width: 100%;
	
	padding: 90px 30px;
	margin-right: 15px;
	margin-left: 15px;
	
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/


	/*background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/bk1.webp');*/
	
	
	/*background-color: #e6007e;*/
	border-radius: 15px;
	
	border: var(--brdr-bx) solid #fff000;
}
.st_14032025_1620_amarelo.sub2.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/bk3.webp');
}
.st_14032025_1620_amarelo.sub2.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/bk4.webp');
}
.st_14032025_1620_amarelo.sub2.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../img/bk5.webp');
}
.st_14032025_1620_amarelo.sub2 span{
	box-sizing: border-box;
	display: table;
	width: 70px;
	margin: 0 auto 30px auto;
	
	border-bottom: 5px solid #37b5fe;
	
	/*margin-bottom: 30px;*/
}
.st_14032025_1620_amarelo.sub2 > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo.sub2 > .p1 i{
	box-sizing: border-box;
	
	font-size: 62px;
	padding: 12px 12px;
	border-radius: 15px;
}
.st_14032025_1620_amarelo.sub2 > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	font-weight: 600;
	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: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14032025_1620_amarelo.sub2 > .p2_1{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	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_14032025_1620_amarelo.sub2 > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 200;

	/* 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_16012025_1446_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: rgba(55,181,254, 1.0);
	border: var(--brdr-bx) solid #f08080;
}
.st_16012025_1446_bx1_fll_p1{
	width: 100%;
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	text-align: center;
	color: #292929;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_16012025_1446_bx1_fll_p2{
	width: 100%;
	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	color: #292929;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_16012025_1446_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	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'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_16012025_1446_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_16012025_1446_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1446_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	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'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_16012025_1446_bx1_cmnt.visble{
	visibility: hidden;
}
.st_16012025_1446_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	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 #000080;
}
.st_16012025_1446_bx1_cmnt_dt_p1{
	width: 100%;	

	margin-bottom: 30px;
}
.st_16012025_1446_bx1_cmnt_dt_spn1{
	font-weight: 800;
}








.st_12032025_1704_bx4_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 90px 0;
}
.st_12032025_1704_bx4_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row-reverse;
}
.st_12032025_1704_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_1704_bx4_cmnt_p1{
	width: 70px;
	height: 5px;
	margin: 0 auto 30px auto;
	
	background-color: #37b5fe;
}
.st_12032025_1704_bx4_cmnt_p2{
	box-sizing: border-box;
	padding: 0 30px;
		
	width: 100%;
	margin: 0 auto 20px 0;
	
	color: #37b5fe;
	
	text-align: center;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 145%;
}
.st_12032025_1704_bx4_cmnt_p3{
	box-sizing: border-box;
	padding: 0 30px;
	
	color: #003142;
	
	margin: 0 auto 20px 0;
}
.st_12032025_1704_bx4_cmnt_p3.adjust_12032025_1619{
	width: 100%;
	text-align: center;
}
.st_12032025_1704_bx4_cmnt_p3 .span1{
	font-weight: 600;
}
.st_12032025_1704_bx4_cmnt_p4{
	width: 100%;
}
.st_12032025_1704_bx4_cmnt_p4 a:link, .st_12032025_1704_bx4_cmnt_p4 a:visited{
	width: 250px;
	max-width: 450px;
	display: block;
	margin: 15px auto 0 auto;
	padding: 10px 12px;
	
	text-align: center;
	
	font-weight: 500;
	
	border-radius: 15px;
	
	background-color: #0cce31;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_12032025_1704_bx4_cmnt_p4 a:hover, .st_12032025_1704_bx4_cmnt_p4 a:active{
	background-color: #008000;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}






.st_18052024_bx6_fll{
	box-sizing: border-box;
	
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 90px 0 0px 0;
	
	background: #292929;
}
.st_18052024_bx6_fll_p1{
	text-align: center;
	color: #fff;
	background-color: #171717;
	padding: 15px 0;
	font-size: 12px;
	letter-spacing: 2px;
}
.st_18052024_bx6_fll_p2{
	text-align: center;
	background-color: #171717;
}
.st_18052024_bx6_fll_p2 img{
	width: 55px;
}
.st_18052024_bx6_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
}
.st_18052024_bx6_cmnt{
	box-sizing: border-box;
	
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 15px;
}
.st_18052024_bx6_cmnt p{
	text-align: center;
	letter-spacing: 1px;
}
.st_18052024_bx6_cmnt p a:link, .st_18052024_bx6_cmnt p a:visited{	
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	
	transition: all 0.3s ease-out;
}
.st_18052024_bx6_cmnt p a:hover, .st_18052024_bx6_cmnt p a:active{
	color: #37b5fe;
	
	transition: all 0.3s ease-out;
}
.st_18052024_bx6_cmnt_p1{
	margin: 0 auto 30px auto;
}
.st_18052024_bx6_cmnt_p2{
	
}
.st_18052024_bx6_cmnt_p3{
	margin: 0 auto 30px auto;
}
.st_18052024_bx6_cmnt_p4{
	
}
.st_18052024_bx6_cmnt_p5{
	margin: 0 auto 60px auto;
}
.st_18052024_bx6_cmnt_p6{
	margin: 0 auto 30px auto;
}
.st_18052024_bx6_cmnt_p6 i{
	font-size: 25px;
	margin: 0 6px;
}
.st_18052024_bx6_cmnt_p7{
	color: #fff;
	margin: 0 auto 70px auto;
}






.st_08062025_1253_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: -130px auto 0 auto;
	padding: 120px 0 90px 0;
	
	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/bk6.webp');
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_08062025_1253_vermelho.bk2_28062025_0844{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk7.webp') !important;
}
.st_08062025_1253_vermelho.bk3_28062025_0844{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk8.webp') !important;
}
.st_08062025_1253_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_08062025_1253_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_08062025_1253_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 2px;
	
	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_08062025_1253_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:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:space-between;
	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_08062025_1253_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_08062025_1253_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_08062025_1253_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_08062025_1253_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-weight: 500;
	color: #37b5fe;
	font-size: 76px;
	margin: 20px auto 0 auto;
	line-height: 145%;
	
	text-align: left;

	margin-bottom: 20px;
	border: var(--brdr-bx) solid #ccc;
}
.st_08062025_1253_amarelo > .p1 .span11{	
	font-weight: 800;
}
.st_08062025_1253_amarelo > .p1 .span22{
	display: table;
	font-weight: 800;
	color: #fc7200;
	font-size: 36px;
	margin: 20px auto 0 auto;
	line-height: 145%;
}
.st_08062025_1253_amarelo > .p1 .span33{
	color: #fff;
}
.st_08062025_1253_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 145%;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_08062025_1253_amarelo > .p2 span.color_22072025_1418{
	color: #37b5fe;
}
.st_08062025_1253_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;

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



@-webkit-keyframes pulse_shadow_22072025_1510 {
    0% {
        box-shadow: 0 0 0 0 rgba(12, 206, 49, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(12, 206, 49, 0); 
    }
    100% {
        box-shadow: 0 0 0 0 rgba(12, 206, 49, 0);
    }
}
@keyframes pulse_shadow_22072025_1510 {
    0% {
        box-shadow: 0 0 0 0 rgba(12, 206, 49, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(12, 206, 49, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(12, 206, 49, 0);
    }
}


.st_08062025_1253_amarelo a:link, .st_08062025_1253_amarelo a:visited {
    display: table;
    padding: 12px 32px;
    
    font-weight: 600;
    margin: 0 auto;
    border-radius: 15px;
    
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    
    background-color: #0cce31;
    
    text-align: center;
    color:#000;
    text-decoration:none;
    
    transition: all 0.3s ease-out;
    animation: pulse_shadow_22072025_1510 2s infinite;
}

.st_08062025_1253_amarelo a:hover, .st_08062025_1253_amarelo a:active {
    background-color: #008000;
    color:#fff;
    text-decoration:none;
    transition: all 0.3s ease-out;
}






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

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

.st_08062025_1314_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_08062025_1314_azul.width1{
	width: 100%;
	max-width: 100%;
}
.st_08062025_1314_azul.width2{
	width: 100%;
	max-width: calc(100% / 5); /* mude o valor 2 conforme necessidade */
}
.st_08062025_1314_azul.width3{
	width: 100%;
	max-width: calc(100% / 3); /* mude o valor 2 conforme necessidade */
}
.st_08062025_1314_azul.padding_right_left_0{
	padding: 30px 25px;
}
.st_08062025_1314_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_08062025_1314_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_08062025_1314_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_08062025_1314_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_08062025_1314_roxo.padding_0{
	padding: 0px;
}



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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_08062025_1314_amarelo > .p0{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 46px;
	text-align: center;
	color: #022e54;
	font-weight: 700;
	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_08062025_1314_amarelo > .p1{
	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: 15px;
	border: var(--brdr-bx) solid #ccc;
}
.st_08062025_1314_amarelo > .p1 img{
	max-width: 150px;
}
.st_08062025_1314_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	min-height: 70px;
	
	color: #022e54;
	font-weight: 800;

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

	margin-bottom: 15px;
	border: var(--brdr-bx) solid #ccc;
}
.st_08062025_1314_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;	
	
	color: #022e54;

	/* 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_08062025_1314_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;	
	
	color: #022e54;

	/* 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_08062025_1314_amarelo > .p4 a:link, .st_08062025_1314_amarelo > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 600;
	
	margin: 0 0 0 auto;
	border-radius: 15px;
	
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	
	background-color: #0cce31;
	
	text-align: center;

	color:#000;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_08062025_1314_amarelo > .p4 a:hover, .st_08062025_1314_amarelo > .p4 a:active{
	background-color: #008000;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}








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

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

.st_28062025_0851_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;
}
/* se for usar não esqueça de aplicar 'flex-wrap: wrap;' no elemento pai 'verde' */
.st_28062025_0851_azul.width1{
	width: 100%;
	max-width: calc(100% / 1);
}
.st_28062025_0851_azul.width2{
	width: 100%;
	max-width: calc(100% / 2); /* mude o valor 2 conforme necessidade */
}
.st_28062025_0851_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_28062025_0851_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_28062025_0851_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_28062025_0851_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_28062025_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_28062025_0851_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_28062025_0851_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_28062025_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_28062025_0851_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	color: #022e54;
	font-size: 36px;
	font-weight: 700;
	line-height: 125%;
	
	display: flex;
	flex-direction: row;
	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'*/
	flex-wrap: wrap; /*divs filho em mesma linha até o limite da div pai*/

	/* 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_28062025_0851_amarelo > .p1 img{
	width: 100%;
	max-width: calc(100% / 5);
}





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



#box_menu_new{	
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
#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;
}
	
	

.st_17022025_1602_vermelho{
	margin: 0 auto 0 auto;
	padding: 90px 0 90px 0;
}
.st_17022025_1602_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_17022025_1602_azul{
	padding: 30px 30px 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17022025_1602_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17022025_1602_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17022025_1602_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17022025_1602_roxo{
	padding: 0px;
}

.st_17022025_1602_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;

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

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #d49137;
}	
.st_17022025_1602_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}	
	
	
	
	
	
.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_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_14032025_1620_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_14032025_1620_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_14032025_1620_azul.visble{
	visibility: hidden;
	display: none;
}
.st_14032025_1620_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_14032025_1620_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_14032025_1620_roxo{
	padding: 0px;
}

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}
.st_14032025_1620_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	font-size: 26px;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}
.st_14032025_1620_amarelo.sub1{
	flex-direction:column;
}
.st_14032025_1620_amarelo.sub2{
	max-width: 450px;
	
	margin: 0 auto 30px auto;
}
.st_14032025_1620_amarelo.sub2 > .p2_1{
	font-size: 26px;
}
	
	
	
	
	
.st_16012025_1446_bx1_fll_p1{
	width: 85%;
	margin: 0 auto 30px auto;

	font-size: 26px;	
	text-align: center;
}
.st_16012025_1446_bx1_fll_p2{
	width: 85%;
	margin: 0 auto;
	
	font-size: auto;	
	text-align: center;
}
.st_16012025_1446_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_16012025_1446_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1446_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1446_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_16012025_1446_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_16012025_1446_bx1_cmnt_dt_p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_16012025_1446_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	
	
	
.st_12032025_1704_bx4_bd{
	width: 95%;
	
	flex-direction:column;
}
.st_12032025_1704_bx4_cmnt{

}
.st_12032025_1704_bx4_cmnt_p3.adjust_12032025_1619{
	width: 100%;
	text-align: center;
}
.st_12032025_1704_bx4_cmnt_p1{
	margin: 0 auto 30px auto;
}
.st_12032025_1704_bx4_cmnt_p2{
	margin: 0 auto 20px auto;
	text-align: center;
	
	font-size: 26px;
}
.st_12032025_1704_bx4_cmnt_p3{
	margin: 0 auto 20px auto;
	text-align: left;
}
.st_12032025_1704_bx4_cmnt_p4 a:link{
	margin: 30px auto 0 auto;
}
	
	
	
	
.st_18052024_bx6_fll p{
	line-height: 145%;
}
.st_18052024_bx6_fll_p1{
	padding: 30px 0;
}
.st_18052024_bx6_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.st_18052024_bx6_cmnt p{
	line-height: 145%;
}
.st_18052024_bx6_cmnt_p4{
	margin: 0 auto 30px auto;
}
.st_18052024_bx6_cmnt_p7 a{
	display: block;
}
.st_18052024_bx6_cmnt_p7 span{
	visibility: hidden;
}
	
	
	
	
	
.st_08062025_1253_vermelho{
	margin: 0 auto 0 auto;
	padding: 90px 0 90px 0;
}
.st_08062025_1253_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_08062025_1253_azul{
	padding: 30px 30px 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_08062025_1253_azul.visble{
	visibility: hidden;
	display: none;
}
.st_08062025_1253_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_08062025_1253_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_08062025_1253_roxo{
	padding: 0px;
}

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

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

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

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

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

	font-size: auto;	
	text-align: center;
}
	
.st_08062025_1314_verde{
	width: 95%;
	flex-direction:column;
	align-items: center;
}

.st_08062025_1314_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_08062025_1314_azul.width2{
	width: 100%;
	max-width: calc(300px / 1); /* mude o valor 2 conforme necessidade */
}
.st_08062025_1314_azul.width3{
	width: 100%;
	max-width: calc(300px / 1); /* mude o valor 2 conforme necessidade */
}
.st_08062025_1314_azul.visble{
	visibility: hidden;
	display: none;
}
.st_08062025_1314_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_08062025_1314_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_08062025_1314_roxo{
	padding: 0px;
}

.st_08062025_1314_amarelo > .p0{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;

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

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

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

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

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

.st_28062025_0851_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_28062025_0851_azul.visble{
	visibility: hidden;
	display: none;
}
.st_28062025_0851_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_28062025_0851_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_28062025_0851_roxo{
	padding: 0px;
}

.st_28062025_0851_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 26px;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_28062025_0851_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_28062025_0851_amarelo > .p1 img{
	width: 100%;
	max-width: calc(250px / 1);
}
	
	


}