.seus_header {
	position:relative;
}

.seus_header h1 {
	position:absolute;
	left:70px;
	bottom:50px;
	z-index:10;
	color:#fff;
	font-weight:600;
	font-size:54px;

}

.seus_header h1 img {
	display:block;
	border:1px solid #fff;
	width:110px;
	margin:0 0 20px 0;
	vertical-align:bottom;
	border-radius:2px;
}

.seus_header p.seutancada {
	font-weight:500;
	font-size:18px;
	display:inline-block;
	margin:0px 0 10px 0;
	color:#fff;
	border:1px solid #fff;
	padding:10px 18px;
	background-color:rgba(0, 0, 0, 0.5);
}


.swiper-button-prev{
	position:absolute;
	background-image:url(../img/left_white.png);
	background-position:center center;
	background-size:auto 50%;
	background-repeat:no-repeat;
	z-index:10;
	left:0;
}
.swiper-button-next {
	position:absolute;
	background-image:url(../img/right_white.png);
	background-position:center center;
	background-size:auto 50%;
	background-repeat:no-repeat;
	z-index:10;
	right:0;
}

.seus_header .swiper-button-prev, 
.seus_header .swiper-button-next {
	top:40%;
	width:70px;
	height:70px;		
}


.swiper-button-prev.swiper-black{
	background-image:url(../img/left.png);
}
.swiper-button-next.swiper-black {
	background-image:url(../img/right.png);
}




.seus_header .buttons {
	position:absolute;
	right:70px;
	bottom:0px;
	z-index:10;
	background:rgba(255, 255, 255, 0.6);
	font-weight:600;
	padding:13px;
}

.seus_header .buttons a {
	display:block;
	width:210px;
	height:42px;
	background-color:#000;
	margin:0 0 12px 0;
	color:#fff;
	line-height:40px;
	text-align:center;
	padding:0 10px 0 53px;
	position:relative;
	font-size:14px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
	transition:background-color ease 0.2s;
}
.seus_header .buttons a:hover {
	background-color:var(--lila1);
}
.seus_header .buttons a:hover:after {
	background-color:var(--lila2);
}

.seus_header .buttons a:after {	
	content:"";
	font-family: Simple-Line-Icons;
	position:absolute;
	text-align:center;
	line-height:40px;
	font-size:19px;
	color:#fff;
	top:0;
	font-weight:400;
	left:0;
	width:48px;
	background-color:#000;
	height:42px;
	border-right:1px solid rgba(255, 255, 255, 0.6);
	transition:background-color ease 0.2s;
}

.seus_header .buttons a.visit:after {
	content:"\e096";
}
.seus_header .buttons a.calendar:after {
	content:"\e075";
}
.seus_header .buttons a.tickets:after {
	background:url(../img/tickets.png) center center no-repeat;
	background-size:auto 55%;
	background-color:#000;
}

.seus_header .buttons a.tickets {
	background-color:#000;
}
.seus_header .buttons a.tickets:hover {
	background-color:var(--lila1);
}
.seus_header .buttons a.tickets:hover:after {
	background-color:var(--lila2);
}


.seus_header .buttons a:last-of-type {
	margin:0;
}

.swipper_seus_big {
	background-color:#000;
}

.swipper_seus_big .swiper-slide {
	height:550px;
	width:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;

}

.seus_header .swiper-slide:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    bottom: 0px;
	opacity:0.7 ;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}


.seu_intro {
	margin:80px 0 60px 0;
	font-weight:400;
	font-size:15px;
	line-height:24px;
}
.seu_intro h1,
.seu_intro h2,
.seu_intro h3,
.seu_intro h4 {
    margin: 30px 0 20px 0;
	font-size:20px;
}
.seu_intro a {
	text-decoration:underline;
}

/* HISTORIES */
.puzzle_seus {
	margin-bottom:5px;
	background-color:#fff;
}
.puzzle_seus:hover {
	background-color:#fff;
}
.puzzle_seus .puzzle_content {
	background-color:var(--lila1);
            user-select: none; 
}
.puzzle_seus:hover .puzzle_content {
	background-color:var(--lila2);
}
.puzzle_seus .puzzle_content i {
	transition:transform ease 0.3s;
}
.puzzle_seus .puzzle_content i.rotated {
	transform:rotate(180deg);
}
.puzzle_seus .puzzle_content,
.puzzle_seus .puzzle_foto {
	height:200px;
	cursor:pointer;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	text-align:center;

}
.puzzle_seus .puzzle_content {
	font-weight:400;
	font-size:18px;
}
.puzzle_seus .puzzle_content i {
	display:block;
	margin:5px 0 -15px 0;
	font-size:30px;
}

.puzzle_seus:hover .puzzle_foto.right:after {
	border-left-color: var(--lila2);	
}
.puzzle_seus:hover .puzzle_foto.left:after {
	border-right-color: var(--lila2);
}



.puzzle_text {
	height:0;
	overflow:hidden;
	opacity:0;
	transition:height ease 0.3s, opacity ease 0.7s;
}
.puzzle_text.active {
	height:400px;
	opacity:1;
}	
.puzzle_text .puzzle_text_fotos,
.puzzle_text .puzzle_text_info,
.puzzle_text_fotos .swiper-slide {
	height:400px;
}
.puzzle_text_fotos .swiper-button-prev, 
.puzzle_text_fotos .swiper-button-next {
	top:50%;
	width:50px;
	height:60px;
	margin-top:-30px;
}
.puzzle_text_info {
	padding:25px 30px !important;
	overflow:hidden;
	overflow-y: scroll;
	color:#000;	
	position:relative;
}


.puzzle_text_info p {
	margin:0;
}
.puzzle_text_info.noscroll {
	/*
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: left;
	*/
}
.puzzle_text_info::-webkit-scrollbar-track {
     -webkit-box-shadow: 0;
     background-color: #e9e9e9;
}
.puzzle_text_info::-webkit-scrollbar {
     width: 8px;
     background-color: #e9e9e9;
}
.puzzle_text_info::-webkit-scrollbar-thumb {
     background-color: #b9b9b9;
}

.seumap_container {
	position:relative;
}

#seumap{
	width:100%;
	height:340px;
	background-color:#f1f1f1;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.indications {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-color:rgba(0, 0, 0, 0.6);
	line-height:46px;
	color:#fff;
	font-weight:600;
	text-align:right;
	font-size:13px;
	padding:0 20px 0 20px;
	transition:background-color ease 0.3s;
	background-image: url(../img/location.png);
	background-position: center left 15px;
	background-size: auto 24px;
	background-repeat:no-repeat;
}

.indications i {
	display:inline-block;
	margin:-6px 0 0 15px;
	font-size:34px;
	vertical-align:middle;
	
}

.indications:hover {
	color:#fff;
	background-color:rgba(0, 0, 0, 0.8);
}
.tabs_seus .tabs-navigation {
	display:flex;
	flex-wrap:no-wrap;
}
.tabs_seus .tabs-navigation li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tabs_seus .tabs-navigation li a {
    font-size: 13px;
    line-height: 42px;
    font-style: normal;
    font-weight: 600;
    padding: 1px 16px 0 16px;
    text-transform: capitalize;
}


.tabs_seus  .tabs-content {
	height:297px;
}





.swiper-expo {
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	  overflow: hidden;
	  z-index: 1;
	  height:352px;
	  position:relative;
}


.swiper-expo .info {
	position:absolute;
	width:50%;
	text-align:center;
	padding:55px 20px 20px 20px;
	background: rgba(0, 0, 0, 0.7);
	bottom:0;
	height:100%;
	right:0;
	color:#fff;
}

.swiper-expo .info a.button  {
	background-color:var(--lila1);
	border:0;
}
.swiper-expo .info a.button:hover {
	border:0;
	background-color:var(--lila2);
	color:#fff;
	outline:none;
}

.expo_pag {
	position:absolute;
	top:0px;
	left:50%;
	z-index:2;
	color:#fff;
	font-size:12px;
	line-height:18px;
	font-family:arial;
	padding:12px 14px;
}

.col-md-12 .swiper-expo .info {
	width:33%;
}

.col-md-12 .expo_pag {
	left:67%;
}


.expo_prev {
	width:38px;
	height:18px;
	line-height:18px;
	float:left;
	border-right:1px solid #fff;
	text-align:right;
	padding:0 8px;
	font-size:14px;
	cursor:pointer;
	opacity: 1;
	transition:opacity ease 0.2s;
	background:url(../img/left_white.png) center left no-repeat;
	background-size: auto 80%;
}
.expo_next {
	width:35px;
	height:18px;
	float:left;
	padding:0 8px;
	cursor:pointer;
	opacity: 0.7;
	transition:opacity ease 0.2s;
	background:url(../img/right_white.png) center right no-repeat;
	background-size: auto 80%;
	color:#ddd;
}

.swiper-expo h2 {
	font-size:20px;	
	line-height:24px;
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.swiper-expo h2:after {
	content:"";
	position:absolute;
	bottom:0;
	width:100px;
	height:1px;
	background-color:#fff;
	left:50%;
	margin-left:-50px;
}

.swiper-expo p {
	line-height:18px;
}



.swiper-expo .info a {
	position:absolute;
	bottom:15px;
	left:20px;
	width:calc(100% - 40px);
	font-weight:500;
	font-size:14px;
}


@media (max-width: 1400px) {
	.seus_header h1 {
		left:70px;
		bottom:40px;
		font-size:40px;
	}

	.seus_header .buttons {
		right:70px;
	}	

	.swipper_seus_big .swiper-slide {
		height: 450px;
	}

}

@media (max-width: 1199px) {
	.swipper_seus_big .swiper-slide {
		height:450px;
	}
	.seus_header h1 {
		left:35px;
		bottom:40px;
		font-size:40px;
	}
	.seus_header .buttons {
		right:50px;
	}		
	.seus_header .swiper-button-prev, 
	.seus_header .swiper-button-next {
		top:40%;
		width:60px;
		height:60px;		
	}
	
	
	.swiper-expo .info {
		padding: 50px 20px 20px 20px;
	}
	.swiper-expo h2 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 18px;
		margin-bottom: 22px;
	}
	h2.titol {
		font-size: 28px;
		margin: 0 0 20px 0;
	}
	
	.col-md-12 .swiper-expo .info {
		width:40%;
	}
	.col-md-12 .expo_pag {
		left:60%;
	}	
	.col-md-12 .swiper-expo {
	  height:352px;
	}
	
	.seus_header h1 img {
		width: 100px;
	}
}
@media (max-width: 991px) {
	.seus_header .buttons {
		bottom:0px;
		right:auto;
		left:0;
		width:100%;
	}	
	.seus_header h1 {
		bottom:100px;
		width:100%;
		left:0;
		padding:0 40px 0 160px;
	}
	.seus_header h1 img {
		position:absolute;
		left:40px;
		bottom:0;
		margin:0;
	}
	

	.seus_header .buttons a {
		display:inline-block;
		margin:0 15px 0 0;
		width:calc((100% - 40px) / 3);
	}
	
	.seus_header .buttons2 a {
		width:calc((100% - 20px) / 2);
	}
	
	.seus_header .buttons1 a {
		width:100%;
	}
	
	
	.seus_header .buttons a:last-of-type {
		margin:0;	
	}
	
	.seus_header .swiper-button-prev, 
	.seus_header .swiper-button-next {
		top:40%;		
	}
		
	.seu_intro {
		margin: 40px 0 40px 0;
	}	
	.puzzle_text_info {
		padding: 20px 25px !important;
	}
	.puzzle_text .puzzle_text_fotos,
	.puzzle_text .puzzle_text_info,
	.puzzle_text_fotos .swiper-slide,
	.puzzle_text.active	{
		height:350px;
	}

	.swiper-expo {
	  height:352px;
	}
	.swiper-expo .info {
		padding: 60px 20px 20px 20px;
	}
	.swiper-expo h2 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 18px;
		margin-bottom: 22px;
	}
	h2.titol {
		font-size: 26px;
		margin: 0 0 15px 0;
	}
	
	.tabs_seus .tabs-navigation {
		flex-wrap:wrap;
	}
	.tabs_seus .tabs-navigation li {
		width:50%;
		margin:0 0 -1px 0;
		text-align:center;
		padding:0;
	}
	.tabs_seus .tabs-navigation.tabs_3 li {
		width:33.33%;
	}
	.tabs_seus .tabs-navigation.tabs_4 li {
		width:50%;
	}
	.tabs_seus .tabs-navigation.tabs_5 li {
		width:33.33%;
	}
	.tabs_seus .tabs-navigation.tabs_5 li:nth-child(4),
	.tabs_seus .tabs-navigation.tabs_5 li:nth-child(5) {
		width:50%;
	}
	.tabs_seus .tabs-navigation.tabs_6 li {
		width:33.33%;
	}
	
	.tabs_seus .tabs-navigation li a {
		padding:1px 7px 0 7px;
		overflow:hidden;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.col-md-12 .swiper-expo .info {
		width:50%;
	}
	.col-md-12 .expo_pag {
		left:50%;
	}
	
	.indications {
		line-height:18px;
		font-size:13px;
		background-size: 0 0;
		padding:10px 35px 10px 15px;
		background-image: url(../img/right_white.png);
		background-position: center right 12px;
		background-size: auto 20px;
		background-repeat:no-repeat;
		text-align:left;
	}
	
	.indications i {
		display:none;
	}
		
}
@media (max-width: 767px) {
	.swipper_seus_big .swiper-slide {
		height:400px;
	}
	.seus_header h1 {
		font-size:28px;
		line-height:36px;
		padding:0 20px 0 100px;
		bottom:80px;
	}
	.seus_header h1 img {
		width:60px;
		left:20px;
		bottom:4px;
	}
	
	.seus_header p.seutancada {
		font-size:14px;
		margin:0 0 10px 0;
		padding: 8px 15px;
		background-color:rgba(0, 0, 0, 0.5);
	}

	
	.seus_header .swiper-button-prev, 
	.seus_header .swiper-button-next {
		width:40px;
		height:50px;	
		top:40%;
		margin-top:-25px;
	}
	.seus_header .swiper-slide:after {
		height: 80%;
		opacity:0.6 ;	
	}
	.seus_header .buttons {
		padding:10px;
	}
	
	.seus_header .buttons a {
		margin:0 8px 0 0;
		width:calc((100% - 16px) / 3);
	}
	
	.seus_header .buttons2 a {
		width:calc((100% - 12px) / 2);
		padding:0 10px 0 55px;
	}
	
	.seus_header .buttons1 a {
		width:100%;
		padding:0 25px 0 50px;
	}
	.seus_header .buttons3 a:after  {
		width:100%;
		border:0px;
	}
	h2.titol {
		font-size: 22px;
		margin: 0 0 10px 0;
	}
	
	.seu_intro {
		margin: 30px 0 30px 0;
		font-weight:400;
	}
	.tabs_seus .tabs-content {
		height: auto;
	}
	#seumap{
		height:300px;
	}
	
	.swiper-expo .info {
		width: auto;
		left:0;
		right:0;
		padding: 55px 20px 20px 20px;
		background: rgba(0, 0, 0, 0.7);
		text-align:right;
	}
	.col-md-12 .swiper-expo .info {
		width: 100%;
	}
	.col-md-12 .expo_pag,
	.expo_pag {
		position: absolute;
		top: 0px;
		left: auto;
		right:0;
	}
	
	.swiper-expo h2:after {
		width:100px;
		left:auto;
		right:0;
		margin-left:0px;
	}
	
	.swiper-expo .info a {
		text-align:center;
	}

	.puzzle_text_info {
		padding: 15px !important;
	}
		
	.swipper_historia {
		height:200px;
		margin-bottom:15px;
	}
	
	
	
	

}
@media (max-width: 480px) {

}

		

ol, ul {
	margin:0 0 15px 0;
}