/*
Theme Name: Rental club
Theme URI: https://concepcion.live
Version: 1.0
Author: @matiagency
Author URI: https://mati.agency
*/

body {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #111;
	line-height: 1.6;
	background: #fff;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

* {
	outline: none;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #b0846d;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 0.5em;
	line-height: 1.3;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 16px; }

@media screen and (min-width: 992px) {
	h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	h3 { font-size: 22px; }
	h4 { font-size: 20px; }
	h5 { font-size: 18px; }
	h6 { font-size: 18px; }
}


/* Title */

.title.max-width {
	max-width: 620px;
}

.title.max-width-lg{
	max-width: 1030px;
}

@media screen and (min-width: 992px) {
	.title p:not(.subtitle){
		font-size: 18px;
	}
}

/* Structure > extras */

/*.wow{
	visibility: hidden;
}*/

.overh{
	overflow: hidden;
}

#pageloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bs-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	transition: opacity 0.5s ease-in-out;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
}
#pageloader.show{
	opacity: 1;
	pointer-events: all;
}

.grecaptcha-badge{
	opacity:0;
}

/* Framework */

@keyframes bounce {
	0%   {  transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); }
	50% { transform: translate(-50%, -100%); -webkit-transform: translate(-50%, -100%); -moz-transform: translateY(-50%, -100%); }
	100% {  transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); }          
	}



.btn-primary {
	position: relative;
	padding: 0 25px;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	font-family: 'Canela', 'Times New Roman', Georgia;
	letter-spacing: 0.5px;
	background: transparent;
	border: 0;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 0;
	overflow: hidden;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not([disabled]):not(.disabled):active {
	color: #111;
	background: #fff;
	box-shadow: none;
	outline: none;
}


/* Form */

.form-control {
	min-height: 46px;
	background: rgba(255,255,255,0.25);
	color: #fff;
	font-size: 14px;
	border: none;
	box-shadow: none;
}
.form-control::placeholder {
	color: #fff;
}
.form-control:focus{
	color: #fff;
	box-shadow: 0 0 0 2px #b0846d;
	background: rgba(255,255,255,0.25);
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 14px;
	min-height: 45px;
}
select.form-control option {
	color: #000;
}

.required{
	color: #ff0000;
}

/* Framework */

.main {
	overflow: hidden;
	min-height: 80vh;
}

@media screen and (max-width: 1365px) {
	.container {
		max-width: 100% !important;
	}
}
@media screen and (min-width: 1366px) {
	.container {
		max-width: 1366px;
	}
}

/* Header */
@media screen and (min-width: 1300px) {
	.hinverse .header .logo,
	.hinverse .header .contact { background: #fff; }
	.hinverse .header .contact svg g { stroke: #222; }
}

/* Module Presentation */

.presentation {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	text-align: center;
	background: #1D1C21;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.presentation .data .subtitle {
	font-size: 15px;
	line-height: 1;
}
.presentation .data .title {
	font-size: 33px;
	line-height: 33px;
	text-transform: initial;
}
.presentation .arrow {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 38px;
	animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
}
.presentation .video-foreground,
.presentation video {
	
}
.presentation video { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s opacity;
}
@media screen and (min-width: 992px) {
	.presentation {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		height: 100vh;
	}
	.presentation .video-foreground,
	.presentation video {
		display: block;
	}
	.presentation .data {
		-webkit-transition: 1s 0.75s;
		transition: 1s 0.75s;
		opacity: 1;
		z-index: 2;
	}
	.presentation .data .title {
		font-size: 48px;
		line-height: 48px;
	}
	.presentation.desentered .data {
		opacity: 0;
	}
}




/* Module Phrase */

.phrase {
	position: relative;
	min-height: 500px;
	padding: 50px 0;
	background: #3D482D;
	transition: 0.3s all;
}

.phrase .data .title {
	text-transform: initial;
}
.phrase .data .description {	
	font-family: 'Canela', 'Times New Roman', Georgia;
	letter-spacing: 0.5px;
	font-size: 24px;
	line-height: 1.3;
}
.phrase .data .description p {
	margin-bottom: 0;
}
.phrase .data .description p span {
	font-family: 'Helvetica';
	text-transform: uppercase;
	font-size: 20px;
	color: #b0846d;
}

@media screen and (min-width: 768px) {
	.phrase {
		padding: 100px 0;
		min-height: 450px;
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 992px) {
	.phrase .data .title {
		text-transform: initial;
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 50px;
	}
	.phrase .data .subtitle {
		font-size: 15px;
		line-height: 21px;
	}
	.phrase .data {
		max-width: 48%;
		-webkit-transition: 1s 0.75s;
		transition: 1s 0.75s;
		opacity: 0;
		z-index: 2;
	}
	.phrase .data .description {
		font-size: 27px;
		line-height: 33px;
	}
	.phrase .data .description p span {
		font-size: 21px;
	}

	.phrase.entered .data,
	.phrase.entered [class*="darkened-reader"]:before {
		opacity: 1;
	}

}
@media screen and (max-width: 768px) {
	.phrase .data p br {
		display: none;
	}
}

/* Module Full */

.full {
	position: relative;
	display: flex;
	min-height: 500px;
	background: #fff;
	align-items: center;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media screen and (min-width: 992px) {
	.full {
		height: 100vh;
	}
}

/* Module Full Image */

.full-image {
	background: #fff;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.full-image.parallax {
	background-position: center;
}
@media screen and (min-width: 768px) {
	.full-image.parallax {
		background-position: center 0;
		height: 40vw;
	}
}

@media screen and (min-width: 992px) {
	.full-image {
		height: 100vh;
	}
	.full-image.parallax {
	    height: 45vw;
	    max-height: 950px;
	}
}



/* Module Slider */

.slider {
	position: relative;
	background: #ccc;
}
.slider .slides {
	color: #fff;
}
.slider .slides .slide {
	position: relative;
	display: flex !important;
	align-items: flex-end;
	height: 600px;
	padding: 0 20px 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider .btn-primary {
	margin-top: 30px;
}

@media screen and (min-width: 992px) {
	.slider .slides .slide {
		height: 100vh;
		padding-bottom: 125px;
	}
}

/* Module Map */

.map {
	position: relative;
	height: 400px;
	background: #fff;
}
.map a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 49%;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.map {
		height: 600px;
	}
	.map a {
		background-position: center;
	}
}

/* Module Brochure */

.brochure {
	position: relative;
	display: flex;
	align-items: center;
	height: 500px;
	color: #fff;
	text-align: center;
	background: #ccc;
	background-image: url('assets/img/full/brochure.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.brochure .data .title {
	text-transform: initial;
}

@media screen and (min-width: 992px) {
	.brochure {
		height: 100vh;
	}

}

/* Module stats */

.stats {
	display: flex;
	align-items: center;
	min-height: 300px;
	padding: 40px 0;
	background: #3D482D;
	color: #fff;
	font-size: 27px;
	line-height: 1.3;
}
.stats article {
	margin: 15px 0;
}
.stats sup {
	font-size: 50%;
    top: -.7em;
}
.stats .data .subtitle {
	color: #b0846d;
}
.stats .data .title {
	text-transform: initial;
	font-size: 42px;
}

@media screen and (min-width: 992px) {
	.stats {
		min-height: 600px;
	}
	.stats article {
		margin: 25px 0;
	}
	.stats .data .title {
		margin: 0;
		font-size: 50px;
		line-height: 50px;
	}
}


/* Module Relateds */

.relateds {
	padding: 50px 0;
	background: #fff;
}
.relateds article .thumbnail {
	width: 100%;
	height: 400px;
	margin-bottom: 24px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.relateds article .data {
	color: inherit;
	width: 100%;
	max-width: 100%;
}
.relateds article .data .title {
	font-size: 21px;
	line-height: 23px;
}
.relateds article .data .subtitle {
	font-size: 15px;
	line-height: 36px;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.relateds {
		padding: 100px 0;
	}
}


/* Benefits */
/*
.feed-benefits {
	background: #111;
}
.feed-benefits article {
	position: relative;
	padding: 100% 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.feed-benefits article a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feed-benefits article a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), color-stop(50%, rgba(0,0,0,0)));
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0) 50%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: 0.5s;
}
.feed-benefits article .data {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 30px;
	max-width: 300px;
	color: #fff;
	z-index: 5;
}
.feed-benefits article .data h2 {
	margin: 0;
	font-size: 21px;
	line-height: 24px;
}
.feed-benefits article .icon {
	position: absolute;
	left: 30px;
	bottom: 50px;
	width: 80px;
	height: 50px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.feed-benefits article a:hover:before {
	    background: rgba(0,0,0,0.6);
	}
}
*/

/* Page Residences */
/*
.page.residences .presentation .data {
	max-width: 100%;
}

.page.residences .feed-ambients {
	background: #fff;
}
.page.residences .feed-ambients article {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page.residences .feed-ambients article .data {
	padding: 15px;
	text-align: center;
}
.page.residences .feed-ambients:not(.max) .data {
	color: inherit;	
}
.page.residences .feed-ambients:not(.max) article .data .btn-primary {
	color: #555;
	box-shadow: inset 0 0 0 2px #555;
}
.page.residences .feed-ambients:not(.max) article .data .btn-primary:hover,
.page.residences .feed-ambients:not(.max) article .data .btn-primary:focus,
.page.residences .feed-ambients:not(.max) article .data .btn-primary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #555;
}

.page.residences .feed-ambients .bg,
.page.residences .feed-ambients.max article {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
}
.page.residences .feed-ambients article {
	height: 100%;
	padding: 50px 0;
}

.page.residences .feed-ambients .bg {
	padding: 100% 0 0;
}

.page.residences .feed-ambients.max article {
	height: 500px;
}
@media screen and (min-width: 992px) {


	.page.residences .feed-ambients.max article {
		height: 100vh;
	}
}
*/
/* Landing */

.page.landing {
	margin: 0;
}

.page.landing .logo_landing {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.page.landing .logo_landing .logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	padding: 50px 0;
}

.page.landing .content {
	padding: 150px 0 50px 0;
	background-color: #1D1C21;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}


.page.landing .btn.btn-primary {
	position: relative;
	z-index: 2;
}
.page.landing form {
	position: relative;
	z-index: 2;
}
.page.landing.landing-a form .form-control {
	background: rgba(255,255,255,0.5);
}
.page.landing .landing-phrase {
	position: relative;
	z-index: 2;
}
.page.landing .landing-phrase .description {	
	font-family: 'Canela', 'Times New Roman', Georgia;
	letter-spacing: 0.5px;
	font-size: 24px;
	line-height: 1.3;
}
.page.landing .landing-phrase .description p {
	margin-bottom: 2em;
}
.page.landing .landing-phrase .description p span {
	font-family: 'Helvetica';
	text-transform: uppercase;
	font-size: 20px;
	color: #b0846d;
}

@media screen and (min-width: 992px) {
	.page.landing .logo_landing .logo {
		width: 240px;
	}
	.page.landing.landing-a .content .row.align-items-center {
		min-height: calc(100vh - 200px);
	}
	.page.landing .landing-phrase {
		margin-bottom: 55px;
	}
	.page.landing .landing-phrase .description {
		font-size: 27px;
		line-height: 33px;
	}
	.page.landing .landing-phrase .description p span {
		font-size: 21px;
	}

}
@media screen and (max-width: 768px) {
	.page.landing.landing-b .text2 br,
	.page.landing .landing-phrase p br {
		display: none;
	}
}

/*
.page.landing.landing-b .slider {
	position: relative;
}
.page.landing.landing-b .slider .container-arrows {
	position: absolute;
	bottom: 60%;
	left: 0;
	width: 100%;
}
.page.landing.landing-b .slider .container-arrows .container {
	position: relative;
}
.page.landing.landing-b .slider .wrapslide {
	position: absolute;
	bottom: 130px;
	left: 0;
	width: 100%;
}
.page.landing.landing-b .slider .data .description {
	font-size: 20px;
	line-height: 24px;
}
.page.landing.landing-b .slider .arrow {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 38px;
	animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
}
.page.landing.landing-b .content {
	padding: 100px 0;
}
.page.landing.landing-b .landing-phrase .description p span {
	font-size: 20px;
}
.page.landing.landing-b .stats {
	min-height: 300px;
}
.page.landing.landing-b .text2 {
	padding-bottom: 50px;
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Canela', 'Times New Roman', Georgia;
	background: #1D1C21;
}
.page.landing.landing-b .slider .data .description {
	font-family: 'Canela', 'Times New Roman', Georgia;
}

@media screen and (min-width: 768px) {
	.page.landing.landing-b .slider .data {
		max-width: 50%;
	}
}
@media screen and (min-width: 992px) {
	.page.landing.landing-b .slider .container-arrows {
		bottom: 65%;
	}
	.page.landing.landing-b .slider .wrapslide {
		bottom: 125px;
	}
	.page.landing.landing-b .slider .data .description {
		font-size: 30px;
		line-height: 33px;
	}
	.page.landing.landing-b .text2 {
		padding-bottom: 150px;
		font-size: 30px;
		line-height: 33px;
	}
}

@media screen and (min-width: 1061px) {
	.page.landing.landing-b .slider .container-arrows {
		bottom: 60%;
	}
}
@media screen and (min-width: 1410px) {
	.page.landing.landing-b .slider .slick-prev {
		left: -50px;
	}
	.page.landing.landing-b .slider .slick-next {
		right: -50px;
	}
}


	.page.landing.landing-b .slider .slick-prev:after {
		content: '';
	    background: url(assets/img/slide-arrow-left.svg) no-repeat center;
	}
	.page.landing.landing-b .slider .slick-next:after {
		content: '';
	    background: url(assets/img/slide-arrow-right.svg) no-repeat center;
	}
*/

.page.thanks {
	margin: 0;
}
.page.thanks .thx {
	position: relative;
	background: #1D1C21;
	padding-top: 100px;
	color: #fff;
}
.page.thanks .thx article {
	position: relative;
	display: flex;
	align-items: center;
	height: 500px;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page.thanks .thx article .title {
	font-size: 48px;
	font-family: 'Canela', 'Times New Roman', Georgia;
	margin-bottom: 70px;
}
.page.thanks .thx article .subtitle {
	font-size: 27px;
	font-family: 'Canela', 'Times New Roman', Georgia;
}
.page.thanks .thx article .subtitle span {
	color: #B2886E;
	font-size: 21px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
}
.page.thanks .thx article .address {
	font-size: 15px;
	font-family: Helvetica, Arial;
	margin-bottom: 50px;
}
.page.thanks .thx .bg {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


@media screen and (min-width: 992px) {
	.page.thanks .thx {
		padding-top: 0;
	}
	.page.thanks .thx article {
		min-height: 100vh;
		padding: 0 50px;
	}
	.page.thanks .thx .bg {
		min-height: 100vh;
	}
}

@media screen and (min-width: 1366px) {
	.page.thanks .thx article {
		padding-left: 10vw;
	}
}

/* Floorplan */

.floorplan {
	width: 100%;
	padding: 70px 0 0;
	background: #f1f1f1;
	text-align: center;
}
.floorplan .data {
	color: #555;
}
.floorplan .data .title {
	text-transform: initial;
}

.floorplan .plan {
	position: relative;
}

@media screen and (min-width: 992px) {
	.floorplan {
		padding: 150px 0 0;
	}

	.floorplan .data .subtitle {
		font-size: 15px;
		line-height: 36px;
	}
	.floorplan .data .title {
		font-size: 48px;
		line-height: 48px;
	}
}

/* Partners */

.partners_footer {
	background: #343d26;
	padding: 50px 0;

}
.partners_footer article {
	padding-top: 24px;
}
.partners_footer article h4 {
	font-size: 11px;
	height: 24px;
	text-align: left;
	color: #8F8E8D;
	text-transform: uppercase;
}
.partners_footer article .logo {
	display: flex;
	align-items: flex-end;
	height: 60px;
	width: 120px;
}
@media screen and (min-width: 992px) {
	.partners_footer article .logo {
		height: 80px;
		width: 140px;
	}
	.partners_footer article h4 {
		font-size: 12px;
	}
	.partners_footer .col-lg-c-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/* Footer */
.footer {
	position: relative;
	background: #121114;
	color: #fff;
	font-size: 14px;
}
.footer a, .footer p {
	color: #fff;
}

.footer .col-12.col-lg-7 .menu a:hover{
	color: #b0846d;
}

.footer .logo {
	width: 200px;
	margin-bottom: 80px;
	margin-top: 10px;
}
.footer .widgets {
	padding: 50px 0;
	color: #fff;
	background: #3D482D;
}
.footer .widgets ul {
	margin: 0;
}

.footer .widgets .sm li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	font-size: 18px;
	color: #b0846d;
}
.footer .widgets .address span {
	display: block;
}

.footer .copyright {
	padding: 15px 0;
	background-color: #343D26;
	font-size: 14px;
}
.footer .copyright p {
	margin: 0;
	color: #8E9485;
}

@media screen and (min-width: 1300px) {
	.footer .btn-border {
        margin-left: 110px !important;
    }
}

@media screen and (min-width: 992px) {
	.footer .btn-border {
        background-color: #fff;
        border: 1px solid #fff;
    }

    .footer .btn-border{
    	padding: 10px 36px !important;
    }

    .footer .btn-border:hover {
        background-color: #000;
        border: 1px solid #000;
    }

    .footer .btn-border:hover a {
        color: #fff;
    }

	.footer .btn-border a{
        color: #000;
    }
}

@media screen and (min-width: 1250px) and (max-width: 1440px) {
	.partners_footer {
		padding-left: 15px;
	}
	.footer .widgets .col-lg-6 {
		padding-left: 40px;
	}
}

@media screen and (min-width: 992px) {
	.footer {
		font-size: 16px;
	}
	.footer .logo {
		width: 240px;
		margin-bottom: 32px;
		margin-top: 0;
	}
	.footer .widgets {
		padding: 75px 0;
	}
}

/* Framework */

/*.data {
	position: relative;
	color: #fff;
}
.data .subtitle {
	font-size: 12px;
	text-transform: uppercase;
}
.data .title {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Canela', 'Times New Roman', Georgia;
	letter-spacing: 0.5px;
}
.data .description {
	line-height: 24px;
}

.data .btn-primary {
	margin-top: 8px;
}

@media screen and (min-width: 768px) {
	.data {
		max-width: 450px;
	}
}*/

/* Arrows */
.arrows button {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 45px;
	height: 45px;
	padding: 0;
	line-height: 300px;
	text-align: center;
	font-size: 42px;
	color: #fff;
	border: 0;
	background: transparent;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}
.arrows button:focus {
	outline: 0;
}
.arrows button:after {
	content: '\f104';
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;

}
.arrows button.slick-next {
	left: auto;
	right: 0;
}
.arrows button.slick-next:after {
	content: '\f105';
}

@media screen and (min-width: 768px) {


	.arrows button {
		top: calc(50% - 50px);
		/*width: 50px;
		height: 100px;*/
		font-size: 62px;
	}
	.arrows button:after {
		/*width: 50px;
		height: 100px;*/
		line-height: 100px;

	}
}

/* Templates */

.errors {
	text-align: center;
}

.page.page-404{
	padding: 35vh 0 0;
	min-height: 100vh;
	color: #fff;
	background: #1D1C21;
}
.page-404 h1{
    padding-top: 70px;
	font-family: 'Canela', 'Times New Roman', Georgia;
	background: url(assets/img/logo.png) no-repeat top;
    background-size: 50px;
}

@media screen and (min-width: 992px) {
	.page-404 h1{
		font-size: 45px;
	}
}

/* Modals */

.modal {
	z-index: 99999;
}
.modal-content {
	border-radius: 0;
	border: 0;
}

#modalVideo .modal-dialog{
    display: flex;
    align-items: center;
	max-width: 90%;
	height: 100%;
	margin-top: 0;
}
#modalVideo .modal-content{
	border-radius: 0;
	border: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
}
#modalVideo .modal-body{
	padding: 0;
}
#modalVideo .close{
	position: absolute;
	top: -40px;
	background-color: transparent;
	border: none;
	font-size: 30px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

@media screen and (min-width: 992px) {
	#modalVideo .close {
		top: 0px;
		right: -40px;
	}
}
@media screen and (min-width: 1366px) {
	#modalVideo .modal-dialog{
		max-width: 1366px;
	}

}

.modal#brochure .modal-body {
	padding: 100px 50px 70px;
	text-align: center;
}
.modal#brochure label{
	display: block;
	text-align: left;
}
.modal#brochure .close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 60px;
	height: 60px;
    background-image: url('assets/img/icon-close-gray.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border: none;
}
.modal#brochure .data.down {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
}
.modal#brochure .data.down .btn-primary {
	margin-top: 20px;
	color: #555;
	box-shadow: inset 0 0 0 2px #555;
}

.modal#brochure .data.down .btn-primary:hover,
.modal#brochure .data.down .btn-primary:focus,
.modal#brochure .data.down .btn-primary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #555;
}

.modal#brochure .data {
	padding: 0 0 50px;
	color: #555;
}
.modal#brochure .data .title {
	text-transform: initial;
}

.modal#brochure form{
	text-align: left;
}
.modal#brochure form .form-control {
	background: rgba(0,0,0,0.05);
	color: #555;
}
.modal#brochure form .form-control::placeholder {
	color: #555;
}
.modal#brochure form .form-control:focus {
	color: #555;
	box-shadow: 0 0 0 2px #b0846d;
	background: rgba(0,0,0,0.25);
}
.modal#brochure form .btn-primary {
	color: #555;
	box-shadow: inset 0 0 0 2px #555;
}
.modal#brochure form .btn-primary:hover,
.modal#brochure form .btn-primary:focus,
.modal#brochure form .btn-primary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #555;
}
.modal#brochure form .g-recaptcha{
	display: inline-block;
	vertical-align: middle;
}


@media (min-width: 576px){

	/*.modal-dialog {
		max-width: 650px;
	}*/
}
@media (max-width: 575px){
	.modal-dialog {
		margin: 0;
	}
	.modal#brochure .data .description br {
		display: none;
	}
}

/**/

.alert {
	border-radius: 0;
	border: 0;
}


@media screen and (min-width: 992px) {

	.alert {
		font-size: 16px;
		padding: 20px 20px;
	}
}


.bg-gray {
	background: #F1F2F2;
}


[class*="darkened-reader"]:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 1s 0.75s;
	transition: 1s 0.75s;
}
.darkened-reader-radial:before {
	top: auto;
	bottom: 0;
	background: radial-gradient(60% 60%, rgba(0, 0, 0, 0.5), transparent)
}
.darkened-reader-left:before {
	top: auto;
	bottom: 0;
	background: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,0.6)),color-stop(70%, rgba(0,0,0,0)));
	background: linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0) 70%);
}
.darkened-reader-bottom:before {
	top: auto;
	bottom: 0;
	background: none;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);    
	background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,0.4)),color-stop(50%, rgba(0,0,0,0)));    
	background: linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0) 50%);
}
.darkened-reader-top:before {
	opacity: 1;
	top: auto;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), color-stop(50%, rgba(0,0,0,0)));
	background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0) 50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.darkened-reader-top:hover:before {
	background: rgba(0,0,0,0.5);
}
.darkened-reader-top .data {
	z-index: 10;
}

.darkened-reader-radial-bottom-left:before {
	background: radial-gradient(circle at bottom left,rgba(0, 0, 0, 0.8),rgba(0,0,0,0) 53%);
}
/*
.fadeInTeam img,
.fadeInTeam .data,
.fadeIn:not(.wow) img,
.fadeIn:not(.wow) ul,
.fadeIn:not(.wow) .data {
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	z-index: 2;
}

.actioner .data {
	-webkit-transition: 0.3s 0s;
	transition: 0.3s 0s;	
	z-index: 2;
}
.fadeInTeam.entered img,
.fadeInTeam.entered .data,
.fadeIn.entered img,
.fadeIn.entered ul,
.fadeIn.entered .data,
.actioner.entered .data {
	opacity: 1;
}

.actioner.entered [class*="darkened-reader"]:before {
	opacity: 1;
}
*/

.plan {
	overflow: hidden;
	margin: 50px 0 0;
}
.pinchZoomer {
	height: 650px;
}
.pinchZoomer img {
	display: inline-block;
	width: auto;
	height: 100%;
}
.pinchZoomer .controlHolder {
	background: transparent;
	bottom: 10%;
	right: 0;
	padding: 0;
}

.pinchZoomer .controlHolder [class*="zoom"] {
    position: absolute;
    right: 0;
    bottom: 0;
	width: 60px;
    height: 60px;
    z-index: 1;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,1);
    background-image: url('assets/img/icon-more.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
}
.pinchZoomer [class*="On"] {
	background-color: #000;
}
.pinchZoomer [class*="Off"] {
	background-color: grey;
    color: white;
}
.pinchZoomer .controlHolder .zoomIn {
	margin-bottom: 60px;
}
.pinchZoomer .controlHolder .zoomOut {
    background-image: url('assets/img/icon-less.png');
}

@media screen and (min-width: 992px) {
	.pinchZoomer .controlHolder [class*="zoom"] {
		width: 90px;
		height: 90px;
		background-size: 70%;
	}
	.pinchZoomer .controlHolder .zoomIn {
		margin-bottom: 90px;
	}
}
@media screen and (min-width: 2000px) {
	.pinchZoomer {
		height: 800px;
	}
}



/**/

html.active-pop-up body {
	overflow: hidden;
}

html.active-pop-up .pop-up {
    z-index: 1010;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

html.active-pop-up .pop-up.show {
    z-index: 9999;
    opacity: 1;
    -webkit-transition: 1s 0.5s, z-index 1s 0.3s, transform 0s 0s;
    -webkit-transition: 1s 0.5s, z-index 1s 0.3s, -webkit-transform 0s 0s;
    transition: 1s 0.5s, z-index 1s 0.3s, -webkit-transform 0s 0s;
    transition: 1s 0.5s, z-index 1s 0.3s, transform 0s 0s;
    transition: 1s 0.5s, z-index 1s 0.3s, transform 0s 0s, -webkit-transform 0s 0s;
}

.active-pop-up .header {
	z-index: 9999;
	width: auto;
}
.active-pop-up .header .nav-menu,
.active-pop-up .header .contact,
.active-pop-up .header .navigation {
	opacity: 0;
	display: none;
}

html.active-pop-up .pop-up-group {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    /*z-index: 10;*/
    z-index: 99999;
}
.pop-up-group .pop-up {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: -1000;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0;
    transition: 1s 0s, z-index 1s 0.3s, -webkit-transform 0s 0s;
    transition: 1s 0s, z-index 1s 0.3s, transform 0s 0s;
    transition: 1s 0s, z-index 1s 0.3s, transform 0s 0s, -webkit-transform 0s 0s;
}
.pop-up-group .pop-up .image {
	width: 100%;
	height: 100%;
	background-color: #111;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pop-up-group .pop-up .video {
	width: 100%;
	height: 100%;
	background-color: #111;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-up-group .pop-up .video iframe {
	width: 100%;
	height: 100vh;
}


.pop-up-group .pop-up .data {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 75px 30px 30px;
}
.pop-up-group .pop-up .data .title {
	font-size: 21px;
	line-height: 24px;
}
.pop-up-group .pop-up .data .description {
	font-size: 12px;
	line-height: 18px;
}
.pop-up-group .pop-up .data .icon {
	margin-bottom: 30px;
	width: 70px;
}
.pop-up-group .pop-up .close {
	position: absolute;
	top: 0;
	right: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
    background: #1D1C21;
    background-image: url('assets/img/icon-close.png');
    background-repeat: no-repeat;
    background-position: center;
}
.pop-up-group .pop-up .pop-up-navigation {
	position: absolute;
	bottom: 10%;
	right: 0;
}
.pop-up-group .pop-up .pop-up-navigation a {
	display: block;
	width: 60px;
    height: 60px;
    z-index: 1;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background-color: #1D1C21;
    transition: 0.1s;
    cursor: pointer;
}
.pop-up-group .pop-up .pop-up-navigation a i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 38px;
}
.pop-up-group .pop-up .pop-up-navigation .next-pop-up {
	margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
	.pop-up-group .pop-up .close {
	    width: 90px;
	    height: 90px;
	}

.pop-up-group .pop-up .data .icon {
	width: 100%;
}
	.pop-up-group .pop-up .pop-up-navigation a {
		width: 90px;
	    height: 90px;
	    line-height: 90px;
	}
}

.fa-clock-o:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
	background: url('assets/img/icon-clock.png') no-repeat center;
}


/* Module > Video Player */

.video-player{
	position: relative;
	width: 100%;
	padding: 50% 0 0;
	background: no-repeat center;
	background-size: contain;
}
.video-player .play{
	display: none;
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	font-size: 30px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(255,255,255,0.4);
	color: #fff;
	border-radius: 50%;
	transition: 0.3s all;
	cursor: pointer;
	border: solid 2px #fff;
}
.video-player.active .play,
.video-player:hover .play{
	background: #000;
	color: #fff;
	border: solid 2px #000;
}

.video-player:hover .play{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.video-player .play i{
	margin-left: 4px;
}

.video-player.allowed{
	cursor: pointer;
}
.video-player.allowed .play{
	display: flex;
}

@media screen and (min-width: 992px){

	.video-player .play{
		top: calc(50% - 50px);
		left: calc(50% - 50px);
		width: 100px;
		height: 100px;
		font-size: 40px;
	}
	.video-player .play i{
		margin-left: 5px;
	}
}

/* Landings */

.landings .logo_landing {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.landings .logo_landing .logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	padding: 50px 0;
}

.landings .presentation .data{
	display: block;
    text-align: left;
    opacity: 1 !important;
}


.landings .phrase {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-align: left;
}
.landings .phrase .data {
	font-size: 24px;
	color: #222;
	max-width: 700px;
}
.landings .btn.btn-primary {
	position: relative;
	z-index: 2;
	color: #000;
	border: 1px solid #000;
}
.landings .phrase .data .description {	
	font-family: 'Canela', 'Times New Roman', Georgia;
	letter-spacing: 0.5px;
	font-size: 24px;
	line-height: 1.3;
}
.landings .phrase .data .description p{
	margin-bottom: 2em;
}
.landings .phrase .data .description p span{
	font-family: 'Helvetica';
	text-transform: uppercase;
	font-size: 20px;
	color: #b0846d;
}
.landings .phrase_form .data{
	max-width: 100%;
}
.landings .phrase.phrase_form form {
	position: relative;
	z-index: 2;
}
.landings .phrase_form form .form-control{
	background: #E0E0E0;
	color: #555;
}
.landings .phrase_form form .btn-primary {
	color: #555;
	box-shadow: inset 0 0 0 2px #555;
}
.landings .phrase_form form .btn-primary:hover,
.landings .phrase_form form .btn-primary:focus,
.landings .phrase_form form .btn-primary:not([disabled]):not(.disabled):active {
	color: #fff;
	background: #555;
}

@media screen and (min-width: 992px){
	.landings .phrase .data {
		margin-bottom: 55px;
	}
	.landings .phrase .data .description {
		font-size: 27px;
		line-height: 33px;
	}
	.landings .phrase .data .description p span{
		font-size: 21px;
	}

}
@media screen and (max-width: 768px) {
	.landings .data p br {
		display: none;
	}
}


@media screen and (min-width: 992px) {
	.landings .phrase {
		padding: 100px 0;
	}
	.landings .phrase:nth-child(1) .data {
		opacity: 1;
	}
}

.landings .floorplan{
	padding: 50px 0;
}
@media screen and (min-width: 992px){
	.landings .floorplan{
		padding: 100px 0;
	}
}



.landings .phrase_2{
	padding: 50px 0 0;
	min-height: 0;
}
@media screen and (min-width: 992px){
	.landings .phrase_2{
		padding: 100px 0 0;
	}
}

.landings .phrase_3 .data{
	max-width: 100%;
}
@media screen and (min-width: 992px){

.landings .phrase_3 .data{
	max-width: 1020px;
}
.landings .phrase_3 .data .description p{
	font-size: 45px;
	line-height: 54px;
}
}

.landings .stats{
	min-height: 0;
	padding: 0 0 100px;
	background: #fff;
}
.landings .stats .data{
	color: #1F1E25;
}

.landings .module-club{
	background: #fff;
	padding: 50px 0;
}
.landings .module-club .data{
	max-width: 500px;
	color: #
}
.landings .module-club .data .description{
	display: inline-block;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
	font-size: 18px;
	color: #27252C;
	font-weight: 300;
	text-transform: uppercase;
}
.landings .module-club .data .description:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #979797;
}
.landings .module-club .data .title{
	font-size: 18px;
	line-height: 24px;
	color: #4C4A52;
	text-transform: initial;
}

.landings .module-club .cont{
	max-width: 760px;
	margin: 50px 0;
}
.landings .module-club .cont p{
	font-family: 'Canela', 'Times New Roman', Georgia;
	letter-spacing: 0.5px;
	font-size: 27px;
	line-height: 1.3;
}

@media screen and (min-width: 992px){
	.landings .module-club{
		padding: 100px 0;
	}
	.landings .module-club .cont p{
		font-size: 42px;
		line-height: 42px;
	}
}

.background-white{
	background-color: #fff;
}


/* Header */
.header-landing{
    background: #ffffff !important;
}

.header-landing .landing-navigation a{
	color: #000 !important;
}

.header-landing .logo {
    background-color: transparent !important;
    z-index: 2;
    max-width: 225px !important;
    padding: 0 20px;
}

.header-landing .navigation ul li a {
    font-family: Helvetica, Arial;
    font-weight: 400;
}

.footer-landing, .footer-landing .widgets, .footer-landing .copyright{
	background-color: #27252B;
}

.footer-landing .copyright {
    padding: 0 0 50px;
}

.footer-landing .copyright hr {
    border-top: 1px solid rgb(255 255 255);
}

@media screen and (min-width: 1300px) {
    .header-landing .logo {
        max-width: 273px !important;
        padding: 10px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .header-landing .navigation ul li{
        font-size: 15px;
        margin: 10px 5px;
        color: #000 !important;
    }

    .header-landing .col-md-7 .navigation ul li a:hover {
        color: #b0846d;
    }

    body:not(.mega-nav-open) .header-landing.fixed {
        background: #fff;
    }
	.btn-border-white{
		background-color: #fff;
		margin-left: 110px !important;
	}

	.btn-border-white a{
		color: #000;
	}
	.footer-landing .widgets {
        padding: 50px 0;
    }

	/*.header-landing .lang-item:before {
        content: '/';
        color: #000000;
        position: absolute;
        left: 26px;
    }*/

    .btn-border{
		background-color: #000;
		margin-left: 60px !important;
		border: 1px solid #000;
		padding: 8px 36px;
	}

	.btn-border a{
		color: #fff;
	}
	.mt-90{
		margin-top: 90px;
	}
}

@media screen and (max-width: 1200px) {
	.header-landing .navigation .lang-item + .lang-item:before {
	    top: 8px !important;
	}
}

.footer-landing ul.menu li{
	padding: 10px;
}

@media screen and (max-width: 992px){
	.header-landing .mega-nav-wrapper .mega-sub-menu .title, 
	.header-landing .mega-nav-wrapper .mega-sub-menu .col-md-1, 
	.header-landing .mega-nav-wrapper .mega-sub-menu .desc-mobile, 
	.header-landing .mega-nav-wrapper .mega-sub-menu ul {
    	display: block; 
    }

    .header-landing .mega-nav-wrapper .mega-sub-menu .sub-menu-active ul, 
    .header-landing .mega-nav-wrapper.active .mega-sub-menu {
        margin: 30px 0;
    }

    .footer-landing ul.menu li{
		padding: 5px 0;
	}

	.menu-mobile-landing{
		padding: 0;
	}

	.header.fixed{
		position: fixed;
		z-index: 99999;
	    -webkit-animation: slideInDown 0.3s ease-out;
	    -moz-animation: slideInDown 0.3s ease-out;
	}
	.header-landing{
	    background: #fff;
	}
}

/*Landings*/



/* Contenedor de las dots */
.slick-dots {
    position: absolute;
    bottom: -61px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Cada dot individual */
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

/* Estilo de los dots sin seleccionar */
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
}

/* Estilo de los dots activos */
.slick-dots li.slick-active button {
    background: #333;
}

@media screen and (max-width: 992px) {
	.presentation h1{
		font-size: 34px;
		line-height: normal;
	}
	
	h3{
		font-size: 28px;
		line-height: normal;
	}
	h4 {
        font-size: 15px;
        line-height: normal;
    }

    h6 {
        font-size: 15px;
        line-height: normal;
    }

	ul li{
		font-size: 15px;
		line-height: 22.5px;
	}

	.section {
        padding: 50px 0;
    }

    .highlights img, .property img, .work img {
        height: 320px;
    }

    .reservations p {
        font-size: 24px;
        line-height: normal;
    }

    .reservations .logos img {
        width: 80%;
    }

    .experience.section{
    	padding-bottom: 0;
    }

    .companies .subtitle {
        font-size: 15px;
        line-height: normal;
    }

    .content-items article img{
    	width: 45px;
    	height: 45px;
    	object-fit: contain;
    }

    .experience .slick-list, .experience .slick-slider, .experience .slick-track,
	.club .slick-list, .club .slick-slider, .club .slick-track,
	.gallery .slick-list, .gallery .slick-slider, .gallery .slick-track{
	    height: 300px;
	}

	.experience .slider article img,
	.club .slider article img,
	.gallery .slider article img{
		object-fit: cover;
		height: 300px;
		width: 100%;
	}

	.experience .arrows.circle, .club .arrows.circle, .gallery .arrows.circle {
        bottom: -44px;
        width: 23%;
        right: 10px;
    }

    .gallery.section {
    	padding: 100px 0;
    }

    .club.section{
    	padding-bottom: 100px;
    }

    .slick-dots {
        left: 10px;
        width: 65%;
    }

    .content-items article img{
    	width: 45px;
    	height: 45px;
    	object-fit: contain;
    }

    .content-map{
    	padding: 0;
    }

    .presentation {
	    height: 65vh;
	}

}

@media screen and (min-width: 992px) {
	.gallery .slick-list{
		padding: 0 0 0 15% !important;
	}
	.gallery .slider article{
		padding-left: 20px;
	}
	.pr-80{
		padding-right: 80px;
	}

	.pl-80{
		padding-left: 80px;
	}
}

}

.landings-rental h1,
.landings-rental h3,
.landings-rental p {
	margin: 0;
}

.landings-rental h2 {
	font-family: 'Canela', 'Times New Roman', Georgia;
	font-size: 32px;
	font-weight: 300;
	line-height: 38.4px;
}

.landings-rental h3 {
	font-family: 'Canela', 'Times New Roman', Georgia;
	font-size: 48px;
	font-weight: 300;
	line-height: 57.6px;
}

.landings-rental h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

.landings-rental h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.landings-rental h6 {
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	font-family: 'roboto', 'Times New Roman', Georgia;
}

.landings-rental p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
}

.landings-rental ul {
	padding-left: 17px;
}

.landings-rental ul li {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.3em;
}

.landings-rental .subtitle {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}

.landings-rental .presentation .container {
	z-index: 2;
}

.landings-rental .presentation h1 {
	font-size: 56px;
	font-weight: 300;
	line-height: 67.2px;
	font-family: 'Canela', 'Times New Roman', Georgia;
}

.landings-rental .presentation p {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

.landings-rental a.button-a {
	font-size: 15px;
	font-weight: 500;
	line-height: 22.5px;
	background-color: #ffffff00;
	padding: 10px 30px;
	color: #000;
	display: inline-block;
	border: 1px solid #000;
}

.landings-rental a.button-b {
	font-size: 15px;
	font-weight: 500;
	line-height: 22.5px;
	background-color: #000;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	border: 1px solid #000;
}

.landings-rental a.button-b:hover {
	background-color: #fff;
	color: #000;	
}

.landings-rental a.button-a:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.landings-rental .section {
	padding: 100px 0;
}

.landings-rental .presentation::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.landings-rental .rrss {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
}

.landings-rental .rrss article .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.landings-rental .form-control {
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
}

.landings-rental .btn-send {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}

.landings-rental .btn-send:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

.landings-rental .btn-primary {
	box-shadow: unset;
	padding: 12px 45px;
	line-height: normal;
	font-family: Helvetica !important;
}

.landings-rental button.btn-send:focus:not(:focus-visible) {
	outline: 0;
}

.landings-rental .companies {
	background-color: #26262B;
}

.landings-rental .companies .button-a {
	background-color: #26262B;
	color: #fff;
	border: 1px solid #fff;
}

.landings-rental .content-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 40px;
}

.landings-rental .experience,
.landings-rental .services {
	background-color: #BEDEBD;
}

.landings-rental .services a.button-a {
	background-color: #BEDEBD;
}

.landings-rental .services a.button-a:hover {
	background-color: #000;
	color: #fff;
}

.landings-rental .maps .content-map iframe {
	width: 100%;
	height: 562px;
}

.landings-rental .work-yellow {
	background-color: #FFE599;
}

.landings-rental .work-yellow a.button-a {
	background-color: #FFE599;
}

.landings-rental .work-yellow a.button-a:hover {
	background-color: #000;
	color: #fff;
}

.landings-rental .highlights {
	background-color: #f8f8f8;
}

.landings-rental .highlights img,
.landings-rental .property img,
.landings-rental .work img {
	height: 640px;
	object-fit: cover;
}

.landings-rental .reservations {
	background-color: #91BDC9;
}

.landings-rental .reservations p {
	font-size: 42px;
	font-weight: 350;
	line-height: 50.4px;
}

.landings-rental .reservations hr {
	border-top: 1px solid #fff;
}

.landings-rental .reservations .logos {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
	align-items: center;
}

.landings-rental .reservations .logos img {
	width: 60%;
}

.landings-rental .departments-items img {
	height: 400px;
	object-fit: cover;
}

.landings-rental .experience,
.landings-rental .club,
.landings-rental .gallery {
	background-color: #f8f8f8;
}

.landings-rental .slider {
	position: relative;
	background: #ffffff;
}

.landings-rental .experience .arrows.circle,
.landings-rental .club .arrows.circle,
.landings-rental .gallery .arrows.circle {
	position: absolute;
	bottom: -70px;
	right: 9px;
	width: 7%;
	display: flex;
	justify-content: end;
	gap: 5px;
}

/*.landings-rental .experience .arrows.circle button,
.landings-rental .club .arrows.circle button,
.landings-rental .gallery .arrows.circle button {
	width: 40px;
	height: 40px;
	border: 1px solid #555;
	border-radius: 50%;
	position: relative;
}*/

.landings-rental .experience .slider .arrows.circle button:after,
.landings-rental .club .slider .arrows.circle button:after,
.landings-rental .gallery .slider .arrows.circle button:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/img/icon-arrow-circle-back.svg) no-repeat center;
	background-size: 42px;
}

.landings-rental .experience .slider .arrows.circle button.slick-next:after,
.landings-rental .club .slider .arrows.circle button.slick-next:after,
.landings-rental .gallery .slider .arrows.circle button.slick-next:after {
	background-image: url(assets/img/icon-arrow-circle-next.svg);
}

.landings-rental .experience .slick-list,
.landings-rental .experience .slick-slider,
.landings-rental .experience .slick-track,
.landings-rental .club .slick-list,
.landings-rental .club .slick-slider,
.landings-rental .club .slick-track {
	height: 700px;
	width: 100%;
}

.landings-rental .gallery .slick-list,
.landings-rental .gallery .slick-slider,
.landings-rental .gallery .slick-track {
	height: 416px;
	width: 100%;
}

.landings-rental .experience .slider article img,
.landings-rental .club .slider article img {
	object-fit: cover;
	width: 100%;
}

.landings-rental .gallery .slider article img {
	height: 416px;
	object-fit: cover;
	width: 100%;
}

.landings-rental .slick-dots {
	position: absolute;
	bottom: -61px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.landings-rental .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.landings-rental .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #ccc;
	border-radius: 50%;
	transition: background 0.3s ease;
}

.landings-rental .slick-dots li.slick-active button {
	background: #333;
}

@media screen and (max-width: 992px) {
	.landings-rental .presentation h1 {
		font-size: 34px;
		line-height: normal;
	}
	.landings-rental h3 {
		font-size: 28px;
		line-height: normal;
	}
	.landings-rental h4,
	.landings-rental h6 {
		font-size: 15px;
		line-height: normal;
	}
	.landings-rental ul li {
		font-size: 15px;
		line-height: 22.5px;
	}
	.landings-rental .section {
		padding: 50px 0;
	}
	.landings-rental .highlights img,
	.landings-rental .property img,
	.landings-rental .work img {
		height: 320px;
	}
	.landings-rental .reservations p {
		font-size: 24px;
		line-height: normal;
	}
	.landings-rental .reservations .logos img {
		width: 80%;
	}
	.landings-rental .experience.section {
		padding-bottom: 0;
	}
	.landings-rental .companies .subtitle {
		font-size: 15px;
		line-height: normal;
	}
	.landings-rental .presentation .arrow {
		left: 40%;
	}
	.landings-rental .content-items article img {
		width: 45px;
		height: 45px;
		object-fit: contain;
	}
	.landings-rental .experience .slick-list,
	.landings-rental .experience .slick-slider,
	.landings-rental .experience .slick-track,
	.landings-rental .club .slick-list,
	.landings-rental .club .slick-slider,
	.landings-rental .club .slick-track,
	.landings-rental .gallery .slick-list,
	.landings-rental .gallery .slick-slider,
	.landings-rental .gallery .slick-track {
		height: 300px;
	}
	.landings-rental .experience .slider article img,
	.landings-rental .club .slider article img,
	.landings-rental .gallery .slider article img {
		object-fit: cover;
		height: 300px;
		width: 100%;
	}
	.landings-rental .experience .arrows.circle,
	.landings-rental .club .arrows.circle,
	.landings-rental .gallery .arrows.circle {
		bottom: -41px;
		width: 23%;
		right: 10px;
	}
	.landings-rental .gallery.section {
		padding: 100px 0;
	}
	.landings-rental .club.section {
		padding-bottom: 100px;
	}
	.landings-rental .slick-dots {
		left: 10px;
		width: 65%;
	}
	.landings-rental .content-map {
		padding: 0;
	}
	.landings-rental .presentation {
		height: 65vh;
	}
}

@media screen and (min-width: 992px) {
	.landings-rental .gallery .slick-list {
		padding: 0 0 0 15% !important;
	}
	.landings-rental .gallery .slider article {
		padding-left: 20px;
	}
	.landings-rental .pr-80 {
		padding-right: 80px;
	}
	.landings-rental .pl-80 {
		padding-left: 80px;
	}
}


/*endtest*/

@media screen and (min-width: 992px) {
	.page.rentalclub-inversor-host{
		margin-top: 0;
	}
}


@media screen and (min-width: 992px) {
	.rentalclub-inversor-host .presentation{
		background-color: #00000080;
		height: 639px;
	}

	.rentalclub-inversor-host .presentation .col-md-8{
		position: relative;
	    box-shadow: 3px 4px 24px 0px #00000040;
	    background-color: #ffffff !important;
	    z-index: 999999999;
	    top: 205px;
	}
}



.current-lang a{
	font-weight: 700;
}

.btn-border:hover{
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #000;
}

.btn-border:hover a{
	color: #000;
}

.header-landing .mega-nav-wrapper{
	display: none;
}

@media screen and (max-width: 992px) {
	.mega-sub-menu .lang li{
		list-style: none;
	}

	.mega-sub-menu .lang a {
		color: #fff;
		padding-right: 10px;
		font-weight: 500;	
	}
	.current-lang a{
		font-weight: 700 !important;
	}

	.header-landing .mega-nav-wrapper.active {
	    padding: 70px 0;
	}

	.header-landing .mega-nav-wrapper.active li{
		list-style: none;
		padding: 15px;
	}

	.header-landing .mega-nav-wrapper.active li.lang-item{
		padding-left: 0;
	}

    .header-landing .mega-nav-wrapper.active li a{
    	font-family: 'Canela', 'Times New Roman', Georgia;
    	font-size: 18px !important;
    	color: #fff !important;
    	font-weight: bold;
    	margin-bottom: 0.5em;
    }	


	/*.overh .header-landing .logo img{
	    filter: invert(1);
	}*/

	.header-landing.fixed {
        background: #fff;
    }


}

@media screen and (max-width: 992px) {
	.header-landing .logo img{
	    width: 150px !important;
	}
}

@media screen and (max-width: 1200px) {

	.header-landing .logo img{
	    width: 170px;
	}
}

.overh .header-landing .logo {
    /*//background: #1d1d1d !important;*/
    z-index: 999999;
}

.rentalclub-inversor-host{
	.presentation {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 0;
	}
	@media screen and (max-width: 992px) {

		.presentation {
		    height: 366px;
		}

		.presentation .container{
			margin: 0 20px;
		}

		.presentation .container .col-md-8{
		    top: 235px;
		    position: relative;
		    z-index: 2;
		    box-shadow: 3px 4px 24px 0px #00000040;
		}

		.departments{
			background-color: #fff !important;
			padding-top: 250px !important;
		}
	}

	@media screen and (min-width: 992px) {
		.departments{
			padding-top: 150px !important;
		}
	}
}

.header-landing .nav-menu .menu-line{
	background: rgb(29 28 33) !important;
}

.header-landing  .nav-menu {
    background: #fff;
}

/*.overh .header-landing  .nav-menu {
    background: #1D1C21;
}*/

/*.overh .header-landing .nav-menu .menu-line{
    filter: invert(1);
}*/

/* Btn Float */

.btn-float{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    text-align: center;
    z-index: 9999;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-float-whatsapp,
.btn-float-whatsapp:focus{
    color: #fff;
    background: #25D366;
}
.btn-float-whatsapp:hover{
    background: #fff;
    color: #25D366;
}

@media screen and (min-width:768px){
	.btn-float{
	    width: 70px;
	    height: 70px;
	    font-size: 40px;
	}
}

.prehome .presentation{
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.prehome .presentation:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 1;
}

.prehome .presentation video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: none;
}

.prehome .presentation .container{
	z-index: 2;
}

.prehome .presentation .container .row{
	height: 100vh;
}

.prehome .title h1{
	font-family: 'Canela', 'Times New Roman', Georgia;
}

@media screen and (min-width:768px){

	.prehome .title h1{
		font-size: 48px;
	}

}

.font-small{
	font-size: 12px;
}

.color-gray{
	color: #70767D;
}

/* Header > Megamenu */

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 90px;
	background: transparent;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	align-content: center;
}

/* Header fixed */

.header.fixed{
    position: fixed;
    /*top: 0;
    background-color: #fff;
    z-index: 999;*/
}

.header.open-submenu{
	background: linear-gradient(to bottom, rgba(29, 28, 33, 0.9), rgba(29, 28, 33, 0.9) 100%);
}

.nav-up {
    top: -90px !important;
}

.header.active{
	background-color: rgba(29,29,29,1);
}

@media screen and (max-width: 1300px) {

	.header .navigation ul li.menu-item-has-children > a{
		position: relative;
		display: block;
		width: 100%;
	}

    .header .navigation ul li.menu-item-has-children > a:after {
        position: absolute;
        top: calc(50% - 22.5px);
        right: 0;
        content: "\f107";
        font-family: 'fontawesome';
        width: 50px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .header .navigation ul li.menu-item-has-children.open-submenu > a:after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .header .megamenu .title{
    	display: none;
    }

    /*.header-landing.active{
		background-color: rgba(29,29,29,1) !important;
	}*/
}

.header .nav-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	padding: 34px 15px;
	cursor: pointer;
	background: #3D482D;
	z-index: 99999;
}
.header .nav-menu .menu-line { float: right; display: block; width: 100%; height: 2px; margin: 3px 0; background: rgba(255,255,255,0.95); transition: 0.3s; border-radius: 6px; }
.header .nav-menu .menu-line:nth-child(1) { width: 60%; }
.header .nav-menu .menu-line:nth-child(3) { width: 80%; }
.header .nav-menu:hover .menu-line { width: 100%; }

.header .nav-menu.active .menu-line:nth-child(1) { transform: rotate(45deg); width: 55px; margin-top: 12px; }
.header .nav-menu.active .menu-line:nth-child(3) { transform: rotate(-45deg); width: 55px; margin-top: -14px; }
.header .nav-menu.active .menu-line:nth-child(2) { opacity: 0; }

.header-landing. .nav-menu.active .menu-line{
	filter: invert(1);
}

.header-landing .nav-menu{
	background-color: #fff;
}
/*.header-landing.active .nav-menu{
	background-color: rgba(29,29,29,1) !important;
}*/

@media screen and (max-width: 1300px) {

	.header .navigation.active {
	    display: block;
	}

	.header .navigation.active .menu li{
		color: #111111;
		padding: 10px 0;
	    border-bottom: 1px solid rgba(128, 128, 128, 1);
	    font-size: 22px;
	    font-weight: bold;
	    margin: 0 10px;
	}

	.header .navigation.active .menu li .sub-menu li{
	    border-bottom: none;
	}
}

@media screen and (min-width: 1300px) {

	.header .navigation .menu .megamenu{
		display: none;
	    position: relative;
	    top: 100%;
	    left: 0;
	    width: 100vw;
	    min-height: 30vh;
	    padding: 30px 15px;
	    text-align: left;
	    color: #fff;
	    /*background: #1A1A1A;*/
	    background: linear-gradient(to bottom, rgba(29, 28, 33, 0.9), rgba(29, 28, 33, 0.9) 100%);
	    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 8%);
	    font-family: 'Canela', 'Times New Roman', Georgia;
	    letter-spacing: 0.5px;
	}
}

.header .navigation{
	display: none;
	top: 70px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 70px);
    margin: 0;
    text-align: left;
    background: #fff;
    z-index: 99;
    overflow: auto;
    padding-top: 70px;
}

.header .navigation .menu .megamenu > * {
    position: relative;
}

@media screen and (min-width:1300px){

	.header .navigation .menu .megamenu > * {
	    left: 22%;
	}
}

.header .navigation .menu li.open-submenu .megamenu{
	display: block;
}

.header .navigation .menu .megamenu .title{
	margin: 0;
}

.header .navigation .menu .megamenu .title a.btn{
	padding: 0 50px;
	font-size: 16px;
}

.header .navigation .menu .megamenu .title a{
	padding: 0;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 24px;
}
.header .navigation .menu .megamenu .title a:hover {
	color: #AF8368;
}
.header .navigation .menu .megamenu .title span{
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}
.header .navigation .menu .megamenu .sub-menu{
	width: 100%;
	padding: 0;
}
.header .navigation .menu .megamenu .sub-menu li{
	display: block;
	margin-bottom: 10px;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
}
.header .navigation .menu .megamenu .sub-menu li a{
	color: #fff;
	text-transform: none;
	font-weight: 400;
	font-size: 19px;
	padding-left: 25px;
}

.header .navigation .menu .megamenu .sub-menu li a:hover {
	color: #AF8368;
}

.header .navigation .menu .megamenu .sub-menu li a:before {
    content: "\f105";
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 10px;
    height: 20px;
    font-family: "fontawesome";
    font-size: 1.3rem
    line-height: 20px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

.header .contact{
	display: none;
}

.header .logo{
	max-width: 90px;
	padding: 10px 20px;
	display: inline-block;
	background-color: #3D482D;
	height: 90px;
	display: flex;
	align-items: center;
}



@media screen and (min-width: 1300px){
    .header{
        min-height: 90px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) -40.32%, rgba(0, 0, 0, 0) 100%);
    }

    .header .contact{
    	max-width: 90px;
    	padding: 20px 20px 20px 20px;
    	display: inline-block;
    	background-color: #3D482D;
    	height: 90px;
    	display: flex;
    	align-items: center;
    }

    .header .contact{
    	display: block;
    }

    .header .nav-menu {
        display: none;
    }
    .header .navigation{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        background: transparent;
        float: right;
        overflow: visible;
        padding-top: 0;
    }
    .header .navigation ul{
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .header .navigation ul li{       
        display: inline-block;
        vertical-align: middle;
        /*margin: 0 2%;*/
    }
    .header .navigation .menu li.btn-border{
    	/*padding: 8px;*/
    }
    .header .navigation .menu li.btn-border a{
    	color: #fff !important;
    }

    .header .navigation .menu li.btn-border:hover a{
    	color: #000 !important
    }

    .header .navigation .menu li{
        margin: 5px 15px;
        text-align: left;
        color: #FFF;
    }

    /**/
	.header .navigation .menu-contact a{
		background: #000;
		border: solid 1px #000;
		color: #fff;
		padding: 12px 36px;
		margin-left: 40px;
	}
	.header .navigation .menu-contact a:hover{
		background: transparent;
		color: #000;
	}

    /* Menu > Submenu */

	.header .navigation .menu .megamenu{
	    position: absolute;
	    justify-content: flex-start;
	    padding: 50px 0;
	}
	.header .navigation .menu li.open-submenu .megamenu{
		display: flex;
	}
	.header .navigation .menu li.menu-industries .megamenu .sub-menu,
	.header .navigation .menu li.menu-campus .megamenu .sub-menu{
		column-count: 2;
	}

	.header .navigation .menu .megamenu .title{
		width: 25%;
		padding-right: 50px;
	}
	.header .navigation .menu .megamenu ul.sub-menu{
		width: 50%;
		column-count: 2;
	}

	/* Menu top > Submenu */
	.header .navigation .menu-top li a{
		padding: 10px 10px 10px 10px;
		font-size: 13px;
	}

	.header .navigation .menu-top li .sub-menu{
	    position: absolute;
	    top: 44px;
	    left: 0;
	    width: auto;
	    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
	    text-align: center;
	}
	.header .navigation .menu-top li .sub-menu li{
		width: 100%;
	}
	.header .navigation .menu-top li .sub-menu li a{
		display: block;
	    background: #fff;
		color: #000;
		padding: 5px;
	}
	.header .navigation .menu-top li .sub-menu li a:hover{
		background: #00BD5A;
		color: #fff;
	}

	/* Header fixed */

    /*.header.fixed{
        min-height: 50px;
    }
    .header.fixed .navigation .menu-top{
    	display: none;
    }*/

}

@media screen and (max-width: 1299px) {
    .header .navigation {
        position: absolute;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
    }
    
    .header .navigation ul li.open-submenu > ul{
        background: rgba(0, 0, 0, 0.05);
    }
    .header .navigation ul li ul li a{
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;
    }

    .header .navigation .menu li{
    	position: relative;
    }
    .header .navigation .menu li .megamenu{
    	display: none;
    }
}

.extra-menu{
	min-width: 250px;
	display: none;
}

@media screen and (min-width: 1300px) {
	.extra-menu{
		display: block !important;
	}
}

.extra-menu li{
	list-style: none;
	padding: 10px 5px;
}

i.fab{
	/*color: #AF8368;*/
	color: #fff;
}

.landings-rental .data{
	color: #111;
	max-width: 100%;
}

.landings-rental .club .slider,
.landings-rental .experience .slider{
	background-color: #f8f8f8
}

.single.units .details p,
.single.units .details ul li{
	font-size: 18px;
	line-height: 1.3em;
}

.single.units .details p.address{
	font-size: 18px;
}

.component-share li, .component-share li i{
	font-size: 18px !important;
	color: #000;
}

.single.units .features-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	list-style: none;
	gap: 15px;
}

.single.units .details h4,
.single.units .about h4,
.single.units .modal-amenities h4{
	font-size: 24px;
	font-family: 'Canela', 'Times New Roman', Georgia;
	font-weight: 300;
	line-height: 120%;
}

.single.units .modal-amenities h5{
	font-size: 18px;
	font-family: 'Canela', 'Times New Roman', Georgia;
	font-weight: 300;
}

@media screen and (min-width: 1300px) {
	.single.units .features-list{
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30 0px;
	}

	.single.units .details{
		padding-top: 74px;
	}

	.single.units .details p.address{
		font-size: 21px;
	}

	.single.units .details h4,
	.single.units .about h4,
	.single.units .modal-amenities h4{
		font-size: 32px;
	}

	.single.units .modal-amenities h5{
		font-size: 24px;
	}

	.single.units .about h4{
		padding-bottom: 44px;
	}
}

.single.units .features-list li{
	display: flex;
	align-items: center;
}

.single.units .features-list li img,
.single.units .modal-features li img{
	max-width: 36px;
}

.single.units .features-list li span,
.single.units .modal-features li span{
	font-size: 15px;
}

.single.units .about h4 b{
	font-weight: 800;
}

.single.units .banner-gallery{
	margin-top: 50px;
}

.single.units .banner-gallery a.button-a{
	position: absolute;
	bottom: 35px;
	right: 20px;
	padding: 10px;
	background-color: #fff;
}

.single.units .banner-gallery a.button-a:hover{
	background-color: #000;
}

@media screen and (min-width: 1300px) {

	.single.units .banner-gallery a.button-a{
		position: absolute;
		bottom: 45px;
		right: 30px;
		padding: 12px 24px;
	}

	.single.units .details hr{
		margin: 60px 0;
	}

	.single.units .banner-gallery{
		margin-top: 90px;
		padding-top: 80px;
	}

	.services .data p{
		font-size: 21px;
	}
}

.single.units .breadcrumbs p{
	font-size: 14px;
	line-height: 150%;
	color: #000;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.single.units .breadcrumbs p span{
	font-weight: 600;
}

.single.units .breadcrumbs p i{
	display: flex;
}

.single.units .breadcrumbs p i:before{
	font-size: 7px;
}

.single.units .modal-features{
	list-style: none;
	padding: 0;
}

.galeria-fancy img {
    object-fit: cover;
    aspect-ratio: 1 / 1; /* Para cuadrarlas si lo deseas */
}

.single.units p{
	margin-bottom: 1.5rem;
}

.single.units .modal.modal-unit .form-control {
    min-height: 46px;
    background: rgba(255, 255, 255, 0.25);
    color: #000;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
}

.single.units .modal.modal-unit input::placeholder{
  color: #000; 
  opacity: 1;
}

.single.units .modal .close{
	position: absolute;
	top: -45px;
	right: 20px;
	background: #ffffff00;
	border: none;
	font-size: 31px;
	color: #fff;
	z-index: 99999;
}

@media screen and (min-width: 1300px) {
	.single.units .modal .close{
		top: 20px;
	}
}

.single.units .modal-amenities .close{
	color: #000;
}

.single.units .modal-unit .modal-dialog  {
	max-width: 100%;
}

.single.units .modal-amenities .modal-content{
	border-radius: 15px;
}

.single.units .modal-amenities .modal-dialog{
	padding: 0 12px;
} 

.single.units .modal-amenities .modal-content .modal-body{
	padding: 20px;
	max-height: 633px;
}

@media screen and (min-width: 1300px) {
	.single.units .modal-amenities .modal-dialog{
		padding: 0;
	} 
	.single.units .modal-amenities .modal-content .modal-body{
		padding: 60px 40px;
	}
}

@media screen and (max-width: 375px) {
	.single.units .modal-amenities .modal-content .modal-body{
		max-height: 450px;
	}


}

@media screen and (max-width: 1300px) {
	.single.units .details,
	.single.units .banner-gallery{
		padding: 0;
	}

	.landings-rental .experience.section{
		padding-bottom: 50px;
	}

}

.slick-gallery-container {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: opacity, transform;
}

.slick-gallery-container:not(.invisible) {
  opacity: 1;
}

.invisible {
  visibility: hidden;
}

.banner-gallery .open-gallery{
	cursor: pointer;
}

.slick-gallery .slick-current .slide {
  opacity: 1;
}

.slick-gallery .slick-slide img {
	height: 300px;
	width: 100%;
}

.slick-gallery .slick-prev,
.slick-gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 1.2rem;
  color: #000;
  background: #FAFAFA; 
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single.units .modal-unit .modal-content {
	background-color: transparent;
}

@media screen and (min-width: 1300px) {

	.single.units .modal-unit .modal-content {
		height: 100vh;
		background-color: #fff;
	}

	.slick-gallery .slick-slide{
		height: 100vh;
	}

	.slick-gallery .slick-slide img {
	  width: 100%;
	  height: 100vh;
	  display: block;
	  object-fit: cover;
	}

	.slick-gallery .slick-prev,
	.slick-gallery .slick-next {
	  font-size: 2rem;
	  width: 48px;
	  height: 48px;
	}

	.slick-gallery .slide {
	  transition: transform 0.3s ease-in-out;
	  opacity: 0.6;
	}
}




/* Izquierda y derecha */
.slick-gallery .slick-prev {
  left: 20px;
}

.slick-gallery .slick-next {
  right: 20px;
}

.single.units .galeria-fancy .row{
  --bs-gutter-x: 8px;
}

@media screen and (min-width: 1300px) {
	.single.units .galeria-fancy .row{
	  --bs-gutter-x: 1.5rem;
	}
}

.modal-backdrop{
	--bs-backdrop-opacity: 0.7 !important;
}