body {
  color: #000000;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}


h2 {
    font-size: 55px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 40px;
}

p {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
}

.navbar {
    padding: 1.5rem 3rem;
}

.p0 {
  padding: 0;
}

.nav-link {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

.nav-link:hover{
    color: #fff;
}

.nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
}

.btn1 {
    background: #0539d7;
    color: #fff;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.btn1:hover {
    color: #fff;
}

.btn2 {
    font-size: 25px!important;
    margin-top: 20px;
}

.bg-grey {
    background: #f2f2f2;
}

.bg-black {
    background: #000000;
}

.top200 {
    margin-top: 200px;
}

.top-300 {
    margin-top: -300px;
}

.top100 {
    margin-top: 100px;
}

.top30 {
    margin-top: 30px;
}

.r-65 {
    right: -65px;
}

.l-65 {
    left: -65px;
}


.uno {
    padding: 120px 0;
}

.due {
    padding-bottom: 200px;
}

.tre {
    padding: 220px 50px;
}

.uno p {
    margin-top: 25px;
    margin-bottom: 25px;
}


.due h2 {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 76px;
    font-weight: 700;
    line-height: 76px;
}

.due p {
    font-family: 'Heebo', sans-serif;
    color: #000000;
    font-size: 56px;
    font-weight: 400;
    line-height: 65px;
    margin-top: 20px;
}

.tre h2 {
    font-weight: 700;
    margin-bottom: 40px;
}

.quattro {
    padding:0px 50px;
}

.quattro h2 {
    padding-top: 220px;
    font-weight: 700;
    margin-bottom: 40px;
}

.cinque {
    padding:200px 50px;
}

.cinque h2 {
    padding-top: 220px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sei {
    padding:100px 50px;
}

.sei h2 {
    padding-top: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sei p {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
}

.sette {
    padding:200px 0px;
    background:#000 url(img/bg.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.sette h2 {
    padding-top: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}

.otto {
    padding:200px 0px;
}

.otto p {
    font-size: 41px;
    line-height: 48px;
}

.form {
    padding:200px 0px;
    background:#f2f2f2 url(img/bg-01.png) no-repeat;
    background-size: 35%;
    background-position: center right;
}

form {
    margin-top: 50px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(3.5em + .75rem + 2px);
    padding: 1.375rem 1.75rem;
    color: #222;
    font-size: 20px;
    border: 0px;
}

textarea {
    min-height: 250px;
}

footer {
    background: #f1f1f1;
    padding: 30px 20px 15px;
    color: #000;
    text-align: center;
}

footer p {
    font-size: 20px;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background: #009de2;
    color: #fff!important;
}

.accordion>.card>.card-header h2 {
    color: #fff!important;
}

.card-body {
    padding: 2rem;
}

.box {
    background: #f1f1f1;
    padding: 30px;
    height: 100%;
}

.box h2 {
    font-size: 32px;
    padding-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 39px;
}

.min-height321 {
    min-height: 321px;
}

.min-height393 {
    min-height: 393px;
}

.min-height474 {
    min-height: 474px;
}

.nav-link {
    display: initial;
    padding: .5rem 1rem;
    background: #009de2;
    color: #fff;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    margin: 0 10px;
}

.carousel-control-prev-icon {
    background-image: url(img/icon-l.png);
}

.carousel-control-next-icon {
    background-image: url(img/icon-r.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.desk-si {
    display: block;
}

.mobile-si {
    display: none;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}


@media only screen and (max-width: 767px) {
    
.desk-si {
    display: none;
}

.mobile-si {
    display: block;
}
    
.p0 {
    padding: 0px;
}
    
.navbar {
    padding: 25px;
}
    
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 0;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
}
    
.navbar-nav {
    margin-top: 50px;
}
    
.logo {
    position: absolute;
    left: 50%;
    margin-left: -67px;
    top: 25px;
}
    
.logo img {
    max-width: 134px;
}
    
.tel {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 99999;
}
  
    
h1 {
    color: #000000;
    font-size: 31px;
    line-height: 31px;
    text-align: center;
}
    
h2 {
    font-size: 31px;
    line-height: 31px;
}
    
p {
    font-size: 19px;
    line-height: 24px;
}
    
.uno p {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
    
.width160 {
    width: 160px;
}
    
.center-mobile {
    text-align: center;
}
    
.left-mobile {
    text-align: left;
}
    
.btn2 {
    font-size: 15px!important;
    margin-top: 20px;
}
    
.uno {
    padding: 50px 0;
}
    
.due {
    padding-bottom: 100px;
    padding-top: 50px;
}
    
.due h2 {
    font-size: 56px;
    line-height: 56px;
    padding-top: 0px;
}
    
.due p {
    font-size: 28px;
    line-height: 32px;
}
    
.tre {
    padding: 100px 10px;
}
    
.quattro {
    padding: 0px 10px;
}
    
.quattro h2 {
     padding-top: 50px; 
    font-weight: 700;
    margin-bottom: 40px;
}
    
.cinque {
    padding: 0px 0px 100px;
}
    
.cinque h2 {
    padding-top: 50px;
    margin-bottom: 20px;
}

.sei {
    padding: 60px 0px;
}
    
.sei h2 {
    padding-top: 0px;
}
    
.sei .top50m {
    margin-top: 50px;
}
    
.sei p {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
}
    
.sette {
    padding: 100px 10px;
}
    
.otto {
    padding: 100px 10px;
}
    
.otto p {
    font-size: 19px;
    line-height: 25px;
}
    
.top-300 {
    margin-top: -150px;
}
    
.otto .top200 {
    margin-top: 100px;
}
    
.otto .top100 {
    margin-top: 20px;
}
    
.form {
    padding: 100px 10px;
    background: #f2f2f2;
}
    
.form-control {
    height: calc(2.5em + .75rem + 2px);
    padding: 1.375rem 1.75rem;
    color: #222;
    font-size: 14px;
    border: 0px;
}
    
footer p {
    font-size: 14px;
}
    

 .card-body {
    padding: 0rem;
} 
    

.link-mobile {
    position: relative;
    top: 20px;
}
    
.box {
    background: #f1f1f1;
    padding: 30px;
    margin-bottom: 15px;
    height: fit-content;
}
    
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}
    
.nav-link {
    width: 43%;
    display: block;
    float: left;
}
    
.mb50-mob {
    margin-bottom: 50px;
}
    
}


.minitxt {
  margin-top: -10px!important;
  margin-bottom: 15px!important;
  font-size: 1.1em !important;
}







