

/* HOME */

/* LOGO */

#logoCarrousel{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 20px 0;
	background-color: #f9f9f9;
}

@media screen and (min-width: 991px){
	#sponsors {
		padding: 45px 0;
	}
}

#logoCarrousel .slick-track{
	image-rendering: -webkit-optimize-contrast;
}

/* .logos-wrapper{
	height: 80px;
}

@media screen and (min-width: 991px){
	.logos-wrapper{
		height: 110px;
		width: 250px;
	}
} */

.logos-wrapper-inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
}

.logos-wrapper-inner img {
	height: 60px;
	object-fit: contain;
	display: block;
	border: 0;
	vertical-align: middle;
	page-break-inside: avoid;
	max-width: 100%;
}

@media screen and (min-width: 991px){
	.logos-wrapper-inner img {
		width:88%;
	}
}

.logos-item{
    justify-content: center;
    margin-right: 35px;
}
    

/* LOGO WELCOME */

#welcome .quotes{
	position:relative;
}

#welcome .quotes:after{
	content:"";
	width: 100px;
	height: 100px;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:calc(100% + 20px);
	z-index: 2;
	margin: 0 auto;
	margin-bottom: 10px;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
	display: none;
}

@media screen and (min-width: 991px){
	#welcome .quotes:after{
		opacity: 0;
		transition-property: opacity,transform,top;
		transition-duration: 1s;
		transition-delay: .1s;
		transform:translatey(-20px);
	}
}

#welcome .quotes:nth-child(1):after{
	background-image: url(../images/home/Fan_Animation_Square_White.gif);
}

#welcome .quotes:nth-child(2):after{
	background-image: url(../images/home/Cowell-banker-White.png);
}

#welcome .active.active_span.quotes:after{
    opacity: 1;
    transform:translatey(0);
}

#welcome .quotes_logo{
	content:"";
	width: 100px;
	height: 100px;
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:calc(100% + 20px);
	z-index: 2;
	margin: 0 auto;
	margin-bottom: 10px;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 991px){
	#welcome .quotes_logo{
		opacity: 0;
		transition-property: opacity,transform,top;
		transition-duration: 1s;
		transition-delay: .1s;
		transform:translatey(-20px);
	}
}

#welcome .active.active_span .quotes_logo{
    opacity: 1;
    transform:translatey(0);
}

#welcome .quotes_logo img{
	width:100%;
}

/* DISCOVER */

#discover,
#video-section{
    padding: 40px 0;
}

@media screen and (min-width: 768px){
	#discover,
	#video-section{
		padding: 60px 0;
	}
	#video-section{
		margin-bottom: 60px;
	}
}



#discover .container,
#video-section .container{
	background-color:#ecc7cd;
}

@media (min-width: 1024px){
	#discover .container,
	#video-section .container{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (min-width: 1024px){
	#discover,
	#video-section{
		padding: 80px 0;
		padding-top:0;
		padding-bottom:0;
	}
}

@media (min-width: 1330px){
	#discover .container,
	#video-section  .container{
		width: 100%;
	}
}

#discover .col-images,
#video-section .col-images{
	width: 55%;
	overflow:hidden;
}

@media (max-width: 990px){
	#discover .col-images,
	#video-section .col-images{
		width: 100%;
	}
}

#discover .col-content,
#video-section .col-content{
	width: 45%;
	padding: 0 5%;
}

@media (max-width: 990px){
	#discover .col-content,
	#video-section .col-content{
		width: 100%;
		padding: 30px;
		text-align:center;
	}
}

.discover-images-carrousel-item{
	position:relative;
	
}
.discover-images-carrousel-item:after{
	content:"";
	display:block;
	padding-bottom:56.25%;
}

.discover-images-carrousel-item img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
}

#discover .ms-title,
#video-section .ms-title{
	font-size:30px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (max-width: 990px){
	#discover .ms-title,
	#video-section .ms-title{
		font-size:24px;
	}
}

#discover .ms-wrap-btn,
#video-section .ms-wrap-btn{
	width:auto;
	margin-top: 80px;
	text-align: left;
}

#video-section .ms-wrap-btn{
	margin-top: 20px;
}

@media (max-width: 990px){
	#discover .ms-wrap-btn,
	#video-section .ms-wrap-btn{
		margin-top: 20px;
		text-align: center;
	}
}
  
#discover .ms-wrap-btn .ms-btn,
#video-section .ms-wrap-btn .ms-btn,
#about .ms-wrap-btn .ms-btn{
	border:1px solid var(--primary-color);
}

#discover .ms-wrap-btn .ms-btn:hover,
#video-section .ms-wrap-btn .ms-btn:hover,
#about .ms-wrap-btn .ms-btn:hover{
    background-color: transparent;
	color:var(--primary-color);
}

@media screen and (min-width: 991px){
	#discover .ms-title,
	#discover .ms-subtitle,
	#discover .ms-wrap-btn,
	#discoverCarrousel,
	#video-section .ms-title,
	#video-section .ms-subtitle,
	#video-section .ms-wrap-btn,
	#video-section .wrap-video,
	#about article ul{
		opacity: 0;
		transition-property: opacity,transform;
		transition-duration: 1s;
		transition-delay: .3s;
		transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
	}
	
	#discover .ms-subtitle,
	#video-section .ms-subtitle{
		transition-delay: .6s;
	}
	
	#discover .ms-wrap-btn,
	#video-section .ms-wrap-btn{
		transition-delay: .9s;
	}
	
	#about article ul{
		transition-delay: .7s;
	}
}

#discover.ms-loaded-animate .ms-title,
#discover.ms-loaded-animate .ms-subtitle,
#discover.ms-loaded-animate .ms-wrap-btn,
#discover.ms-loaded-animate #discoverCarrousel,
#video-section.ms-loaded-animate .ms-title,
#video-section.ms-loaded-animate .ms-subtitle,
#video-section.ms-loaded-animate .ms-wrap-btn,
#video-section.ms-loaded-animate .wrap-video,
#about.ms-loaded-animate article ul{
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

/* VIDEO SECTION */

#video-section .col-images{
	position:relative;
}

#video-section .col-images .wrap-video:after{
	content:"";
	display:block;
	padding-bottom: 64%;
}

#video-section .col-images .wrap-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}

/* ABOUT BANNER */

#about.ms-a-format {
    width: 100%;
}

@media screen and (min-width: 991px){
	#about.ms-a-format article {
		background-color: rgba(236, 199,205,.9);
	}
	
	#about article{
		color: #333 !important;
	}
}

#about article ul{
	margin: 20px 0;
	margin-top:0;
	font-size: 15px;
	line-height: 1.6;
	text-align: justify;
	padding-left: 1.1rem;
}

@media screen and (min-width: 991px){
	#about article ul{
		max-width: 490px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

#about article ul,
#about article ul li{
	list-style:disc;
}

#about article ul li,
#about article p{
	font-family: "AvianoSansRegular" !important;
}

#about article ul li:first-child{
	list-style: none;
    margin-left: -20px;
}

/* TEAMS */

#team.ms-a-format {
	width: 100% !important;
	margin: 0 !important;
}

/* INSTAGRAM SECTION */

#instagram{
	width: 96%;
	max-width: 1755px;
	margin:0 auto;
	padding: 60px 0;
	padding-top: 0;
}

@media screen and (max-width: 991px){
	#instagram{
		padding: 40px 0;
		padding-top: 0;
	}
}


#instagram .ms-title {
    font-weight: 600;
    line-height: 1.2;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px){
	#instagram .ms-title {
		font-size: 32px;
		margin-bottom: 50px;
	}
}

.sbi_photo_wrap{
	position:relative;
}

.sbi_photo:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	    transition: all .3s ease-in-out;
		opacity:0;
	visibility:hidden;
}
.sbi_photo:before{
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	    font-family: 'idx-icons'!important;
	content: "\e928";
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:10;
	font-size:28px;
	    transition: all .3s ease-in-out;
	opacity:0;
	visibility:hidden;
}

.sbi_photo:hover:after,
.sbi_photo:hover:before{
	opacity:1;
	visibility:visible;
}

.sbi_playbtn{
	transition: all .3s ease-in-out;
}

.sbi_photo:hover .sbi_playbtn{
	opacity:0;
	visibility:hidden;
}
/* ANIMACIONES */
#press,
#magazine,
#instagram .ms-title,
#instagram .ms-feed,
#team,
#featuredVideos{
	opacity: 0;
	transition-property: opacity,transform;
	transition-duration: 1s;
	transition-delay: .3s;
	transform: translate(0%, 20px) matrix(1, 0, 0, 1, 0, 0);
}

#instagram .ms-feed{
	transition-delay: .6s;
}


#press.ms-loaded-animate,
#magazine.ms-loaded-animate,
#team.ms-loaded-animate,
#instagram.ms-loaded-animate .ms-title,
#instagram.ms-loaded-animate .ms-feed,
#featuredVideos.ms-loaded-animate{
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

/* NEW DEVELOPMENTS */

.container-slider {
	width: 90%;
	margin: auto
}

.carousel1 .hover-lux {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	left: 0px;
	padding: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	transition: all .4s ease;
	background: rgba(0, 0, 0, 0);
	max-height: 20%;
	height: 100%;
	z-index: 2
}

@media(min-width: 768px) {
	.carousel1 .hover-lux {
		width: 100%
	}
}

.carousel1 .hover-lux p {
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease
}

.carousel1 .hover-lux .ms-item-title {
	text-align: left !important;
	padding: 0 !important;
	width: 100%;
	font-weight: bold;
	line-height: 1;
	color: #fff !important
}

#condo-areas .wp-title-section,
#condo-areas2 .wp-title-section,
#featured-properties .wp-title-section {
	height: 125px;
	width: 70%;
	position: relative;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff
}

@media(min-width: 768px) {

	#condo-areas .wp-title-section,
	#condo-areas2 .wp-title-section,
	#featured-properties .wp-title-section {
		padding-left: 5.5%;
		padding-right: 0px;
		height: 105px;
		padding-top: 35px
	}
}

@media(min-width: 960px) {

	#condo-areas .wp-title-section,
	#condo-areas2 .wp-title-section,
	#featured-properties .wp-title-section {
		height: 140px
	}
}

@media(min-width: 1450px) {

	#condo-areas .wp-title-section,
	#condo-areas2 .wp-title-section,
	#featured-properties .wp-title-section {
		padding-top: 55px
	}
}

#condo-areas .wp-title-section span,
#condo-areas2 .wp-title-section span,
#featured-properties .wp-title-section span {
	font-size: 18px;
	color: #888;
	display: block;
	position: relative;
	z-index: 2
}

#condo-areas .wp-title-section h2.ms-title,
#condo-areas2 .wp-title-section h2.ms-title,
#featured-properties .wp-title-section h2.ms-title {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 3;
	margin-top: 15px
}

#condo-areas .ms-wrap-slider.gs-builded .ms-item {
	position: relative
}

#condo-areas2 .ms-wrap-slider.gs-builded .ms-item {
	position: relative
}

.ms-slider-lux .ms-item {
	position: relative
}

.ms-slider-lux .ms-item:hover .hover-lux {
	background: rgba(0, 0, 0, .2);
	max-height: 100%
}

.ms-slider-lux .ms-item:hover .hover-lux p {
	display: block;
	max-height: 100%
}

.ms-slider-lux .ms-item .hover-lux {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	left: 0px;
	padding: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	transition: all .4s ease;
	background: rgba(0, 0, 0, 0);
	max-height: 20%;
	height: 100%;
	z-index: 2
}

@media(min-width: 768px) {
	.ms-slider-lux .ms-item .hover-lux {
		width: 100%
	}
}

.ms-slider-lux .ms-item .hover-lux p {
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: all .4s ease
}

.ms-slider-lux .ms-item .hover-lux .ms-item-title {
	text-align: left !important;
	padding: 0 !important;
	width: 100%;
	font-weight: bold;
	line-height: 1;
	color: #fff !important
}

/* NEW DEVELOPMENTS */

#ms-condo-slider .ms-item-title{
	font-family: "AvianoSansRegular" !important;
}

/* VIDEOS */

#featuredVideos{
	padding: 40px 0;
	background-color:#051c2c;
	overflow:hidden;
}

@media(min-width: 768px) {
	#featuredVideos{
		padding: 80px 0;
		margin: 40px 0;
		padding-bottom: 60px;
		margin-top: 120px;
	}
}

#featuredVideos .ms-title {
    font-weight: 600;
    line-height: 1.2;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
		color:#fff;
}

@media screen and (min-width: 1024px){
	#featuredVideos .ms-title {
		font-size: 32px;
		margin-bottom: 100px;
	}
}

.featured-video-container{
	width: 90%;
	margin: auto;
	max-width: 1300px;
}

#videoSlider .slick-list{
	overflow:visible;
	max-width:100%;
	margin:0 auto
}

@media screen and (min-width: 1024px){
	#videoSlider .slick-list{
		max-width:40%;
	}
}

@media screen and (min-width: 1660px){
	#videoSlider .slick-list{
		max-width:55%;
	}
}

#videoSlider .slick-track{
	display:flex;
	align-items:center;
}

.featured-video-wrap{
	display: block;
	width: 100%;
	height:100%;
	transition: all .4s ease;
	padding:0 10px;
	background-color:transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

@media screen and (min-width: 1024px){
	.featured-video-wrap{
		opacity:.45;
		padding:0;
	}

	.slick-current .featured-video-wrap{
		transform:scale(1.35);
		box-shadow:0 5px 10px 0 rgba(51, 51, 51, 0.5);
		opacity:1;
	}
}

.featured-video-play{
	width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.6);
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.slick-current .featured-video-play{
	opacity: 1;
	visibility: visible;
}

.featured-video-play:before, 
.featured-video-play:after {
    content: "";
	width: 100%;
	height: 100%;
    display: block;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
}

.featured-video-play:before {
    border: solid 2px;
    color: #fff;
	background-color: rgba(23,23,23,0.68);
}

.featured-video-play:hover:before {
    background-color: rgba(255,255,255,0.41);
    box-shadow: 0 0 8px rgba(0,0,0,0.43);
}

.featured-video-play:after{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 52%;
    left: 55%;
    transform: translate(-50%,-50%);
    border-radius: 0;
}

.featured-video-item{
	position:relative;
	z-index:10;
}

.featured-video-item img{
	width: 100%;
	height:100%;
	object-fit: contain;
	/* position: absolute;
	top:0;
	left: 0; */
}

.slick-current.featured-video-item{
	z-index:40;
}

.featured-video-item img{
	width:100%;
	object-fit:cover;
}

@media screen and (min-width: 1024px){
	.featured-video-item img{
		height:280px;
	}
}

@media screen and (min-width: 1660px){
	.featured-video-item img{
		height:400px;
	}
}

.featured-video-item:not(.slick-current) .featured-video-wrap{
	cursor: pointer;
}

.video-inside.ms-show-video{
	left:0;
}

#videoSlider .slick-arrow{
	width: 50px;
	height: 45px;
	z-index: 99;
	background: #051c2c;
	color:#fff;
	border-radius:8px;
	transition:all .3s ease;
	top: 36%;
}

@media(max-width: 768px) {
	#videoSlider .slick-arrow{
		top: 42%;
	}
}



#videoSlider .slick-arrow:hover{
    background: #cf8e88 !important;
}

#videoSlider .slick-arrow:before{
    display: none;
}

#videoSlider .slick-arrow:after{
	content: "\e902";
	font-family: "idx-icons"!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	background-image: none;
	color: #FFF;
	transform:rotate(-90deg);
}

#videoSlider  .slick-prev.slick-arrow:after{
	transform:rotate(90deg);
}

#videoSlider .slick-prev{
	left:10%;
}

#videoSlider .slick-next{
	right:10%;
}

@media(max-width: 768px) {
	#videoSlider .slick-prev{
		left:0;
	}

	#videoSlider .slick-next{
		right:0;
	}
}

@media(min-width: 1660px) {
	#videoSlider .slick-prev{
		left:0;
	}

	#videoSlider .slick-next{
		right:0;
	}
}

#videoSlider .slick-dots{
	position:relative;
	margin-top:80px;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media(max-width: 768px) {
	#videoSlider .slick-dots{
		margin-top:20px;
	}
}

@media(min-width: 1660px) {
	#videoSlider .slick-dots{
		margin-top:120px;
	}
}

#videoSlider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 6px;
    border-radius: 9999px;
    transition: all .4s ease;
    background-color: rgba(255,255,255,1);
	opacity:.65;
}

#videoSlider .slick-dots button{
	width:100%;
	height:100%;
	opacity:1;
}

#videoSlider .slick-dots li.slick-active{
   width: 13px;
    height: 13px;
	opacity:1;
}