﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap');
.lp-chinelos-gabriela-banner img{
	object-fit: cover;
	object-position: center center;
}
.section-one h1{
	font-size: 48px;
	letter-spacing: -.6px;
	line-height: 50px;
	padding-left: 25px;
	text-transform: uppercase;
}
.section-one p{
	font-size: 18px;
	letter-spacing: .1px;
	line-height: 25px;
	padding: 20px 0px 0 28px;
	margin: 0;
}
.section-two .showcase-container{
	padding-top: 20px;
	background: url('/Custom/Content/Themes/Base/Imagens/landing-pages/gabriela-chinelos/banner-vitrine-v2.jpg') top center no-repeat;
}
.section-two .showcase-container .showcase-title h2{
	font-size: 30px;
	letter-spacing: -.6px;
	line-height: 32px;
	font-weight: 800;
	color: #fff;
	position: relative;
}
.section-two .showcase-container .showcase-title h2 a{
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
	color: #fff;
}
.showcase-title + div{
	display: none;
}
.section-two .slick-prev, .section-two .slick-next{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
/*@media (min-width: 1400px){
	.container.lp-chinelos-gabriela{
		max-width: 1703px;
	}
}*/
@media (min-width: 768px){
	.section-two .showcase-container .showcase-title h2 a{
		position: absolute;
		text-align: right;
		top: 100%;
		right: 0;
		transform: translateY(-88%);
	}
}
@media (max-width: 767px){
	.section-one h1{
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		padding-left: 0;
	}
	.section-one p{
		padding: 16px 0 0 0;
		font-size: 16px;
		text-align: center;
		line-height: 26px;
	}
	.section-two .showcase-container .showcase-title h2{
		font-size: 24px;
		line-height: 35px;
		text-align: center;
	}
	.section-two .showcase-container .showcase-title h2 a{
		display: block;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
	.section-two .slick-prev{
		left: -12px;
	}
	.section-two .slick-next{
		right: -12px;
	}
}