@charset "UTF-8";
@import url("/css/landings/common.css");


:root {
	--brand-color-1: #057DBC;
	--gray-100: #F1F1F1;
	--promo-color: #D14904;
	--whatsapp-color: #3D8704;

	--header-bg: url("../images/header-bg.jpg");
	--header-bg-mobile: url("../images/header-bg-mobile.jpg");
}

header {
	/* Serve per override script fullpage */
	/* background-color: #38414A !important; */ 
	background-image: var(--header-bg-mobile);
}

header #brandLogo {
	max-width: 142px;
	position: absolute;
	right: 1.875rem;
	top: 2.25rem;
	z-index: 1;
}

header .promo-img {
	max-width: 60%;
}

.acinque {
	margin-bottom: 95px;
}

.acinque h3 {
	font-weight: 300;
	margin: 0 0 10px 0;
}

.acinque h3.text-brand-color {
	margin: 0 0 70px 0;
}

.acinque img, 
.item-list .swiper img {
	margin-bottom: 25px;
}

.acinque h5 {
	color: var(--brand-color-1);
	font-weight: 700;
	margin-bottom: 10px;
}

.acinque p {
	font-size: 1rem;
	line-height: 1.45;
	margin: 0;
}

.btn-outline-primary, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled):focus, 
.btn-outline-primary:not(:disabled):not(.disabled):hover {
	--bs-btn-bg: transparent;
	--bs-btn-active-bg: var(--brand-color-1);
	--bs-btn-hover-bg: var(--brand-color-1);
	--bs-border-width: 2px;
	--bs-btn-border-color: var(--brand-color-1);
	--bs-btn-active-border-color: var(--brand-color-1);
	--bs-btn-hover-border-color: var(--brand-color-1);
	--bs-btn-color: var(--brand-color-1);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-border-radius: 50rem;
}

.btn-secondary, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.btn-secondary:not(:disabled):not(.disabled):focus, 
.btn-secondary:not(:disabled):not(.disabled):hover {
	--bs-btn-bg: var(--brand-color-2);
	--bs-btn-active-bg: var(--brand-color-2);
	--bs-btn-hover-bg: var(--brand-color-2);
	--bs-btn-border-color: var(--brand-color-2);
	--bs-btn-active-border-color: var(--brand-color-2);
	--bs-btn-hover-border-color: var(--brand-color-2);
	--bs-btn-color: var(--bs-white);
	--bs-btn-active-color: var(--bs-white);
	--bs-btn-hover-color: var(--bs-white);
}

.btn-secondary:hover {
	filter: brightness(110%);
}

.buono {
	margin-bottom: 0;
	padding-bottom: 0;
}

.buono::before {
	height: 400px;
}

.buono .bonus-cards {
	/* box-shadow: 0 4px 4px 0 var(--bs-white); */
	border-radius: var(--border-radius-sm);
	width: 202px;
}

.buono .d-flex {
	display: flex !important;
}

/* .buono .text {
	padding-bottom: 0;
	padding-top: 1rem;
} */

.countdown-wrapper {
	background-color: var(--promo-color);
	background-position: 50% 92%;
	padding: 1rem;
}

.countdown-wrapper div {
	margin: 0;
}

.feedback::after {
	border-radius: 0px var(--border-radius-xl) 0px var(--border-radius-xl);
}

.feedback .swiper-pagination .swiper-pagination-bullet, 
.vantaggi .component-slider .swiper-pagination-bullet {
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-width: 12px;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: var(--white);
	border: 1px solid var(--white);
	margin: 0 8px;
}

.item-list .swiper img {
	height: 88px;
}

.item-list .swiper-pagination .swiper-pagination-bullet {
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-width: 12px;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: var(--white);
	border: 1px solid var(--brand-color-3);
	margin: 0 8px;
}

.item-list .swiper-pagination .swiper-pagination-bullet-active {
	--swiper-pagination-color: var(--brand-color-3);
}

.loader-icon-inline {
	height: 1em;
}

.offerta {
	margin-bottom: 40px;
}

.offerta .h1 span.coloured {
	color: var(--brand-green);
	font-weight: 700;
}

.offerta .item img {
	height: 86px;
}

.offerta .item .accordion-item .accordion-body ul li span {
	/* position: absolute;
	right: 0; */
	margin: 0;
	text-align: right;
	/* font-weight: 600; */
}

.offerta .item .footer {
	padding: 25px 0;
}

.offerta .item .footer p {
	margin-top: 25px;;
}

.offerta .item .footer .btn-attivaora, 
.offerta .item .footer .btn-outline-primary {
	margin: 0 auto;
	max-width: 90%;
}

.prizes .items-wrapper .item {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid var(--brand-color-1);
	border-radius: var(--border-radius-sm);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
	display: flex;
	flex-direction: column;
	margin: 10px auto;
	padding: 0.6875rem 1.5rem 1.875rem;
	position: relative;
}

.prizes .items-wrapper .item p {
	color: var(--body-text);
	font-size: var(--font-size-lg);
	line-height: 1.25em;
}

.prizes .items-wrapper .item ul {
	font-size: var(--h5-font-size);
	flex-grow: 1;
	line-height: 1.25em;
}

.prizes .items-wrapper .item ul li {
    margin-bottom: .8rem;
}

.prizes .items-wrapper .item .btn {
	width: 12em;
}

.prizes .items-wrapper .item .title {
	color: var(--brand-color-1);
	font-size: var(--h2-font-size);
	font-weight: 700;
	line-height: 1.25em;
	margin: 8px 0;
}

.prizes .items-wrapper .item .prize-card img {
	border-radius: 20px;
	max-height: 150px;
	overflow: hidden;
}

.prizes .items-wrapper .item .prize-card img.prize-card-img-shadow {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.prizes .items-wrapper .item .promo-info-banner {
	background-color: var(--promo-color);
	color: var(--white);
	font-size: var(--h5-font-size);
	font-weight: 700;
	letter-spacing: .02rem;
	line-height: 1em;
	padding: .3rem;
	position: absolute;
	right: -1px;
	top: 2.375rem;
}

.prizes .prizes-slider {
	padding-bottom: 3rem;
	position: relative;
}

.prizes .prizes-slider .swiper-pagination .swiper-pagination-bullet {
	--swiper-pagination-bullet-height: 1rem;
	--swiper-pagination-bullet-width: 1rem;
	--swiper-pagination-bullet-inactive-color: var(--gray-100);
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: var(--white);
	border: 1px solid var(--gray-100);
	margin: 0 .25rem;
}

.prizes .prizes-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid var(--brand-color-1);
}

.prizes .prizes-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
	line-height: 1em;
}

.text-promo-color {
	color: var(--promo-color);
}

.vantaggi .component-slider .swiper-pagination {
	z-index: 1;
}

.vantaggi.rounded-box .items-wrapper .item {
	padding: 100px 15px 15px;
}

.vantaggi.rounded-box .items-wrapper .item.pro-1,
.vantaggi.rounded-box .items-wrapper .item.pro-2,
.vantaggi.rounded-box .items-wrapper .item.pro-3 {
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 64px;
}

/* .vantaggi.rounded-box .items-wrapper .item.pro-1 {
	background-position: center 20px;
	background-size: 94px;
} */

.vantaggi.rounded-box .items-wrapper .item.pro-1 {
	background-image: url("../images/icon-pro-1.svg");
}

.vantaggi.rounded-box .items-wrapper .item.pro-2 {
	background-image: url("../images/icon-pro-2.svg");
}

.vantaggi.rounded-box .items-wrapper .item.pro-3 {
	background-image: url("../images/icon-pro-3.svg");
}

#box-competitor {
	color: var(--brand-color-1);
	margin-bottom: 3rem;
}

#box-competitor .highlight {
	color: var(--brand-green);
}

#box-competitor .swiper {
	margin: 2rem 0;
	padding-bottom: 3rem;
}

#box-competitor .swiper .swiper-pagination {
	bottom: 0;
}

#box-competitor .swiper .swiper-pagination-bullet {
	--swiper-pagination-bullet-height: 12px;
	--swiper-pagination-bullet-width: 12px;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: var(--white);
	border: 1px solid var(--brand-color-1);
	margin: 0 8px;
}

#box-competitor .swiper .swiper-pagination-bullet-active {
	--swiper-pagination-color: var(--brand-color-1);
}

#callMeBackFormBox p {
	font-size: 1.25rem;
	line-height: 1.3em;
}

@media (min-width: 576px) {
	header {
		background-image: var(--header-bg);
	}	
}

@media (min-width: 768px) {
	header .promo-img {
		max-width: 100%;
	}	

	.acinque {
		text-align: center;
	}

	.btn-attivaora, 
	.offerta .item .footer .btn-outline-primary {
		font-size: 1.25rem;
		height: 54px;
		padding: 10px 30px;
	}

	.buono::before {
		height: 300px;
	}

	.buono .bonus-cards {
		width: 230px;
	}

	/* .buono .text {
		padding-bottom: 4rem;
		padding-top: 0;
	} */

	/* .countdown-wrapper {
		padding: 0;
	} */

	.prizes .items-wrapper .item {
		padding: 5.3rem 2.125rem 2.875rem;
	}

	.prizes .items-wrapper .item .prize-card img {
		height: 280px;
		max-height: none;
	}

	.w-md-50 {
		width: 50% !important;
	}
}

@media (min-width: 992px) {
	:root {
		--font-size-lg: 1.875rem;
	}

	header #brandLogo {
		max-width: 220px;
	}	

	.feedback::after {
		border-radius: var(--border-radius-xl) 0px 0px var(--border-radius-xl);
	}

	.feedback .items-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.feedback .text {
		padding: 100px 0;
	}

	.offerta .item {
		box-shadow: none;
	}

	.offerta .item .footer .btn-attivaora, 
	.offerta .item .footer .btn-outline-primary {
		max-width: 70%;
	}

	.prizes .items-wrapper .item {
		align-items: normal;
		padding: 3rem 2.5rem;
	}

	.prizes .items-wrapper .item .promo-info-banner {
		padding: .5rem 1rem;
	}

	.prizes .prizes-slider .swiper-pagination .swiper-pagination-bullet {
		--swiper-pagination-bullet-height: 1.5rem;
		--swiper-pagination-bullet-width: 1.5rem;
		margin: 0 .5rem;
	}

	.vantaggi.rounded-box .items-wrapper .item {
		min-height: 130px;
		padding: 0 0 0 115px;
	}

	.vantaggi.rounded-box .items-wrapper .item.pro-1,
	.vantaggi.rounded-box .items-wrapper .item.pro-2,
	.vantaggi.rounded-box .items-wrapper .item.pro-3 {
		background-position: 25px center;
		background-size: 64px;
	}

	/* .vantaggi.rounded-box .items-wrapper .item.pro-1 {
		background-size: 74px;
	} */
}

@media (min-width: 1200px) {
	.offerta .item .footer .btn-attivaora, 
	.offerta .item .footer .btn-outline-primary {
		max-width: 50%;
	}

	.prizes .items-wrapper .item h5 {
		min-height: 2.5em;
	}
}

@media (min-width: 1600px) {
	header {
		background-image: var(--header-bg);
		background-position: 50% 43%;
	}	
}