#content {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}
#content {
    padding-bottom: 100px;
}
#content.wrapper {
    max-width: 1320px;
	margin:0 auto;
}
.title_geral {
    display: inline-flex;
    font-size: 50px;
    font-weight: 500;
    color: #cf0a2c;
    margin: 30px 0;
}
.title_geral {
    text-transform: uppercase;
    margin-bottom: 0px;
}
.gca-block{
	margin-top:35px;
}
.accordion_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.accordion_list .accordion_item {
    overflow: hidden;
}
.accordion_list .accordion_item {
    display: block;
    width: 100%;
}
.accordion_list .accordion_item .accordion_action {
    display: block;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    border-bottom: 3px solid #000000;
    padding: 10px 0;
    padding-right: 90px;
    margin-bottom: 35px;
    background: url(./img/seta_harmonica.png) no-repeat 98% center;
}
.accordion_list.higlight .accordion_item .accordion_action {
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    color: #3d3c3e;
}
.accordion_list .accordion_item .accordion_action.active {
    background-image: url(./img/seta_harmonica2.png);
}
.accordion_list.higlight .accordion_item .accordion_action {
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    color: #3d3c3e;
}
.accordion_list .accordion_item .accordion_action.active {
    background-image: url(./img/seta_harmonica2.png);
}
.accordion_list.higlight .accordion_item .accordion_action.active {
    color: #cf0a2c;
}
.accordion_list .accordion_item .accordion_detail {
    display: none;
    font-size: 18px;
    line-height: 1.61;
    color: #000000;
    margin: 0;
    transition: all 0.5s;
}
.accordion_list .accordion_item .accordion_detail.active {
    display: block;
    margin-bottom: 35px;
}
.mob_hidden_sila{
	display:none;
}
.silampos_index{
	margin-top:30px;
	position:relative;
	
}
.silampos_index:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0.4;
    background: #000000;
}
.splide__pagination__page {
    width: 15px;
    height: 15px;
	border: 1px solid #cf0a2c;
	background:none;
}
.splide__pagination__page.is-active {
    background:#cf0a2c;
	border: 1px solid #cf0a2c;
}

#content #history_new {
    width: 100%;
	margin-top:60px;
}
#content #history_new .block-line {
    display: flex;
    justify-content: space-between;
}
#content #history_new .block-line.left {
    text-align: right;
}
#content #history_new .block-line .block {
    max-width: 580px;
    width: 100%;
    margin-top: 60px;
}
#content #history_new .block-line:first-child .block {
    margin-top: 0;
}
#content #history_new .block-line .line-bar {
    max-width: 120px;
    width: 100%;
    position: relative;
}
#content #history_new .block-line .line-bar .line {
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background-color: #000;
}
#content #history_new .block-line .line-bar .dot {
    position: absolute;
    top: 60px;
    background-color: #d10927;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    left: calc(50% - 10px);
}
#content #history_new .block-line:first-child .line-bar .dot {
    top: 0;
}
#content #history_new .block-line .line-bar .dot .dot-white {
    position: absolute;
    top: 7px;
    background-color: #fff;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 6px;
    left: 7px;
}
#content #history_new .block-line.left .block.img {
    text-align: left;
}
#content #history_new .block-line.right {
    text-align: left;
}
#content #history_new .block-line .block {
    max-width: 580px;
    width: 100%;
    margin-top: 60px;
}
#content #history_new .block-line:first-child .block {
    margin-top: 0;
}
#content #history_new .block-line .block .year {
    font: 600 30pt "LocatorWeb",sans-serif;
    color: #d10927;
}
#content #history_new .block-line .block .text {
    margin-top: 30px;
    font: 400 14pt/18.8pt "LocatorWeb",sans-serif;
}
.wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    max-width: 1190px;
    width: 100%;
}
.block.img img{
	max-width:100%;
}

@media only screen and (max-width: 768px){
	#content #history_new .block-line {
		display: flex;
		align-items: top;
		flex-direction: column;
		position: relative;
	}
	#content #history_new .block-line .block {
		max-width: calc(100% - 30px);
		order: 1;
	}
	#content #history_new .block-line .block .year {
		font-size: 17pt;
	}
	#content #history_new .block-line .block .text {
		font: 400 12pt/15pt "LocatorWeb",sans-serif;
	}
	#content #history_new .block-line .line-bar {
		order: 3;
		position: absolute;
		right: 0;
		top: 2px;
		max-width: 20px;
		height: 100%;
	}
	#content #history_new .block-line.left .block.img {
		text-align: right;
	}
	#content #history_new .block-line .line-bar .line {
		width: 1px;
	}
	#content #history_new .block-line.right {
		text-align: right;
	}
	#content #history_new .block-line .block.img {
		order: 2;
		margin-top: 30px;
	}
	.title_geral {
		font-size: 30px;
	}
	.accordion_list.higlight .accordion_item .accordion_action {
		font-size: 16px;
	}
}
.splide__slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.silampos_bg{
	width:100%;
	height:550px;
	background-size:cover;
	background-repeat:np-repeat;
	background-position:bottom;
	margin-top:30px;
	display:flex;
	align-items:center;
	position:relative;
	color:#fff;
}
.silampos_bg .container{
	position:relative;
	z-index:3;
}
.silampos_bg:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0, 0, 0, 0.5);
}
.silampolis_text{
	font-size:18px;
	max-width:60%;
}
.silamp_main{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin-top:30px;
}
.silamp_items{
	width:100%;
	height:450px;
	display:flex;	
	align-items:center;
	justify-content:center;
	position:relative;
	flex-direction:column;
	color:#fff;
	background-size:cover;
}
.silamp_items:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgb(0, 0, 0, 0.2);
}
.silamp_items_50{
	width:calc(50% - 10px);
}
.silamp_items_name{
	font-size:40px;
	text-transform:uppercase;
	line-height:40px;
	margin-bottom:20px;
	position:relative;
	z-index:3;
}
.silamp_items_btn{
	max-width:350px;
	width:100%;
	height:45px;
	color:#fff;
	background:#e31937;
	display:flex;
	align-items:center;
	justify-content:Center;
	text-transform:uppercase;
	font-size:20px;
	position:relative;
	z-index:3;
	border-radius:10px;
}
.silamp_items_btn:hover{
	opacity:0.7;
}
.container--xl {
    max-width: 1480px;
}
.slider_kambukka {
	margin-top:50px;
    margin-bottom: 80px;
}
.splide.is-active .splide__list {
    display: flex;
}
.slider_kambukka .product {
    height: 100%;
}
.slider_kambukka  .product-meta--action{
	opacity:1;
}
#content.wrapper{
	padding-bottom:40px;
}
.product{
	border-left: 1px solid var(--light-gray);;
}
.product-inner {
    position: relative;
    height: 100%;
}
.silamp_items_brend{
	width:calc(50% - 10px);
	display:flex;
	gap:20px;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.silamp_items_brend .silamp_items:after{
	display:none;
}
.silamp_items_brend iframe{
	width:100%;
	height:100%;
}
.silamp_items_brend .silamp_items{
	height:300px;
	background-position:center;
}
.brend_flex{
	gap:30px 20px;
}
.btn_select{
	justify-content:center;
	display:flex;
	margin-top:50px;
}
.btn_select a{
	max-width:450px;
	width:100%;
	height:45px;
	color:#fff;
	background:#e31937;
	display:flex;
	align-items:center;
	justify-content:Center;
	text-transform:uppercase;
	font-size:20px;
	position:relative;
	z-index:3;
	border-radius:10px;
}
.btn_select a:hover{
	opacity:0.7;
}
@media only screen and (max-width: 768px){
	.silamp_items{
		height:300px;
		padding:30px;
	}
	.silamp_items_brend .silamp_items{
		padding:0;
	}
}
@media only screen and (max-width: 500px){
	.silampolis_text {
		font-size: 16px;
		max-width: 100%;
	}
	.silampos_bg {
		height:330px;
		background-position: bottom right;
	}
	.silampos_bg h1{
		margin-top:-10px;
	}
	.wrapper{
		padding:0 10px;
	}
	.silamp_items {
		height: 250px;
		padding: 15px;
	}
	.silamp_items_50, .silamp_items_brend{
		width:100%;
	}
}






