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

/* SVG Style */
.custom-svg-style-1 {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.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 */

.height-anuncio {
	height: 10vw !important;
}

.height-blog-mini {
	height: 60px !important;
}

@media (min-width:1200px) {
	.height-anuncio {
		min-height: 200px;
	}
	.height-blog-mini {
	height: 50px !important;
}
}

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

@media (max-width: 767px) {
	.height-anuncio {
		height: 30vw !important;
	}
	.height-blog-mini {
	height: 30px !important;
}
}

@media (max-width: 575px) {
	.height-anuncio {
		min-height: 250px;
	}
	.height-blog-mini {
	height: 20px !important;
}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-anuncio {
		min-height: 250px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.height-anuncio {
		min-height: 200px;
	}
}

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

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

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

.height-1 {
	height: 18vw !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: 35vw !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: 80vw !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: 350px;
	}
}

@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-1 {
		min-height: 350px;
	}
}

.height-banner {
	height: 550px !important;
}

@media (max-width: 991px) {
	.height-banner {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	.height-banner {
		height: 180px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-banner {
		min-height: 180px;
	}
}

.height-quadro {
	height: 404px !important;
}

@media (max-width: 991px) {
	.height-quadro {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	.height-quadro {
		height: 180px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-quadro {
		min-height: 180px;
	}
}

.height-quadro-col {
	height: 198px !important;
}

@media (max-width: 991px) {
	.height-quadro-col {
		height: 300px !important;
	}
}

@media (max-width: 767px) {
	.height-quadro-col {
		height: 180px !important;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.height-quadro-col {
		min-height: 180px;
	}
}

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

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

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

@media (min-width: 576px) and (max-width: 991px) {
	.height-planta {
		min-height: 220px;
	}
}

.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);
}

.barra-extra-info {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.barra-extra-info li {
    display: inline-flex;
}

.barra-extra-info li .barra-extra-info-icon {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 0px;
}

.barra-extra-info li .barra-extra-info-text label {
	display: block;
	margin: 0;
	color: #999;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.2;
}

.barra-extra-info li .barra-extra-info-text strong {
	display: block;
	margin: 0;
	color: #333;
	font-size: 14.4px;
	font-size: 0.9rem;
	line-height: 1.3;
}

.barra-extra-info li .barra-extra-info-text a {
	color: #333;
}

.barra-extra-info li .feature-box p {
	margin: 0;
}

.barra-extra-info li .feature-box small {
	position: relative;
	top: -4px;
	font-size: 80%;
}

/*
* 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) {
	.max-width-lg-200 {
		max-width: 200px;
	}
	
	.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;
	}
}

