@font-face {
    font-family: 'abelregular';
    src: url('../fonts/abel-regular-webfont.woff2') format('woff2'),
         url('../fonts/abel-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rafalebg';
    src: url('../fonts/rafale_bg-webfont.woff2') format('woff2'),
         url('../fonts/rafale_bg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	padding: 0px;
	margin: 0px;
}

body {
	padding-top: 97px;
	padding-bottom: 0px;
	color: #5a5a5a;
}

.tit-quienes {
	font-family: 'rafalebg';
	font-size: 20pt;
	color: #394e61;
}
.txt-quienes {
	font-family: 'abelregular';
	font-size: 12pt;
	color: #394e61;
}
.tit-espacios {
	font-family: 'rafalebg';
	font-size: 20pt;
	color: #ffffff;
}
.tit-footer {
	font-family: 'abelregular';
	font-size: 12pt;
	color: #ffffff;
}
.tit-clientes {
	font-family: 'rafalebg';
	font-size: 20pt;
	color: #394e61;
}
.txt-clientes {
	font-family: 'abelregular';
	font-size: 12pt;
	color: #394e61;
}
.txt-espacios {
	font-family: 'abelregular';
	font-size: 12pt;
	color: #ffffff;
}
.no-margin {
	margin-right: 0px;
}
.cont-slider-left {
	z-index: 10;
}
.cont-text {
	position: relative;
	top: 50%;
	left: -40px;
	width: 100%;
	height: auto;
	transform: translate(-0%,-50%);
	border: 1px solid #394e61;
	padding: 31px 60px 31px 100px;
}
.cont-text-espacios {
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 600px;
	height: auto;
	transform: translate(-50%,-50%);
	border: 0px solid #ffffff;
	padding: 31px 50px;
}
.cont-tit-btns {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0px;
	padding: 0px;
}
.cont-tit-clientes {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	margin: 0px;
	padding: 0 40px;
}
.cont-espacios {
	height: 500px;
	background: url('../images/espacios_disponibles.png') center center no-repeat;
	background-size: cover;
}
.cont-atenas {
	height: 400px;
}
.cont-atenas-left {
	padding: 0px !important;
}
.cont-atenas-right {
	background-color: #5b7e96;
	padding: 0px !important;
}
.cont-arcadia {
	height: 400px;
}
.cont-arcadia-left {
	padding: 0px !important;
}
.cont-arcadia-right {
	background-color: #b12029;
	padding: 0px !important;
}
.cont-corinto {
	height: 400px;
}
.cont-corinto-left {
	padding: 0px !important;
}
.cont-corinto-right {
	background-color: #002d5d;
	padding: 0px !important;
}
.cont-piso {
	height: 400px;
}
.cont-piso-left {
	padding: 0px !important;
	height: auto;
	min-height: 350px
}
.cont-piso-right {
	background-color: #ffffff;
	padding: 0px !important;
	height: auto;
	min-height: 350px
}
.cont-clientes {
	height: auto;
}
.cont-clientes-top {
	padding: 0px !important;
	height: 200px;
	background-color: #e9ebed;
}
.cont-clientes-bottom {
	padding: 0px 0px 40px 0px !important;
}
.cont-contacto {
	padding: 40px;
	background-color: #131439;
	height: 600px;
	border-bottom: 25px solid #f1eeee;
}
.cont-more {
	height: 100px;
	background-color: #5b7e96;
	background-image: url('../images/row-down.png');
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#grupo2, #grupo3, #grupo4, #grupo5, #grupo6, #grupo7, #grupo8, #grupo9, #grupo10 {
	display: none;
}
#btnMore:hover {
	opacity: 0.9;
}
.cont-footer {
	height: auto;
	background-image: url('../images/bg-footer.png');
	background-position: center center;
	background-size: cover;
}
.cont-footer-top {
	padding: 0px !important;
	height: 300px;
}
.cont-tit-footer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	margin: 0px;
	padding: 0 40px;
}

.navbar {
	/*padding: 0px !important;*/
	background-color: #001a45 !important;
	font-family: 'rafalebg';
	border-bottom: 5px solid #ffffff;
}
.nav-item.active {
	padding: 0px 15px;
	margin: 0px;
	border-top: 20px solid #013b6c !important;
	margin-top: -20px;
	margin-bottom: -23px;
	background-color: #013b6c !important;
}
.active .nav-link  {
	text-decoration: underline !important;
	text-decoration-color: #63ccca !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-control-prev-icon {
	width: 40px;
	height: 66px;
	background-image: url('../images/btn-prev-w.png');
}
.carousel-control-next-icon {
	width: 40px;
	height: 66px;
	background-image: url('../images/btn-next-w.png');
}

.carousel-control-prev-icon-cliente {
	margin-left: -50px;
	width: 40px;
	height: 77px;
	background-image: url('../images/btn-prev.png');
}
.carousel-control-next-icon-cliente {
	margin-right: -50px;
	width: 40px;
	height: 77px;
	background-image: url('../images/btn-next.png');
}
/* Carousel base class */
.carousel {
	
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	/*bottom: 3rem;*/
	z-index: 10;
	top: 50%;
	left: 50%;
	bottom: 0px !important;
	padding: 0px !important;
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 100%;
}
.img-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
}
.img-cover .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 900px;
	width: 90%;
	height: auto;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 693px;
}
.daydream-item {
	height: 600px !important;
}
.atenas-item {
	height: 400px !important;
}
.clientes-item {
	height: auto !important;
}
.carousel-item > img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.bgGray {
	max-width: 100%;
	background-color: #e9ebed;
	border-bottom: 25px solid #5b7e96;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#ffffff; color:#666;}
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 40px); }
.MultiCarousel .leftLst { left:0; cursor:pointer; }
.MultiCarousel .rightLst { right:0; cursor:pointer; }
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	
	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.nav-item.active {
		padding: 0px;
		margin: 0px;
		border-top: 0px transparent !important;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: transparent !important;
	}
	.carousel-item {
		height: 400px;
	}
	.cont-text {
		left: 0px;
		border: 0px solid #394e61;
		padding: 30px !important;
		margin: 0px !important;
	}
	.cont-piso {
		height: 400px;
	}
	.cont-piso-left {
		height: 400px;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.atenas-item {
		height: 400px !important;
	}
}

@media (max-width: 575px) {
	.carousel-item {
		height: 300px;
	}
	.cont-clientes-top {
		height: 300px;
	}
	.carousel-control-prev-icon {
		margin-left: -40px;
		width: 20px;
		height: 38px;
	}
	.carousel-control-next-icon {
		margin-right: -40px;
		width: 20px;
		height: 38px;
	}
	.cont-contacto {
		padding: 0px;
		background-color: #131439;
		height: 800px;
	}
	.cont-piso {
		height: 700px;
	}
	.cont-piso-left {
		height: 300px;
		order: 2;
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.atenas-item {
		height: 300px !important;
	}
}