.st_21092025_1109_vermelho{
	box-sizing: border-box;
	width: 100%;
	/*min-height: 750px;*/
	margin: 0 auto;
	padding: 90px 0;
	
	position: relative;
	
	background-color: #f8f8f8;
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_21092025_1109_vermelho > .p1{
	box-sizing: border-box;
	width: 100%;

	padding: 0 30px;

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

	padding: 0 30px;

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

.st_21092025_1109_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	position: absolute;
	top: 90px;
	left: 50%;
  	transform: translateX(-50%);
	
	margin-bottom: 90px;
	
	
	opacity: 0; /* Torna o slide invisível por padrão */
    transition: opacity 0.5s ease-in-out; /* Adiciona uma transição suave */
    pointer-events: none; /* Impede cliques em slides invisíveis */
	
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

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

	/*align-content:stretch;*/ 
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #00FF00;
}
.st_21092025_1109_verde.ativo{
    opacity: 1;
    pointer-events: auto;
}

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


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



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

/* em caso de texto longo use span1, span2, span3 e alinhe o responsivo do elemento acima como left */
.st_21092025_1109_amarelo p .span1{
	box-sizing: border-box;
	font-size: 14px;
	display: table;	
}
.st_21092025_1109_amarelo p .span2{
	box-sizing: border-box;
	font-weight: 500;
	font-size: 24px;	
}
.st_21092025_1109_amarelo p .span3{
	box-sizing: border-box;
	display: table;
	height: 1px;
	width: 100%;
	
	background-color: #999;
}

.margin_bottom_remove{
	margin-bottom: 0px !important;
}
.st_21092025_1109_amarelo > .p1{
	box-sizing: border-box;
	width: 100%;
	
	font-size: 36px;
	font-weight: 700;
	line-height: 145%;
	font-family: "Montserrat", sans-serif;

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

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

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

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

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

	margin-bottom: 30px;
	border: var(--brdr-bx) solid #ccc;
}
.st_21092025_1109_amarelo > .p3 a:link, .st_21092025_1109_amarelo > .p3 a:visited{
	display: table;
	padding: 6px 64px;
	
	font-weight: 500;
	
	background-color: #999;
	color:#fff;
	
	border-radius: 15px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_21092025_1109_amarelo > .p3 a:hover, .st_21092025_1109_amarelo > .p3 a:active{
	background-color: #000;
	color:#999;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_21092025_1109_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;

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

	margin-bottom: 0px;
	border: var(--brdr-bx) solid #ccc;
}
.st_21092025_1109_amarelo > .p4 i{
	font-size: 26px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.st_21092025_1109_amarelo > .p4 i:hover{
	color: #6bbe50;
	transition: all 0.3s ease-out;
}







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

.st_21092025_1109_vermelho{
	/*min-height: 850px;*/
}
.st_21092025_1109_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

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

.st_21092025_1109_roxo{
	padding: 0px;
}

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

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


}