/* Default height for small devices */
#intro-example {
	height: 400px;
}

/* Height for devices larger than 992px */
@media (min-width: 992px) {
	#intro-example {
		height: 600px;
	}
}



@media (max-width: 767px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}

	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
	transform: translateX(0);
}

.icon-contacto {
	color: #3D969E;
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 250px !important;
	height: 200px !important;
}

.caracteristicas {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 150px 32px;
	background-image: url('../img/moderno-centro-negocios.jpg');
	background-position: center;
	background-attachment: fixed;
}

.hero-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 10;
}

.hero-content {
	z-index: 20;
}