/*-----------------------------------------------------------------------------------
	    Superpratico
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Sora';
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: #898e8e;
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #908e8e;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}
/* changed */
.navbar{
	/*width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid lightgrey; */
  	height: 5%;
  	padding: 0px 0px ;
	font-family: 'Sora';
	font-size: 0.8vw;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #908e8e;
	
}
.navbar a{
	color: #908e8e;
}
.nav-item{
	padding: 2.85%;
	display: inline-block;
}
.choice{
	border-bottom: 1px solid black;
}

/*********************************
************ PRIVATI ************
*********************************/
.top-home-img{
	height: calc(41.6vw/1.23); 
}
.top-condomini{
	background-image: url('img/top-condomini@2x.jpg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vw/2.85); 
}
.top-condomini-mobile {
    background-image: url('img_mobile/condomini-top.jpg');
    background-size: cover;
    text-align: center;
	padding-top: 20vw;
    height: calc(100vw/1.24);
    width: 100%;
}
.top-privati{
	background-image: url('img/privati_top@2x.jpg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vw/2.85); 
}
.top-privati-mobile {
    background-image: url('img_mobile/privati-top.jpg');
    background-size: cover;
    text-align: center;
	padding-top: 15vw;
    height: calc(100vw/1.24);
    width: 100%;
}
.top-professionisti{
	background-image: url('img/professionisti-top.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vw/2.85); 
}
.top-professionisti-mobile{
	background-image: url('img_mobile/professionisti-top.jpg');
	background-size: cover;
    text-align: center;
	padding-top: 20vw;
    height: calc(100vw/1.24);
    width: 100%;
}
.top-aziende{
	background-image: url('img/aziende-top.jpg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vw/2.85); 
}
.top-faqs{
	background-image: url('img/faqs-top.jpg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vw/2.85); 
}
.top-aziende-mobile{
	background-image: url('img_mobile/aziende-top.jpg');
	background-size: cover;
    text-align: center;
	padding-top: 15vw;
    height: calc(100vw/1.24);
    width: 100%;
}
.top-contatti{
	background-image: url('img/contatti-top.jpg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: calc(100vw/2.85); 
}
.top-contatti-mobile{
	background-image: url('img_mobile/contatti-top.jpg');
	background-size: cover;
    text-align: center;
	padding-top: 25vw;
    height: calc(100vw/1.24);
    width: 100%;
}
.bottom-privati-back{
	padding-bottom: 5%;
	background-image: url('img/bottom-privati.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	
}
.bottom-professionisti-back{
	padding-bottom: 5%;
	background-image: url('img/bottom-professionisti.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-condomini-back{
	padding-bottom: 5%;
	background-image: url('img/bottom-condomini.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-aziende-back{
	padding-bottom: 5%;
	background-image: url('img/bottom-aziende.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-faqs-back{
	padding-bottom: 5%;
	background-image: url('img/bottom-faqs.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.font-title{
	font-family: 'Sora';
	font-size: 2vw;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
}
.font-title-mobile{
	font-family: 'Sora';
    font-size: 8vw;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
}
.font-subtitle-privati{
	font-family: 'Sora';
	font-size: 1.5vw;
	font-weight: 800 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
}
.font-subtitle-mobile{
	font-family: 'Sora';
    font-size: 5vw;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
}
.font-card-text{
	font-family: 'Sora';
	font-size: 1vw;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: rgba(0, 0, 0, 0.87);
}

.font-privati-cash-desc{
	font-family: 'Work sans';
	font-size: 1vw !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-square-professionisti{
	font-size: 2.25rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	text-align: center;
	color: #605fdb;
}
.text-logo-bottom{
	font-family: 'Sora';
	font-size: 1.4vw;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #000000;
}
.btn-superpratico {
	border-radius: 10px;
	background-color: #83d9dd;
	padding: 0.938rem 2.5rem;
	font-size: 1vw;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.btn-superpratico:hover{
	background-color: #37c2c8;
	color: #FFFFFF;
	cursor: pointer;
}
.btn-superpratico-viola{
	padding: 0.938rem 2.5rem;
  	border-radius: 10px;
  	background-color: #222266;
	font-size: 1vw;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.1px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.btn-superpratico-viola:hover{
	background-color: #14143d;
	color: #FFFFFF;
	cursor: pointer;
}
.btn-faqs {
    border-radius: 15px;
	text-align: start;
    background-color: #efeffa;
    padding: 2%;
}
.icona-download{
	float: right !important;
	width: 1vw;
}
.logo-footer{
	width: 4vw;
}
.figureprofessionisti{
	background-color: #dff5f6;
	text-align: start;
	border-radius: 10px;
	padding: 3%;
}
.figureprofessionisti a{

	text-decoration: none;
}
@media (max-width: 767px)
{
	.font-card-text{
		font-size: 2.5vw;
	}
	.font-title{
		font-size: 6vw;
	}
	.font-privati-cash-desc{
		font-size: 2.5vw !important;
	}
	.text-logo-bottom{
		font-size: 3.5vw;
	}
	.btn-superpratico-viola,
	.btn-superpratico,
	.navbar{
		font-size: 3vw;
	}
	.icona-download{
		width: 3vw;
	}
	.logo-footer{
		width: 6vw;
	}
	.top-home-mobile{
		background-image: url('img_mobile/home-top.jpg');
		height: calc(100vw/1.24);
	}
	.home-titolo-mobile{
		font-size: 2rem;
	}
	.home-sottotitolo-mobile{
		font-size: 1.5rem;
		color: #908e8e;
	}
}
@media (max-width: 576px)
{
	.top-home-mobile{
		height: calc(100vw/1.24);
	}
	.home-titolo-mobile{
		font-size: 1rem;
	}
	.home-sottotitolo-mobile{
		font-size: 0.75rem;
		color: #908e8e;
	}
}
/* = Custom Styling and color
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Sora";
}
.container{
	max-width:1140px;
}
.wid-22{
	width: 22%;
}
.wid-24{
	width: 24%;
}
.padd-basic-2{
	padding: 0 7.7%;
}
.padd-basic-4{
	padding: 0 0 0 7.7%;
}
.contain{
	object-fit: contain;
}
.color3-prof-azz{
	background-color:#f2fcff;
}
.color3-prof-vio{
	background-color:#f2f4ff;
}
.color-908e8e{
	color: #908e8e;
}
.color-615fdb{
	color: #615fdb;
}
.color-77f9ff{
	color: #83d9dd;
}
.bg-color-azzurro{
	background-color:#dff5f6;;
}
.bg-color-viola{
	background-color:#dedef8;;
}
.color-2e2e2e{
	color:#2e2e2e;
}
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
.card-condo{
	background-color: #efeffa;
}
/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Input e controlli
-------------------------------------------------------------- */
.input-group-home{
	border-radius: 10px;
	background-color: white;
	font-size: 0.75rem;
}
.input-mail-home{
	border-radius: 10px;
	width: 100%;
	border-width: 0 !important;
	color: #908e8e;
}
.form-control-home{
	width: 76%;
	font-family: 'Work Sans';
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #aeaeae;
	border: none;
}

.input-group-home-mobile{
	border-radius: 5px;
	background-color: white;
}
.form-control-home-mobile{
	font-family: 'Work Sans';
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #aeaeae;
	border: none;
	width: 100%;
}

/* = Font and Text
-------------------------------------------------------------- */
.font-countdown{
	font-family: 'Sora';
	font-size: 60px;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
	color: #3a3335;
}

.font-bottom{
	font-size: 2.875rem !important;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.25px;
	color: #FFFFFF;
	text-align: center;
}
.font-subtitle{
	font-size: 2.25rem !important;
	font-weight: 800 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.89;
	letter-spacing: normal;
	text-align: center;
	color: #2e2e2e;
}
.font-p-bottom {
	font-family: 'Work Sans';
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.1px;
	text-align: center;
	color: #FFFFFF;
}
.font-sopratitolo{
	margin-bottom: 0.625rem;
	font-family: 'Sora';
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-desc{
	margin: 2.188rem auto 2.81rem auto;
	font-family: 'Work Sans';
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.15px;
	color: #000000;
}

.text-footer{
	font-family: 'Work Sans';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: -0.15px;
	color: #000000;
}

.font-rect-aziende{
	font-family: 'Sora';
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.font-oval-aziende{
	font-size: 2.25rem;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: -0.19px;
	text-align: center;
	color: #605fdb;

	width: 80px;
	height: 80px;
	border: solid 5px #77f9ff;
	border-radius: 100%;
	margin: auto;
	padding: 2% 0;
}

.font-nota{
	font-family: 'Work Sans';
	font-size: 1.188rem !important;
	font-weight: 600 !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.68 !important;
	letter-spacing: normal !important;
	text-align: center;
	color: #2e2e2e;
}


.font-titleto3-prof{
	font-family: 'Sora';
	font-size: 2.25rem !important;
	font-weight: 800 !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-form-work{
	font-family: 'Work Sans';
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.1px;
	color: #aeaeae;
	border: none;
}
.font-title-contatti{
	font-family: 'Sora';
	font-size: 27px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-form-contatti{
	height: 50px;
	border-radius: 13px;
	background-color: #f5f5f5;
	padding: 0.875rem 1.4rem;
	font-family: 'Work sans';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: -0.09px;
	color: #b1b1b1;
}
.font-contatti{
	font-family: 'Work Sans';
	font-size: 1.125rem;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: -0.15px;
	color: #000000;
}
.font-cash-title{
	font-family: 'Sora';
	font-size: 46px;
	font-weight: bold !important;
	font-stretch: normal !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	letter-spacing: -0.25px;
}
.font-privati-cash-subtitle{
	font-family: 'Sora';
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
	color: #2e2e2e;
}

/* = Placeholder and Position
-------------------------------------------------------------- */

/* ---------- TOP -------------- */
.top-home{
	padding-bottom: 5%;
}
.placeholder-top{
	width: 40.313rem;
	height: 32.75rem;
	background-color: #83d9dd;
	border-radius:  0px 0px 0px 40%;
}
.top-countdown{
	background-image: url('img/LOGO SUPERPRATICO-DEF.png');
	height: 220px;
	width: 100%;
	margin-top: 5%;
  	object-fit: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/* ---------- BOTTOM -------------- */
.bottom-home{
	padding-bottom: 5%;
	background-image: url('img/bottom-home.jpg');
	padding: 7.5rem 17.438rem;
	object-fit: contain;
	background-repeat: no-repeat;
}
.bottom-home-back{
	padding-bottom: 5%;
	background-image: url('img/bottom-home.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-privati{
	padding-bottom: 5%;
	background-image: url('img/bottom-privati.jpg');
	padding: 7.5rem 17.438rem;
	object-fit: contain;
	background-repeat: no-repeat;
}

.bottom-professionisti{
	padding-bottom: 5%;
	background-image: url('img/bottom-professionisti.jpg');
	padding: 7.5rem 12rem;
	object-fit: contain;
	background-repeat: no-repeat;
}
/* ---------- FOOTER -------------- */
.footer{
	padding: 50px 0 0;
	background-color: #f9f9f9;
} 
.footer a{
	color: black;
} 
.footer-blue{
	width: 100%;
	height: 32px;
	margin: 24px 0 0;
  	padding: 0 387px 0 388px;
  	background-color: #83d9dd;

	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.foot-3-4{
	margin-left:22px;  
	width:236px;
}
.foot-2{
	margin-left:65px; 
	width:365px;
}
.foot-1{
	margin-left:127px;  
	width:216px;
}
.foot-3-4-count{
	width:25%;
}
.foot-2-count{
	width:30%;
}
.foot-1-count{
	margin-left:17%;  
	width:20%;
}
/* ---------- Placeholder -------------- */
.placeholder-ico{
	font-weight: bold;
	color: #2e2e2e;
}
.ico{
	width: 68px;
	height: 85px;
	object-fit: contain;
}
.rect-aziende{
	border-radius: 10px; 
	background-color:#dff5f6; 
 	padding: 3% 1%;
}
.rect-professionisti{
	border-radius: 10px; 
	background-color:#dff5f6; 
	width: 18%; 
	padding-top:1.3rem; 
	padding-bottom:1.3rem;
}
.rect-violet-aziende{
	border-radius: 25px; 
	background-color: #dff5f6; 
	width:23%; 
	padding:2%;
}
.rect-privati-condomini{
	border-radius: 25px; 
	background-color: #efeffa; 
	width:23%; 
	padding:2%;
}
.rect-violet-countdown{
	border-radius: 25px; 
	background-color: #f2f4ff; 
	width:80%; 
	padding:4% 10%;
}
.oval-social{
	width: 45px;
	height: 45px;
	background-color: #222266;
	border-radius: 100%;
}
.placeholder-1of3{
	/*height: 41.625rem;
	background-color: #83d9dd;*/
	border-radius:  0px 40% 0px 40%;
}
.placeholder-2of3{
	/*height: 41.625rem;
	background-color: #83d9dd;*/
	border-radius:  0px 40% 0px 0px;
}
.placeholder-3of3{
	/*height: 41.625rem;
	background-color: #83d9dd;*/
	border-radius:  40% 0px 40% 0px;
}

.placeholder-1of3-prof{
	border-radius:  0px 40% 0px 40%;
}
.placeholder-2of3-prof{
	border-radius:  0px 40% 0px 0px;
}
.placeholder-3of3-prof{
	border-radius:  40% 0px 40% 0px;
}
.four-home{
	background-color: #f2f4ff; 
	padding-top:5rem; 
	padding-bottom:5rem;
}
.rist-priva{
	padding:8% 0; 
	background-color: #f2f4ff ;
}
.thank{
	width: 100%;
	height: 955px;
	object-fit: contain;
}
.bannerbook{
	background-color: #83d9de;
}
/* = Mobile adjustments 
-------------------------------------------------------------- */

@media (min-width: 1441px) { 
	
	.page-container{
		width: 100%;
		margin:0 auto;
		background-color: #FFFFFF;
	}
	
}
@media (min-width: 1024px) { 
	.ryan-ancill-h86ZkM5Qiqg-unsplash{
		padding: 5% 5% 50%;
	}
	
}
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
	.ryan-ancill-h86ZkM5Qiqg-unsplash{
		padding: 5% 5% 50%;
	}

}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}

	.font-oval-mobile{width: 12vw !important;}
	.font-sopratitolo,.font-nota{
		font-family: 'Work sans';
		font-size: 12px !important;
		font-weight: normal !important;
		font-stretch: normal !important;
		font-style: normal !important;
		line-height: 1.83 !important;
		letter-spacing: normal !important;
	}
	.font-rect-aziende{
		line-height: 3.6;
	}
	/* TRY */
	.navbar{
		padding-top: 3%;
		padding-bottom: 3%;
	}
	.navbar-collapse{
		height: 100%;
		width: 100%;
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		background-color: rgba(48, 48, 48, 0.5);
		overflow-x: hidden; /* Disable horizontal scroll */
		/* transition: 0.5s; */
	}
	.navbar-nav {
		position: relative;
		/* top: 25%; */
		width: 100%; /* 100% width */
		text-align: center; /* Centered text/links */
		margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	  }
	.navbar-light .navbar-nav .nav-link {
		color: #ffffff;
	}
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
		color: #898e8e;
	}
	.navbar-toggler{
		border:none !important;
	}
	.choice{
		border-bottom: none;
	}
	.padd-basic-4{
		padding: 0%;
	}
	.rect-professionisti-mobile{
		border-radius: 10px; 
		background-color:#DFF5F6; 
		padding-top:1.3rem; 
		padding-bottom:1.3rem;
	}
	.rect-aziende-mobile{
		border-radius: 10px; 
		background-color:#EFEFFA; 
		padding-top:1.3rem; 
		padding-bottom:1.3rem;
	}
	.font-form-contatti{
		width: 100%;
		margin-top: 3%;
	}
	.ryan-ancill-h86ZkM5Qiqg-unsplash{
		padding: 5% 5% 100%;
	}
}
@media (max-width: 767px)
{
	.bg-color-underlg-azzurro{
		background-color:#dff5f6;;
	}
	.bg-color-underlg-viola{
		background-color:#dedef8;
	}
	.round-viola{
		border-radius:0 0 0 1rem;
	}
	.round-azzurro{
		border-radius:0 0 3rem 0;
	}
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
	.ryan-ancill-h86ZkM5Qiqg-unsplash{
		padding: 5% 5% 100%;
	}
	.font-oval-mobile{
		width: 20vw !important;
	}
	
}

/* ----------------------------------- */

.font-subsubtitle-mobile{
	font-family: 'Sora';
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.2px;
	text-align: center;
}
.font-desc-mobile{
	font-family: 'Work sans';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #2e2e2e;
}
.font-suptitle-mobile{
	font-family: 'Work sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.83;
	letter-spacing: normal;
}
.font-oval-mobile{
	font-family: 'Sora';
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.29;
	letter-spacing: -0.13px;
	text-align: center;
	color: #605fdb;

	border: solid 5px #77f9ff;
	border-radius: 100%;
	margin: auto;
	padding: 10% 0;
}

.font-rect-aziende-mobile{
	font-family: 'Sora';
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 4.5;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.font-rect-aziende-mobile-big{
	font-family: 'Sora';
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
    padding-top: 5%;
	letter-spacing: normal;
	text-align: center;
	color: rgba(0, 0, 0, 0.87);
}
.footer-blue-mobile{
	width: 100%;
  	background-color: #83d9dd;

	font-family: 'Work Sans';
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
.btn-superpratico-mobile {
	padding: 4% 0%;
	border-radius: 10px;
	background-color: #83d9dd;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
}
.btn-superpratico-top-mobile {
	padding: 11% 12%;
	border-radius: 10px;
	background-color: #83d9dd;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
}
/* ****************************** */
.top-home-mobile{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.top-thank-mobile{
	background-image: url('img/thank.jpg'); 
	background-position: center; 
	height: 100vh;
}

.rect-violet-countdown-mobile{
	border-radius: 25px; 
	background-color: #f2f4ff; 
	width:85%; 
	padding:4% 2%;
}
.bottom-home-mobile{
	padding-bottom: 5%;
	background-image: url('img_mobile/home-bottom.jpg');
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-privati-mobile{
	padding-bottom: 5%;
	background-image: url('img_mobile/privati-bottom.jpg');
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-professionisti-mobile{
	padding-bottom: 5%;
	background-image: url('img_mobile/professionisti-bottom.jpg');
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bottom-aziende-mobile{
	padding-bottom: 5%;
	background-image: url('img_mobile/aziende-bottom.png');
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.form-mobile-multinput{
	padding: 5% 10%;
  	border-radius: 10px;
}
.rect-mobile-prof {
    border-radius: 10px;
    background-color: #dff5f6;
    padding: 2%;
}
.rect-mobile-aziende {
    border-radius: 45px;
    background-color: #efeffa;
    padding: 2%;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: inline-flex;
}
.centered {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }