/*
 * Quechua CSS
 */
	/*
	* General
	*/
	.title {
		margin-bottom: .75rem !important;
	}



	/*
	 * Quechua pattern
	 */
	.quechua-pattern {
		margin-bottom: .25rem;
	}

	.quechua-pattern .display-image {
		margin-bottom: 0;
	}

	.quechua-pattern .display-image img {
		display: block;
		margin: auto;
		text-align: center;
		width: 100%;
	}



 	/*
 	 * Quechua button
 	 */
	.header .enlaces_contenedor_2 ul li:nth-last-child(2) a {
		color: #a31915;
		background: transparent;
		border: 2px solid #a31915;
		border-radius: .3rem;
		font-weight: 600;
		padding: .3rem 1rem;
	}

	.header .enlaces_contenedor_2 ul li:last-child a {
		border: 2px solid #a31915;
	}



	/*
	 * About Us Carousel
	 */
	#sliderQuechua .item {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
	}

	#sliderQuechua .item .display-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#sliderQuechua .slick-arrow {
		position: absolute;
		z-index: 5;
		top: 50%;
		transform: translateY(-50%);
	}

	#sliderQuechua .slick-arrow.slick-prev {
		left: .5rem;
	}

	#sliderQuechua .slick-arrow.slick-next {
		right: .5rem;
	}



	/*
	 * Welcome
	 */
	.welcome-quechua-video-container {
		display: block;
		width: 100%;
		height: auto;
		cursor: pointer;
		position: relative;
		text-align: center;
	}

	.welcome-quechua-video-container .display-image {
		width: 100%;
		margin-bottom: 0;
	}

	.welcome-quechua-video-container .display-image img {
		width: 100%;
	}

	.welcome-quechua-video-container .welcome-text {
		position: absolute;
		width: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-weight: bold;
		color: #fff;
		text-shadow: 0 0 8px rgba(0, 0, 0, .8);
		text-transform: uppercase;
		font-size: 2.5rem;
	}

	.welcome-quechua-video-container .welcome-text .title {
		display: block;
		margin-bottom: .25rem !important;
		line-height: 1;
	}

	.welcome-quechua-video-container .welcome-text [class*="fa-"] {
		font-size: 3.5rem;
	}
