/*@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:200;
  	color: #444;
	line-height: 185%;
	
	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');
}



.st_00000000_0000_bx0_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_00000000_0000_bx0_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: 1px solid #20b2aa;*/
}
.st_00000000_0000_bx0_fll_p2{
	width: 100%;
	font-size: auto;
	font-weight: auto;
	line-height: auto;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #20b2aa;*/
}
.st_00000000_0000_bx0_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #778899;*/
}
.st_00000000_0000_bx0_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_00000000_0000_bx0_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_00000000_0000_bx0_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #d49137;*/
}
.st_00000000_0000_bx0_cmnt.visble{
	visibility: hidden;
}
.st_00000000_0000_bx0_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #000080;*/
}
.st_00000000_0000_bx0_cmnt_dt_p1{
	width: 100%;
	
	margin-bottom: 30px;
}
.st_00000000_0000_bx0_cmnt_dt_spn1{
	font-weight: 800;
}


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


.st_11012025_1220_bx1_fll{
	width: 100%;
	margin: -120px auto 0 auto;
	padding: 160px 0 410px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;


	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk1.webp');
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_11012025_1220_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_11012025_1220_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_11012025_1220_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_11012025_1220_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_11012025_1220_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_11012025_1220_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_11012025_1220_bx1_cmnt.visble{
	visibility: hidden;
}
.st_11012025_1220_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_11012025_1220_bx1_cmnt_dt_p1{
	width: 100%;
	
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 125%;

	margin-bottom: 30px;
}
.st_11012025_1220_bx1_cmnt_dt_p2{
	width: 100%;
	
	color: #fff;

	margin-bottom: 30px;
}
.st_11012025_1220_bx1_cmnt_dt_p3{
	width: 100%;
	
	color: #fff;

	margin-bottom: 30px;
}
.st_11012025_1220_bx1_cmnt_dt_p3 a:link, .st_11012025_1220_bx1_cmnt_dt_p3 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	border-radius: 5px;
	
	background-color: #7c2e31;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_11012025_1220_bx1_cmnt_dt_p3 a:hover, .st_11012025_1220_bx1_cmnt_dt_p3 a:active{
	background-color: #3d1315;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_11012025_1220_bx1_cmnt_dt_spn1{
	font-weight: 800;
}



.st_12012025_1150_bx1_fll{
	width: 100%;
	margin: -340px auto 0 auto;
	padding: 0px 0;
	
	background-color: rgba(61,19,21, 0.5);
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_12012025_1150_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_12012025_1150_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_12012025_1150_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_12012025_1150_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 100%;
}
.st_12012025_1150_bx1_cmnt_vrtcl_line p{
	width: 1px;
	height: 250px;
	
	margin: 0 auto;
	
	background-color: #fff;
}
.st_12012025_1150_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_12012025_1150_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_12012025_1150_bx1_cmnt.visble{
	visibility: hidden;
}
.st_12012025_1150_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_12012025_1150_bx1_cmnt_dt_p1{
	width: 100%;
	
	color: #fff;
	font-size: 36px;
	line-height: 145%;

	margin-bottom: 10px;
}
.st_12012025_1150_bx1_cmnt_dt_p2{
	width: 100%;
	
	color: #fff;
	font-weight: 600;
	line-height: 145%;

	margin-bottom: 30px;
}
.st_12012025_1150_bx1_cmnt_dt_p3{
	width: 100%;
	
	color: #fff;
	line-height: 145%;

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



.st_13012025_1210_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;


	background-image:linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)),url('../img/bk2.webp');
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_13012025_1210_bx1_fll_p1{
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 90px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_13012025_1210_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_13012025_1210_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_13012025_1210_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_13012025_1210_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_13012025_1210_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	background-color: #fff;
	border-radius: 15px;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_13012025_1210_bx1_cmnt.visble{
	visibility: hidden;
}
.st_13012025_1210_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_13012025_1210_bx1_cmnt_dt_p1{
	width: 100%;
	
	font-size: 36px;
	color: #7c2e31;

	margin-bottom: 15px;
}
.st_13012025_1210_bx1_cmnt_dt_p2{
	width: 100%;
	
	color: #7c2e31;
	font-weight: 600;
	line-height: 145%;

	margin-bottom: 30px;
}
.st_13012025_1210_bx1_cmnt_dt_p3{
	width: 100%;	

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




.st_14012025_1010_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/


	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk3.webp');
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_14012025_1010_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_14012025_1010_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_14012025_1010_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_14012025_1010_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_14012025_1010_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_14012025_1010_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_14012025_1010_bx1_cmnt.remove_bottom_space1{
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0 0px 0;
}
.st_14012025_1010_bx1_cmnt.visble{
	visibility: hidden;
}
.st_14012025_1010_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_14012025_1010_bx1_cmnt_dt_p1{
	width: 100%;
	
	color: #fff;
	font-weight: 600;

	margin-bottom: 30px;
}
.st_14012025_1010_bx1_cmnt_dt_p2{
	width: 100%;
	
	color: #fff;

	margin-bottom: 30px;
}
.st_14012025_1010_bx1_cmnt_dt_p3{
	width: 100%;	

	margin-bottom: 30px;
}
.st_14012025_1010_bx1_cmnt_dt_p3 a:link, .st_14012025_1010_bx1_cmnt_dt_p3 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	border-radius: 5px;
	
	background-color: #7c2e31;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_14012025_1010_bx1_cmnt_dt_p3 a:hover, .st_14012025_1010_bx1_cmnt_dt_p3 a:active{
	background-color: #3d1315;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_11012025_1220_bx1_cmnt_dt_spn1{
	font-weight: 800;
}
.st_14012025_1010_bx1_cmnt_dt_p4{
	width: 100%;	

	margin-bottom: -9px;
}
.st_14012025_1010_bx1_cmnt_dt_spn1{
	font-weight: 800;
}



.st_15012025_1220_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_15012025_1220_bx1_fll_p1{
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 145%;
	
	text-align: center;
	
	margin-bottom: 0px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_15012025_1220_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_15012025_1220_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_15012025_1220_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_15012025_1220_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_15012025_1220_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_15012025_1220_bx1_cmnt.visble{
	visibility: hidden;
}
.st_15012025_1220_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_15012025_1220_bx1_cmnt_dt_p1{
	width: 100%;	

	margin-bottom: 30px;
}
.st_15012025_1220_bx1_cmnt_dt_p1 img{
	border-radius: 15px;
}
.st_15012025_1220_bx1_cmnt_dt_spn1{
	font-weight: 800;
}




.st_16012025_1446_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0px 0;
	
	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/bk5.webp');
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_16012025_1446_bx1_fll_p1{
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 145%;
	
	color: #fff;
	
	text-align: center;
	
	margin-bottom: 15px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_16012025_1446_bx1_fll_p2{
	width: 25%;
	height: 1px;
	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	background-color: #fff;
	
	margin: 0 auto;
	
	text-align: center;
	
	margin-bottom: 15px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_16012025_1446_bx1_fll_p3{
	width: 100%;
	font-size: auto;
	font-weight: auto;
	line-height: 145%;
	
	color: #fff;
	
	text-align: center;
	
	margin-bottom: 30px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #20b2aa;
}
.st_16012025_1446_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_16012025_1446_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_16012025_1446_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1446_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_16012025_1446_bx1_cmnt.visble{
	visibility: hidden;
}
.st_16012025_1446_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_16012025_1446_bx1_cmnt_dt_p1{
	width: 100%;	

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



.st_16012025_1437_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 210px 0 90px 0;
	
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_16012025_1437_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_16012025_1437_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_16012025_1437_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_16012025_1437_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_16012025_1437_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1437_bx1_cmnt{
	width: 100%;
	height: 250px;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 25px;	
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/

	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk4.webp');	
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_16012025_1437_bx1_cmnt.visble{
	visibility: hidden;
}
.st_16012025_1437_bx1_cmnt_p1{
	width: auto;

	margin-bottom: 0px;
	
	border: var(--brdr-bx)  solid blue;
}
.st_16012025_1437_bx1_cmnt_p1 img{
	width: 350px;
	
	margin: -175px 0px -55px auto;
	
	float: right;
}
.st_16012025_1437_bx1_cmnt_dt{
	width: 55%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_16012025_1437_bx1_cmnt_dt_p1{
	width: 100%;
	
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	color: #fff;
	line-height: 145%;
	font-weight: 500;

	margin-bottom: 30px;
	margin-top: 40px;
}
.st_16012025_1437_bx1_cmnt_dt_p2{
	width: 100%;	

	margin-bottom: 30px;
}
.st_16012025_1437_bx1_cmnt_dt_p2 a:link, .st_16012025_1437_bx1_cmnt_dt_p2 a:visited{
	display: table;
	padding: 12px 32px;
	
	font-weight: 500;
	
	border-radius: 5px;
	
	background-color: #7c2e31;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16012025_1437_bx1_cmnt_dt_p2 a:hover, .st_16012025_1437_bx1_cmnt_dt_p2 a:active{
	background-color: #3d1315;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_16012025_1437_bx1_cmnt_dt_spn1{
	font-weight: 800;
}



.st_18012025_0852_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #3d1315;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_18012025_0852_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_18012025_0852_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_18012025_0852_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	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*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_18012025_0852_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_18012025_0852_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_0852_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:baseline; /* 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_18012025_0852_bx1_cmnt.visble{
	visibility: hidden;
}
.st_18012025_0852_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_18012025_0852_bx1_cmnt_dt_p1{
	width: 100%;

	margin-bottom: 30px;
}
.st_18012025_0852_bx1_cmnt_dt_p2{
	width: 100%;
	
	text-align: left;
	color: #fff;
	font-size: 36px;
	line-height: 145%;
	font-weight: 500;

	margin-bottom: 10px;
}
.st_18012025_0852_bx1_cmnt_dt_p3{
	width: 100px;
	height: 1px;
	
	margin: 0 auto 0 0;
	text-align: left;
	background-color: #fff;

	margin-bottom: 20px;
}
.st_18012025_0852_bx1_cmnt_dt_p4{
	width: 100%;
	
	text-align: left;

	margin-bottom: 15px;
}
.st_18012025_0852_bx1_cmnt_dt_p4.icon1{
	font-size: 36px;
}
.st_18012025_0852_bx1_cmnt_dt_p4 a:link, .st_18012025_0852_bx1_cmnt_dt_p4 a:visited{	
	font-weight: 400;
	
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_18012025_0852_bx1_cmnt_dt_p4 a:hover, .st_18012025_0852_bx1_cmnt_dt_p4 a:active{
	color:#ff6b70;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_18012025_0852_bx1_cmnt_dt_spn1{
	font-weight: 800;
}




.st_18012025_0916_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	
	background-color: #492f2e;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_18012025_0916_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_18012025_0916_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_18012025_0916_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_18012025_0916_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_18012025_0916_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_0916_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_18012025_0916_bx1_cmnt.visble{
	visibility: hidden;
}
.st_18012025_0916_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_18012025_0916_bx1_cmnt_dt_p1{
	width: 100%;
	
	color: #fff;
	font-size: 14px;
	text-align: center;

	margin-bottom: 0px;
}
.st_18012025_0916_bx1_cmnt_dt_p1 a:link, .st_18012025_0916_bx1_cmnt_dt_p1 a:visited{
	font-weight: 500;
	
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_18012025_0916_bx1_cmnt_dt_p1 a:hover, .st_18012025_0916_bx1_cmnt_dt_p1 a:active{
	color:#ff6b70;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_18012025_0916_bx1_cmnt_dt_spn1{
	font-weight: 800;
}




.st_18012025_1017_bx1_fll{
	width: 100%;
	margin: -300px auto 0px auto;
	padding: 0px 0;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #f08080;
}
.st_18012025_1017_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_18012025_1017_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_18012025_1017_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	background-color: #fff;
	border-radius: 25px 0px 25px 25px;
	
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #778899;
}
.st_18012025_1017_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_18012025_1017_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_1017_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #d49137;
}
.st_18012025_1017_bx1_cmnt.visble{
	visibility: hidden;
}
.st_18012025_1017_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx)  solid #000080;
}
.st_18012025_1017_bx1_cmnt_dt_2{	
	flex-wrap: wrap;
	flex-direction:row;
	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 #000080;
}
.st_18012025_1017_bx1_cmnt_dt_p1{
	width: 100%;
	
	font-weight: 600;
	color: #7c2e31;

	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p2{
	width: 100%;	

	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p3{
	width: 100%;
	
	text-align: center;

	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_18012025_1017_bx1_cmnt_dt_p3 img{
	border-radius: 15px 0 15px 0px;
	margin: 12px 12px;
}
.st_18012025_1017_bx1_cmnt_dt_p4{
	width: 250px;
	
	text-align: center;

	margin-bottom: 30px;
	margin-left: 12px;
	margin-right: 12px;
	
	/*border: 1px solid blue;*/
}
.st_18012025_1017_bx1_cmnt_dt_p4 img{
	border-radius: 15px 0 15px 0px;
}
.st_18012025_1017_bx1_cmnt_dt_p4 span{
	display: table;
	width: 100%;
	
	text-align: center;
	
	/*border: 1px solid blue;*/
}
.st_18012025_1017_bx1_cmnt_dt_p4 span.nome{
	font-weight: 600;
	color: #7c2e31;
}
.st_18012025_1017_bx1_cmnt_dt_p5{
	width: 100%;	

	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p5 iframe{
	border-radius: 15px;
}
.st_18012025_1017_bx1_cmnt_dt_spn1{
	font-weight: 800;
}


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

.st_00000000_0000_bx0_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_00000000_0000_bx0_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_00000000_0000_bx0_bd{
	width: 85%;
	flex-direction:column;
}
.st_00000000_0000_bx0_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_00000000_0000_bx0_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
/*.st_00000000_0000_bx0_cmnt.height1{
	min-height: 350px;	
}*/
.st_00000000_0000_bx0_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_00000000_0000_bx0_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_00000000_0000_bx0_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: 1px solid blue;*/
}
	

#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{
	float: right; 
	margin: 5px auto 0 auto;
}
	
.st_11012025_1220_bx1_fll{
	margin: 110px auto 0px auto;
	padding: 90px 0;
}	
.st_11012025_1220_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_11012025_1220_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_11012025_1220_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_11012025_1220_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_11012025_1220_bx1_cmnt_vrtcl_line.visble{
	visibility: hidden;
	display: none;
}
.st_11012025_1220_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_11012025_1220_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_11012025_1220_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_11012025_1220_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_11012025_1220_bx1_cmnt_dt_p3{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_11012025_1220_bx1_cmnt_dt_p3 a{
	margin: 0 auto; /* desabilita csao o alinhamento não seja central */
}
.st_11012025_1220_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	

.st_12012025_1150_bx1_fll{
	margin: 0 auto;
	padding: 30px 0 60px 0;
	
	background-color: rgba(61,19,21, 1.0);
}
.st_12012025_1150_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_12012025_1150_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_12012025_1150_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_12012025_1150_bx1_cmnt{
	padding: 0px 0;
}
.st_12012025_1150_bx1_cmnt_vrtcl_line{
	width: 100%;
	height: 30px;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
}
.st_12012025_1150_bx1_cmnt_vrtcl_line p{
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.st_12012025_1150_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_12012025_1150_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_12012025_1150_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
	margin-top: 30px;
}
.st_12012025_1150_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_12012025_1150_bx1_cmnt_dt_p3{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_12012025_1150_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	
	
.st_13012025_1210_bx1_fll_p1{
	width: 85%;
	margin: 0 auto 60px auto;
	
	font-size: 26px;	
	text-align: center;
}
.st_13012025_1210_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_13012025_1210_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_13012025_1210_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_13012025_1210_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_13012025_1210_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_13012025_1210_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_13012025_1210_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_13012025_1210_bx1_cmnt_dt_p3{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_13012025_1210_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	

.st_14012025_1010_bx1_fll{
    background-position: center right;
}
.st_14012025_1010_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_14012025_1010_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_14012025_1010_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_14012025_1010_bx1_cmnt.remove_botton_space_mobile1{
	padding-bottom: 0;
}
.st_14012025_1010_bx1_cmnt.remove_top_space_mobile1{
	padding-top: 0;
}
.st_14012025_1010_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_14012025_1010_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_14012025_1010_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_14012025_1010_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_14012025_1010_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_14012025_1010_bx1_cmnt_dt_p3{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_14012025_1010_bx1_cmnt_dt_p3 a{
	margin: 0 auto; /* desabilita csao o alinhamento não seja central */
}
.st_14012025_1010_bx1_cmnt_dt_p4{
	text-align: center;
	
	margin-bottom: -9px;
}
.st_14012025_1010_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	

.st_15012025_1220_bx1_fll_p1{
	width: 85%;
	margin: 0 auto;
	font-size: 26px;	
	text-align: center;
}
.st_15012025_1220_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_15012025_1220_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_15012025_1220_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_15012025_1220_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_15012025_1220_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_15012025_1220_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_15012025_1220_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
.st_15012025_1220_bx1_cmnt_dt{
	flex-direction:column;
}
	
	
	
.st_16012025_1446_bx1_fll_p1{
	width: 85%;
	margin: 0 auto 15px auto;

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

	font-size: 26px;	
	text-align: center;
}
.st_16012025_1437_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_16012025_1437_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_16012025_1437_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1437_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_16012025_1437_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_16012025_1437_bx1_cmnt{
	height: auto;
	
	padding: 60px 0 0px 0;	
	
	flex-direction:column;
}
.st_16012025_1437_bx1_cmnt_p1{
	text-align: center;
	
	margin-bottom: 0px;
}
.st_16012025_1437_bx1_cmnt_p1 img{
	width: auto;
	max-width: 250px;
	
	margin: 0 auto -9px auto;
	
	float: none;
}
.st_16012025_1437_bx1_cmnt_dt{
	width: 85%;
}
.st_16012025_1437_bx1_cmnt_dt_p1{
	text-align: center;
	
	font-size: 26px;
	
	margin-bottom: 30px;
	margin-top: 0px;
}
.st_16012025_1437_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_16012025_1437_bx1_cmnt_dt_p2 a{
	margin: 0 auto; /* desabilita csao o alinhamento não seja central */
}
.st_16012025_1437_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	
	
.st_18012025_0852_bx1_fll_p1{
	width: 85%;
	margin: 0 auto;

	font-size: 26px;	
	text-align: center;
}
.st_18012025_0852_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_18012025_0852_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_18012025_0852_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_0852_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_0852_bx1_cmnt{
	padding: 0;
}
.st_18012025_0852_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_0852_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_0852_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_0852_bx1_cmnt_dt_p3{
	text-align: center;
	
	margin: 0 auto;
	
	margin-bottom: 30px;
}
.st_18012025_0852_bx1_cmnt_dt_p4{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_0852_bx1_cmnt_dt_p4 a{
	margin: 0 auto;
}
.st_18012025_0852_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	
	
	
.st_18012025_0916_bx1_fll_p1{
	width: 85%;
	margin: 0 auto;

	font-size: 26px;	
	text-align: center;
}
.st_18012025_0916_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_18012025_0916_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_18012025_0916_bx1_cmnt{
	padding: 0;
}
.st_18012025_0916_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_0916_bx1_cmnt_vrtcl_line.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_0916_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_0916_bx1_bd_hrzntl_line.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_0916_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_0916_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 0px;
}
.st_18012025_0916_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	
.st_18012025_1017_bx1_fll{
	margin: 0px auto 0px auto;
	padding: 60px 0;
}	
.st_18012025_1017_bx1_fll_p1{
	width: 85%;
	margin: 0 auto;

	font-size: 26px;	
	text-align: center;
}
.st_18012025_1017_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_18012025_1017_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_18012025_1017_bx1_cmnt{
	padding: 0;
}
.st_18012025_1017_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_1017_bx1_cmnt_vrtcl_line.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_1017_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_18012025_1017_bx1_bd_hrzntl_line.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_1017_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_18012025_1017_bx1_cmnt_dt_2{	
	flex-direction:column;
}
.st_18012025_1017_bx1_cmnt_dt_p1{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p2{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p3{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p4{
	
}
.st_18012025_1017_bx1_cmnt_dt_p5{
	text-align: center;
	
	margin-bottom: 30px;
}
.st_18012025_1017_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: var(--brdr-bx) solid blue;*/
}
	
	

}