/*@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 */
}




.st_17052025_0922_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0px 0;
	
	z-index: 1;
	position: relative;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17052025_0922_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_17052025_0922_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_0922_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_17052025_0922_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: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_0922_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_0922_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_0922_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_17052025_0922_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 0px;
	
	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_17052025_0922_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_0922_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_17052025_0922_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_17052025_0922_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

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

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

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









#box_menu_new{
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	
	z-index: 1;
	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(31,35,42,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;*/
	max-width: 200px;
}



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

	padding: 0 30px;

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

	padding: 0 30px;

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

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

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

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

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


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



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

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

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

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

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

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

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

	margin-bottom: 120px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	text-align: left;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10052025_1700_amarelo > .p3 a:link, .st_10052025_1700_amarelo > .p3 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#fff;
	
	margin-right: 30px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3 a:hover, .st_10052025_1700_amarelo > .p3 a:active{
	/*background-color: #000;*/
	color:#59bdb1;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3 a:link i, .st_10052025_1700_amarelo > .p3 a:visited i{
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10052025_1700_amarelo > .p3 a:hover i, .st_10052025_1700_amarelo > .p3 a:active i{
	color:#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_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 130px 0 90px 0;
	
	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;
}
.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: 500;
	line-height: 145%;
	color: #fff;
	
	border-bottom: 1px solid #fff !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.bk9{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos9.webp');
	background-position: center center;
}
.st_17052025_1517_amarelo > .p3.bk10{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img-servicos10.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_17052025_1558_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: -90px auto 0 auto;
	padding: 0px 0;
	
	z-index: 1;
	position: relative;
	
	background-image: linear-gradient(to right, transparent 50%, #264259 50%);
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17052025_1558_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_17052025_1558_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_1558_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_17052025_1558_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_1558_azul.bk1{
	min-height: 450px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img2.webp');
}
.st_17052025_1558_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_1558_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_1558_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_1558_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;
	font-weight: 600;
	
	border-bottom: 1px solid #fff !important;
	padding-bottom: 5px;

	/* 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_1558_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_1558_amarelo > .p3{
	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: 0px;
	border: var(--brdr-bx) solid #ccc;
}






.st_17052025_1624_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: -500px auto 0 auto;
	padding: 530px 0 60px 0;
	
	background-color: #f8f8fa;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17052025_1624_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_17052025_1624_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_1624_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_17052025_1624_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_1624_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_1624_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_1624_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_1624_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	color: #264259;
	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_1624_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_1624_amarelo > .p2.bk1{
	min-height: 250px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img3.webp');
}
.st_17052025_1624_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #264259;
	font-weight: 600;
	
	border-bottom: 1px solid #264259 !important;
	padding-bottom: 5px;

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

	/* 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_1624_amarelo > .p4 span{
	font-weight: 600;
}
.st_17052025_1624_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_17052025_1624_amarelo > .p5 a:link, .st_17052025_1624_amarelo > .p5 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#264259;
	
	margin-right: 30px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1624_amarelo > .p5 a:hover, .st_17052025_1624_amarelo > .p5 a:active{
	/*background-color: #000;*/
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1624_amarelo > .p5 a:link i, .st_17052025_1624_amarelo > .p5 a:visited i{
	color:#264259;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_1624_amarelo > .p5 a:hover i, .st_17052025_1624_amarelo > .p5 a:active i{
	color:#337f7d;
	
	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_1714_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_17052025_1714_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_17052025_1714_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_1714_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_17052025_1714_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_1714_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_1714_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_1714_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_1714_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color:#264259;
	font-weight: 600;
	
	border-bottom: 1px solid #264259 !important;
	padding-bottom: 5px;

	/* 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_1714_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	color: #264259;
	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_1714_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color:#264259;

	/* 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_2027_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #1f232a;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17052025_2027_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_17052025_2027_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_2027_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_17052025_2027_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_2027_azul.bk1{
	min-height: 250px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img4.webp');
}
.st_17052025_2027_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_2027_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_2027_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_2027_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	color: #fff;
	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_2027_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fff;

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

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







.st_17052025_2044_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_17052025_2044_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_17052025_2044_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_2044_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_17052025_2044_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_2044_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_2044_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_2044_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_2044_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	color: #264259;
	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: 60px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_2044_amarelo > .p2{
	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: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_2044_amarelo > .p2 a:link, .st_17052025_2044_amarelo > .p2 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#264259;
	
	margin-right: 30px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_2044_amarelo > .p2 a:hover, .st_17052025_2044_amarelo > .p2 a:active{
	/*background-color: #000;*/
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_2044_amarelo > .p2 a:link i, .st_17052025_2044_amarelo > .p2 a:visited i{
	color:#264259;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_2044_amarelo > .p2 a:hover i, .st_17052025_2044_amarelo > .p2 a:active i{
	color:#337f7d;
	
	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_2059_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0px 0;
	
	background-color: #f8f8fa;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_17052025_2059_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_17052025_2059_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_2059_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_17052025_2059_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_2059_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_17052025_2059_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_17052025_2059_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_17052025_2059_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px 0px;
	
	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_2059_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_2059_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_17052025_2059_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_17052025_2059_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_17052025_2059_amarelo > p a:link, .st_17052025_2059_amarelo > p a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#264259;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_2059_amarelo > p a:hover, .st_17052025_2059_amarelo > p a:active{
	/*background-color: #000;*/
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_2059_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_2059_amarelo > .p1 a i{
	font-size: 25px;
}
.st_17052025_2059_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_2059_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_17052025_2059_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_2059_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_17052025_2059_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_17052025_2059_amarelo > .p6 img{
	max-width: 200px;
}





.st_18052025_1016_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
	
	background-color: #f8f8fa;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_18052025_1016_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_18052025_1016_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_18052025_1016_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	border-top: 1px solid #e6e6e6 !important;
	
	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_18052025_1016_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_18052025_1016_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_18052025_1016_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_18052025_1016_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_18052025_1016_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 0px 0px;
	
	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_18052025_1016_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_18052025_1016_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_18052025_1016_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_18052025_1016_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_18052025_1016_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 14px;
	color: #264259;

	/* 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_18052025_1016_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 14px;
	text-align: right;
	color: #264259;

	/* 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_18052025_1016_amarelo > .p2 a:link, .st_18052025_1016_amarelo > .p2 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 600;
	
	/*background-color: #999;*/
	color:#264259;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_18052025_1016_amarelo > .p2 a:hover, .st_18052025_1016_amarelo > .p2 a:active{
	/*background-color: #000;*/
	color:#337f7d;
	
	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_31012025_1509_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #337f7d;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_31012025_1509_bx1_fll_p1{
	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 #20b2aa;
}
.st_31012025_1509_bx1_fll_p2{
	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 #20b2aa;
}
.st_31012025_1509_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	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'*/
	
	column-gap: 60px;
	
	/*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*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_31012025_1509_bx1_bd .adjst1{
	width: 100%;
	max-width: 350px;
	/*margin: 0 auto 50px auto;*/
	margin-bottom: 50px;
	padding: 0 0 30px 0;
	
	background-color: #fff;
	
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
	border-radius: 15px 0px;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	
	transition: all 0.3s ease-out;
	
	display: flex;
	flex-direction:column; /* row display horizontal / column display vertical */
	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'*/
	/*align-content:flex-start;*/
	
	/*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*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid blue;
}
.st_31012025_1509_bx1_bd .adjst1:hover{
	transform: scale(1.05);
	transition: all 0.3s ease-out;
}
.st_31012025_1509_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31012025_1509_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31012025_1509_bx1_cmnt{
	width: 100%;
	
	min-height: 320px; /* AJUSTE CONFORME DEMANDA DE TEXTO <<<<<<<<<<<<<<<<<<<<<<<< */ 
	
	/*margin: 0 auto 0 auto;*/
	padding: 0px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	border-radius: 15px 0px 55px 0px;
	
	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'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_31012025_1509_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/1.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/2.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/3.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/4.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk5{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/5.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk6{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/6.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk7{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/7.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk8{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/8.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk9{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/9.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk10{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/10.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk11{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/11.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk12{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/12.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk13{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/13.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.bk14{
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img_blog/14.webp');
	min-height: 250px;
}
.st_31012025_1509_bx1_cmnt.visble{
	visibility: hidden;
}
.adjst1_visible_28042025_1207{
	visibility: hidden;
}
.st_31012025_1509_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	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:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_31012025_1509_bx1_cmnt_dt_p1{
	width: 100%;	

	margin-bottom: 30px;
}

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

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


.st_31012025_1509_bx1_cmnt_dt_p2{
	width: 100%;
	
	font-size: 14px;
	line-height: 145%;
	
	color: #264259;
	
	margin-top: 15px;
	margin-bottom: 0px;
}
.st_31012025_1509_bx1_cmnt_dt_p2 .span1{
	display: table;
	width: 100%;
	
	font-size: 18px;
	font-weight: 600;
	line-height: 145%;
	
	color: #337f7d;
	
	margin-top: 15px;
	margin-bottom: 30px;
}
.st_31012025_1509_bx1_cmnt_dt_p2 .span3{
	display: table;
	width: 100%;
	height: 1px;
	
	background-color: #264259;
	
	margin-top: 5px;
	margin-bottom: 15px;
}
.st_31012025_1509_bx1_cmnt_dt_p6{
	width: 100%;
	
	font-size: 18px;
	
	/*border-top: 1px solid #ccc;
	padding-top: 5px;*/

	margin-bottom: 10px;
}
.st_31012025_1509_bx1_cmnt_dt_p6 .span1{
	display: table;
	font-size: 14px;
}
.st_31012025_1509_bx1_cmnt_dt_p6 .span1 i{
	margin-right: 10px;
	color:#337f7d;
}
.st_31012025_1509_bx1_cmnt_dt_p6 .span2{
	display: table;
	font-size: 14px;
	
	margin-bottom: 30px;
}
.st_31012025_1509_bx1_cmnt_dt_p6 .span2 i{
	margin-right: 10px;
	color:#337f7d;
}
.st_31012025_1509_bx1_cmnt_dt_p6 a:link, .st_31012025_1509_bx1_cmnt_dt_p6 a:visited{	
	display: table;
	margin: 0 0 0 auto;
	
	font-weight: 500;
	
	font-size: 16px;
	
	color:#264259;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31012025_1509_bx1_cmnt_dt_p6 a:hover, .st_31012025_1509_bx1_cmnt_dt_p6 a:active{
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31012025_1509_bx1_cmnt_dt_p6 a:hover i, .st_31012025_1509_bx1_cmnt_dt_p6 a:active i{
	color:#337f7d;
	
	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_31012025_1509_bx1_cmnt_dt_spn1{
	font-weight: 800;
}






.st_23072025_1404_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 60px 0;
	
	background-color: #f8f8fa;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_23072025_1404_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_23072025_1404_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_23072025_1404_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_23072025_1404_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_23072025_1404_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_23072025_1404_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_23072025_1404_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_23072025_1404_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 600;
	line-height: 145%;
	color: #264259;
	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_23072025_1404_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_23072025_1404_amarelo > .p2.bk1{
	min-height: 250px;
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/img7.webp');
}
.st_23072025_1404_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #264259;
	font-weight: 600;
	
	border-bottom: 1px solid #264259 !important;
	padding-bottom: 5px;

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

	/* 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_23072025_1404_amarelo > .p4 span{
	font-weight: 600;
}
.st_23072025_1404_amarelo > .p4 img{
	display: table;
	width: 250px;
	max-width: 90%;
	margin: 0 auto;
}
.st_23072025_1404_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_23072025_1404_amarelo > .p5 a:link, .st_23072025_1404_amarelo > .p5 a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#264259;
	
	margin-right: 30px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_23072025_1404_amarelo > .p5 a:hover, .st_23072025_1404_amarelo > .p5 a:active{
	/*background-color: #000;*/
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_23072025_1404_amarelo > .p5 a:link i, .st_23072025_1404_amarelo > .p5 a:visited i{
	color:#264259;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_23072025_1404_amarelo > .p5 a:hover i, .st_23072025_1404_amarelo > .p5 a:active i{
	color:#337f7d;
	
	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); }
}




@media only screen and (max-width: 1201px) {
	
img{
	max-width: 100%;
}
	
	
	
	
.st_17052025_0922_vermelho{
	background-color: #1f232a;
	padding: 0;
}
.st_17052025_0922_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_17052025_0922_azul{
	padding: 0px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_0922_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_0922_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_0922_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_0922_roxo{
	padding: 0px;
}

.st_17052025_0922_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	padding-top: 15px;
	
	text-align: center;

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


#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_10052025_1700_vermelho{
	margin: 0 auto 0 auto;
	padding: 120px 0 60px 0;
}
.st_10052025_1700_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

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

.st_10052025_1700_roxo{
	padding: 0px;
}

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

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

	text-align: center;

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_10052025_1700_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
	
	display: block;
	margin-right: 0px !important;
	
	margin-bottom: 15px;
}
	
	
	
	
.st_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_17052025_1558_vermelho{
	margin: 0 auto;
	background-image: linear-gradient(to right, #264259 50%, #264259 50%);
}	
.st_17052025_1558_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_17052025_1558_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_1558_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_1558_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_1558_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_1558_roxo{
	padding: 0px;
}

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_17052025_1558_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
.st_17052025_1624_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #f8f8fa;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}	
.st_17052025_1624_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_17052025_1624_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_1624_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_1624_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_1624_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_1624_roxo{
	padding: 0px;
}

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_17052025_1624_amarelo > .p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_17052025_1624_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
	/*background-attachment: fixed;*/

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

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

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

.st_17052025_1714_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_1714_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_1714_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_1714_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_1714_roxo{
	padding: 0px;
}

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

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

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

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

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

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

.st_17052025_2027_azul{
	padding: 30px 30px 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_2027_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_2027_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_2027_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_2027_roxo{
	padding: 0px;
}

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

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

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

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

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

.st_17052025_2044_azul{
	padding: 30px 0px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_2044_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_2044_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_2044_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_2044_roxo{
	padding: 0px;
}

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

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

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

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

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

.st_17052025_2059_azul{
	padding: 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_17052025_2059_azul.visble{
	visibility: hidden;
	display: none;
}
.st_17052025_2059_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_17052025_2059_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_17052025_2059_roxo{
	padding: 0px;
}


.st_17052025_2059_amarelo > p a:link, .st_17052025_2059_amarelo > p a:visited{
	/*display: table;*/
	/*padding: 6px 64px;*/
	
	font-weight: 600;
	
	/*background-color: #999;*/
	color:#264259;
	text-align: center;
	width: 100%;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_17052025_2059_amarelo > p a:hover, .st_17052025_2059_amarelo > p a:active{
	/*background-color: #000;*/
	color:#337f7d;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}

	
.st_17052025_2059_amarelo > p{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}
.st_17052025_2059_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;	

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #d49137;
}	
.st_17052025_2059_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;	

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

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

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

.st_18052025_1016_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_18052025_1016_azul.adjut_18052025_1042{
	padding-top: 0px !important;
}
.st_18052025_1016_azul.visble{
	visibility: hidden;
	display: none;
}
.st_18052025_1016_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_18052025_1016_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_18052025_1016_roxo{
	padding: 0px;
}

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

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

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

	font-size: 26px;	
	text-align: center;
}
.st_31012025_1509_bx1_fll_p2{
	width: 85%;
	margin: 0 auto 30px auto;

	font-size: auto;	
	text-align: center;
}
.st_31012025_1509_bx1_bd{
	width: 85%;
	flex-direction:column;
	
	column-gap: 0px;
	justify-content:center;
	align-content:center;
}
.st_31012025_1509_bx1_bd .adjst1{
	width: 100%;
}
.st_31012025_1509_bx1_cmnt{
	padding: 0;
}
.st_31012025_1509_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31012025_1509_bx1_cmnt_vrtcl_line.visble{
	visibility: hidden;
	display: none;
}
.st_31012025_1509_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31012025_1509_bx1_bd_hrzntl_line.visble{
	visibility: hidden;
	display: none;
}
.st_31012025_1509_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.adjst1_visible_28042025_1207{
	visibility:hidden;
	display: none;
	height: 0px;
	
	border: 1px solid blue;
}
.st_31012025_1509_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_31012025_1509_bx1_cmnt_dt_p1 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
.st_31012025_1509_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	
.st_31012025_1509_bx1_cmnt_dt_p2{
	text-align: left;
	
	margin-bottom: 0px;
	margin-top: 30px;
}
.st_31012025_1509_bx1_cmnt_dt_p2 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */	
}
.st_31012025_1509_bx1_cmnt_dt_p6{
	text-align: left;
	
	margin-bottom: 30px;
}
.st_31012025_1509_bx1_cmnt_dt_p6 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
	
	
.st_23072025_1404_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #f8f8fa;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}	
.st_23072025_1404_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_23072025_1404_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_23072025_1404_azul.visble{
	visibility: hidden;
	display: none;
}
.st_23072025_1404_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_23072025_1404_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_23072025_1404_roxo{
	padding: 0px;
}

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

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

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



}