body {font-family: 'Poppins' !important;}
p {font-family: 'Poppins' !important;}
.main-footer .links-widget .list li a {font-family: 'Poppins' !important;}
input, textarea {
    font-family: 'Poppins' !important; 
}
.line-height{
    line-height: 1.4 !important;
}
.bg-grey {
    background-color: #e9e9e8;
}
.bg-purple {
    background-color: #9b2c88;
}
/** più chiaro rispetto al solito colore */
.bg-regel {
    background-color: #9b2c88;
}
.padding-logo{
    padding: 40px 40px 40px 0px;
}
.title-orange{
    color: #9b2c88;
}
.title-white{
    color: white !important;
}
.title-black{
    color: #222 !important; 
}
.landing-title{
    font-size: 28pt !important;
    font-weight: 600;
}
.landing-second-title{
    font-size: 30px !important;
    font-weight: 600;
}
.landing-fourth-title {
    font-size: 30px;
}
.landing-garanzia-text{
    color: #222222 !important;
    font-weight: 600;
}
.landing-text{
    color: #222222 !important;
    font-size: 19px !important;
    font-style: normal;
    line-height: 1.7;
}
.landing-text-white{
    color: white !important;
    font-size: 19px !important;
    font-style: normal;
    line-height: 1.7;
    font-weight: 500;
}
.landing-garanzia-text-purple{
    color: #9b2c88 !important;
    font-weight: 600;
    font-size: 23px;
}
.landing-garanzia-text-black{
    color: #222222 !important;
    font-size: 23px !important;
    font-weight: 600;
}
.landing-tripla-garanzia{
    color: #9b2c88 !important;
    font-size: 23px !important;
    font-weight: 600;
}
.no-padding{
    padding: 0px;
}
.bold{
    font-weight: 600;
}
.landing-garanzia-number{
    background: #9b2c88;
    padding: 8px 14px 8px 14px;
    color: white;
    border-radius: 25px;
    position: absolute;
}
.landing-garanzia-number-one{
    background: #9b2c88;
    padding: 8px 16px 8px 16px;
    color: white;
    border-radius: 25px;
    position: absolute;
}
.margin-left-number{
    margin-left: 50px;
}
.text-left{
    text-align: left !important;
}
.landing-testimonial{
    min-height: 250px;
}
.landing-garanzia-circle{
    background: #9b2c88;
    padding: 2px 16px 2px 16px;
    color: white;
    margin-right: 8px;
    border-radius: 25px;
}
.landing-hr{
    width: 20%;
    border-top: 2px solid#9b2c88;
}
.landing-warning{
    padding: 20px 15px;
    background-color: orangered;
    margin: 35px 0px 20px 0px;
}
.landing-warning p{
    color: white !important;
}
.landing-danger{
    color: red !important;
    font-weight: 500;
}
.landing-btn{
    font-weight: 600;
    background-color: #9b2c88;
    color: white;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    padding: 14px;
    display: inline !important;
    border: 0px;
}
.landing-btn:hover {
    background: #751d67;
    transition: 0.5s all;
}
.landing-star{
    color: #9b2c88;
}
.portale-scuola-form-post-date{
    padding: 65px 50px;
}
.fa-star{
    font-size: 25px;
}
.box{
    text-align: center;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    padding: 10px;
    margin: 15px 0px 15px 0px;
    border-radius: 30px;
    border: solid 3px;
    border-color: white;
}
.box-border-white{
    color: white;
    border: solid 3px;
    border-color: white;
    padding-top: 25px;
}
.box-card {
    border-radius: 30px;
    min-height: 250px;
    padding-bottom: 5px;
}
.box-card>p {
    font-style: italic;
}
.box-card h4 {
    background:#9b2c88;
    color:white;
    padding:10px; 
    border-radius:30px 30px 0px 0px;
}
.box-card p {
    padding:10px;
}
.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    margin-top: -20px;
    position: absolute; 
    left: 50%;
    transform: translate(-50%, -50%);
}
.arrow-down-white {
    border-top: 45px solid white;
}
.arrow-down-grey {
    border-top: 45px solid #e9e9e8;
}
.arrow-down-purple {
    border-top: 40px solid #9b2c88;
    width: 0; 
    height: 0; 
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    margin-top: -20px;
    position: absolute; 
    left: 50%;
    transform: translate(-50%, -50%);
}
.bandaDownPurple {
    background: url('/images/landing/BandaDownPurple.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: inline-block;
    height: 100px;
    margin-bottom: -6px;
}
.arrowDownPurple {
    background: url('/images/landing/ArrowDownPurple.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    display: inline-block;
    height: 100px;
    margin-bottom: -6px;
}
.devices {
    text-align:center; 
    position: relative; 
    transform: translateY(18%);
}
.spunta-purple {
    font-size: 30px;
    font-weight: bold;
    color: #9b2c88;
}
.title-scelta {
    line-height: 1.3;
    font-size: 26pt !important;
    font-weight: 600;
}
#avatar-circle .curve { 
    width: 33%; 
    height: auto;
    float: left;
    margin-right:8rem; 
    border-radius: 50%;
    -webkit-shape-outside:circle();
    shape-outside:circle();
}
.footer-lp {
    /*position: fixed;*/
    bottom: 0px;
    height: 75px;
    width: 100%;
    background-color: #9b2c88;
    box-shadow: 0 0 7px #9b2c88;
}
.btn-attiva-footer:hover {
    color: white;
    border: 2px solid white;
}

/* CAMPO SELECT NELLA FORM */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 16px !important;
}
.default-form .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #9b2c88;
    color: #fff !important;
}
.btn{
    color: #222;
}
.dropdown-menu{
    border: 0px !important;
}
#landing-email-question{
    font-size: 23px;
}
.landing-email-footer{
    font-size: 20px;
}
.brand-mobile{
    max-width: 50%;
}
.brand-mobile-lp{
    max-width: 35%;
}
.sec-banner-lp{
    background-color: #9b2c88;
    padding: 10px;
}
.padding-lp{
    padding: 45px 0px 45px 0px;
}
.padding-lp h1, h3{
    margin: 0 0 30px;
}
.line-height-lp{
    line-height: 1.5
}
.btn-scuolastico-lp{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border: 2px solid #9b2c88;
    background-color: #9b2c88;
    font-family: 'Poppins', sans-serif;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    padding: 14px;
    border-radius: 0px;  

    
}
.btn-scuolastico-lp:hover{
    background-color: #631455;
    border: 2px solid #631455;
    box-shadow: 3px 3px 5px 1px #631455;
    color: white;
}

.btn-scuolastico-attiva-lp{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color:white;
	border: 2px solid #2C9B3E;
	background-color: #2C9B3E;
    font-family: 'Poppins', sans-serif;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);    
    border-radius: 20px;
    padding:0.4em 1.75em;
    letter-spacing:1px;
}

.btn-scuolastico-attiva-lp:hover {
    color: #2C9B3E;	
	background-color: transparent;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}


#frmReport input{
    height: 35px;
} 
.section-report-ul .benifit li::after {

    position: absolute;
    content: '';
    left: 0;
    top: 8px;
}
.section-report-ul .benifit li::after {

    height: 14px !important;
    width: 14px !important;
    border-radius: 0;
}
.ui-datepicker-calendar {
    display: none;
}​
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-datepicker-year {
    font-family: "Poppins" !important;
    font-weight: 300;
}

/* RESPONSIVE */
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .brand-mobile{
        max-width: 100%;
    }
    .margin-mobile{
        margin-bottom: 40px;
    }
    .box-card {
        min-height: 145px;
    }
    .bandaDownPurple {
        height: 80px;
    }
    .arrowDownPurple {
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 1024px) {
    .margin-left-number{
        padding-top: 0px;
    }
}
@media only screen and (max-width: 450px) {
    .margin-left-number{
        padding-top: 0px;
    }
    .bandaDownPurple {
        height: 60px;
    }
    .arrowDownPurple {
        height: 60px;
    }
}
@media only screen and (max-width: 570px) {
    #landing-more-question{
        font-size: 20px !important;
    }
    #landing-email-question{
        font-size: 17px !important;
    }
    .landing-title {
        font-size: 29px !important;
    }
    .landing-second-title {
        font-size: 24px !important;
    }
    .landing-fourth-title {
        font-size: 24px;
    }
    .landing-footer-title{
        font-size: 15px !important;
    }
}
#landing-img-tablet{
    margin-top: 35px;
}
#landing-img-smartphone{
    max-width: 70%;
    margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
    .devices {
        transform: translateY(23%);
    }
}
@media only screen and (max-width: 991px) {
    #landing-img-pc{
        max-width: 80%;
        margin-bottom: 50px;
    }
    #landing-img-smartphone{
        max-width: 30%;
        margin-top: 0px;
    }
    #landing-img-tablet{
        max-width: 50%;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .landing-testimonial{
        min-height: auto !important;
    }
    .landing-testimonial-autor{
        margin-bottom: 70px !important;
    }
    .devices {
        transform: translateY(-10%)
    }
}

.opt-servizi > .cb {
    background: #fff;
    padding:24px;
    margin-bottom:24px;
}

.opt-servizi label.lb-servizi {
    font-weight:400 !important;
    font-size:20px !important;
    margin-left:16px;
    padding: 0 !important;
    
}

@media  (max-width:640px) {
    #fvideo{    
     max-width:100%;
     width: calc(177.778vh); 
     height: calc(50.25vw);
     }   
 }
 
  