/*desktop.css*/

/* HEADER ------------------------------------------------------------*/

.no-top{
	padding-top: 0;
}

.section-instagram-slider{
	height: 330px;
	background-color: #ccc;
	color: #fff;
	padding: 40px 0;
}

.insta-slider-container{
	display: flex;
}

.insta-slider-content{
	width: 80%;
	min-height: 250px;
	
}

.insta-slider-content .swiper-slide{
	width: 100%;
	min-height: 250px;
	background-position: center;
	background-size: cover;
	position: relative;

}

.insta-slider-content .swiper-slide-interior-bg{
	position: absolute;
	width: 90%;
	height: 100%;
	left: 5%;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #1c1c1c;
}

.insta-slider-prev,.insta-slider-next{
	width: 10%;
}

.insta-slider-prev{
	background-image: url('../img/prev.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.insta-slider-next{
	background-image: url('../img/next.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.section-block.masterplan{
	min-height: 50vh!important;
}
.swiper-container.masterplan{
	min-height: 50vh!important;
	width: 100%;
}


.section-block.masterplan .swiper-slide{
	min-height: 50vh!important;	
	width: 100%;
	background-size: cover;
	background-position: center;
}

.swiper-button-next,.swiper-button-prev{
	color: #fff;
}

/*General*/

.replicable-content, .row.xlarge.replicable-content{
	padding-top: 0;
	padding-bottom: 0;
}
/*HERO*/
.background-video{
	width: 100%;
	height: 100%;
}

.tms-content{
	/*pointer-events: none;*/
}

/*EMPRESA*/
#Empresa .tm-slider-container .tms-slide{
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #1c1c1c;
}
#Empresa .tms-fullscreen .tms-slide>img, .tms-slide.tms-forcefit>img, .tms-slide>video+img{
	position: initial;
}

#Empresa .tms-content{
	background-color: rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#Empresa .tms-content-inner{
	height: initial;
}


.play-button{
	width: 128px;
	height: 128px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0 auto;
	left: calc( 50% - 64px );
	cursor: pointer;
	transition: all 0.4s;

}

.play-button:hover{
	transform: scale(1.2);
}

.layer-con-play{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: relative;
}

.layer-con-play .play-button{
	top: calc( 50% - 32px );

}

.background-cover{
	background-position: center;
	background-size: cover;
}

/*contenido generico*/
.bcg-titulo,.bcg-bajada{
	margin-top: 5vh;
	text-align: center;
}

.bcg-cards-container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.bcg-cards-container .bcg-card{
	width: calc( 45% - 20px );
	height: 30vh;
	margin:30px;
	background-color: rgba(0,0,0,0.5);
}

.bcg-card-titulo{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size:2.5rem;
	margin-top:25px;
	    font-family: 'Open Sans'!important;

}

.bcg-card-content{
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
}

.hero-botton-link{
	position: absolute;
	bottom: 18vh;
	text-align: center;
	width: 100%;
}

.hero-botton-link button{
min-width: 150px;
    max-width: 250px;
    width: 30vw;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px;
    border-width: 3px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    font-weight: 400;
    font-size: 2.1rem;
}


blockquote.avatar span, blockquote.avatar span img{
	border-radius: initial!important;
}

.layer-black{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.special-column-3{
	width: 33%;
	height: 25vh;
	min-width: 300px;
}

.black-layer{
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.tms-caption.title-medium.color-white{
	text-shadow: 1px 1px 2px black;
}

.header-inner{
	/*
	background-color: rgba(0, 0, 0, 0.2)!important;
	padding-bottom: 10px;
	*/
}

/*Fixes*/
p,li{
    font-size: 1.7rem!important;
    font-weight: 500!important;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif!important;
    line-height: 2.7rem!important;
    color: #666!important;

}

sup{
	font-size: 10px!important;
}

h4{
	/*line-height: 0.2rem!important;*/
	line-height: 18px!important;
	margin: 0!important;
}

h2, .h2 {
    font-size: 3rem!important;
}

.remoh2{
	font-size: 2.5rem!important;
	
}

.h4especial{
	color: #666!important;
}

.margen-superior-fix{
	margin-top: 50px;
}

.tab-nav li a{
	font-weight: 900!important;
}

h4 em{
	line-height: 2rem!important;
    font-size: 1.7rem!important;
    font-weight: 500!important;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif!important;
    /*line-height: 2.7rem!important;*/
    /*color: #666!important;*/
    font-style: inherit;
}

.stat-counter{
	font-size: 40px;
}

.feature-column-group .feature-column{
	padding: 2rem!important;
}

.special50{
	width: 50%!important;
}

.recorridos_360 button{
	margin-top: 25px;
}

.stat-inner .counter{
	margin-top: 25px;
}

.title-xlarge{
font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 7rem;
    color: #666;
}

.agotado{
	display: none;
}

.agotado.active{
	display: block;
    position: absolute;
    top: 36%;
    left: 30%;
    width: 40%;
    height: 50px;
    background-color: #fa4d09;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    padding-top: 10px;
}

.agotado.active h1{
	color: #fff;
	font-size: 3rem;
}