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


input, textarea, button {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0px;
}
html, body {
  	height: 100%  !important;
  	width: 100%;
  	padding: 0;
  	margin: 0;
  
  	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Poppins', sans-serif;
  	font-size:16px;
  	font-weight:300;
  	color: #666666;
	line-height: 185%;
	
	font-smooth: always;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;	
}


.bx0_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.bx0_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
}
.bx0_cmnt{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


.bx00_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.bx00_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-flow: wrap;
	flex-direction: row;
}
.bx00_cmnt{
	width: 100%;
	max-width: 570px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	flex-direction: row;
	display: flex;
    justify-content: center;
	align-items: center;
}


.lnk0_gnrl a:link, .lnk0_gnrl a:visited{
	width: 90%;
	max-width: 450px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	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 0 0;
	
	/*border: 1px solid #f07857;*/
}
.st_00000000_0000_bx0_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_00000000_0000_bx0_bd_space1{
	height: 60px;
	
	/*border: 1px solid #253342;*/
}
.st_00000000_0000_bx0_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_00000000_0000_bx0_cmnt1 p{
	width: 85%;
}
.st_00000000_0000_bx0_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_00000000_0000_bx0_cmn1_p1 span{
	display: table;
}
.st_00000000_0000_bx0_cmn1_p1_spn1{
	font-size: 50px;
	font-weight: 700;
	line-height: 125%;
	
	margin-bottom: 30px;
	
	/*border: 1px solid #be398d;*/
}
.st_00000000_0000_bx0_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_00000000_0000_bx0_cmnt2 p{
	width: 85%;
}
.st_00000000_0000_bx0_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_00000000_0000_bx0_cmn2_p1 span{
	display: table;
}
.st_00000000_0000_bx0_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;
	
	-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(255,255,255,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_05072024_bx1_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
.st_05072024_bx1_bd{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-flow:column;
	flex-direction: row;
}
.st_05072024_bx1_cmnt1{
	width: 100%;
	max-width: auto;/*570px*/
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	flex-direction: row;
	display: flex;
    justify-content: center;
	align-items: center;
	
	background-color: #dc9f2c;
}
.st_05072024_bx1_cmnt1_dv1{
	max-width: 570px;
	margin: 0 0 0 auto;
}
.st_05072024_bx1_cmnt1_p1{
	width: 100%;
	font-size: 36px;
	line-height: 145%;
	color: #fff;
	font-weight: 800;
	margin: 0 auto 40px 0;
	
	font-family: "Montserrat", sans-serif;
}
.st_05072024_bx1_cmnt1_p2{
	width: 70%;
	color: #fff;
	margin: 0 auto 40px 0;
}
.st_05072024_bx1_cmnt1_p2 span{
	font-weight: 700;
}
.st_05072024_bx1_cmnt1_p3{
	
}
.st_05072024_bx1_cmnt1_p3 a:link, .st_05072024_bx1_cmnt1_p3 a:visited{
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto 0 0;
	padding: 10px 12px;
	
	text-align: center;
	
	font-weight: 500;
	
	background-color: #fff;
	color:#dc9f2c;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05072024_bx1_cmnt1_p3 a:hover, .st_05072024_bx1_cmnt1_p3 a:active{
	background-color: #333333;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_05072024_bx01_cmnt2{
	width: 100%;
	height: 650px;
	max-width: auto;/*570px*/
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	flex-direction: row;
	display: flex;
    justify-content: center;
	align-items: center;
	
	background-image: url("../img/bk1-1970x830.webp");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.st_05072024_bx1_cmnt2_dv1{
	width: 100%;
	max-width: 90%;
	margin: 0 auto 0 0;
	text-align: center;
}
.st_05072024_bx1_cmnt2_p2{
	
}
.st_05072024_bx1_cmnt2_p2 img{
	max-width: 90%;
}




.st_18082024_1107_bx1_fll{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 0 0;
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_fll p{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
	

	line-height: 125%;
	text-align: center;
}
.st_18082024_1107_bx1_fll_p1{
	text-align: center;
	margin-bottom: 30px !important;
	
	color: #dc9f2c;
	
	font-size: 50px;
	font-weight: 800;
}
.st_18082024_1107_bx1_fll_p2{
	text-align: center;
	margin-bottom: 0px !important;
	
	letter-spacing: 2px;
	
	color: #333333;
}
.st_18082024_1107_bx1_bd{
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*border: 1px solid red;*/
}
.st_18082024_1107_bx1_bd div{
	margin-bottom: 30px;
}
.st_18082024_1107_bx1_bd_space1{
	height: 60px;
}
.st_18082024_1107_bx1_bd_line1{
	width: 1200px;
	margin: 0 auto 30px auto;
	height: 1px;
	border-top: 1px solid #eeeeee;
}
.st_18082024_1107_bx1_cmnt1{
	width: 100%;
	max-width: 380px;
	
	margin-right: 10px;
	margin-left: 10px;
	
	/*margin: 0 auto 0 auto;*/
	padding: 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'*/
	
	/*border:  1px solid blue;*/
}
.st_18082024_1107_bx1_cmnt1_reverse1{
	flex-direction:row-reverse !important;
}
.st_18082024_1107_bx1_cmnt1_border_right{
	border-right:  1px solid #eeeeee;
}
.st_18082024_1107_bx1_cmnt1_border_left{
	border-left:  1px solid #eeeeee;
}
.st_18082024_1107_bx1_cmnt1 p{
	width: 100%;
	/*margin: 0 auto;*/
	
	line-height: 145%;
}
.st_18082024_1107_bx1_cmn1_p1{
	width: 100% !important;
	height: 100%;
	
	/*margin: 0 auto;*/ /* Evite usar 'margin: 0 auto;' caso pai tenha 'display:flex' */
	padding: 0;
	
	margin-bottom: -10px; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*border: 10px solid black;*/
	
	background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center center;
	/*background-attachment: fixed;*/
	
	/*background-size: 110% 110%;
  	animation: shrink1 5s infinite alternate;*/
	
	/*border: 1px solid red;*/
}


.st_18082024_1107_bx1_cmn1_p1_spn1{
	display: table;
	font-weight: 700;
	margin-bottom: 30px;
}
.st_18082024_1107_bx1_cmn1_p2{
	/*padding: 30px 0;*/
	height: 100%;

	
	flex-direction:column;
	display: flex;
    justify-content:space-between;
	align-items:center; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/	
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_cmn1_p2 span{
	width: 80%;
	
	text-align: center;
	
	/*hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;*/
	
	line-height: 145%;
	
	/*border: 1px solid red;*/
}
.st_18082024_1107_bx1_cmn1_p2_span0{
	display: table;
	margin-bottom: 30px;
	margin-top: 60px;
	
	font-size: 80px;
	font-weight: 800;
	
	color: #dc9f2c;
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_cmn1_p2_span1{
	display: table;
	margin-bottom: 30px;
	/*margin-top: 30px;*/
	
	font-size: 25px;
	font-weight: 800;
	
	color: #dc9f2c;
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_cmn1_p2_span2{
	display: table;
	
	height: 100%;
	
	margin-bottom: 30px;
	

	text-align: center !important;
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_cmn1_p2_span3{
	display: table;
	margin-bottom: 60px;
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_cmn1_p2_span3 a:link, .st_18082024_1107_bx1_cmn1_p2_span3 a:visited{
	display: table;
	/*width: 90%;*/
	/*max-width: 450px;*/
	margin: 0 auto;
	padding: 12px 24px;
	
	background-color: #dc9f2c;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_18082024_1107_bx1_cmn1_p2_span3 a:hover, .st_18082024_1107_bx1_cmn1_p2_span3 a:active{
	background-color: #333333;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}




.st_11072024_bx1_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 60px 0;
}
.st_11072024_bx1_fll_p1{
	width: 1200px;
	max-width: 450px;
	margin: 0 auto 15px auto;
	text-align: center;
	
	color:#00be53;
	
	font-size: 36px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.st_11072024_bx1_fll_p2{
	width: 1200px;
	max-width: 450px;
	margin: 0 auto 60px auto;
	text-align: center;
	
	letter-spacing: 2px;
}
.st_11072024_bx1_fll_p3{
	padding: 60px 0px;
}
.st_11072024_bx1_fll_p3 a:link, .st_11072024_bx1_fll_p3 a:visited{
	width: 100%;
	max-width: 150px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px 12px;
	
	text-align: center;
	
	font-weight: 500;
	
	background-color: #00be53;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_11072024_bx1_fll_p3 a:hover, .st_11072024_bx1_fll_p3 a:active{
	background-color: #009929;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_11072024_bx1_bd{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
}
.st_11072024_bx1_cmnt{
	width: 100%;
	height: 650px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.st_11072024_bx1_cmnt_bk1{
	background-image: url("../portfolio/bk1.webp");
}
.st_11072024_bx1_cmnt_bk2{
	background-image: url("../portfolio/bk2.webp");
}
.st_11072024_bx1_cmnt_bk3{
	background-image: url("../portfolio/bk3.webp");
}
.st_11072024_bx1_cmnt_bk4{
	background-image: url("../portfolio/bk4.webp");
}

.st_11072024_bx1_cmnt_bk5{
	background-image: url("../portfolio/bk5.webp");
}
.st_11072024_bx1_cmnt_bk6{
	background-image: url("../portfolio/bk6.webp");
}
.st_11072024_bx1_cmnt_bk7{
	background-image: url("../portfolio/bk7.webp");
}
.st_11072024_bx1_cmnt_bk8{
	background-image: url("../portfolio/bk8.webp");
}
.st_11072024_bx1_cmnt_bk9{
	background-image: url("../portfolio/bk9.webp");
}




.st_18052024_bx3_fll{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 60px 0;
	
	/*background-color: #1f8ada;*/
}
.st_18052024_bx3_fll_p1{
	width: 70px;
	height: 5px;
	margin: 0 auto 40px auto;
	
	text-align: center;
	
	background-color: #dc9f2c;
}
.st_18052024_bx3_fll_p2{
	width: 1200px;
	margin: 0 auto 20px auto;
	letter-spacing: 2px;
	
	text-align: center;
	
	color: #dc9f2c;
	
	font-size: 50px;
	font-weight: 800;
}
.st_18052024_bx3_fll_p3{
	width: 1200px;
	margin: 0 auto 120px auto;
	letter-spacing: 2px;
	
	color: #333333;
	
	text-align: center;
}
.st_18052024_bx3_bd{
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	display: flex;
	flex-direction: row;
}
.st_18052024_bx3_cmnt{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}




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




@media only screen and (max-width: 1201px) {
	
img{
	max-width: 100%;
}
	
	
.bx0_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
	
	
.bx00_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.bx00_cmnt{
	flex-direction:column;
	padding: 0 0 0 0;
}
	
	
.st_00000000_0000_bx0_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.st_00000000_0000_bx0_cmnt1, .st_00000000_0000_bx0_cmnt2{
	padding: 30px 0;
}
.st_00000000_0000_bx0_cmn1_p1_spn1, .st_00000000_0000_bx0_cmn2_p1_spn1{
	font-size: 36px;
}
	
	
#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_05072024_bx1_fll{
	padding: 90px 0 0 0;
}	
.st_05072024_bx1_bd{
	max-width: 100%;
	width: 100%;
	
	flex-direction:column;
}
.st_05072024_bx1_cmnt1{	
	align-items:center;
	padding: 90px 0;
}
.st_05072024_bx1_cmnt1_dv1{
	width: 90%;
	margin: 0 auto 0 auto;
	
}
.st_05072024_bx1_cmnt1_p1{
	width: 100%;
	font-size: 25px;
	text-align: center;
}
.st_05072024_bx1_cmnt1_p2{
	width: 100%;
	text-align: center;
}
.st_05072024_bx1_cmnt1_p3 a:link, .st_05072024_bx1_cmnt1_p3 a:visited{
	margin: 0 auto 0 auto;
}
.st_05072024_bx1_cmnt2_dv1{
	margin: 0 auto 0 auto;
}
	
.st_05072024_bx01_cmnt2{
	height: 350px;
    background-position: right center;
}
	
	
	
	
.st_18082024_1107_bx1_fll_p1{
	font-size: 36px;
}
.st_18082024_1107_bx1_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
	align-items:center;
}
.st_18082024_1107_bx1_bd div{
	margin-bottom: 0px;
}
.st_18082024_1107_bx1_bd_line1{
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: 0px solid #eeeeee;
}
.st_18082024_1107_bx1_cmnt1{
	flex-direction:column;
	
	border-bottom: 1px solid #eeeeee;
	
	/*border: 1px solid blue;*/
}
.st_18082024_1107_bx1_cmnt1_last_child{
	border-bottom: 0px solid #eeeeee;
}
.st_18082024_1107_bx1_cmnt1_reverse1{
	flex-direction:column !important;
}
.st_18082024_1107_bx1_cmnt1_border_right{
	border-right:  0px solid #eeeeee;
}
.st_18082024_1107_bx1_cmnt1_border_left{
	border-left:  0px solid #eeeeee;
}
.st_18082024_1107_bx1_cmn1_p1{
	width: 100% !important;
	height: 350px;
}
.st_18082024_1107_bx1_cmn1_p2 span{
	width: 80%;
}
	
	
.st_11072024_bx1_fll_p1{
	width: 95%;
}
.st_11072024_bx1_fll_p2{
	width: 95%;
}
.st_11072024_bx1_bd{
	max-width: 100%;
	width: 100%;
	
	flex-direction:column;
}
	
	
.st_18052024_bx3_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.st_18052024_bx3_fll_p2{
	width: 95%;
	text-align: center;
	
	font-size: 36px;
}
.st_18052024_bx3_fll_p3{
	width: 95%;
	text-align: center;
}
	
	
.st_18052024_bx6_fll p{
	line-height: 145%;
}
.st_18052024_bx6_fll_p1{
	padding: 30px 6px;
}
.st_18052024_bx6_bd{
	max-width: 450px;
	width: 95%;
	
	flex-direction:column;
}
.st_18052024_bx6_cmnt p{
	line-height: 145%;
}
.st_18052024_bx6_cmnt_p4{
	margin: 0 auto 30px auto;
}
.st_18052024_bx6_cmnt_p7 a{
	display: block;
}
.st_18052024_bx6_cmnt_p7 span{
	visibility: hidden;
}



}