@charset "utf-8";
/* ==================================================
   INTRO TEXT IMAGE SLIDER (GASTRONOMY SLIDER)
   Componente de texto introductorio con slider de imagenes
   ================================================== */

/* ===========================================
   1. CONTENEDOR PRINCIPAL
   =========================================== */
#gastronomySlider {
	position: relative;
	padding: 0 98px 128px 98px;
	overflow: hidden;
}

/* ===========================================
   2. CAJA DE CONTENIDO (TEXTO)
   =========================================== */
#gastronomySlider .contentBox {
	width: 100%;
	max-width: 944px;
	margin: 0 auto;
	padding: 96px 0;
	text-align: center;
}
#gastronomySlider .contentBox h2.h2 {
	display: block;
	margin: 0 0 16px 0;
	font-size: 1rem;
	color: #898787;
	font-weight: 300;
	line-height: 1.4rem;
	letter-spacing: 0.0938rem;
	text-transform: uppercase;
}
#gastronomySlider .contentBox p {
	margin: 0 0 30px 0;
	font-family: 'Juana';
	font-size: 1.9375rem;
	color: #606060;
	font-weight: 200;
	line-height: 2.9375rem;
}
#gastronomySlider .contentBox p strong {
	font-family: 'Juana Regular It';
	font-weight: 400;
}
#gastronomySlider .contentBox p:last-child {
	margin-bottom: 0;
}

/* ===========================================
   3. BOTONES DE DESCARGA PDF
   Basado en .zigzagSec .exploreBtn
   =========================================== */
#gastronomySlider .contentBox .buttons-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 32px;
}
#gastronomySlider .contentBox .buttons-cont p {
	display: contents;
	margin: 0;
}
#gastronomySlider .contentBox .buttons-cont a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 25px;
	border: 1px solid #D3D0CF;
	background-color: transparent;
	border-radius: 0px;
	font-family: 'Gill Sans';
	font-size: 1rem;
	color: #606060;
	font-weight: 300;
	line-height: 1.05rem;
	letter-spacing: 0.0938rem;
	text-transform: uppercase;
	text-decoration: none;
	transition: .8s cubic-bezier(.3, 1, .3, 1);
}
#gastronomySlider .contentBox .buttons-cont a::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23606060' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: .8s cubic-bezier(.3, 1, .3, 1);
}
#gastronomySlider .contentBox .buttons-cont a:hover {
	border-color: #8C8275;
	background-color: #8C8275;
	color: #ffffff;
}
#gastronomySlider .contentBox .buttons-cont a:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}

/* ===========================================
   4. SLIDER DE IMAGENES
   =========================================== */
#gastronomySlider .gastronomy-slider {
	width: 100%;
	max-width: 1724px;
	margin: 0 auto;
}
#gastronomySlider .gastronomy-slider .swiper-slide {
	display: flex;
	min-height: 600px;
}
#gastronomySlider .gastronomy-slider .swiper-slide picture {
	display: flex;
	width: 100%;
}
#gastronomySlider .gastronomy-slider .swiper-slide picture img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#gastronomySlider .gastronomy-slider .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* ===========================================
   5. NAVEGACION DEL SLIDER
   =========================================== */
#gastronomySlider .gastronomy-slider .swiperNav {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	position: absolute;
	top: 50%;
	right: 64px;
	left: 64px;
	transform: translateY(-50%);
	z-index: 1;
}
#gastronomySlider .gastronomy-slider .swiperNav [class*=swiper-button-] {
	background: #FAF8F5;
}

/* ===========================================
   6. CONTADOR Y PAGINACION
   =========================================== */
#gastronomySlider .gastronomy-slider .swiperCountDots {
	margin-top: 0;
	color: #FFFFFF;
	position: absolute;
	top: 7%;
	right: 15px;
	left: 15px;
}
#gastronomySlider .gastronomy-slider .swiperCountDots .countline {
	display: inline-block;
	width: 64px;
	height: 1px;
	background: #ffffff;
	border-radius: 0px;
}
#gastronomySlider .gastronomy-slider .swiperCountDots .swiper-pagination .swiper-pagination-bullet {
	background: #ffffff;
}
#gastronomySlider .gastronomy-slider .swiperCountDots .swiper-pagination .swiper-pagination-bullet:hover,
#gastronomySlider .gastronomy-slider .swiperCountDots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ffffff;
}

/* ==================================================
   RESPONSIVE - TABLET Y MOVIL (<992px)
   ================================================== */
@media (max-width: 991px) {
	#gastronomySlider {
		padding: 0 24px 64px 24px;
	}
	#gastronomySlider .contentBox {
		padding: 48px 0;
	}
	#gastronomySlider .contentBox h2.h2 {
		font-size: 0.875rem;
		line-height: 1.2rem;
	}
	#gastronomySlider .contentBox p {
		font-size: 1.5rem;
		line-height: 2.25rem;
		margin: 0 0 20px 0;
	}
	/* Botones en vertical en movil */
	#gastronomySlider .contentBox .buttons-cont {
		flex-direction: column;
		gap: 12px;
		margin-top: 24px;
	}
	#gastronomySlider .contentBox .buttons-cont a {
		width: 100%;
		justify-content: center;
		padding: 14px 20px;
		font-size: 0.875rem;
	}
	/* Slider */
	#gastronomySlider .gastronomy-slider .swiper-slide {
		min-height: 350px;
	}
	#gastronomySlider .gastronomy-slider .swiperNav {
		right: 16px;
		left: 16px;
	}
}

/* ==================================================
   RESPONSIVE - DESKTOP PEQUENO (992px - 1920px)
   ================================================== */
@media (min-width: 992px) and (max-width: 1920px) {
	#gastronomySlider {
		padding: 0 48px 96px 48px;
	}
	#gastronomySlider .contentBox {
		padding: 72px 0;
	}
	#gastronomySlider .gastronomy-slider .swiper-slide {
		min-height: 500px;
	}
	#gastronomySlider .gastronomy-slider .swiperNav {
		right: 32px;
		left: 32px;
	}
}
