* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* Utilities */
a {
    color: black;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

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

.justify-space-between {
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column;
}

.align-items-start {
    align-items: flex-start;
}

.contenitore-80p {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

.contenitore-70p {
    width: 70%;
    margin: 0 auto;
    max-width: 900px;
}

.padding-5px {
    padding: 5px;
}

.padding-10px {
    padding: 10px;
}

.padding-15px {
    padding: 15px;
}

.padding-20px {
    padding: 20px;
}

.bb-black-1px {
    border-bottom: 1px solid black;
    /* width: 100%; */
}

.bb-lg-1px {
    border-bottom: 1px solid lightgray;
    /* width: 100%; */
}

/* HEADER */
.header-sinistro {
    display: flex;
    padding: 10px;
}

.lista-header-sinistro {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lista-header-destro {
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.lista-header-sinistro>li {
    margin-left: 15px;
    font-size: 10px;
}

ul.lista-header-destro>li {
    margin-right: 15px;
    font-size: 10px;
}

.btn-generico {
    background-color: #0060fe;
    color: white;
    padding: 5px 10px;
    display: inline-block;
}

li.btn-generico>a {
    color: white;
}

.logo-header-sinistro {
    height: 50px;
}

.logo {
    height: 15px;
    width: 70px;
    margin-left: 10px;
}

/* Hero section */
.hero {
    background-color: #b4d0e6;
    /* Debug */
    /* min-height: 400px; */
}

.wrapper-hero {
    background-color: #b4d0e6;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.hero>h1 {
    font-size: 2.5rem;
    font-weight: 900;
    /* padding-top: 100px; */
}

.hero-left {
    width: 30%;
}

.hero-left>p {
    font-size: 0.8rem;
    padding-top: 15px;
    margin-bottom: 10px;
}

.btn-hero {
    padding: 12px 8px;
    margin-bottom: 20px;
}

/* p>a{margin-bottom: 40px;} */
.fa-arrow-down {
    margin-top: 30px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.hero-right {
    width: 70%;
}

.hero-left-and-right {
    display: flex;
}

.jumbo-img {
    height: 120%;
    width: 120%;
    opacity: 0.9;
    margin-top: 20px;
    /* box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.54); */
}

/* Abbonamenti */
.abbonamenti {
    margin-top: 120px;
}

.abbonamenti h2 {
    margin-bottom: 20px;
}

.abbonamenti input {
    margin-bottom: 20px;
}

.col-30 {
    width: 30%;
    border: lightgray 1px solid;
    /* padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px; */
    /* debug */
    /* min-height: 600px;
    background-color: aqua; */
}

.col-header {
    /* align-self: flex-start; */
    margin: 0 auto;
    width: 100%;
    height: 5%;
}

div>h2 {
    padding: 5px;
    font-size: 0.8rem;
    text-align: center;
}

.link {
    text-decoration: underline;
    color: #0060fe;
}

.team {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    border: lightgray 1px solid;
    /* debug */
    /* background-color: rgb(33, 196, 47);
    min-height: 200px; */
}

.right-sezioni-team {
    width: 30%;
}

.left-sezioni-team {
    width: 70%;
    margin-bottom: 20px;
}

.sezioni-team {
    display: flex;
}

.w-50 {
    width: 50%;
    /* Debug */
    min-height: 300px;
}

.w-70 {
    width: 70%;
    /* Debug */
    /* min-height: 300px; */
}

.w-30 {
    width: 30%;
    /* Debug */
    min-height: 300px;
}

.w-40 {
    width: 40%;
    /* Debug */
    min-height: 300px;
}

.w-60 {
    width: 60%;
    /* Debug */
    min-height: 300px;
}

.bg-yellow {
    background-color: yellow;
}

.bg-red {
    background-color: red;
}

.trova-un-partner {
    margin-bottom: 50px;
}


.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    display: flex;
    flex-direction: column;
}

.col-30-short {
    width: 30%;
    /* border: lightgray 1px solid; */
    margin-bottom: 80px;
    /* debug */
    /* min-height: 350px;
    background-color: rgb(230, 59, 187); */
}

h2.mb-0 {
    margin-bottom: 0;
}

footer {
    min-height: 400px;
    background-color: black;
    color: white;
}

.col-20 {
    /* background-color: #b4d0e6; */
    /* border: 1px solid red; */
    width: 20%;
}

.lista-5-footer {
    height: 250px;
    padding: 40px;
}

footer {
    margin-top: 80px;
}

.text-align-left {
    text-align: left;
}

#dropbus {
    text-align: left;
    margin-bottom: 20px;
}

.tendina {
    margin-left: 15%;
    margin-top: 40px;
}

h3 {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 15px;
}

h4 {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
}

h5 {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 5px;
    color: rgb(177, 177, 177);
    padding-bottom: 25px;
}

ul {
    padding-left: 15px;
    padding-bottom: 30px;
}

li {
    padding-bottom: 10px;
    font-size: 0.8rem;
    display: flex;
}

i {
    margin-right: 5px;
}

.btn-prova {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 0.8rem;
    padding: 10px;
    margin-bottom: 20px;
}

.oppure {
    padding-left: 15px;
    padding-bottom: 15px;
}

.bordino {
    width: 25%;
    border: 1px solid lightgray;
    margin: 25px;
}

.bordino-sm {
    width: 10%;
    border: 1px solid lightgray;
    margin-left: 15%;
    margin-top: 35px;
}

.salienti {
    padding: 10px;
}

.fa-check {
    color: #0060fe;
}

.h-20 {
    height: 20px;
}

.h-25 {
    height: 25px;
}

.enterprise-h4 {
    padding-bottom: 40px;
}

.enterprise-p {
    margin-left: 20px;
}

.btn-team {
    padding: 10px;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 0.8rem;
}

#partner-title {
    padding-top: 50px;
    padding-left: 30px;
}

#partner-description {
    font-size: 0.9rem;
    margin-left: 15px;
    margin-bottom: 15px;
}

.btn-partner {
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    color: black;
    margin-left: 30px;
}

.rem-sm {
    font-size: 0.8rem;
}

.low-weight {
    font-weight: 300;
}

.lista-footer {
    margin-bottom: 10px;
    font-weight: 200;
    font-size: 0.7rem;
}

.h2-footer {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 1rem;
}

.terzo {
    height: 300px;
    width: calc(100% / 3);

    /* debug */
    /* min-height: 300px;
    background-color: yellow; */
}

.quarto {
    width: calc(100% / 2);
    height: calc(100% / 2);

    /* debug */
    border: 1px solid red;
}

.wrap {
    flex-wrap: wrap;
}

.banner-dropbus {
    height: 200px;

    background-color: lightblue;
}

.wrap-lb {
    width: 100%;
    background-color: lightblue;
    padding: 70px;
}

.btn-banner {
    background-color: white;
    color: black;
    padding: 10px;
    height: 40px;
}

.p-40 {
    width: 40%;
}

.p-30 {
    width: 30%;
}

.mx-auto {
    margin: 0 auto;
}

.justify-space-around {
    justify-content: space-around;
}

.rem-2 {
    font-size: 2rem
}

.domande {
    margin-top: 100px;
    font-size: 2rem;
    margin-bottom: 50px;
}

.bordino-grigio {
    border-bottom: 1px solid lightgray;
    width: 70%;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fa-chevron-down {
    margin-left: 150px;
}

ul.lista-header-sinistro>li:hover {
    border-bottom: 1px solid black;
}

ul.lista-header-destro>li:hover {
    border-bottom: 1px solid black;
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: white;
    /* margin-bottom: 100px; */
}

.none {
    color: white;
}

.none:hover {
   color: black;
}
.ads{
    height: 100%;
    margin-left: 10%;
    width: 80%;
       /* fill: #ff0000; */
}
.florida{
    height: 20%;
    margin-top: 40%;
  
}
.mio-rettangolo{
    background-image: url(../bonus/designit.svg);
 fill: lightgreen;
}