/*!---------- CSS Personalizado ----------*/

.max-width-60 {
	max-width: 60px;
}

.max-width-80 {
	max-width: 80px;
}

.max-width-120 {
	max-width: 120px;
}

.max-width-150 {
	max-width: 150px;
}

.max-width-200 {
	max-width: 200px;
}

.max-width-250 {
	max-width: 250px;
}

.max-width-320 {
	max-width: 320px;
}

.max-width-400 {
	max-width: 400px;
}

.title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-auto {
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	max-height: 100%;
}

.img-anuncio {
    min-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
	text-align: center;
}

.height-portal {
	height: 25vw !important;
}

.height-detalhe {
	height: 12vw !important;
}

.height-portal-list {
	height: 15vw !important;
}

.height-1 {
	height: 18.25vw !important;
}

.height-map {
	height: 20vw !important;
}

@media (min-width:1200px) {
	.height-portal {
		min-height: 450px;
	}
	
	.height-detalhe {
		min-height: 220px;
	}
	
	.height-portal-list {
		min-height: 290px;
	}
	
	.height-map {
		min-height: 350px;
	}
}

@media (max-width: 991px) {
	.height-portal {
	height: 35vw !important;
	}
	
	.height-detalhe {
	height: 15vw !important;
	}
	
	.height-portal-list {
	height: 35vw !important;
	}
	
	.height-1 {
		height: 23vw !important;
	}
	
	.height-map {
	height: 35vw !important;
	}
}

@media (max-width: 767px) {
	.height-portal {
		height: 50vw !important;
	}
	
	.height-detalhe {
		height: 20vw !important;
	}
	
	.height-portal-list {
		height: 50vw !important;
	}
	
	.height-1 {
		height: 70vw !important;
	}
	
	.height-map {
	height: 50vw !important;
	}
}

@media (max-width: 575px) {
	.height-portal {
		min-height: 250px;
	}
	
	.height-detalhe {
		min-height: 100px;
	}
	
	.height-portal-list {
		min-height: 220px;
	}
	
	.height-map {
		min-height: 200px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-portal {
		min-height: 220px;
	}
	
	.height-detalhe {
		min-height: 150px;
	}
	
	.height-portal-list {
		min-height: 220px;
	}
	
	.height-1 {
		min-height: 300px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.height-portal {
		min-height: 380px;
	}
	
	.height-detalhe {
		min-height: 200px;
	}
	
	.height-portal-list {
		min-height: 260px;
	}
}

.height-1x2 {
	height: 36.50vw !important;
}

@media (max-width: 991px) {
	.height-1x2 {
		height: 46vw !important;
	}
}

@media (max-width: 767px) {
	.height-1x2 {
		height: 100vw !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-1x2 {
		min-height: 600px;
	}
}

.height-2 {
	height: 16.25vw !important;
}

@media (max-width: 991px) {
	.height-2 {
		height: 26vw !important;
	}
}

@media (max-width: 767px) {
	.height-2 {
		height: 100vw !important;
	}
}

.height-2x2 {
	height: 32.50vw !important;
}

.height-3 {
	height: 23.25vw !important;
}

@media (max-width: 991px) {
	.height-3 {
		height: 33vw !important;
	}
}

@media (max-width: 767px) {
	.height-3 {
		height: 100vw !important;
	}
}

.height-3x3 {
	height: 46.50vw !important;
}

.height-500 {
	height: 500px;
}

.height-100vh {
	height: 100vh;
}

.min-height-200 {
	min-height: 200px;
}

.min-height-236 {
	min-height: 236px;
}

.min-height-285 {
	min-height: 285px;
}

.min-height-300 {
	min-height: 300px;
}

.min-height-370 {
	min-height: 370px;
}

.min-height-450 {
	min-height: 450px;
}

.min-height-550 {
	min-height: 450px;
}

.min-height-680 {
	min-height: 680px;
}

.min-height-750 {
	min-height: 750px;
}

.min-height-800 {
	min-height: 800px;
}

.min-height-900 {
	min-height: 900px;
}

.min-height-32vw {
	min-height: 32vw;
}

.min-height-100vh {
	min-height: 100vh;
}

.min-height-calc-1 {
	min-height: calc(100vh - 118px);
}

.play-video-custom img {
	will-change: transform;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.play-video-custom:hover img {
	-webkit-transform: scale(1.1, 1.1);
					transform: scale(1.1, 1.1);
}

/*
* Owl Carousel
*/

.custom-about-carousel {
	position: relative;
}
.custom-about-carousel > .wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.custom-about-carousel .owl-carousel,
.custom-about-carousel .owl-stage-outer,
.custom-about-carousel .owl-stage,
.custom-about-carousel .owl-item,
.custom-about-carousel .carousel-image {
	height: 100%;
}
.custom-about-carousel .owl-carousel {
	margin-bottom: 0 !important;
}
.custom-about-carousel .carousel-image {
	background-size: cover;
	background-position: center;
}
.custom-about-carousel .owl-dots {
	margin-top: 0 !important;
	width: 100%;
	bottom: 35px !important;
	right: 0;
}

.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot {
	position: relative;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
	margin: 0 3px;
	width: 14px;
	height: 14px;
}
.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span {
	background-color: #FFF;
	opacity: 1;
}
.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFF;
	width: 4px !important;
	height: 4px !important;
	margin: 0 !important;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.owl-carousel.custom-dots-style-1.custom-dots-color-primary .owl-dots button.owl-dot {
	border-color: #43a6a3;
}
.owl-carousel.custom-dots-style-1.custom-dots-color-primary .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1.custom-dots-color-primary .owl-dots button.owl-dot:hover span {
	background-color: #43a6a3;
}
.owl-carousel.custom-dots-style-1.custom-dots-color-primary .owl-dots button.owl-dot span {
	background-color: #43a6a3;
}

.about-video {
	position: relative;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
}
.about-video .play-video-custom {
	display: inline-block;
}

.play-video-custom img {
	will-change: transform;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.play-video-custom:hover img {
	-webkit-transform: scale(1.1, 1.1);
					transform: scale(1.1, 1.1);
}

.custom-about-content {
	border-style: dashed;
	border-width: 1px;
}
.custom-about-content .about-title {
	position: relative;
	padding-left: 67px;
}
.custom-about-content .about-title .icon {
	position: absolute;
	width: 46px;
	left: 0;
	top: 0;
}
.custom-about-content .about-title h3,
.custom-about-content .about-title p {
	line-height: 1;
}

.custom-about-carousel {
	position: relative;
}
.custom-about-carousel > .wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.custom-about-carousel .owl-carousel,
.custom-about-carousel .owl-stage-outer,
.custom-about-carousel .owl-stage,
.custom-about-carousel .owl-item,
.custom-about-carousel .carousel-image {
	height: 100%;
}
.custom-about-carousel .owl-carousel {
	margin-bottom: 0 !important;
}
.custom-about-carousel .carousel-image {
	background-size: cover;
	background-position: center;
}
.custom-about-carousel .owl-dots {
	margin-top: 0 !important;
	width: 100%;
	bottom: 35px !important;
	right: 0;
}

@media (min-width: 1500px) {
	.custom-about-content .center {
		text-align: left !important;
	}
	.custom-about-content .center .about-btn-tickets {
		margin-right: 20px;
	}
}
@media (min-width: 992px) {
	.is-table-row {
		display: table;
	}

	.is-table-row [class*="col-"] {
		float: none;
		display: table-cell;
		vertical-align: middle;
	}
}
@media (max-width: 991px) {
	.is-table-row {
		display: block;
	}

	.is-table-row [class*="col-"] {
		float: inherit;
		display: block;
		vertical-align: inherit;
	}

	.about-video {
		min-height: 300px;
	}
	.about-video::before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 40%;
	}
	.about-video .play-video-custom {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
						transform: translate(-50%, -50%);
	}

	.custom-about-content {
		text-align: center;
	}
	.custom-about-content .about-title {
		display: inline-block;
		text-align: left;
	}
	.custom-about-content .btn {
		margin-left: 10px;
		margin-right: 10px;
	}

	.custom-about-carousel > .wrapper {
		position: inherit;
		height: 400px;
	}
}
@media (max-width: 400px) {
	.buy-tickets {
		display: none;
	}
}

/** RESPONSIVE **/

@media (max-width:767px){
	h2 {
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

@media (max-width:767px){
	.visible-xs{display:block!important}
	table.visible-xs{display:table!important}
	tr.visible-xs{display:table-row!important}
	td.visible-xs,th.visible-xs{display:table-cell!important}}

@media (max-width:767px){.visible-xs-block{display:block!important}}

@media (max-width:767px){.visible-xs-inline{display:inline!important}}

@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}

@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}

@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}

@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}

@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}

@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}

@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}

@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}

@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}

@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}

@media (min-width:1200px){.visible-lg-block{display:block!important}}

@media (min-width:1200px){.visible-lg-inline{display:inline!important}}

@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}

@media (max-width:767px){.hidden-xs{display:none!important}}

@media (min-width:768px){.hidden-sm-all{display:none!important}}

@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}

@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}

@media (min-width:992px){.hidden-md-all{display:none!important}}

@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}

@media print{
	.visible-print{display:block!important}
	table.visible-print{display:table!important}
	tr.visible-print{display:table-row!important}
	td.visible-print,
	th.visible-print{display:table-cell!important}
	}
	.visible-print-block{display:none!important}

@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}

@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}

@media print{.visible-print-inline-block{display:inline-block!important}}

@media print{.hidden-print{display:none!important}
}