/*@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=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*@font-face {
    font-family: 'SuperSquad';
    src: url('../fonts/SuperSquad.otf');
    src: url('../fonts/SuperSquad.otf') format('otf');
	font-weight: 900;
}*/



@font-face {
font-family: 'SuperSquad';
    src: url('../fonts/SuperSquad.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../fonts/SuperSquad.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../fonts/SuperSquad.woff') format('woff'),  /* Newer browsers */
         url('../fonts/SuperSquad.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
         url('../fonts/SuperSquad.svg#Min_font + regular, italic, bold') format('svg'); /*IE og iOS earlier than version 5*/
}


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


input, textarea, button {
	font-family: 'Jost', sans-serif;
	letter-spacing: 0px;
}
html, body {
  	height: 100%  !important;
  	width: 100%;
  	padding: 0;
  	margin: 0;
  
  	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Jost', sans-serif;
  	font-size:16px;
  	font-weight:400;
  	color: #fff;
	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;
}




.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_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{
	
	margin-bottom: 30px;
}
.st_00000000_0000_bx0_cmnt_dt_spn1{
	font-weight: 800;
}






.shadow1{
	text-shadow: 4px 4px 0px rgba(254,214,0, 1), 
               4px -4px 0px rgba(254,214,0, 1), 
			   -4px 4px 0px rgba(254,214,0, 1), 
			   -4px -4px 0px rgba(254,214,0, 1), 
			   4px 0px 0px rgba(254,214,0, 1), 
			   0px 4px 0px rgba(254,214,0, 1), 
			   -4px 0px 0px rgba(254,214,0, 1), 
			   0px -4px 0px rgba(254,214,0, 1);
}


.shadow2{
	text-shadow: 4px 4px 0px rgba(255,255,255, 1), 
               4px -4px 0px rgba(255,255,255, 1), 
			   -4px 4px 0px rgba(255,255,255, 1), 
			   -4px -4px 0px rgba(255,255,255, 1), 
			   4px 0px 0px rgba(255,255,255, 1), 
			   0px 4px 0px rgba(255,255,255, 1), 
			   -4px 0px 0px rgba(255,255,255, 1), 
			   0px -4px 0px rgba(255,255,255, 1);
}




.st_27082024_1434_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	
	/*border: 1px solid #f07857;*/
}
.st_27082024_1434_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0 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'*/
	
	/*border: 1px solid #43a5be;*/
}
.st_27082024_1434_bx1_bd_space1{
	height: 60px;
	
	/*border: 1px solid #253342;*/
}
.st_27082024_1434_bx1_cmnt1{
	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'*/
	
	/*border: 1px solid #f07857;*/
}
.st_27082024_1434_bx1_cmnt1 p{
	width: 100%;
}
.st_27082024_1434_bx1_cmn1_p1{
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	text-align: justify;
	
	hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
	
	/*margin-bottom: -10px;  Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	/*border: 1px solid #5c62d6;*/
}
.st_27082024_1434_bx1_cmn1_p1 span{
	display: table;
}
.st_27082024_1434_bx1_cmn1_p1_spn1{
	width: 100%;
	
	font-size: 50px;
	font-weight: 700;
	line-height: 125%;
	
	margin-bottom: 0px;
	
	text-align: right;
	
	/*border: 1px solid #be398d;*/
}
.st_27082024_1434_bx1_cmn1_p1_spn1 a:link, .st_27082024_1434_bx1_cmn1_p1_spn1 a:visited{
	width: auto;
	max-width: auto;
	display: inline;
	margin: 0 auto 0 auto;
	padding: 0 16px;
	
	font-size: 24px;
	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_27082024_1434_bx1_cmn1_p1_spn1 a:link:last-child, .st_27082024_1434_bx1_cmn1_p1_spn1 a:visited:last-child{
	padding: 0 0;
}
.st_27082024_1434_bx1_cmn1_p1_spn1 a:hover, .st_27082024_1434_bx1_cmn1_p1_spn1 a:active{
	/*background-color: #000;*/
	color:#fed600;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_27082024_1434_bx1_cmnt2{
	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'*/
	
	/*border: 1px solid #d49137;*/
}
.st_27082024_1434_bx1_cmnt2 p{
	width: 85%;
}
.st_27082024_1434_bx1_cmn2_p1{
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	text-align: justify;
	
	hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
	
	margin-bottom: -10px; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	/*border: 1px solid #bf2c34;*/
}
.st_27082024_1434_bx1_cmn2_p1 span{
	display: table;
}
.st_27082024_1434_bx1_cmn2_p1_spn1{
	font-size: 50px;
	font-weight: 700;
	line-height: 125%;
	
	margin-bottom: 30px;
	
	/*border: 1px solid #3e50b4;*/
}



#box_menu_new{
	height: auto;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	
	font-family: 'SuperSquad', sans-serif;
	
	-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(245,57,88,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;
	width: 100px;
	/*margin: 0 auto 0 auto;*/
	/*width: 200px;*/
}





.st_28082024_1427_bx1_fll{
	width: 100%;
	margin: -220px auto 0 auto;
	padding: 300px 0 120px 0;

	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	/*border: 1px solid #f07857;*/
}
.st_28082024_1427_bx1_fll.bk1{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../img/bk1.webp');
}
.st_28082024_1427_bx1_fll.bk2{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../img/bk2.webp');
}
.st_28082024_1427_bx1_fll.bk3{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../img/bk3.webp');
}
.st_28082024_1427_bx1_fll.bk4{	
	background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../img/bk40.webp');
}
.st_28082024_1427_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0 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'*/
	
	/*border: 1px solid #43a5be;*/
}
.st_28082024_1427_bx1_bd_space1{
	height: 60px;
	
	/*border: 1px solid #253342;*/
}
.st_28082024_1427_bx1_cmnt1{
	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'*/
	
	/*border: 1px solid #f07857;*/
}
.st_28082024_1427_bx1_cmnt1 p{
	width: 85%;
}
.st_28082024_1427_bx1_cmn1_p1{
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	/*text-align: justify;	
	hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;*/
	
	margin-bottom: -10px; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	/*border: 1px solid #5c62d6;*/
}
.st_28082024_1427_bx1_cmn1_p1 span{
	display: table;
	width: 100%;
	max-width: 1200px;
}
.st_28082024_1427_bx1_cmn1_p1_spn1{
	font-size: 50px;
	font-weight: 700;
	line-height: 125%;
	
	font-family: 'SuperSquad', sans-serif;
	color: #e22443;
	
	margin-bottom: 30px;
	
	/*border: 1px solid #be398d;*/
}
.st_28082024_1427_bx1_cmn1_p1_spn1{
	font-size: 32px;
	font-weight: 700;
	line-height: 125%;
	
	font-family: 'SuperSquad', sans-serif;
	color: #e22443;
	
	margin-bottom: 40px;
	
	/*border: 1px solid #be398d;*/
}
.st_28082024_1427_bx1_cmn1_p1_spn2{
	/*font-size: 32px;
	font-weight: 700;
	line-height: 125%;
	font-family: 'SuperSquad', sans-serif;
	color: #e22443;*/
	
	font-size: 20px;
	
	margin-bottom: 30px;
	
	/*border: 1px solid #be398d;*/
}
.st_28082024_1427_bx1_cmn1_p1_spn3{
	/*font-size: 32px;
	font-weight: 700;
	line-height: 125%;
	color: #e22443;
	font-family: 'SuperSquad', sans-serif;*/
	
	margin-bottom: 30px;
	
	/*border: 1px solid #be398d;*/
}
.st_28082024_1427_bx1_cmn1_p1_spn3 button{
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;

}
.st_28082024_1427_bx1_cmn1_p1_spn3 button i{
	font-size: 20px;

}
.st_28082024_1427_bx1_cmn1_p1_spn3 a:link, .st_28082024_1427_bx1_cmn1_p1_spn3 a:visited{
	/*width: 200px;*/
	max-width: 450px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 12px 24px;
	
	border-radius: 10px;
	
	font-family: 'SuperSquad', sans-serif;
	
	background-color: #fed600;
	color:#e22443;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_28082024_1427_bx1_cmn1_p1_spn3 a:hover, .st_28082024_1427_bx1_cmn1_p1_spn3 a:active{
	background-color: #e22443;
	color:#fed600;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




.st_28082024_1427_bx1_cmnt2{
	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'*/
	
	/*border: 1px solid #d49137;*/
}
.st_28082024_1427_bx1_cmnt2 p{
	width: 85%;
}
.st_28082024_1427_bx1_cmn2_p1{
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	/*text-align: justify;	
	hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;*/
	
	margin-bottom: -10px; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	/*border: 1px solid #bf2c34;*/
}
.st_28082024_1427_bx1_cmn2_p1 span{
	display: table;
	width: 100%;
	max-width: 1200px;
}
.st_28082024_1427_bx1_cmn2_p1_spn1{
	font-size: 50px;
	font-weight: 700;
	line-height: 125%;
	
	margin-bottom: 30px;
	
	/*border: 1px solid #3e50b4;*/
}






.st_28082024_1709_bx3_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0 0;
	
	background-color: #00bfff;
	
	/*border: 1px solid #f07857;*/
}
.st_28082024_1709_bx3_fll p{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.st_28082024_1709_bx3_fll_p1{
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
}
.st_28082024_1709_bx3_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0 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'*/
	
	/*border: 1px solid #43a5be;*/
}
.st_28082024_1709_bx3_bd_space1{
	height: 60px;
	
	/*border: 1px solid #253342;*/
}
.st_28082024_1709_bx3_cmnt1{
	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'*/
	
	/*border: 1px solid #f07857;*/
}
.st_28082024_1709_bx3_cmnt1.bk1{
	height: 450px;
	border-radius: 45px;
	
	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/bk43.webp');
}
.st_28082024_1709_bx3_cmnt1 p{
	width: 85%;
}
.st_28082024_1709_bx3_cmn1_p1{
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	text-align: justify;
	
	hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
	
	margin-bottom: -10px; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	/*border: 1px solid #5c62d6;*/
}
.st_28082024_1709_bx3_cmn1_p1 span{
	display: table;
	width: 100%;
	max-width: 1200px;
}
.st_28082024_1709_bx3_cmn1_p1_spn1{
	font-size: 50px;
	font-weight: 700;
	line-height: 125%;
	
	margin-bottom: 30px;
	
	/*border: 1px solid #be398d;*/
}




.st_28082024_1709_bx3_cmnt2{
	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'*/
	
	/*border: 1px solid #d49137;*/
}
.st_28082024_1709_bx3_cmnt2 p{
	width: 85%;
}
.st_28082024_1709_bx3_cmn2_p1{
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	text-align: justify;
	
	hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
	
	margin-bottom: -10px; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	/*border: 1px solid #bf2c34;*/
}
.st_28082024_1709_bx3_cmn2_p1 span{
	display: table;
	width: 100%;
	max-width: 1200px;
}
.st_28082024_1709_bx3_cmn2_p1_spn1{
	/*font-size: 50px;
	font-weight: 700;*/
	
	margin-bottom: 30px;
	
	text-align: left;
	
	color: #fff;
	
	/*border: 1px solid #3e50b4;*/
}
.st_28082024_1709_bx3_cmn2_p1_spn1 b{
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
}




#box_video2{
	width: 100%; 
	margin: 0 auto 0 auto; 
	text-align: left;
}
.box_video2_item{
	width: 580px; 
	padding: 6px 6px 6px 6px; 
	display: inline-table;
}
.box_video2_item-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.box_video2_item-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.box_video2_item-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
	border-radius: 25px;
}





.st_29082024_1144_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_29082024_1144_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk9.webp');
}
.st_29082024_1144_bx1_fll.bk2{
	background-color: #e22443;
}
.st_29082024_1144_bx1_fll_p1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	
	margin-bottom: 90px;
}
.st_29082024_1144_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: 1px solid #778899;*/
}
.st_29082024_1144_bx1_bd_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_29082024_1144_bx1_bd_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_29082024_1144_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_29082024_1144_bx1_bd_hrzntl_line{
	width: 0px;
	height: 40px;
}
.st_29082024_1144_bx1_cmnt{
	width: 100%;
	height: 300px;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0 30px 0;
	
	border-radius: 15px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	/*background-attachment: fixed;*/
	
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	
	flex-direction:row;
	display: flex;
    justify-content:center;
	align-items:flex-end; /* 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_29082024_1144_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk5.webp');
}
.st_29082024_1144_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk8.webp');
}
.st_29082024_1144_bx1_cmnt.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk6.webp');
}
.st_29082024_1144_bx1_cmnt.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk7.webp');
}
.st_29082024_1144_bx1_cmnt_dt{
	width: 80%;
	
	/*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_29082024_1144_bx1_cmnt_dt_p1{
	width: 70%;
	text-align: left;
	
	margin: 0 auto 30px 0;
	
	font-weight: 800;
	font-size: 36px;
	line-height: 125%;
}
.st_29082024_1144_bx1_cmnt_dt_p1_adjt1{
	width: 80%;
	text-align: left;
	
	margin: 0 auto 30px 0;
	
	line-height: 125%;
}
.st_29082024_1144_bx1_cmnt_dt_spn1{
	font-weight: 800;
}
.st_29082024_1144_bx1_cmnt_dt_p2{
	width: 100%;
	text-align: left;
	
	font-weight: 500;
	color:#fff;
}
.st_29082024_1144_bx1_cmnt_dt_p3{
	width: 100%;
}
.st_29082024_1144_bx1_cmnt_dt_p3 button{
	background-color: rgba(0, 0, 0, 0.0);
  border: none;
  color: #fff;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.st_29082024_1144_bx1_cmnt_dt_p3 button::after{
	content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    transition: width .3s;
	
	border-radius: 25px;
}
/*.st_29082024_1144_bx1_cmnt_dt_p3 button:hover{
  color: #800000;
	
	transition: all 0.3s ease-out;
}*/
.st_29082024_1144_bx1_cmnt_dt_p3 button:hover::after{
	width: 100%;
}





.st_29082024_1508_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_29082024_1508_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk10.webp');
}
.st_29082024_1508_bx1_fll_p1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	
	margin-bottom: 30px;
}
.st_29082024_1508_bx1_fll_p2{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_29082024_1508_bx1_fll_p2_spn1{
	font-size: 26px;
}
.st_29082024_1508_bx1_fll_p3{
	display: table;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	margin-bottom: 120px;
}
.st_29082024_1508_bx1_fll_p3 button{
	font-family: 'SuperSquad', sans-serif;
}
.st_29082024_1508_bx1_fll_p3 button i{
	font-size: 20px;
}
.st_29082024_1508_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: 1px solid #778899;*/
}
.st_29082024_1508_bx1_bd_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_29082024_1508_bx1_bd_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_29082024_1508_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_29082024_1508_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_29082024_1508_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 15px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	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_29082024_1508_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk26.webp');
}
.st_29082024_1508_bx1_cmnt.bk2{
	background-color: #e22443;
}
.st_29082024_1508_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: 1px solid #000080;*/
}
.st_29082024_1508_bx1_cmnt_dt_p1{
	font-size: 36px;
	font-weight: 800;
	
	width: 20%;
	text-align: center;
	line-height: 145%;
}
.st_29082024_1508_bx1_cmnt_dt_p_vertical_line1{
	width: 10%;
}
.st_29082024_1508_bx1_cmnt_dt_p2{
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	width: 70%;
}
.st_29082024_1508_bx1_cmnt_dt_spn1{
	font-weight: 800;
}





.st_31082024_1025_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	
	background-color: #00bfff;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1025_bx1_fll_p1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	
	margin-bottom: 30px;
}
.st_31082024_1025_bx1_fll_p2{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_31082024_1025_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: 1px solid #778899;*/
}
.st_31082024_1025_bx1_bd_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_31082024_1025_bx1_bd_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_31082024_1025_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1025_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1025_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: 1px solid #d49137;*/
}
.st_31082024_1025_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: 1px solid #000080;*/
}
.st_31082024_1025_bx1_cmnt_dt_p1{
	
}
.st_31082024_1025_bx1_cmnt_dt_spn1{
	font-weight: 800;
}








.st_31082024_1035_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #32cd32;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1035_bx1_fll_p1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	
	margin-bottom: 60px;
}
.st_31082024_1035_bx1_fll_p2{
	display: table;
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: center;
}
.st_31082024_1035_bx1_fll_p2 button{
	font-family: 'SuperSquad', sans-serif;
	
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.st_31082024_1035_bx1_fll_p2 button i{
	font-size: 20px;
}
.st_31082024_1035_bx1_fll_p3{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_31082024_1035_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: 1px solid #778899;*/
}
.st_31082024_1035_bx1_bd_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_31082024_1035_bx1_bd_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_31082024_1035_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1035_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1035_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 25px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	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_31082024_1035_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../img/bk13.webp');
}
.st_31082024_1035_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../img/bk14.webp');
}
.st_31082024_1035_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #000080;*/
}
.st_31082024_1035_bx1_cmnt_dt_p1{
	width: 70%;
	
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_31082024_1035_bx1_cmnt_dt_p2{
	width: 55%;
	
	margin-bottom: 30px;
}
.st_31082024_1035_bx1_cmnt_dt_p3{
	
}
.st_31082024_1035_bx1_cmnt_dt_p3 button{
	background-color: rgba(0, 0, 0, 0.0);
  border: none;
  color: #fff;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.st_31082024_1035_bx1_cmnt_dt_p3 button::after{
	content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    transition: width .3s;
	
	border-radius: 25px;
}
/*.st_31082024_1035_bx1_cmnt_dt_p3 button:hover{
  color: #800000;
	
	transition: all 0.3s ease-out;
}*/
.st_31082024_1035_bx1_cmnt_dt_p3 button:hover::after{
	width: 100%;
}
.st_31082024_1035_bx1_cmnt_dt_spn1{
	font-weight: 800;
}





.st_31082024_1132_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1132_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk10.webp');
}
.st_31082024_1132_bx1_fll_p1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
	
	margin-bottom: 60px;
}
.st_31082024_1132_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: 1px solid #778899;*/
}
.st_31082024_1132_bx1_bd_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_31082024_1132_bx1_bd_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_31082024_1132_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1132_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1132_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 25px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
	/*background-attachment: fixed;*/
	
	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_31082024_1132_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk19.webp');
}
.st_31082024_1132_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk20.webp');
}
.st_31082024_1132_bx1_cmnt.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk18.webp');
}
.st_31082024_1132_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:flex-end; /* 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_31082024_1132_bx1_cmnt_dt_p1{
	width: 60%;
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	/*text-align: center;*/
	
	margin-bottom: 5px;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #20b2aa;*/
}
.st_31082024_1132_bx1_cmnt_dt_p2{
	width: 60%;
	text-align: left;
}
.st_31082024_1132_bx1_cmnt_dt_p2 button{
	background-color: rgba(0, 0, 0, 0.0);
  border: none;
  color: #fff;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.st_31082024_1132_bx1_cmnt_dt_p2 button::after{
	content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #fff;
    transition: width .3s;
	
	border-radius: 25px;
}
/*.st_31082024_1132_bx1_cmnt_dt_p2 button:hover{
  color: #800000;
	
	transition: all 0.3s ease-out;
}*/
.st_31082024_1132_bx1_cmnt_dt_p2 button:hover::after{
	width: 100%;
}
.st_31082024_1132_bx1_cmnt_dt_p3{
	width: 60%;
	
	margin-bottom: 30px;
}
.st_31082024_1132_bx1_cmnt_dt_spn1{
	font-weight: 800;
}







.st_31082024_1400_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1400_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk11.webp');
}
.st_31082024_1400_bx1_fll_p1{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
	
	margin-bottom: 60px;
}
.st_31082024_1400_bx1_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_31082024_1400_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: 1px solid #778899;*/
}
.st_31082024_1400_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1400_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1400_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: 1px solid #d49137;*/
}
.st_31082024_1400_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: 1px solid #000080;*/
}
.st_31082024_1400_bx1_cmnt_dt_p1{
	
	margin-bottom: 30px;
}
.st_31082024_1400_bx1_cmnt_dt_spn1{
	font-weight: 800;
}











.st_31082024_1442_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1442_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk9.webp');
}
.st_31082024_1442_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: 1px solid #20b2aa;*/
}
.st_31082024_1442_bx1_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_31082024_1442_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: 1px solid #778899;*/
}
.st_31082024_1442_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1442_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1442_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	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: 1px solid #d49137;*/
}
.st_31082024_1442_bx1_cmnt iframe{
	border-radius: 15px;
}
.st_31082024_1442_bx1_cmnt_dt{
	width: 100%;
	
	/*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_31082024_1442_bx1_cmnt_dt_p1{
	
	margin-bottom: 30px;
}
.st_31082024_1442_bx1_cmnt_dt_spn1{
	font-weight: 800;
}





.st_31082024_1547_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1547_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk11.webp');
}
.st_31082024_1547_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: 1px solid #20b2aa;*/
}
.st_31082024_1547_bx1_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_31082024_1547_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: 1px solid #778899;*/
}
.st_31082024_1547_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1547_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1547_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: 1px solid #d49137;*/
}
.st_31082024_1547_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: 1px solid #000080;*/
}
.st_31082024_1547_bx1_cmnt_dt_p1{
	
	margin-bottom: 30px;
}
.st_31082024_1547_bx1_cmnt_dt_spn1{
	font-weight: 800;
}





.st_31082024_1623_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 200px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_31082024_1623_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk41.webp');
}
.st_31082024_1623_bx1_fll_p1{
	width: 1200px;
	margin: 0 auto 30px auto;
	
	text-align: right;
}
.st_31082024_1623_bx1_fll_p1 a:link, .st_31082024_1623_bx1_fll_p1 a:visited{
	width: auto;
	max-width: auto;
	display: inline;
	margin: 0 auto 0 auto;
	padding: 0 16px;
	
	font-size: 24px;
	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31082024_1623_bx1_fll_p1 a:link:last-child, .st_31082024_1623_bx1_fll_p1 a:visited:last-child{
	padding: 0 0;
}
.st_31082024_1623_bx1_fll_p1 a:hover, .st_31082024_1623_bx1_fll_p1 a:active{
	/*background-color: #000;*/
	color:#e22443;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
/*.st_31082024_1623_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: 1px solid #20b2aa;
}*/
.st_31082024_1623_bx1_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_31082024_1623_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: 1px solid #778899;*/
}
.st_31082024_1623_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_31082024_1623_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1623_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: 1px solid #d49137;*/
}
.st_31082024_1623_bx1_cmnt.visble{
	visibility: hidden;
}
.st_31082024_1623_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: 1px solid #000080;*/
}
.st_31082024_1623_bx1_cmnt_dt a:link, .st_31082024_1623_bx1_cmnt_dt a:visited{
	display: table;
	/*padding: 6px 64px;*/
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt a:hover, .st_31082024_1623_bx1_cmnt_dt a:active{
	/*background-color: #000;*/
	color:#e22443;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31082024_1623_bx1_cmnt_dt_p1{
	width: 100%;
	text-align: left;
	
	margin-bottom: 90px;
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt_p2{
	width: 100%;
	text-align: left;
	
	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt_p3{
	width: 100%;
	text-align: left;
	
	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt_p4{
	width: 100%;
	text-align: left;
	
	/*margin-bottom: 30px;*/
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt_p5{
	width: 100%;
	text-align: center;
	
	/*margin-bottom: 30px;*/
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt_p5 a:link, .st_31082024_1623_bx1_cmnt_dt_p5 a:visited{
	display: table;
	margin: 0 auto 15px auto;
	/*padding: 6px 64px;*/
	
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	
	font-weight: 500;
	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
	
	/*border: 1px solid blue;*/
}
.st_31082024_1623_bx1_cmnt_dt_p5 a:hover, .st_31082024_1623_bx1_cmnt_dt_p5 a:active{
	/*background-color: #000;*/
	color:#e22443;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_31082024_1623_bx1_cmnt_dt_spn1{
	font-weight: 800;
}




.st_01092024_1423_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	
	background-color: #00bfff;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_01092024_1423_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: 1px solid #20b2aa;*/
}
.st_01092024_1423_bx1_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_01092024_1423_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: 1px solid #778899;*/
}
.st_01092024_1423_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_01092024_1423_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_01092024_1423_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: 1px solid #d49137;*/
}
.st_01092024_1423_bx1_cmnt.visble{
	visibility: hidden;
}
.st_01092024_1423_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: 1px solid #000080;*/
}
.st_01092024_1423_bx1_cmnt_dt_p1{
	
	margin-bottom: 0px;
}
.st_01092024_1423_bx1_cmnt_dt_p1 a:link, .st_01092024_1423_bx1_cmnt_dt_p1 a:visited{
	/*display: table;
	margin: 0 auto 15px auto;
	padding: 6px 64px;
	
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;*/
	
	font-weight: 600;
	
	/*background-color: #999;*/
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
	
	/*border: 1px solid blue;*/
}
.st_01092024_1423_bx1_cmnt_dt_p1 a:hover, .st_01092024_1423_bx1_cmnt_dt_p1 a:active{
	/*background-color: #000;*/
	color:#e22443;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_01092024_1423_bx1_cmnt_dt_spn1{
	font-weight: 800;
}








.st_03092024_1232_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_03092024_1232_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk9.webp');
}
.st_03092024_1232_bx1_fll.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk12.webp');
}
.st_03092024_1232_bx1_fll.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk11.webp');
}
.st_03092024_1232_bx1_fll.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk10.webp');
}
.st_03092024_1232_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: 1px solid #20b2aa;*/
}
.st_03092024_1232_bx1_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_03092024_1232_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: 1px solid #778899;*/
}
.st_03092024_1232_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_03092024_1232_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_03092024_1232_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	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_03092024_1232_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk42.webp');
}
.st_03092024_1232_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk43.webp');
}
.st_03092024_1232_bx1_cmnt.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk44.webp');
}
.st_03092024_1232_bx1_cmnt.brdr1{
	border-radius: 15px;
}
.st_03092024_1232_bx1_cmnt.visble{
	visibility: hidden;
}
.st_03092024_1232_bx1_cmnt_dt{
	width: 85%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 0;
	
	flex-direction:column;
	display: flex;
    justify-content:center;
	align-items:flex-start; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #000080;*/
}
.st_03092024_1232_bx1_cmnt_dt_p1{

	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_03092024_1232_bx1_cmnt_dt_p2{
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;

	margin-bottom: 30px;
	
	/*border: 1px solid blue;*?
}
.st_03092024_1232_bx1_cmnt_dt_p3{

	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_03092024_1232_bx1_cmnt_dt_p3_spn1{
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;	
}
.st_03092024_1232_bx1_cmnt_dt_spn1{
	font-weight: 800;
}




.st_04092024_1511_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_04092024_1511_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk10.webp');
}
.st_04092024_1511_bx1_fll.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk12.webp');
}
.st_04092024_1511_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: 1px solid #20b2aa;*/
}
.st_04092024_1511_bx1_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_04092024_1511_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction: row;
	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'*/
	
	/*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_04092024_1511_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_04092024_1511_bx1_bd_hrzntl_line{
	width: 0px;
	height: 200px;
}
.st_04092024_1511_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 15px;
	
	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 #d49137;*/
}
.img_adjust1{
	margin-top: -290px;
	
	margin-bottom: 30px;
}
.img_adjust1 img{
	max-width: 250px;
}
.st_04092024_1511_bx1_cmnt.bk1{
	background-color: #fed600;
}
.st_04092024_1511_bx1_cmnt.bk2{
	background-color: #00bfff;
}
.st_04092024_1511_bx1_cmnt.bk3{
	background-color: #32cd32;
}
.st_04092024_1511_bx1_cmnt.bk4{
	background-color: #e65c00;
}
.st_04092024_1511_bx1_cmnt_p1{
	
}
.st_04092024_1511_bx1_cmnt.visble{
	visibility: hidden;
}
.st_04092024_1511_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: 1px solid #000080;*/
}
.st_04092024_1511_bx1_cmnt_dt_p1{
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
	
	text-align: center;
	
	margin-bottom: 30px;
}
.st_04092024_1511_bx1_cmnt_dt_p2{
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_04092024_1511_bx1_cmnt_dt_p3{
	
	margin-bottom: 30px;
}
.st_04092024_1511_bx1_cmnt_dt_p3 span{
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 145%;
}
.st_04092024_1511_bx1_cmnt_dt_p4{
	
}
.st_04092024_1511_bx1_cmnt_dt_p4 button{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.st_04092024_1511_bx1_cmnt_dt_spn1{
	font-weight: 800;
}




.st_05092024_1722_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_05092024_1722_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk12.webp');
}
.st_05092024_1722_bx1_fll.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk11.webp');
}
.st_05092024_1722_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: 1px solid #20b2aa;*/
}
.st_05092024_1722_bx1_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_05092024_1722_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	
	display: flex;
	flex-direction:column;
	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_05092024_1722_bx1_bd_p1{
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
}
.st_05092024_1722_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_05092024_1722_bx1_bd_hrzntl_line{
	width: 0px;
	height: 60px;
}
.st_05092024_1722_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 15px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
	/*background-attachment: fixed;*/
	
	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_05092024_1722_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk45.webp');
}
.st_05092024_1722_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk46.webp');
}
.st_05092024_1722_bx1_cmnt.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/bk47.webp');
}
.st_05092024_1722_bx1_cmnt.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/bk48.webp');
}
.st_05092024_1722_bx1_cmnt.visble{
	visibility: hidden;
}
.st_05092024_1722_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: 1px solid #000080;*/
}
.st_05092024_1722_bx1_cmnt_dt_p1{
	font-size: 36px;
	
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_05092024_1722_bx1_cmnt_dt_spn1{
	font-weight: 800;
}





.st_06092024_1011_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_06092024_1011_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk11.webp');
}
.st_06092024_1011_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: 1px solid #20b2aa;*/
}
.st_06092024_1011_bx1_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_06092024_1011_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: 1px solid #778899;*/
}
.st_06092024_1011_bx1_bd.direction2{
	flex-direction:row-reverse !important;
}
.st_06092024_1011_bx1_bd_p1{
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
}
.st_06092024_1011_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_06092024_1011_bx1_bd_hrzntl_line{
	width: 0px;
	height: 90px;
}
.st_06092024_1011_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 15px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	/*background-attachment: fixed;*/
	
	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_06092024_1011_bx1_cmnt.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk47.webp');
}
.st_06092024_1011_bx1_cmnt.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk48.webp');
}
.st_06092024_1011_bx1_cmnt.visble{
	visibility: hidden;
}
.st_06092024_1011_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: 1px solid #000080;*/
}
.st_06092024_1011_bx1_cmnt_dt_p1{
	width: 100%;
	
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 145%;
	
	margin-bottom: 30px;
}
.st_06092024_1011_bx1_cmnt_dt_p2{
	width: 100%;
	
	margin-bottom: 30px;
}
.st_06092024_1011_bx1_cmnt_dt_p3{
	width: 100%;
	
	
	/*border: 1px solid blue;*/	
}
.st_06092024_1011_bx1_cmnt_dt_spn1{
	font-weight: 800;
}





.st_06092024_1052_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	
	background-color: #e22443;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_06092024_1052_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: 1px solid #20b2aa;*/
}
.st_06092024_1052_bx1_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_06092024_1052_bx1_bd{
	width: 100%;
	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_06092024_1052_bx1_bd_p1{
	width: 100%;
	
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
}
.st_06092024_1052_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_06092024_1052_bx1_bd_hrzntl_line{
	width: 0px;
	height: 90px;
}
.st_06092024_1052_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: 1px solid #d49137;*/
}
.st_06092024_1052_bx1_cmnt.visble{
	visibility: hidden;
}
.st_06092024_1052_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: 1px solid #000080;*/
}
.st_06092024_1052_bx1_cmnt_dt_p1{
	width: 100%;

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




.st_06092024_1251_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-color: rgba(0, 0, 0, 0.5);*/
	/*border: 1px solid #f08080;*/
}
.st_06092024_1251_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk9.webp');
}
.st_06092024_1251_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: 1px solid #20b2aa;*/
}
.st_06092024_1251_bx1_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_06092024_1251_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: 1px solid #778899;*/
}
.st_06092024_1251_bx1_bd_p1{
	width: 100%;
	
	text-align: center;
	
	color:#e22443;
	font-size: 36px;
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 125%;
}
.st_06092024_1251_bx1_cmnt_vrtcl_line{
	width: 60px;
	height: 0px;
}
.st_06092024_1251_bx1_bd_hrzntl_line{
	width: 0px;
	height: 60px;
}
.st_06092024_1251_bx1_cmnt{
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 60px 0;
	
	border-radius: 15px;
	
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	
	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_06092024_1251_bx1_cmnt.color1{
	background-color: #e22443;
}
.st_06092024_1251_bx1_cmnt.color2{
	background-color: #fed600;
}
.st_06092024_1251_bx1_cmnt.color3{
	background-color: #32cd32;
}
.st_06092024_1251_bx1_cmnt.color4{
	background-color: #00bfff;
}
.st_06092024_1251_bx1_cmnt.visble{
	visibility: hidden;
}
.st_06092024_1251_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: 1px solid #000080;*/
}
.st_06092024_1251_bx1_cmnt_dt_p1{
	width: 100%;
	height: 250px;
	
	border-radius: 15px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/

	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_06092024_1251_bx1_cmnt_dt_p1.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk49.webp');
}
.st_06092024_1251_bx1_cmnt_dt_p1.bk2{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk50.webp');
}
.st_06092024_1251_bx1_cmnt_dt_p1.bk3{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk51.webp');
}
.st_06092024_1251_bx1_cmnt_dt_p1.bk4{
	background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),url('../img/bk52.webp');
}
.st_06092024_1251_bx1_cmnt_dt_p2{
	width: 100%;
	
	text-align: center;
	
	font-size: 36px;
	font-weight: 800;
	line-height: 145%;

	margin-bottom: 30px;
}
.st_06092024_1251_bx1_cmnt_dt_p3{
	text-align: center;

	margin-bottom: 30px;
	
	/*border: 1px solid blue;*/
}
.st_06092024_1251_bx1_cmnt_dt_p3 button{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	
	font-family: 'SuperSquad', sans-serif;
	letter-spacing: 1px;
	line-height: 145%;
}
.st_06092024_1251_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_27082024_1434_bx1_bd{
	max-width: auto;
	width: 100%;
	
	flex-direction:column;
}
.st_27082024_1434_bx1_cmnt1, .st_27082024_1434_bx1_cmnt2{
	padding: 0 0;
	
	background-color: #e22443;
}
.st_27082024_1434_bx1_cmn1_p1_spn1, .st_27082024_1434_bx1_cmn2_p1_spn1{
	font-size: 36px;
	text-align: center;
}
	
	
#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{
	float: right; 
	margin: 5px auto 0 auto;
}
	
	
.st_28082024_1427_bx1_fll{
	margin: 0px auto 0 auto;
	padding: 200px 0 120px 0;
	background-position: top right;
}	
.st_28082024_1427_bx1_bd{
	max-width: 1200px;
	width: 95%;
	
	flex-direction:column;
	
	/*border: 1px solid blue;*/
}
.st_28082024_1427_bx1_cmnt1, .st_28082024_1427_bx1_cmnt2{
	padding: 30px 0;
}
.st_28082024_1427_bx1_cmn1_p1, .st_28082024_1427_bx1_cmn2_p1 span{
	text-align: center;
}
.st_28082024_1427_bx1_cmn1_p1_spn1, .st_28082024_1427_bx1_cmn2_p1_spn1{
	font-size: 36px;
}
	
	
	
.st_28082024_1709_bx3_bd{
	max-width: 1200px;
	width: 95%;
	
	flex-direction:column;
}
.st_28082024_1709_bx3_cmnt1, .st_28082024_1709_bx3_cmnt2{
	padding: 30px 0;
}
.st_28082024_1709_bx3_cmnt1.bk1{
	margin: 60px auto 0px auto;
	height: 350px;
}
.st_28082024_1709_bx3_cmn1_p1, .st_28082024_1709_bx3_cmn2_p1 span{
	text-align: center;
}
.st_28082024_1709_bx3_cmn1_p1_spn1, .st_28082024_1709_bx3_cmn2_p1_spn1{
	/*font-size: 36px;*/
}
	
	
	
#box_video2{
	width: 95%;  
	text-align: center;
}
.box_video2_item{
	width: 100%;
	max-width: 580px;
	margin: 0 auto 0 -6px;
}
	
	
	
.st_29082024_1144_bx1_bd{
	width: 85%;
	max-width: 600px;
	flex-direction:column;
}
.st_29082024_1144_bx1_bd_p1{
	font-size: 26px;	
	text-align: center;
}
.st_29082024_1144_bx1_bd_p2{
	font-size: auto;	
	text-align: center;
}
.st_29082024_1144_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_29082024_1144_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
	
	
.st_29082024_1508_bx1_fll_p2{
	width: 95%;
	font-size: 26px;
}
.st_29082024_1508_bx1_fll_p2_spn1{
	display: table;
	margin-top: 30px;
	font-size: 18px;
}
.st_29082024_1508_bx1_bd{
	width: 85%;
	max-width: 600px;
	flex-direction:column;
}
.st_29082024_1508_bx1_bd_p1{
	font-size: 26px;	
	text-align: center;
}
.st_29082024_1508_bx1_bd_p2{
	font-size: auto;	
	text-align: center;
}
.st_29082024_1508_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_29082024_1508_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_29082024_1508_bx1_cmnt_dt{
	flex-direction:column;
}
.st_29082024_1508_bx1_cmnt_dt_p1{
	font-size: 26px;
	font-weight: 800;
	
	width: 100%;
	text-align: center;
	line-height: 145%;
}
.st_29082024_1508_bx1_cmnt_dt_p_vertical_line1{
	width: 0%;
	height: 30px;
}
.st_29082024_1508_bx1_cmnt_dt_p2{
	font-size: 26px;
	width: 100%;
	text-align: center;
}
	
	

.st_31082024_1025_bx1_fll_p2{
	width: 95%;
	font-size: 26px;
}
.st_31082024_1025_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1025_bx1_bd_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1025_bx1_bd_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1025_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1025_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
	
	
	
.st_31082024_1035_bx1_fll_p3{
	width: 95%;
	font-size: 26px;
}	
.st_31082024_1035_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1035_bx1_bd_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1035_bx1_bd_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1035_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1035_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1035_bx1_cmnt{
    background-position: top right;
}
.st_31082024_1035_bx1_cmnt_dt_p1{
	width: 100%;
}
.st_31082024_1035_bx1_cmnt_dt_p2{
	width: 100%;
}
	
	
	
	
.st_31082024_1132_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1132_bx1_bd_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1132_bx1_bd_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1132_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1132_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1132_bx1_cmnt_dt_p1{
	font-size: 26px;
}
	
	
	
	
	
.st_31082024_1400_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1400_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1400_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1400_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1400_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
	
	
	
	
	
	
	
	
	
	
.st_31082024_1442_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1442_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1442_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1442_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 0px;
}
.st_31082024_1442_bx1_bd_hrzntl_line{
	width: 0px;
	height: 0px;
}
	
	
	
	
.st_31082024_1547_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1547_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1547_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1547_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1547_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1547_bx1_cmnt_dt{
	width: 100%;
}
	
	
	
.st_31082024_1623_bx1_fll{
	padding: 90px 0;
    background-position: top right;
}
.st_31082024_1623_bx1_fll.bk1{
	background-image:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/bk41.webp');
}
.st_31082024_1623_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_31082024_1623_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_31082024_1623_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_31082024_1623_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1623_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_31082024_1623_bx1_fll_p1{
	width: 95%;
	text-align: center;
}
.st_31082024_1623_bx1_cmnt{
	padding: 0px 0;
}
.st_31082024_1623_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_31082024_1623_bx1_cmnt_dt_p1{
	margin-bottom: 60px;
}
.st_31082024_1623_bx1_cmnt_dt_p2{
	margin-bottom: 15px;
}
.st_31082024_1623_bx1_cmnt_dt_p3{
	margin-bottom: 15px;

}
.st_31082024_1623_bx1_cmnt_dt a:link, .st_31082024_1623_bx1_cmnt_dt a:visited{
	margin: 0 auto;
	text-align: center;
}
.st_31082024_1623_bx1_cmnt_dt_p5 a:link, .st_31082024_1623_bx1_cmnt_dt_p5 a:visited{
	margin: 0 auto 15px auto;
}

	
	
.st_01092024_1423_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_01092024_1423_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_01092024_1423_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_01092024_1423_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_01092024_1423_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_01092024_1423_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
	
	
	
	
	
	
.st_03092024_1232_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_03092024_1232_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_03092024_1232_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_03092024_1232_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_03092024_1232_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_03092024_1232_bx1_cmnt.height1{
	min-height: 350px;	
}
.st_03092024_1232_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_03092024_1232_bx1_cmnt_dt_p2{
		text-align: center;
}
.st_03092024_1232_bx1_cmnt_dt_p3_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: 1px solid blue;*/
}


.st_04092024_1511_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_04092024_1511_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_04092024_1511_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_04092024_1511_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 250px;
}
.st_04092024_1511_bx1_bd_hrzntl_line{
	width: 0px;
	height: 240px;
}
.st_04092024_1511_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
	
	
	
.st_05092024_1722_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_05092024_1722_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_05092024_1722_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_05092024_1722_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_05092024_1722_bx1_bd_hrzntl_line{
	width: 0px;
	height: 60px;
}
.st_05092024_1722_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_05092024_1722_bx1_cmnt_dt_p1{
	text-align: center;
}
.st_05092024_1722_bx1_cmnt_dt_p2{
	text-align: center;
}
	
	
	
	
.st_06092024_1011_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_06092024_1011_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_06092024_1011_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_06092024_1011_bx1_bd.direction2{
	flex-direction:column !important;
}
.st_06092024_1011_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_06092024_1011_bx1_bd_hrzntl_line{
	width: 0px;
	height: 60px;
}
.st_06092024_1011_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_06092024_1011_bx1_cmnt_dt_p1{
	text-align: center;
}
.st_06092024_1011_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: 1px solid blue;*/
}
	
	
.st_06092024_1052_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_06092024_1052_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_06092024_1052_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_06092024_1052_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_06092024_1052_bx1_bd_hrzntl_line{
	width: 0px;
	height: 90px;
}
.st_06092024_1052_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_06092024_1052_bx1_cmnt_dt_p1{
	text-align: center;
}
.st_06092024_1052_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: 1px solid blue;*/
}
	
	
	
.st_06092024_1251_bx1_fll_p1{
	font-size: 26px;	
	text-align: center;
}
.st_06092024_1251_bx1_fll_p2{
	font-size: auto;	
	text-align: center;
}
.st_06092024_1251_bx1_bd{
	width: 85%;
	flex-direction:column;
}
.st_06092024_1251_bx1_cmnt_vrtcl_line{
	width: 0px;
	height: 30px;
}
.st_06092024_1251_bx1_bd_hrzntl_line{
	width: 0px;
	height: 30px;
}
.st_06092024_1251_bx1_cmnt.visble{
	visibility: hidden;
	display: none;
}
.st_06092024_1251_bx1_cmnt_dt_p1{
	text-align: center;
}
.st_06092024_1251_bx1_cmnt_dt_p1_spn1{
	display: table;
	width: 100%;
	text-align: center;
	margin-bottom: -30px;
	
	/*border: 1px solid blue;*/
}

}