.corretor-header {
	height: 60px;
	padding-top: 15px;
}

.corretor-header h4 {
	font-size: 1.0em;
}

.corretor-header h6 {
	font-size: 0.7em;
}

img.avatar {
	height: 80px;
	width: 80px;
}

@media (max-width: 575px) {
	img.avatar {
		width: 100%;
	}
	
	.corretor-header h4 {
	font-size: 0.8em;
	margin-top: auto;
	margin-bottom: auto;
	}

	.corretor-header h6 {
	font-size: 0.6em;
	}
}

/* Corretor */
.corretor .corretor-author > span strong {
	font-size: 17.6px;
	font-size: 1.1rem;
	font-weight: 800;
	color: #1c1f21;
	letter-spacing: -0.8px;
}

.corretor .corretor-author > span span {
	display: block;
}

.corretor.corretor-style-1 blockquote p {
	font-size: 19.2px;
	font-size: 1.2rem;
	letter-spacing: -0.5px;
	color: #1c1f21;
}

.corretor.corretor-style-2 {
	position: relative;
}

.corretor.corretor-style-3 .card {
	position: relative;
	z-index: 2;
}

.corretor.corretor-style-3 .corretor-author-image img {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	max-height: 80px;
	max-width: 80px;
}

.corretor.corretor-style-3 .corretor-arrow {
	display: block;
	height: 25px;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	z-index: 1;
}

.stickyteste {
	position: sticky;
	bottom: 10px;
}

/* Slider Search Form */
.slider-search-form-wrapper {
    position: absolute;
    top: 40%;
    right: 0;
	bottom: 0;
    left: 50%;
    z-index: 99999;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.slider-search-form-wrapper .slider-search-form {
	padding: 80px 80px 256px;
	padding-top: 5rem;
	padding-right: 5rem;
	padding-left: 5rem;
	padding-bottom: 5%;
	min-width: 416px;
}

.slider-search-form-wrapper .slider-search-form > p {
	color: #969696;
}

.slider-search-form-wrapper .slider-search-form form label {
	color: #CCC;
}

@media (max-width: 575px) {
	.slider-search-form-wrapper {
		top: 30%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.slider-search-form-wrapper .slider-search-form {
		min-width: 256px;
		padding: 3rem;
	}
}

@media (max-width: 320px) {
	.slider-search-form-wrapper .slider-search-form {
		padding: 1rem;
	}
}

/** CATEGORY AREA START **/
.category {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}

.categories {
    padding-bottom: 80px;
}

.categories .col-pad {
    padding: 0 10px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.category_bg_box {
    transition: all 0.55s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.cat-1-bg{
    background-image: url(http://placehold.it/321x200);
}

.cat-2-bg{
    background-image: url(http://placehold.it/321x200);
}

.cat-3-bg{
    background-image: url(http://placehold.it/662x200);
}

.cat-4-bg{
    background-image: url(http://placehold.it/467x420);
}

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category_long_bg {
    height: 420px;
}

.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}

.category-content {
    display: block;
    left: 90px;
    position: absolute;
    top: 50px;
    transform: translateX(-50%) translateY(-35%);
    transition: all .15s linear;
}

.category-content h3 a {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.category-subtitle {
	white-space: nowrap;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .3);
	color: #333;
	border-radius: 50px;
	padding: 4px 16px;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

.title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width:992px){.modal-xl{max-width:1000px}}


/** BG REDES SOCIAIS **/

.bg-twitter {
	background: #1aa9e1 !important;
}

.bg-facebook {
	background: #3b5a9a !important;
}

.-linkedin {
	background: #0073b2 !important;
}

.bg-rss {
	background: #ff8201 !important;
}

.bg-google {
	background: #dd4b39 !important;
}

.bg-pinterest {
	background: #cc2127 !important;
}

.bg-youtube {
	background: #c3191e !important;
}

.bg-instagram {
	background: #7c4a3a !important;
}

.bg-skype {
	background: #00b0f6 !important;
}

.bg-whatsapp {
	background: #34be76 !important;
}

.max-height-30 {
	max-height: 30px;
}

.max-height-40 {
	max-height: 40px;
}

.max-height-50 {
	max-height: 50px;
}

.max-height-60 {
	max-height: 60px;
}

.max-height-70 {
	max-height: 70px;
}

.max-height-80 {
	max-height: 80px;
}

.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}
}
