/*@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');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Jost:ital,wght@0,100..900;1,100..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:300;
  	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');
}


.auto_colors {
  background-color: rgb(124 106 88 / 20%);
  opacity: 1;
}
.auto_colors:hover {
  background-color: rgb(124 106 88 / 100%);
}


.div_hr{
	box-sizing: border-box;
	
	background-color: #1a1a1a;
	padding: 2px 0;
}
hr.padrao1{
	width: 1200px;
    height: 1px;
    border: 0px;
    border-bottom: 1px solid rgba(124,106,88,0.3);
    background-color: rgba(26,26,26,0.0);
}


#box_menu_new{
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	background-color: rgba(2,2,2,1.0) !important;
	
	-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(26,26,26,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.6);
   -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.6);
   box-shadow:         0 0 25px rgba(0,0,0,0.6);
}
#box_menu_new_coment{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 1200px;
}
.logo_menu_new{
	float: left; 
	/*margin: 0 auto 0 auto;*/
	/*width: 200px;*/
}




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

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

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

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

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

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

.st_13022025_1454_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content: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_13022025_1454_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_13022025_1454_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_13022025_1454_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_13022025_1454_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color: #7c6a58;
	line-height: 145%;

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_13022025_1454_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	color: #fefefe;
	line-height: 125%;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_13022025_1454_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	color: #fefefe;
	line-height: 145%;

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

	margin-bottom: 15px;
	border: var(--brdr-bx) solid #ccc;
}
.st_13022025_1454_amarelo > .p4 a:link, .st_13022025_1454_amarelo > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;

	border-radius: 100px;
	border: 1px solid #fefefe;
	
	/*background-color: #999;*/
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_13022025_1454_amarelo > .p4 a:hover, .st_13022025_1454_amarelo > .p4 a:active{
	/*background-color: #000;*/
	color:#7c6a58;
	
	border: 1px solid #7c6a58;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_13022025_1454_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_13022025_1454_amarelo > .p5 a:link, .st_13022025_1454_amarelo > .p5 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_13022025_1454_amarelo > .p5 a:hover, .st_13022025_1454_amarelo > .p5 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_13022025_1454_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

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




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

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

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

.st_14022025_1344_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
	
	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_14022025_1344_verde.line1{
	border-top: 1px solid rgba(124,106,88,0.3) !important;
}

.st_14022025_1344_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content: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_14022025_1344_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_14022025_1344_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_14022025_1344_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}
.st_14022025_1344_azul.line1{
	border-left: 1px solid rgba(124,106,88,0.3) !important;
}


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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_14022025_1344_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	line-height: 145%;
	color: #fefefe;
	font-size: 36px;
	text-align: center;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14022025_1344_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	line-height: 145%;
	color: #fefefe;
	font-size: 36px;
	text-align: center;

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14022025_1344_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	line-height: 145%;
	color: #7c6a58;
	text-align: center;

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_14022025_1344_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	line-height: 145%;
	color: #fefefe;
	text-align: center;

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




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

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

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

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

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

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

.st_15022025_1607_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	flex-direction:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:space-between;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
.st_15022025_1607_azul.bk1{
	border-radius: 15px;
	min-height: 450px;
	background-position: center center!important;
	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk1.webp');
}

.st_15022025_1607_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_15022025_1607_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_15022025_1607_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1607_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #7c6a58;
	line-height: 145%;

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1607_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	color: #fefefe;
	line-height: 125%;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1607_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	overflow: auto;
	max-height: 300px;
	padding: 15px 15px;
	
	color: #fefefe;
	line-height: 145%;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1607_amarelo > .p4::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}

.st_15022025_1607_amarelo > .p4::-webkit-scrollbar-track {
  background: #ba9d80; /* Cor de fundo da pista */
	border-radius: 15px;
}

.st_15022025_1607_amarelo > .p4::-webkit-scrollbar-thumb {
  background: #7c6a58; /* Cor do polegar */
  border-radius: 5px; /* Borda arredondada do polegar */
}

.st_15022025_1607_amarelo > .p4::-webkit-scrollbar-thumb:hover {
  background: #8a1710; /* Cor do polegar ao passar o mouse */
}
.st_15022025_1607_amarelo > .p4 a:link, .st_15022025_1607_amarelo > .p4 a:visited{
	display: table;
	
	font-weight: 500;
	
	color: #7c6a58;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_15022025_1607_amarelo > .p4 a:hover, .st_15022025_1607_amarelo > .p4 a:active{
	color:#ba9d80;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_15022025_1607_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1607_amarelo > .p5 a:link, .st_15022025_1607_amarelo > .p5 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	text-align: center;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_15022025_1607_amarelo > .p5 a:hover, .st_15022025_1607_amarelo > .p5 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}





.st_15022025_1732_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #1a1a1a;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_15022025_1732_vermelho > .p1{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	line-height: 145%;
	color: #7c6a58;
	
	text-align: left;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1732_vermelho > .p2{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	line-height: 145%;
	color: #fefefe;
	
	text-align: left;
	
	margin-bottom: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1732_vermelho > .p3{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	line-height: 145%;
	color: #fefefe;	
	text-align: center;
	
	margin-bottom: 30px;
	margin-top: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1732_vermelho > .p4{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1732_vermelho > .p4 a:link, .st_15022025_1732_vermelho > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	
	margin: 0 auto;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_15022025_1732_vermelho > .p4 a:hover, .st_15022025_1732_vermelho > .p4 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}

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

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

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

.st_15022025_1732_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 7px;
	
	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_15022025_1732_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_15022025_1732_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_15022025_1732_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


.st_15022025_1732_roxo{
	box-sizing: border-box;
	width: 100%;
	/*height: 100%;*/
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	border-radius: 15px;
	background-color: #2d2a25;
	
	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_15022025_1732_amarelo{
	box-sizing: border-box;
	width: 100%;
	
	min-height: 100px;
	
	flex-direction:column; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	
	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_15022025_1732_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_15022025_1732_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_15022025_1732_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_15022025_1732_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color: #fefefe;
	text-align: center;
	font-size: 40px;

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1732_amarelo > .p1 i{
	box-sizing: border-box;
	
	padding: 16px 20px;
	border-radius: 100%;
	
	background-color: #8a1710;	
}
.st_15022025_1732_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color: #fefefe;
	text-align: center;
	font-family: "Cinzel", serif;
	min-height: 50px;
	
	display: flex;
    justify-content:center;
	align-items:center;

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

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_15022025_1732_amarelo > .p4 a:link, .st_15022025_1732_amarelo > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	
	margin: 0 auto;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_15022025_1732_amarelo > .p4 a:hover, .st_15022025_1732_amarelo > .p4 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




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

	color: #7c6a58;
	line-height: 145%;	
	text-align: center;
	
	margin-bottom: 10px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1136_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;

	font-family: "Cinzel", serif;
	font-size: 36px;
	color: #fefefe;
	line-height: 125%;	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1136_vermelho > .p3{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	line-height: 145%;
	color: #fefefe;	
	text-align: center;
	
	margin-bottom: 30px;
	margin-top: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1136_vermelho > .p4{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1136_vermelho > .p4 a:link, .st_16022025_1136_vermelho > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	
	margin: 0 auto;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1136_vermelho > .p4 a:hover, .st_16022025_1136_vermelho > .p4 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}

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

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

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

.st_16022025_1136_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_16022025_1136_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_16022025_1136_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_16022025_1136_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

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

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




.st_16022025_1233_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #1a1a1a;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_16022025_1233_vermelho > .p1{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	line-height: 145%;
	color: #7c6a58;
	
	text-align: left;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1233_vermelho > .p2{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	line-height: 145%;
	color: #fefefe;
	
	text-align: left;
	
	margin-bottom: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1233_vermelho > .p3{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	line-height: 145%;
	color: #fefefe;	
	text-align: center;
	
	margin-bottom: 30px;
	margin-top: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1233_vermelho > .p4{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1233_vermelho > .p4 a:link, .st_16022025_1233_vermelho > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	
	margin: 0 auto;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1233_vermelho > .p4 a:hover, .st_16022025_1233_vermelho > .p4 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}

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

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

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

.st_16022025_1233_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_16022025_1233_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_16022025_1233_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_16022025_1233_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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



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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_16022025_1233_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color:#7c6a58;
	font-weight: 600;

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1233_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color:#7c6a58;
	font-style: italic;

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

	margin-bottom: 90px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1233_amarelo > .p3 a:link, .st_16022025_1233_amarelo > .p3 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	


	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1233_amarelo > .p3 a:hover, .st_16022025_1233_amarelo > .p3 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




.st_16022025_1413_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #1a1a1a;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_16022025_1413_vermelho > .p1{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	line-height: 145%;
	color: #7c6a58;
	
	text-align: left;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1413_vermelho > .p2{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	line-height: 145%;
	color: #fefefe;
	
	text-align: left;
	
	margin-bottom: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

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

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

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

.st_16022025_1413_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_16022025_1413_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_16022025_1413_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_16022025_1413_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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



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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_16022025_1413_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	line-height: 145%;
	color: #7c6a58;
	
	text-align: left;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1413_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	line-height: 145%;
	color: #fefefe;
	
	text-align: left;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1413_amarelo > .p3{
	box-sizing: border-box;
	width: 100%;
	
	line-height: 145%;
	color: #fefefe;
	
	text-align: left;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1413_amarelo > .p3 span{
	color: #7c6a58;
}
.st_16022025_1413_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	margin: 0 auto;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1413_amarelo > .p4 a:link, .st_16022025_1413_amarelo > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #229a00;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1413_amarelo > .p4 a:hover, .st_16022025_1413_amarelo > .p4 a:active{
	background-color: #32cd32;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




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

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

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

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

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

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

.st_16022025_1440_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_16022025_1440_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_16022025_1440_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_16022025_1440_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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



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

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

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

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

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1440_amarelo > .p4 a{
	margin: 0px 7px;
}
.st_16022025_1440_amarelo > .p4 a:first-child{
	margin: 0px 7px 0px 0px;
}
.st_16022025_1440_amarelo > .p4 a:link, .st_16022025_1440_amarelo > .p4 a:visited{
	display: inline;
	
	font-weight: 500;	
	text-align: center;	
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1440_amarelo > .p4 a:hover, .st_16022025_1440_amarelo > .p4 a:active{
	color:#7c6a58;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1440_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;
	
	color: #7c6a58;

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1440_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items:flex-start;

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1440_amarelo > .p6.maring_bottom1 a{
	margin-bottom: 10px;
}
.st_16022025_1440_amarelo > .p6 a:link, .st_16022025_1440_amarelo > .p6 a:visited{
	display: inline;
	
	font-size: 14px;
	font-weight: 400;	
	text-align: left;	
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1440_amarelo > .p6 a:hover, .st_16022025_1440_amarelo > .p6 a:active{
	color:#7c6a58;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




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

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

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

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

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

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

.st_16022025_1547_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_16022025_1547_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_16022025_1547_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_16022025_1547_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16022025_1547_amarelo > .p1.aling1{
	text-align: right;
}
.st_16022025_1547_amarelo > .p1 a:link, .st_16022025_1547_amarelo > .p1 a:visited{
	display: inline;
	
	font-size: 12px;		
	color: #fefefe;
	font-weight: 500;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16022025_1547_amarelo > .p1 a:hover, .st_16022025_1547_amarelo > .p1 a:active{
	color:#7c6a58;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}






.st_16062025_1618_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #1a1a1a;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_16062025_1618_vermelho > .p1{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	line-height: 145%;
	color: #7c6a58;
	
	text-align: center;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16062025_1618_vermelho > .p2{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	
	font-family: "Cinzel", serif;
	font-size: 36px;
	line-height: 145%;
	color: #fefefe;
	
	text-align: center;
	
	margin-bottom: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16062025_1618_vermelho > .p3{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	line-height: 145%;
	color: #fefefe;	
	text-align: center;
	
	margin-bottom: 30px;
	margin-top: 60px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16062025_1618_vermelho > .p4{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_16062025_1618_vermelho > .p4 a:link, .st_16062025_1618_vermelho > .p4 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	
	margin: 0 auto;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16062025_1618_vermelho > .p4 a:hover, .st_16062025_1618_vermelho > .p4 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}

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

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

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

.st_16062025_1618_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_16062025_1618_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_16062025_1618_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_16062025_1618_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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



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

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_16062025_1618_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	color:#7c6a58;
	font-weight: 600;

	margin-bottom: 10px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16062025_1618_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	color:#7c6a58;
	font-style: italic;

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

	margin-bottom: 90px;
	border: var(--brdr-bx) solid #ccc;
}
.st_16062025_1618_amarelo > .p3 a:link, .st_16062025_1618_amarelo > .p3 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	text-align: center;
	


	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16062025_1618_amarelo > .p3 a:hover, .st_16062025_1618_amarelo > .p3 a:active{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}






.st_31012025_1509_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	/*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: 500;
	line-height: 145%;
	
	text-align: center;
	font-family: "Cinzel", serif;
	color: #8a1710;
	
	margin-bottom: 0px;
	
	/*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;
	color: #020202;
	
	margin-bottom: 90px;
	
	/*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: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'*/
	
	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: 30px;
	padding: 0 0 0 0;
	
	/*background-color: #e5e8eb;*/
	
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
	border-radius: 15px;
	box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
	
	transition: all 0.3s ease-out;
	
	display: flex;
	flex-direction:column; /* row display horizontal / column display vertical */
	justify-content:flex-start;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	/*align-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 red;
}
.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%;
	height: 100%;
	
	/*min-height: 320px;  AJUSTE CONFORME DEMANDA DE TEXTO <<<<<<<<<<<<<<<<<<<<<<<< */ 
	
	/*margin: 0 auto 0 auto;*/
	padding: 20px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	border-radius: 15px 15px 0px 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.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: #020202;
	font-family: "Cinzel", serif;
	
	margin-top: 15px;
	margin-bottom: 0px;
}
.st_31012025_1509_bx1_cmnt_dt_p2 .span1{
	display: table;
	width: 100%;
	
	font-size: 18px;
	font-weight: 500;
	line-height: 145%;
	
	margin-top: 15px;
	margin-bottom: 30px;
}
.st_31012025_1509_bx1_cmnt_dt_p2 .span3{
	display: table;
	width: 100%;
	height: 1px;
	
	background-color: #ccc;
	
	margin-top: 5px;
	margin-bottom: 15px;
}
.st_31012025_1509_bx1_cmnt_dt_p6{
	width: 100%;
	
	font-size: 14px;
	
	/*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:#0074d9;
}
.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:#0074d9;
}
.st_31012025_1509_bx1_cmnt_dt_p6 a:link, .st_31012025_1509_bx1_cmnt_dt_p6 a:visited{	
	display: table;
	padding: 12px 32px;
	
	font-weight: 400;
	
	text-align: center;
	
	margin: 0 auto;

	border-radius: 100px;
	/*border: 1px solid #fefefe;*/
	
	background-color: #8a1710;
	color: #fefefe;
	
	
	
	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{
	background-color: #7c6a58;
	color:#fefefe;
	
	/*border: 1px solid #7c6a58;*/
}


.st_31012025_1509_bx1_cmnt_dt_spn1{
	font-weight: 800;
}






.st_03082025_1157_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_03082025_1157_vermelho > .p1{
	box-sizing: border-box;
	width: 1200px;
	font-size: 36px;
	font-weight: 500;
	line-height: 145%;
	
	margin: 0 auto;
	
	text-align: center;
	font-family: "Cinzel", serif;
	color: #8a1710;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}
.st_03082025_1157_vermelho > .p2{
	box-sizing: border-box;
	width: 100%;
	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	text-align: center;
	color: #020202;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ccc;
}

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

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

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

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


.st_03082025_1157_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_03082025_1157_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_03082025_1157_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_03082025_1157_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
	font-family: "Cinzel", serif;
	line-height: 145%;
}
.st_03082025_1157_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

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

	/* 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_03082025_1157_amarelo > .p1 a:link, .st_03082025_1157_amarelo > .p1 a:visited{
	color:#222222;
	
	text-decoration: underline !important;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_03082025_1157_amarelo > .p1 a:hover, .st_03082025_1157_amarelo > .p1 a:active{
	color:#8a1710;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}







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

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

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

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

.st_13022025_1454_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_13022025_1454_azul_remove_padding_bottom{
	padding-bottom: 0;
}
.st_13022025_1454_azul_remove_padding_top{
	padding-top: 0;
}
.st_13022025_1454_azul.visble{
	visibility: hidden;
	display: none;
}
.st_13022025_1454_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_13022025_1454_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_13022025_1454_roxo{
	padding: 0px;
}

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

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

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

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

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

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

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

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

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

.st_14022025_1344_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_14022025_1344_azul.visble{
	visibility: hidden;
	display: none;
}
.st_14022025_1344_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_14022025_1344_azul_horizontal_space1{
	
	margin: 30px 0;
}
.st_14022025_1344_azul.line1{
	border-left: 0px solid rgba(124,106,88,0.3) !important;
	border-top: 1px solid rgba(124,106,88,0.3) !important;
}

.st_14022025_1344_roxo{
	padding: 0px;
}

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

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

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

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

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

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

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

.st_15022025_1607_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_15022025_1607_azul.visble{
	visibility: hidden;
	display: none;
}
.st_15022025_1607_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_15022025_1607_azul_horizontal_space1{
	
	margin: 30px 0;
}


.st_15022025_1607_roxo{
	padding: 0px;
}

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

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

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

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

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

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

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

.st_15022025_1732_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_15022025_1732_azul.visble{
	visibility: hidden;
	display: none;
}
.st_15022025_1732_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_15022025_1732_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_15022025_1732_roxo{
	padding: 30px;
}

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

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

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

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

.st_16022025_1136_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_16022025_1136_azul.visble{
	visibility: hidden;
	display: none;
}
.st_16022025_1136_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_16022025_1136_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_16022025_1136_roxo{
	padding: 0px;
}

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

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

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

.st_16022025_1233_azul{
	padding: 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_16022025_1233_azul.visble{
	visibility: hidden;
	display: none;
}
.st_16022025_1233_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_16022025_1233_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_16022025_1233_roxo{
	padding: 0px;
}

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

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

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

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

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

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

.st_16022025_1413_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_16022025_1413_azul.visble{
	visibility: hidden;
	display: none;
}
.st_16022025_1413_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_16022025_1413_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_16022025_1413_roxo{
	padding: 0px;
}

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

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

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

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

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

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

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

.st_16022025_1440_azul{
	padding: 0px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_16022025_1440_azul.visble{
	visibility: hidden;
	display: none;
}
.st_16022025_1440_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_16022025_1440_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_16022025_1440_roxo{
	padding: 0px;
}

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

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

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

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

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

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

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

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

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

.st_16022025_1547_azul{
	padding: 15px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_16022025_1547_azul.visble{
	visibility: hidden;
	display: none;
}
.st_16022025_1547_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_16022025_1547_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_16022025_1547_roxo{
	padding: 0px;
}

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

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

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

.st_16062025_1618_azul{
	padding: 0px 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_16062025_1618_azul.visble{
	visibility: hidden;
	display: none;
}
.st_16062025_1618_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_16062025_1618_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_16062025_1618_roxo{
	padding: 0px;
}

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

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_16062025_1618_amarelo > .p3 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
}
	
	
	
	
.st_31012025_1509_bx1_fll{
	padding: 120px 0 90px 0;
}	
.st_31012025_1509_bx1_fll_p1{
	width: 85%;
	margin: 0 auto 0px 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;
	
	align-content:center; /*Se necessario apenas em 'flex-direction:column'*/
}
.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_03082025_1157_vermelho{
	padding: 120px 0 90px 0;
}	
.st_03082025_1157_vermelho > .p1{
	width: 95%;
	margin: 0 auto 0px auto;

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

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

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

.st_03082025_1157_roxo{
	padding: 0px;
}

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

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


}