@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    color: #182C3C;
}

:focus,
:active {
    outline: none !important;
}

.landing-pg .wrap-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.landing-pg .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-pg .t-white {color: #fff;}
.landing-pg .t-dark-blue {color: #182C3C;}
.landing-pg .t-blue {color: #0062AB;}

.landing-pg .bg-dark-blue {background-color: #182C3C;}
.landing-pg .bg-blue {background-color: #faad01;}
.landing-pg .bg-grey {background-color: #fff9ee;}

/*BUTTONS*/
.landing-pg .btn-round {
    background-color: #0062AB;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.landing-pg .gradient-blue {
    background: #faad01;
}

.landing-pg h1 {
    font-size: 20px;
    line-height: 31px;
}

.landing-pg h1 b,
.landing-pg h3,
.landing-pg .box-number p b{
    font-size: 34px;
}

.landing-pg h2,
.landing-pg h4 {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}

.landing-pg p {
    margin-bottom: 0;
}

.landing-pg p,
.landing-pg .box-yellow p b,
.landing-pg ul li {
    font-size: 20px;
}

.landing-pg .p-bigger p {
    font-size: 27px;
}

.landing-pg p.small-p,
.landing-pg .small-p p{
    font-size: 17px;
}

.landing-pg .testata .col-abs {
    position: absolute;
    left: 0;
}

.landing-pg .testata .col-abs {
    width: 850px;
}

.landing-pg form .form-check-label,
.landing-pg .box-yellow p {
    font-size: 14px;
}

.landing-pg form .form-check-label a {
    color: inherit;
    text-decoration:underline;
}

.landing-pg form .form-check-inline {
    margin-right: 40px;
}

.landing-pg form .form-check-inline:last-of-type {
    margin-right: 0;
}

.landing-pg form .form-check {
	padding-left: 0;
}

.landing-pg form .type-check [type="checkbox"]:not(:checked),
.landing-pg form .type-check [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.landing-pg form input[type="checkbox"]:not(:checked) + label,
.landing-pg form input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox no check */
.landing-pg form .type-check input[type="checkbox"]:not(:checked) + label:before{
	content: '';
	position: absolute;
	left: 0; 
	top: 2px;
    border-radius: 8px;
	width: 15px;
	height: 15px;
	background: rgb(255, 255, 255);
}

/* checkbox check */
.landing-pg form .type-check input[type="checkbox"]:checked + label:before {
	content: '\f00c';
	position: absolute;
	left: 0; 
	top: 2px;
    border-radius: 8px;
	width: 15px;
	height: 15px;
	background: rgb(255, 255, 255);
	color: #0062AB;
    font-size: 11px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 15px;
    text-align: center;
}

.landing-pg form .btn-form {
    color: #fff;
    font-size: 14px;
    background-color: #0062AB;
    padding: 4px 15px;
    border: 0;
}

.landing-pg form .btn-form:hover {
    background-color: #333 !important;
}

.landing-pg form input[type="text"],
.landing-pg form input[type="email"],
.landing-pg form input[type="phone"] {
    border-radius: 4px;
    height: 40px;
    border: 0;
    color: #0062AB;
    font-size: 14px;
}

.landing-pg form .form-control::-webkit-input-placeholder {
    color: #0062AB;
}

.landing-pg form .form-control::-moz-placeholder {
    color: #0062AB;
}

.landing-pg form .form-control:-ms-input-placeholder {
    color: #0062AB;
}

.landing-pg form .form-control::placeholder {
    color: #0062AB;
}

.landing-pg .box-yellow img.abs {
    position: absolute;
    top: 10px;
    left: 7px;
}

.landing-pg .box-yellow p {
    margin-bottom: 0;
}

.landing-pg .arrow i {
    font-size: 30px;
    color: #8D8D8D;
}

/** Progressbar class css*/
/*.landing-pg .progressbar {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 35px;
  position: relative;
}
.landing-pg .proggress{
  height: 8px;
  width: 10px;
}
.landing-pg .percentCount{
  float:right;
  margin-top: 10px;
  clear: both;
  display: none;
}*/
.landing-pg .count{
  font-size: 30px;
  color: #0062AB;
    font-weight: bold;
}

.landing-pg .p-custom p b {
    font-size: 34px;
    color: #FAAD2A;
}

.landing-pg ul {
    list-style: none;
    padding-left: 20px;
}

.landing-pg ul li {
    position: relative;
    margin-bottom: 5px;
}

.landing-pg ul li::before {
    content: ">";
    font-size: 20px;
    color: #182C3C;
    left: -20px;
    top: 1px;
    position: absolute;
}

.landing-pg .elenco-servizi {
    padding: 90px 0;
}

.landing-pg .list-why .list-item h4 b {
    color: #0062AB;
}

.landing-pg .list-why .list-item::before {
    position: absolute;
    font-size:100px;
    color:#fde4ab;
    font-weight: bold;
    left: -80px;
    top: -10px;
    line-height: 100px;
}

.landing-pg .list-why .list-item:first-of-type::before {
    content:"1";
}

.landing-pg .list-why .list-item:nth-of-type(2)::before {
    content:"2";
}

.landing-pg .list-why .list-item:nth-of-type(3)::before {
    content:"3";
}

.landing-pg .box-number {
    border: 6px solid #fbbb2f;
    height: 100%;
}

.landing-pg .border-grey {
    border: 4px solid rgb(227, 227, 227);
}

.landing-pg .slider-azienda .img-azienda div {
    height: 100%;
    text-align: center;
}

.landing-pg .mockup-fb h3 {
    line-height: 50px;
}

.landing-pg .mockup-fb h3 b {
    font-size: 44px;
}

.landing-pg .mockup-fb::before,
.landing-pg .mockup-fb::after {
    height: 1px;
    width: 110%;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    content:"";
    position: absolute;
    background-color: #707070;
}

.landing-pg .mockup-fb::before {
    top: 0;
}

.landing-pg .mockup-fb::after {
    bottom: 0;
}

/*** RADIAL PROGRESS ***/
/* Circumference = 2πr */
/* π = 3.1415926535898 */
/* r = 35 */

.landing-pg svg.radial-progress {
  height: auto;
  max-width: 250px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

.landing-pg svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 7;
}

.landing-pg svg.radial-progress circle.incomplete { 
  opacity: 0.25; 
  opacity: 1; 
  stroke: #F0F0F0!important;
}

.landing-pg svg.radial-progress circle.complete {
  stroke: #0062AB!important;
  stroke-dasharray: 219.91148575129; /* Circumference */ 
}

.landing-pg svg.radial-progress text {
  fill: #182C3C;
  font-size: 11px;
    font-weight: bold;
  text-anchor: middle;
}

.landing-pg .t-light p {
    font-weight: 300;
}

.landing-pg .balloon::before {
    position: absolute;
    content: "";
    clip-path: polygon(75% 0, 0% 100%, 100% 100%);
    background-color: #faad01;
    height: 50px;
    width: 75px;
    top: -45px;
    left: 40px;
}

.landing-pg img.goccia-abs {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.landing-pg .form-bottom {
    padding: 115px 0 50px;
}

.landing-pg .form-bottom::before {
    content:"";
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #fff;
    width: 85%;
    height: 70px;
}

.landing-pg .slider-azienda .slick-prev {
    left: 45%;
    transform: translateX(-55%);
    bottom: -20px;
    top: auto;
}

.landing-pg .slider-azienda .slick-next {
    left: 55%;
    transform: translateX(-45%);
    bottom: -20px;
    top: auto;
}

.landing-pg .slider-azienda .slick-prev::before,
.landing-pg .slider-azienda .slick-next::before {
    color: #0062AB;
    opacity: 1;
}

/***MODIFICHE 8/06/2022***/
.landing-pg .line-orange {
    height: 3px;
    background-color: #FAAD00;
    width: 100%;
}

.landing-pg .extra-small {font-size: 13px;}

.landing-pg .wrap-icon-num {height:105px;}
.landing-pg .wrap-icon-num img {max-height: 80px;}

.landing-pg .btn-x{ background:#0062AB; color:#fff; border:0; min-width:200px; height: 54px; line-height: 44px; font-size: 22px; }
.landing-pg .btn-x:hover{ background:#222; }

@media(min-width:1200px){
    .landing-pg .btn-x{ min-width:400px; }
}