/*@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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.zoom {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
.zoom:hover {
	cursor: pointer;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); 
}

/* incio*/

:root {
  --brdr-bx: 0px;
}

input, textarea, button {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0px;
}
html, body {
  	height: 100%  !important;
  	width: 100%;
  	padding: 0;
  	margin: 0;
  
  	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Poppins', sans-serif;
  	font-size:16px;
  	font-weight:400;
  	color: #666666;
	line-height: 145%;

	
	font-smooth: always;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	
	background-color: #000;
}


.lnk0_gnrl a:link, .lnk0_gnrl a:visited{
	display: table;
	padding: 6px 64px;
	
	font-weight: 500;
	
	background-color: #999;
	color:#000;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.lnk0_gnrl a:hover, .lnk0_gnrl a:active{
	background-color: #000;
	color:#999;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}


.bk0_gnrl {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/


	background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../img/bk.webp');
}

/* extraido do depoimentos 08 */
.auto_adjust_colors {
  background-color: rgb(124 106 88 / 20%);
  opacity: 1;
}
.auto_adjust_colors:hover {
  background-color: rgb(124 106 88 / 100%);
}

/* estyle bar overflow */
.bk0::-webkit-scrollbar {
  width: 10px; /* Largura da barra de rolagem */
}
.bk0::-webkit-scrollbar-track {
  background: #ba9d80; /* Cor de fundo da pista */
	border-radius: 15px;
}
.bk0::-webkit-scrollbar-thumb {
  background: #7c6a58; /* Cor do polegar */
  border-radius: 5px; /* Borda arredondada do polegar */
}
.bk0::-webkit-scrollbar-thumb:hover {
  background: #8a1710; /* Cor do polegar ao passar o mouse */
}




.st_10042025_1542_vermelho{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;

	z-index: 0;
	position: relative;
	
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/

	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #ff0000;
}
.st_10042025_1542_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_10042025_1542_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_10042025_1542_verde{
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	
	display: flex;
	flex-direction: row;
	justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*align-items:stretch; divs com mesma height*/
	
	/*align-items:baseline; divs com textos top alinhados*/

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

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

.st_10042025_1542_azul{
	box-sizing: border-box;
	width: 100%;
	
	/*margin: 0 auto 0 auto;*/
	padding: 30px;
	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	/*background-attachment: fixed;*/
	
	flex-direction:row; /* row para conteúdo lado a lado e column para conteúdo sobre o outro*/
	display: flex;
    justify-content:center;
	align-items:stretch; /* Caso 'align-items:flex-end;' no pai use 'margin-bottom:-10px;' no filho */
	/*align-content:flex-end; Se necessario apenas em 'flex-direction:column'*/
	
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border: var(--brdr-bx) solid #0000cd;
}
.st_10042025_1542_azul.visble{
	box-sizing: border-box;
	
	visibility: hidden;
}
.st_10042025_1542_azul_vertical_space1{
	box-sizing: border-box;
	
	margin: 0 30px;	
}
.st_10042025_1542_azul_horizontal_space1{
	box-sizing: border-box;
	
	margin: 30px 0;
}


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



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

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

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

	margin-bottom: 15px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10042025_1542_amarelo > .p1 img{
	max-width: 60px;
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.st_10042025_1542_amarelo > .p2{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	color: #fff;
	
	letter-spacing: 2px;

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

	margin-bottom: 15px;
	border: var(--brdr-bx) solid #ccc;
}
.st_10042025_1542_amarelo > .p3{
	box-sizing: border-box;
	width: 50px;
	height: 2px;
	
	text-align: center;
	background-color: #fff;
	margin: 0 auto 15px auto;

	/* 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_10042025_1542_amarelo > .p4{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	font-weight: 800;
	font-size: 36px;
	line-height: 145%;
	color: #fff;

	/* 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_10042025_1542_amarelo > .p4 span{
	color: #f57c00;
}
.st_10042025_1542_amarelo > .p5{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	color: #fff;
	letter-spacing: 2px;

	/* 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_10042025_1542_amarelo > .p5 span{
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
}
.st_10042025_1542_amarelo > .p6{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;	
	font-weight: 800;
	font-size: 36px;
	line-height: 145%;	
	font-family: "Orbitron", sans-serif;
	color: #fff;

	/* 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_10042025_1542_amarelo > .p7{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;
	color: #fff;
	font-size: 12px;

	/* 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_10042025_1542_amarelo > .p8{
	box-sizing: border-box;
	width: 100%;
	
	text-align: center;

	/* 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_10042025_1542_amarelo > .p8 a:link, .st_10042025_1542_amarelo > .p8 a:visited{
	box-sizing: border-box;
	margin: 0 auto;
	
	display: table;
	padding: 12px 64px;
	
	font-weight: 500;
	
	font-size: 18px;
	
	background-color: #f57c00;
	color:#fff;
	border-radius: 25px;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}
.st_10042025_1542_amarelo > .p8 a:hover, .st_10042025_1542_amarelo > .p8 a:active{
	background-color: #7f00ff;
	color:#fff;
	
	text-decoration:none;
	transition: all 0.3s ease-out;
}







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


.st_10042025_1542_vermelho > .p1{
	width: 95%;
	margin: 0 auto 30px auto;

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

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

.st_10042025_1542_azul{
	padding: 30px;
	flex-direction:column;
	
	margin-bottom: 0px;
}
.st_10042025_1542_azul.visble{
	visibility: hidden;
	display: none;
}
.st_10042025_1542_azul_vertical_space1{
	
	margin: 15px 0;	
}
.st_10042025_1542_azul_horizontal_space1{
	
	margin: 30px 0;
}

.st_10042025_1542_roxo{
	padding: 0px;
}

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

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

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

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

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

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

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

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

	/*margin-bottom: 30px;*/
	border: var(--brdr-bx) solid #d49137;
}	
.st_10042025_1542_amarelo > .p8 a{
	margin: 0 auto; /* desabilita caso alinhamento não seja central */
	
	padding: 12px 54px !important;
}


}