/**
 * Ajustes de la portada: Swiper a altura completa dentro de .marcano-main.home
 */
.marcano-main.home {
	overflow: hidden;
}

.marcano-main.home .swiper.mySwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

.marcano-main.home .swiper-slide.slide_home {
	position: relative;
	overflow: hidden;
}

.marcano-main.home .swiper-slide.slide_home .slide--left-content h1,
.marcano-main.home .swiper-slide.slide_home .slide--left-content h2 {
	font-family: 'Cormorant Garamond', serif !important;
	color: white;
	text-align: left;
	font-weight: 900;
	font-size: 75px;
	line-height: 75px;
	letter-spacing: 0em;
	font-style: italic;
	margin: 0;
}
