@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');



/* #32c6cb */
body {
	/* background-image:url(../media/bg.png); */
	background-size:cover;
	background-attachment:fixed;
	min-height:100vh;
	overflow-x:hidden;
	font-size:18px;
	font-family: "Montserrat", Sans-serif;
}

#mobilemenu {
	display:none;
}

header .haschilds {
	position: relative;
}

header .haschilds > a:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	display:inline-block;
	margin-left:10px;
	transition:.3s;
}

header .haschilds:hover > a:after {
	transform:rotate(90deg);
}

header .haschilds:not(:hover) .submenu {
	display:none;
}

header .haschilds .submenu {
	position: absolute;
    width: 100%;
	min-width:230px;
    background: #fff;
    box-shadow: 0 7px 5px rgb(0 0 0 / 20%);
}

header .haschilds .submenu > li {
	display:block;
	padding:5px 15px;
}

header .haschilds .submenu > li:hover {
	background-color:#f8f9fa;
}

header .haschilds .submenu a {
	font-size: .8rem;
	padding:0;
}

a:hover {
	text-decoration:none;
}

.popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:red;
	z-index:1000;
}

.whastapp_chat {
	display:inline-block;
	position:fixed;
	right:30px;
	bottom:20px;
}

.whastapp_chat > a {
	--txt-width: 2px;
	--txt-color: #fafafa;
	position:relative;
	display:block;
	font-size:4rem;
	color:#25D366;
	text-shadow: calc(var(--txt-width))  calc(var(--txt-width)) 0px var(--txt-color), calc(var(--txt-width) * -1)  calc(var(--txt-width)) 0px var(--txt-color), calc(var(--txt-width))  calc(var(--txt-width) * -1) 0px var(--txt-color), calc(var(--txt-width) * -1)  calc(var(--txt-width) * -1) 0px var(--txt-color);
	filter: drop-shadow(0 0 3px rgba(0,0,0,.2));
}

.whastapp_chat > a:after {
	content: '';
    position: absolute;
    inset: 4px;
    background-color: var(--txt-color);
    z-index: -1;
    border-radius: 50%;
}

.privacy_policy {
	position:fixed;
	bottom:0;
	text-align: right;
	width:100%;
	z-index:10000;
}

.privacy_policy.active > a,
.privacy_policy:not(.active) > .inner {
	display:none;
}

.privacy_policy > a {
	display:inline-block;
	min-width: 200px;
	padding:8px 15px;
	margin-right:200px;
	font-size:14px;
	background-color:#fff;
	box-shadow:-1px 0 5px rgba(0,0,0,.4);
}

.privacy_policy > .inner {
	text-align:center;
	background-color:#fff;
	padding:5px 20px;
	border:1px solid rgba(0,0,0,.2);
}

.font {
	font-family: "Montserrat", Sans-serif;
}

.btn-ciapasu {
	color: #fff;
    background-color: #32c6cb;
    border-color: #32c6cb;
}

.btn-ciapasu.alt {
	background-color: #F7B399;
    border-color: #F7B399;
}

.btn-xl {
	padding: .7rem 2.5rem;
    font-size: 1.5rem;
    line-height: 2;
    border-radius: .3rem;
}

.btn-ciapasu:hover {
	color: #fff;
    background-color: #32c6cb;
    border-color: #32c6cb;
}

.sendcoupo {
	background-image:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* .sendcoupo[disabled] {
	background-color:#acacac!important;
	color:#646464!important;
} */

img {
	max-width:100%;
}

header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
	padding:72px 0;
	background-color: #fff;
	transition:.4s, background-color 0s;
}

header + div:first-of-type {
	padding-top:210px!important;
}

header .logo > img {
	width:200px;
	max-width:100%;
}

header .logo,
header .menu {
	display:flex;
	align-items:center;
	justify-content:center;
}

header .menu ul {
	padding:0;
	list-style:none;
	margin:0;
}

header .menu ul > li {
	display:inline-block;
}

header .menu ul > li > a {
	display:block;
	padding:10px 15px;
}

.menufix header {
	padding: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}

.menufix header .logo > img {
	max-width:200px;
}

.ciapaul {
	list-style:none;
}

.ciapaul > li {
	position:relative;
	line-height:1.5;
}

.ciapaul > li:before {
	content: "\f135";
    position: absolute;
    left: -38px;
    font-family: "Font Awesome 5 Free";
    color: #f7b399;
    font-weight: bold;
}

.str1 {
	background-color:#32c6cb;
}

.str1 h2 {
	color:#fff;
	text-align:center;
	margin:0;
	width: 100%;
}

.str2 .therow {
	align-items:center;
}

.str2 h2,
.str3 h2 {
	font-size:39px;
	color:#32c6cb;
	margin-bottom:20px;
}

.str2 p {
	line-height:30px;
}


.imgbox,
.str3 img {
	box-shadow: 15px 25px 45px -22px rgb(0 0 0 / 50%);
}

.str3 h2 {
	font-weight:bold;
	font-size:42px;
}

.str3 .slide ul {
	display:flex;
}

.str3 .slide img {
	width : 100%;
	height: auto;
	border:3px dotted #32c6cb;
}

.str3 .boxdiscount {
	background-color:#32c6cb;
	padding: 20px;
}

.str3 .boxdiscount span {
	font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
	/* padding: 30px 0; */
    font-weight: 400;
    display: block;
}

.str3 .boxdiscount form {
	
}

.str3 .boxdiscount .email {
	display:block;
	width:100%;
	outline:none;
	margin-bottom:10px;
}

/* .str3 .boxdiscount button {
	display:block;
	width:100%;
	text-align:center;
	font-size:14px;
	border:none;
	background-color:#32c6cb;
	color:#727272;
	text-transform:uppercase;
	font-weight:bold;
	outline:none;
	transition:.4s;
}

.str3 .boxdiscount button:hover {
	color:#fff;
} */

.str4 p {
	color: #2A2A2A;
    font-family: "Montserrat", Sans-serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.3em;
}

.str4 h2 {
	color: #32C6CB;
	font-size:48px;
	font-weight:bold;
	text-transform:uppercase;
}

.str40 .wrap {
	position:relative;
	width:100%;
	padding-top:56.25%;
	height:0;
	overflow:hidden;
}

.str40 .wrap > iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
    height: 100%;
}

.str5 {
	border-top:1px solid #32C6CB;
}

.str5 .therow div {
	text-align:center;
}

.str5 .therow .icon {
	font-size:50px;
	margin-bottom:15px;
}

.str5 h3 {
	font-size: 38px;
    font-weight: 600;
	padding-bottom:20px;
}

.str5 .therow > .nor h4,
.str5 .therow > .alt h4 {
	font-size:2rem;
}

.str5 .therow > .nor .icon,
.str5 .therow > .nor h4,
.str40 h3 {
	color:#32c6cb;
}

.str5 .therow > .alt .icon,
.str5 .therow > .alt h4 {
	color:#f7b399;
}

.slide,
.stlide,
.sgplide {
	position: relative;
}

.stlide li {
	padding:5px;
}

.stlide .slbg {
	width: 100%;
    height: 0;
    padding-top: 56.25%;
	background-size:cover;
	background-position:top;
}


.str6 h3 {
	color:#f7b399;
	margin-bottom:20px;
}

.str7 .box {
	border:2px solid #dadada;
	padding:5px;
	min-height:190px;
}

.str7 h3 {
	color:#32c6cb;
}

.str8,
.str10 {
	border-bottom:4px solid #32c6cb;
}


.str9 {
	background-color:#F7B39947;
}

.str9 .box {
	text-align:center;
}

.str11 h2 {
	color: #f7b399;
    font-size: 43px;
    font-weight: 600;
	margin-bottom:20px;
}

.str11 p {
	font-size:20px;
	line-height:34px;
	margin-bottom:30px;
}

.str11 .ciapaul.alt > li {
	line-height:1.6;
}

.str11 .ciapaul.alt > li:nth-of-type(1):before {
	content: "\f0e8";
}

.str11 .ciapaul.alt > li:nth-of-type(2):before {
	content: "\f095";
}

.str11 .ciapaul.alt > li:nth-of-type(3):before {
	content: "\f290";
}

.str11 .alt h2 {
	color:#32C6CB;
}

.str11 .alt .ciapaul.alt > li:before {
	color:#32c6cb;
}

.str11 .alt .ciapaul.alt > li:nth-of-type(1):before {
	content: "\f5b8";
}

.str11 .alt .ciapaul.alt > li:nth-of-type(2):before {
	content: "\f12e";
}

.str11 .alt .ciapaul.alt > li:nth-of-type(3):before {
	content: "\f290";
}

.str11 .alt .ciapaul.alt > li:nth-of-type(4):before {
	content: "\f00c";
}

.str12 {
	border-top:4px solid #32C6CB;
	border-bottom:4px solid #32C6CB;
	background-color:rgba(50,198,203,.5);
}

.str12 h2 {
	font-size:59px;
	color:#fff;
	text-align:center;
}

.str12 h3 {
    color: #00979c;
    font-size: 29px;
    font-weight: 600;
	text-align:center;
}

.str12 .stlide ul,
.sgplide ul {
	display:flex;
}

.sgplide li {
	padding:0 5px;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.str13 h2 {
	color: #32c6cb;
    font-size: 36px;
    font-weight: 600;
}

.str13 p {
	font-size:20px;
}

.str13 img {
	box-shadow: 15px 25px 45px -22px rgb(0 0 0 / 50%);
}

.str14 .panel {
	color:#000;
	font-weight:bold;
	font-size:20px;
	transition:.4s;
}

.str14 .panel.on {
	color:#32c6cb;
}

.str14 .panel:before {
	content:"\f0da";
	display:inline-block;
	margin-right:10px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	transition:.4s;
}

.str14 .panel.on:before {
	color:#32c6cb;
	transform:rotate(90deg);
}

.str14 .therow > div > div {
	padding:5px 0;
	
}

.str14 div {
	font-size:20px;
	color:#A7A7A7;
}

.str14 div span {
	display: block;
    min-height: 150px;
}

.str14 .therow > div > div {
	border-bottom:10px solid #f7b399;
}

.str14 .therow .alt > div {
	border-bottom:10px solid #D3D3D3;
}

@media (min-width:992px){
	.btnmobile {
		display:none;
	}
}

@media (max-width:991px){

	header.header {
		padding:22px 0;
	}

	header .menu a {
		padding-right:30px;
		white-space:nowrap;
	}

	header .haschilds:not(.active) > .submenu {
		display:none!important;
	}

	header .haschilds.active > .submenu {
		display:block!important;
	}

	header .haschilds > .submenu {
		position: unset!important;
		box-shadow:none!important;
		padding-left:10px;
	}

	header .haschilds > .submenu a {
		font-size: 18px;
	}

	header .haschilds > a:after {
		font-size: 24px;
    	margin-left: 24px;
	}

	.menu .haschilds.active > a > span {
		border-bottom:2px solid #000;
	}

	header .haschilds:hover > a:after {
		transform: rotate(0deg);
	}

	header .haschilds.active > a:after {
		transform: rotate(90deg);
	}

	.menu {
		justify-content: flex-end!important;
	}
	
	.menu > a {
		color:#000;
	}
	
	.menu ul:not(.on) {
		left:100%;
	}
	
	.menu ul {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		transition:.4s;
		z-index: 999;
	}
	
	.menu ul > * {
		position:relative;
		display:block;
		width:100%;
		z-index:1000;
	}
	
	.menu ul > .btnmobile {
		text-align:right;
		font-size:40px;
		padding:0 20px;
	}
	
	.menu ul > li > a {
		font-size:35px;
		text-transform:capitalize;
	}

	header + div:first-of-type {
		padding-top:90px!important;
	}

	.menufix header .logo > img {
		max-width:100%!important;
	}

	.logos {
		z-index:1000;
	}
}

@media (min-width:768px){
	.whastapp_chat .desktop_mo {
		display:none!important;
	}
}

@media (max-width:767px){

	.whastapp_chat .desktop_wa {
		display:none!important;
	}

	.menu li span {
		white-space:nowrap;
	}
	
	.str1 h2 {
		font-size:24px;
	}
	
	.str2 .boxdiscount {
		padding:5px 10px;
	}
	
	.str14 .panel {
		font-size:17px;
	}
	
	.btn-xl {
		text-align:left;
		line-height:1;
	}
	
	.videoz + div {
		margin-top:20px;
	}
}

@media (max-width:500px){
	.str3 h2 br {
		display:none;
	}
	
	.str4 p {
		font-size: 22px;
	}
	
	.str4 h2 {
		font-size: 30px;
	}
	
	.str5 h3 {
		font-size: 28px;
	}
	
	.str3 h2 {
		font-size: 28px;
	}
	
	.str12 h2 {
		font-size: 34px;
	}
	
	.str12 h3 {
		font-size: 22px;
	}
	
	.str13 h2 {
		font-size: 28px;
	}
	
}

.menu a {
    color:black;
}


.menu a:hover span {
    border-bottom:2px dotted black;
}

.menu .selected span {
    border-bottom:2px solid black;
}

.serviziblock1 h2,
.serviziblock3 h2 {
	color:#32C6CB;
}

.serviziblock2 h2 {
	color:#F7B399;
}

.splide__pagination {
	bottom:-20px!important;
}

.splide__arrow {
	background:none!important;
}

.splide__arrow path {
	fill:#fff;
}

.splide__pagination__page {
	width: 6px!important;
    height: 6px!important;
	background-color:#000!important;
	transform:unset!important;
}

.splide__pagination__page:not(.is-active) {
	opacity:.2;
}

.newlog h5 {
	color:#f7b399;
	font-weight:bold;
}

.newlog h1 {
	color:#32c6cb;
	font-weight:bold;
}

.newlogbtn {
	display:flex;
	flex-wrap:wrap;
	border:1px solid #000;
	padding:5px;
}

.newlogbtn > i {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 60px;
	font-size:40px;
	transition:.4s;
}

.newlogbtn > span {
	display:inline-flex;
	width: calc(100% - 70px);
	align-items:center;
	justify-content:center;
	margin-left:10px;
	color:#7a7a7a;
}

.newlogbtn:hover > i {
	color:#F7B399;
	font-size:45px;
}

.serviziblock4 .therow .thecol:nth-of-type(1) .icon,
.serviziblock4 .therow .thecol:nth-of-type(3) .icon,
.serviziblock4 .therow .thecol:nth-of-type(1) h3,
.serviziblock4 .therow .thecol:nth-of-type(3) h3 {
	color:#32c6cb;
}

.serviziblock4 .therow .thecol:nth-of-type(2) .icon,
.serviziblock4 .therow .thecol:nth-of-type(2) h3 {
	color:#F7B399;
}

body:not(.home) .foocontainer {
	border-top:1px solid #000;
}

.footer .logofoo img {
	width:50%;
}

.videoz .videosel div {
	width:100%;
	padding-top:65%;
	height:0;
	background-size:cover;
}

.videoz .videosel {
	padding:0 5px!important;
	transition:.4s;
}

.videoz .videosel:not(.on):not(:hover) {
	opacity:.5;
	transform:scale(.95);
}

.videoz .row > .videosel:first-of-type {
	padding-left:0!important;
}

.videoz .row > .videosel:last-of-type {
	padding-right:0!important;
}

.videowrap {
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
	overflow:hidden;
}

.videowrap > iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: 100%;
}

.btn-ciapasu {
	color: #fff;
    background-color: #32c6cb;
    border-color: #32c6cb;
}

.btn-ciapasu:hover {
	color: #fff;
    background-color: #32c6cb;
    border-color: #0062cc;
}

.btn-ciapasualt {
	color: #fff;
    background-color: #1f2828;
    border-color: #1f2828;
}

.btn-ciapasualt:hover {
	color: #1f2828;
    background-color: #fff;
    border-color: #1f2828;
}


@media (max-width:767px){
    .splide__pagination {
        display:none!important;
    }
}