body {
	overflow-x: hidden;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

strong{
	font-weight: 900;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.5;
}

.section_title {
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
}


.subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	font-weight: 800;
	text-transform: uppercase;
}

.mandorla {
	color: #b1c730 !important;
}

.bg_mandorla {
	background-color: #b1c730 !important;
}

.cioccolato {
	color: #f69e00 !important;
}

.bg_cioccolato {
	background-color: #f69e00 !important;
}

.cocco {
	color: #86c4dd !important;
}

.bg_cocco {
	background-color: #86c4dd !important;
}

.btn-proteico {
	border-radius: 20px;
	padding: 0.8rem 2rem;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	color: #fff;
}

.btn-proteico:hover {
	border: solid 1px #000;
	color: #000;
}

/* navbar */

header {
	padding: 0;
	position: fixed;
	z-index: 200;
	width: 100%;
	transition: all 200ms ease-in-out;
}


header .navbar-brand img {
	width: 160px;
}


header .nav-link {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	bottom: 0;
	position: relative;
	transition: transform 750ms;
	will-change: transform;
	font-size: 0.9rem;
}

header .nav-item {
	padding: 0 1rem;
}

header .nav-link:hover {
	transform: translateY(-5px);
	color: #f69e00 !important;
}

/* sticky */

header.sticky {
	background-color: #000;
	padding: 0;
}

header.sticky .nav-link {
	color: #fff;
}

header.sticky .navbar-brand img {
	width: 120px;
	transition: width 500ms ease-in-out;
}

header.sticky .btn-proteico:hover {
	border: solid 1px #fff;
	color: #fff;
}

.top-space{
	margin-top: 100px;
}


.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	border-color: #fff;
}


.swiper-slide-caption .product_intro_title {
	font-size: 4rem;
	font-family: alternate-gothic-atf, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	bottom: 90px;
	left: calc(50% - 200px);
	position: relative;
}

.swiper-slide-active .product_intro_title[data-subtext]::before,
.swiper-slide-active .heading-1[data-subtext]::before {
	opacity: 1;
}


.big {
	font-size: 17px;
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	bottom: 60px;
	left: calc(50% - 200px);
	position: relative;
	width: 500px;
}

.keto_slider{
	left: 80%;
	bottom: 90px;
	position: relative;
}

.btn-proteico.btn-position {
	left: calc(50% - 200px);
	bottom: 80px;
	position: relative;
	background-color: #fff;
	border: solid 1px #fff;
}

.btn-proteico.btn-position:hover {
	background-color: transparent;
	border: solid 1px #fff;
	color: #fff !important;
}


.benefici .title{
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
}


.caratteristiche {
	background-image: url('/images/benefits_background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.caratteristiche .card_caratt{
	padding: 1rem;
	border: solid 1px #fff;
	background-color: transparent;
	border-top-left-radius:70px;
	border-bottom-right-radius:70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caratteristiche .card-title{
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.5rem;
}


.caratteristiche .card_caratt div{
	margin-left: 1rem;
}

.caratteristiche .card_caratt p{
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.3;
	
}


.prodotti {
	background-image: url('/images/prodotti_background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}


.blog .card{
	border: none;
	padding: 1rem;
	width: 100%;
}

.blog .card-title{
	font-size: 1.3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 1350px) {
	.keto_slider{
		bottom: -380px;
		left: 70%;
	}
}


@media (min-width: 768px) {
	.box-counter-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
	}

	.box-counter-main .small {
		font-size: 36px;
	}

	*+.box-counter-main {
		margin-top: 30px;
	}

	*+.box-counter-divider {
		margin-top: 15px;
	}

	*+.box-counter-title {
		margin-top: 18px;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background: #ffffff;
}

.box-round-wrap {
	position: relative;
	max-width: 45vw;
}

@media (min-width: 992px) {
	.box-round-wrap {
		left: 12vw;
		top: -38px;
	}
}


.box-custom-2 {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.box-custom-2 img {
	display: block;
	max-width: 79.5%;
	margin-left: 0;
	filter: drop-shadow(20px 20px 15px rgba(0, 0, 0, 0.15));
}

@media (min-width: 1200px) {
	.box-custom-2 img {
		margin: 0 auto;
		filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.15));
	}
}

@media (max-width: 767.98px) {
	.box-custom-2 {
		max-width: 350px;
	}

	.space {
		margin-top: 4rem;
	}
}

.box-custom-2-smal {
	position: absolute;
	top: 27%;
	right: 0;
	color: #000000;
	text-align: left;
	border: 3px solid #D6D6D6;
	line-height: 1;
	padding: 9px 28px 7px 17px;
	background-color: #F9F9F9;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.box-custom-2-smal {
		right: 10%;
	}
}


@media (max-width: 991.98px) {

	header .navbar{
		background-color: #000;
	}


	header .darkActive {
		height: 100vh;
		transition: all 100ms ease-in-out;
		text-align: center;
		background-color: #000;
	}

	header .darkActive .container-fluid {
		position: absolute;
		top: 10px;
	}

	/* not display when i collapse menu for close it */
	.menu:not(.darkActive) .collapsing>.navbar-nav {
		opacity: 0;
	}

	header .navbar-nav {
		margin-top: 3rem;
	}

	header .nav-item {
		padding: 0.5rem 0;
	}

	header .nav-link {
		font-size: 1.5rem;
		color: #fff;
	}

	header .btn-proteico {
		margin-top: 2rem;
		font-size: 1.4rem;
		letter-spacing: 0.4rem;
		padding: 1rem 0;
		border-radius: 30px;
		width: 335px;
	}

	header .btn-proteico:hover {
		border: solid 1px #fff;
		color: #fff;
	}

	.social .title {
		font-size: 1.3rem !important;
	}

	.social a {
		font-size: 1.1rem !important;
	}

	.box-round-wrap {
        max-width: 78vw;
        bottom: -12px;
    }

	.keto_slider {
        bottom: 125px;
        left: 2%;
        width: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.box-custom-2-smal {
		right: auto;
		left: 50%;
	}

	
	.section_title {
		font-size: 2.2rem;
	}
}

@media (max-width: 767.98px) {

	header .navbar-brand img {
        width: 110px;
    }

	header .nav-link {
		font-size: 1.2rem;
		color: #fff;
	}

	header .nav-item {
		padding: 0.2rem 0;
	}

	header .btn-proteico {
		width: 60%;
		text-align: center;
	}

	.box-round-wrap {
        max-width: 100vw !important;
        bottom: -17px !important;
    }

	.swiper-bg-text {
		font-size: 55px !important;
		left: 10px !important;
	}

	.swiper-pagination {
		left: 3% !important;
	}

	.swiper-slider .big {
		font-size: 15px !important;
	}

	.section_title {
		font-size: 1.8rem;
	}

	.benefici .title {
		font-size: 1.8rem;
	}

	.subtitle {
		font-size: 1.2rem;
	}

	.btn-proteico {
		line-height: 1.2;
	}

	.product-image {
        height: 221px !important;
    }

	.product-image img {
		max-width: 65%;
		position: absolute;
		bottom: 10px;
		right: 50%;
		transform: translateX(50%);
	}

	.product-text {
		display: none;
	}

	.product {
		border-radius: 10px 10px 70px 70px !important;
	}

	.keto_slider {
        bottom: -58px;
        left: 70%;
        width: 102px;
    }

	.caratteristiche .card_caratt img{
		width: 100px;
	}
}


img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}



/*
* Product
*/
.product {
	position: relative;
	width: 335px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
	border-radius: 10px 100px 70px 70px;
	padding: 30px 10px 40px 20px;
}



@media (min-width: 576px) {
	.product {
		padding: 48px 10px 48px 36px;
	}
}

.product .button {
	margin-top: 20px;
}

.product .product-title {
	font-family: alternate-gothic-atf, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
	font-size: 1.5rem;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.1;
}

.product .product-title .biggest {
	font-size: 2rem;
}

.product .link-border {
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;
}

.product-price {
	display: inline-block;
	color: #000000;
}

.product ul {
	padding-left: 0;
}

.product li {
	list-style: none;
	font-size: 1.1rem;
	font-weight: 800;
}

.product-price-header {
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
}

.product-price-currency {
	font-size: 30px;
	font-weight: 300;
	padding-top: 6px;
	padding-right: 4px;
}

.product-price-value {
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
}

.product-price-footer {
	font-size: 1.5rem;
	font-weight: 300;
}

.product-text {
	margin-top: 5px;
	font-size: 0.95rem;
	line-height: 1.4;
}

.product-image {
	position: relative;
	height: 340px;
}

.product-image img {
	position: absolute;
	bottom: 10px;
}


/* servizi */

.servizi {
	border-top: solid 1px #00000051;
}

.servizi .service-title {
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}

.servizi p {
	font-size: 0.9rem;
	line-height: 1.1;
	color: #303030;
}

.servizi .icon {
	font-size: 2.5rem;
	transform: rotateY(180deg);
	line-height: 1;
}


.social {
	background-color: #000;
}

.social .title {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: 2rem;
}

.social a {
	font-size: 1.2rem;
	font-weight: 800;
}


.mail {
	font-weight: 800;
	color: #000;
	font-size: 1.2rem;
}

.fa-facebook,
.fa-instagram,
.fa-youtube-play,
.fa-whatsapp  {
	font-size: 1.5rem;
}


/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}


@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}

	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}

	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}



/*
* Animate.css
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}


/*
*
* Swiper
*/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

@media (min-width: 1200px) {
	.swiper-container {
		min-height: 850px;
	}
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #71B85F;
}

@media (min-width: 768px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f060";
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.swiper-pagination {
	position: absolute;
	display: flex;
	align-items: flex-end;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	counter-reset: span;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	left: 13%;
	transform: translateX(-13%)
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	padding-right: 31px;
	padding-bottom: 11px;
	margin-right: 11px;
	transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet:hover {
	color: #ffffff;
}

.swiper-pagination .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet::before {
	content: counter(span, decimal-leading-zero);
	counter-increment: span;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-bottom: 2px solid #ffffff;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}

.swiper-container-vertical>.swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}


.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-slider-1 {
	min-height: 40.10417vw;
}

.swiper-svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-bg-text {
	position: absolute;
	bottom: 0;
	left: 30px;
	color: rgba(255, 255, 255, 0.2);
	font-weight: 700;
	font-size: 180px;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 991.98px) {
	.swiper-custom-row {
		flex-direction: column-reverse;
	}



}

.swiper-decorative {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.swiper-decorative-circle {
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 50%;
	box-shadow: -60px 20px 40px rgba(0, 0, 0, 0.07);
}

@media (max-width: 991.98px) {
	.swiper-decorative-circle {
		top: 12% !important;
		left: 50% !important;
	}

	
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.keto_slider{
		width: 180px;
		left: 80%;
	}

	header .nav-item {
		padding: 0 0.5rem;
	}

	.swiper-container {
		height: 800px;
	}

	.swiper-slide-caption .product_intro_title{
		font-size: 3rem;
		left: calc(50% - 190px);
		transform: translateY(-55px) translateX(0px) !important;
	}

	.big {
		font-size: 16px;
		line-height: 1.5;
		width: 440px;
		left: calc(50% - 190px);
		transform: translateY(-35px) translateX(0px) !important;
	}

	.btn-proteico.btn-position {
		left: calc(50% - 190px);
		transform: translateY(-35px) translateX(0px) !important;
	}

	.swiper-pagination {
		left: 5%;
		transform: none;
	}

	.swiper-bg-text {
		font-size: 108px;
	}


	.caratteristiche .card_caratt {
		flex-direction: column;
		text-align: center;
	}

	.caratteristiche .card_caratt img {
		margin-bottom: 0.5rem
	}
}

@media (max-width: 991.98px) {

	.swiper-container{
		position: relative;
		margin-top:100px;
		height: 900px;
	}

	.swiper-slide-caption .product_intro_title {
		font-size: 3rem;
		font-family: alternate-gothic-atf, sans-serif;
		font-weight: 600;
		font-style: normal;
		text-transform: uppercase;
		color: #fff;
		line-height: 1;
		transform: translateY(-10px) translateX(0px) !important;
		left: 0;
		position: relative;
	}

	.big {
		font-size: 17px;
		line-height: 1.3;
		font-weight: 500;
		color: #fff;
		transform: translateY(0px) translateX(0px) !important;
		left: 0;
		position: relative;
		width: 100%;
	}

	.btn-proteico.btn-position {
		transform: translateY(0px) translateX(0px) !important;
		left: 0;
	}

	.swiper-pagination {
		position: absolute;
		display: flex;
		align-items: flex-end;
		transition: .3s;
		transform: translate3d(0, 0, 0);
		z-index: 10;
		counter-reset: span;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		left: 2%;
		bottom: 2%;
		transform: 0;
	}

	

	.swiper-bg-text {
		font-size: 120px;
	}
}

@keyframes animate-dot-1 {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: scale(1.1) translate(-10px, -10px);
	}

	40% {
		transform: scale(0.9) translate(-10px, -10px);
	}

	60% {
		transform: scale(1.1) translate(-10px, 10px);
	}

	80% {
		transform: scale(0.9) translate(10px, -10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

@keyframes animate-dot-2 {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: scale(0.9) translate(10px, 10px);
	}

	40% {
		transform: scale(1.1) translate(-10px, -10px);
	}

	60% {
		transform: scale(0.9) translate(10px, -10px);
	}

	80% {
		transform: scale(1.1) translate(-10px, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}


/* ARTICOLO BLOG */


header.other {
	background-color: #000;
	padding: 0;
	position: static;
}

header.other.sticky {
	background-color: #000;
	padding: 0;
	position: fixed !important;
}

header.other .nav-link {
	color: #fff;
}

header.other .navbar-brand img {
	width: 120px;
	transition: width 500ms ease-in-out;
}

header.other .btn-proteico:hover {
	border: solid 1px #fff;
	color: #fff;
}

.article .title{
	font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
	margin-bottom: 0.2rem;
}

.article .subtitle{
	color: #000;
	font-size: 1.5rem;
    letter-spacing: 0.2rem;
    font-weight: 800;
    text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 0;
}

.article .blogsocial a div{
	color: #000;
	margin: 0 0.7rem;
}

.article .blogsocial a:first-child div{
	margin-left: 0;
}

.article .blogsocial a:hover div{
	color: #f69e00;
}

.article .paragraph_title{
	font-size: 1.6rem;
    font-weight: 800;
	line-height: 1.1;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.article ul{
	padding-left: 1rem;
}

.article h5{
	text-transform: uppercase;
	font-weight: 900;
}



@media (max-width: 767.98px) {

	.article .subtitle {
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	.article .paragraph_title{
		font-size: 1.4rem;
	}

	.article .title{
		font-size: 1.8rem;
	
	}

	.swiper-container{
		margin-top:72px;
		height: 700px
	}


	.swiper-decorative-circle {
		top: 5% !important;
		width: 414.75px !important;
		height: 355.75px !important;
	}
    .swiper-slide-caption .product_intro_title {
		font-size: 2.5rem;
		transform: translateY(19px) translateX(0px) !important;
		line-height: 0.9;
	}
	
	.btn-proteico.btn-position{
		bottom: 65px;
	}

	.big{
		transform: translateY(10px) translateX(0px) !important;
		margin-bottom: 0;
	}

	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		font-size: 20px;
	}

	.post-classic-text {
		margin-top: 50px;
	}
}
