@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* MAIN STYLE */
::selection {
	background-color: #80b5b1;
}
.form-control:focus {
	color: #000000 !important;
	border: 2px solid #fb2576;
    box-shadow: none;
}
.navbar-toggler {
	background-color: #000000;
	border: 0px solid rgba(255, 255, 255, 0.0);
}
.navbar-toggler-search {
	background-color: #ffffff;
	border: 0px solid rgba(255, 255, 255, 0.0);
}
a {
	color: #ffffff;
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	pointer-events: pointer;
}
a:hover {
	color: #ff0000;
	cursor: pointer;
	pointer-events: pointer;
}
body {
	font-family: 'Sofia Sans', Helvetica, Arial, serif, sans-serif;
	background: rgb(255, 255, 255, 1.0);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 1.0) 20%, rgba(255, 255, 255, 1.0) 50%, rgba(214, 214, 200, 1.0) 100%);
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
	/* CUSTOM SCROLL */
	overflow-y: scroll;
  	scrollbar-color: #000000 #ffffff;
  	scrollbar-width: thin;
}
.form-check-input:checked {
	background-color: #ff0000;
}
.customBrand {
	color: #bababa;
}
.textPrivacy {
	font-size: 12px;
}
.offertanoBrand {
	width: 200px;
	height: auto;
}
.brandLogo {
	width: auto;
	height: 14px;
}
.textSmall {
	font-size: 12px;
}
/* MAIN STYLE */

/* CUSTOM NAVIGATION */
.containerNavCustom {
	max-width: 100%;
	margin: 0 auto;
}
.navCustom {
	position: fixed;
	background-color: rgba(255, 255, 255, 1.0);
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
}
.navCustom .containerNavCustom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0px 4px 0px;
	transition: all 0.3s ease-in-out;
}
.navCustom ul {
	display: flex;
	list-style-type: none;
	align-items: center;
	justify-content: center;
}
.navCustom a {
	color: #000000;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	transition: all 0.3s ease-in-out;
}
.navCustom.active {
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.4);
}
.navCustom.active a {
	color: #000000;
}
.navCustom.active .containerNavCustom {
	padding: 10px 0px 10px 0px;
}
.navCustom a.current, .navCustom a:hover {
	color: #ff0000;
	font-weight: normal;
}
/* CUSTOM NAVIGATION */

/* SELECTION ON IMAGE */
figure {
	position: relative;
	display: inline-block;
}
figcaption {
	position: absolute;
	inset: 0px;
	display: none;
}
figure:hover figcaption {
	display: flex;
}
figcaption {
	color: #ffffff;
	padding: 2em;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 15px 15px 15px 15px;
}
figcaption a:hover {
	color: #ffffff;
}
/* SELECTION ON IMAGE */

/* SWIPER */
.swiper {
	width: auto;
	height: 280px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: auto;
	height: 280px;
	object-fit: cover;
}
.swiper-slide {
	width: auto;
	height: 280px;
}
/* SWIPER */
