
* {
    box-sizing: border-box; /* Padding e bordi vengono inclusi nella larghezza totale */
}


body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden !important; /* Nasconde eventuali scorrimenti orizzontali */
    overflow-y: auto !important;
    background-color: #ffffff;
}
img {
    max-width: 100%; /* Assicura che l'immagine non superi mai la larghezza del contenitore */
    height: auto; /* Mantiene le proporzioni */
}


/* Header */
header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 40px;
}

header .logo img {
    height: 32.46px; /* Altezza del logo */
    width: 145,06px; /* larghezza logo */
    top: 35.77px;
    left: 40px;
}

.cta-img {
    padding-top: 16px;
    transition: transform 0.2s ease;
  }
  
.cta-img:hover {
    transform: scale(1.03);
  }

/* Hero Section */

.hero {
    position: relative;
    background-color: #012350;
    background-image: url(immagini/hero_back_desktop.webp);
    background-repeat: no-repeat, no-repeat;
    overflow: visible;
    background-size: cover;
}

  
  /* contenuti */
  .hero .container{
    position:relative;
    z-index:1; /* sopra alle pseudo */
    display:grid;
    grid-template-columns: minmax(0,1.2fr) minmax(0,0.8fr);
    gap:40px; align-items:center;
    max-width:1200px; margin-inline:auto;
    padding-inline: 32px;
  }
  
  /* copy */
  .hero__copy {
    width: 800px;
}

.after_h1 {
    font-weight: 400;
    font-size: 21px;
    line-height: 130%;
    color: #fff !important;
    padding-top: 32px;
    width: 518px;
}
.hero__copy h1 {
    margin: 56px 0 12px;
    font-size: 62px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
}
  .hero__copy .source{
    color:#fff; font-size: 12px;line-height: 100%; font-weight: 400;font-family: "Helvetica Neue", Arial, sans-serif; margin-top: 48px;
    margin-bottom: 48px;
}
p.question {
    display: none;
}
p.phone-help {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    font-weight: 400;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding-bottom: 56px;
    padding-top: 24px;
}
  .hero__actions{display:flex; gap:16px; align-items:center; flex-wrap:wrap;}

  .btn-call {
    background: #fff;
    color: #0377ac;
    border-radius: 30px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 95%;
    font-weight: 400;
}
  .btn-call:hover{ 
    background:#0377ac; color:#fff; 
}

.btn-call-header {
    background: #0377ac;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 32px;
    font-size: 18px;
    line-height: 95%;
    font-weight: 400;
}
  .btn-call-header:hover{ 
    background:#0377ac; color:#fff; 
}

.btn-call-header::before {
    content: url('immagini/call-withe.svg'); /* Freccia verso destra */
    margin-left: 5px; /* Spazio tra il testo e la freccia */
    margin-top: 8px;
}

.btn-call:hover::before  {
    content: url('immagini/call-withe.svg'); /* Freccia verso destra */
    margin-left: 5px; /* Spazio tra il testo e la freccia */
    margin-top: 8px;
}
  .btn-call::before {
    content: url('immagini/call.svg'); /* Freccia verso destra */
    margin-left: 5px; /* Spazio tra il testo e la freccia */
    margin-top: 8px;
}
  /* card destra */
  .hero__card {
    position: fixed;
    background: #F1EFF6;
    color: #fff;
    border-radius: 24px;
    width: 387px;
    height: 380px;
    padding: 24px 32px 24px 32px;
    margin-bottom: -22em;
    z-index: 1000;
    margin-left: 53em;
}

.hero__card.is-hidden{
    transform: translateY(12px) scale(.98);
  }

  /* Stato nascosto quando la sezione virus è visibile */
.hero__card.is-hidden{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(12px) scale(.98);
  }

  .hero__card h3 {
    margin-top: 4px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    padding-right: 48px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #012350;
}
.hero__card p {
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
    padding-bottom: 24px;
    padding-right: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #012350;
}
.btn.btn-light {
    background: #0377ac;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 95%;
    font-weight: 400;
}
  .btn.btn-light:hover{ background:#0377ac; color:#fff; }
  

  .btn.btn-blu{
    background: #0377ac;;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 95%;
    font-weight: 400;
  }
  .btn.btn-blu:hover{
    background:#183964; color:#fff;
  }


  /* MOBILE */
.hero__card-mobile{
    display: none;
  }
  
  @media(max-width: 768px){
    .hero__card{
      display: none; /* desktop hidden su mobile */
    }
    .hero__card-mobile{
      display: flex;
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      bottom: 16px;
      z-index: 1000;
    width: calc(100% - 32px);
      max-width: 360px;
      padding: 12px 16px 16px;
      border-radius: 16px;
      background: #F1EFF6;
    flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
    }
  
    .hero__card-mobile h3 {
        font-size: 25px;
        font-weight: 400;
        color: #012350;
        margin-bottom: 8px;
        line-height: 110%;
    }

    p.card_text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 24px;
        line-height: 114%;
        font-weight: 400;
    }
  
    .hero__card-mobile .btn-mobile {
        width: 100%;
        height: 55px;
        border-radius: 72px;
        background: #0377AC;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 16px;
    }
  
    /* stato hidden come la desktop */
    .hero__card-mobile.is-hidden{
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translateX(-50%) translateY(12px) scale(.98);
      transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    }
  }
  

  /* Sezione1 */
  .highlights{
    background:#fff;
    padding: 56px 0 72px;
    color: var(--text);
  }
  .highlights .container{
    max-width:1200px;
    margin-inline:auto;
  }
  
  /* Header sinistro */
  .hl-head{
    max-width: 640px;
    margin-bottom: 24px;
    display: grid;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 8px;
  }
  .hl-head h2 {
    font-size: 48px;
    line-height: 99%;
    font-weight: 400;
    color: #0377AC;
}
.hl-intro {
    font-size: 18px;
    line-height: 130%;
    color: #000000;
    margin-top: 0;
}
  
  /* Cards in riga */
  .hl-cards{
    display: flex;
    gap: 16px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }

 .hl-card {
    background: #F1EFF6;
    border-radius: 16px;
    padding: 24px;
    width: 197px;
    height: 197px;
}
  .hl-value {
    font-size: 40px;
    line-height: 110%;
    font-weight: 500;
    color: #0377AC;
    margin-bottom: 40px;
}
.hl-caption {
    font-size: 14px;
    line-height: 130%;
    color: #000000;
}

/* Sezione2 */
  .virus{
    padding: 64px 0 64px;
  }
  .virus .container{
    max-width: 1200px;
    margin-inline: auto;
  }
  
  /* Box principale */
  .virus__box {
    position: relative;
    background: #E3EBF3;
    border-radius: 40px;
    overflow: hidden;
    outline-offset: 6px;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: 64px;
    padding-right: 64px;
    height: 512px;
}
.virus__problem {
    position: relative;
    background: #E3EBF3;
    border-radius: 40px;
    overflow: hidden;
    outline-offset: 6px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 64px;
    padding-right: 64px;
    height: 512px;
}
.virus__discover {
    position: relative;
    background: #E3EBF3;
    border-radius: 40px;
    overflow: hidden;
    outline-offset: 6px;
    padding-top: 56px;
    padding-bottom: 48px;
    padding-left: 64px;
    padding-right: 64px;
    height: 512px;
}

p.befor-button {
    margin-bottom: 60px;
}


  
  /* Colonna testo (sinistra) */
  .virus__copy{
    max-width: 540px;
    position: relative;
  }
  .virus__copy h2 {
    font-size: 48px;
    line-height: 100%;
    color: #0377B1;
    font-weight: 400;
}
.virus__copy p {
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    font-weight: 400;
    padding-right: 104px;
}
.virus__copy_discover{
    max-width: 540px;
    position: relative;
    padding-right: 8em;
  }
  .virus__copy_discover h2 {
    font-size: 48px;
    line-height: 100%;
    color: #0377B1;
    font-weight: 400;
}
.virus__copy_discover p {
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    font-weight: 400;
    padding-right: 116px;
}


  
  /* Immagine a destra dentro al box (pattern ellissi) */
  .virus__box::after {
    content: "";
    position: absolute;
    inset: 0;
    left: min(54%, 680px);
    background: url(immagini/img1.webp) right center / cover no-repeat;
    background-size: 100% auto;
    filter: none;
    z-index: 0;
}

    /* Immagine a destra dentro al box (pattern ellissi) */
    .virus__problem::after {
        content: "";
        position: absolute;
        inset: 0;
        left: min(54%, 680px);
        background: url(immagini/img2.webp) right center / cover no-repeat;
        background-size: 100% auto;
        filter: none;
        z-index: 0;
    }

      .virus__discover::after{
        content: "";
        position: absolute;
        inset: 0;
        left: min(58%, 680px);        /* porzione destra del box */
        background: url("immagini/img3.webp") right center / cover no-repeat;
        background-size: 100% auto;
        filter: none;                  /* niente blur, il file già contiene la texture */
        z-index: 0;
      }
  
 
  /* Sezione3 */
  
  .women{
    padding: 48px 0 64px;
  }
  .women .container{
    max-width:1200px;
    margin-inline:auto;
    display:grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap:48px;
    align-items:start;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  /* Box testo */
  .women__textbox {
    position: relative;
    width: 489px;
    margin-left: 32px;
}
.women__textbox h3 {
    margin: 0px 0px 24px;
    font-size: 48px;
    line-height: 100%;
    color: #0377AC;
    font-weight: 400;
}
.women__list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    color: #203300;
}
  .women__list li{ margin:0; }
  .women__list strong{ font-weight:700; }
  
  /* Media destra */
  .women__media {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-right: 16px;
}
  .women__media img{
    display:block;
    width:100%;
    height:auto;
    aspect-ratio: 4/3;     /* opzionale, rimuovi se non serve */
    object-fit: cover;
    border-radius:16px;
  }
  
  /* Responsive */
  @media (max-width: 960px){
    .women .container{
      grid-template-columns: 1fr;
      gap:24px;
    }
    .women__textbox{ padding:16px 16px; }
    .women__textbox h3{ font-size:22px; }
    .women__list{ font-size:14px; gap:6px; }
    .women__media{ max-width:520px; }
  }
  @media (max-width: 480px){
    .women{ padding:32px 0 48px; }
    .women .container{ padding-inline:16px; }
    .women__media{ outline-offset:4px; }
  }
  
  
  /* Sezione 6*/
  .prevention {
    padding: 42px 0 80px;
}
  .prevention .container{
    max-width:1200px;
    margin-inline:auto;
    padding-inline:32px;
  }
  
  /* Testata */
  .prev-head {
    max-width: 640px;
    margin-bottom: 24px;
    display: grid;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding-top: 24px;
    padding-right: 40px;
    padding-bottom: 24px;
    padding-left: 8px;
}
.prev-head h2 {
    font-size: 48px;
    line-height: 100%;
    font-weight: 400;
    color: #0377AC;
}
.prev-intro {
    font-size: 18px;
    line-height: 130%;
    color: #203300;
    font-weight: 400;
    padding-right: 7px;
}
  
  /* Lista card */
  .prev-list{
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 720px; /* allineata a sinistra come nello screen */
  }
  
  /* Card pill */
  .prev-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: start;
    background: #F1EFF6;
    border-radius: 24px;
    padding: 24px 32px 24px 32px;
    width: 587px;
    height: 126.43px;
}

img.icon {
    padding-top: 5px;
}
  .prev-icon{
    width: 44px; height: 44px;
    border-radius: 999px;
    display: grid; place-items: center;
    color: var(--blue);
    background: #EAF3F9;
    flex: 0 0 44px;
  }
  .prev-icon svg{ width:22px; height:22px; }
  
  /* Testi card */
  .prev-title {
    margin: 2px 0 6px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    color: #0377AC;
}
.prev-text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    margin: 0;
}
  

  

@media screen and (min-device-width: 769px) and (max-device-width: 2800px) {
/* Sezione Vantaggi */

h2.title-vantaggi {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 48px;
    line-height: 48px;
    text-align: left;
    color: #01334F;
    margin-bottom: 80px;
    font-weight: 400;
    margin-left: 24px;
}
.advantages-section-desktop {
    text-align: center;
    padding: 62px;
}
.advantages-section-mobile {
    display: none;
}


/* Contenitore dei vantaggi */
.advantages-container {
    display: flex; /* Usa Flexbox per l'allineamento */
    justify-content: space-around; /* Distribuisce gli elementi */
    flex-wrap: wrap; /* Permette il wrapping su schermi piccoli */
    gap: 20px; /* Spaziatura tra gli elementi */
}

/* Ogni singolo vantaggio */
.advantage-item {
    text-align: center;
    width: 268px;
}

/* Immagine del vantaggio */
.advantage-image {
    
    margin-bottom: 15px;
}

/* Testo sotto l'immagine */
.advantage-text {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 32px;
    color: #01334F;
    font-weight: 400;
}


.swiper-container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.swiper-button-prev,
.swiper-button-next {
    color: #01334F;
}


/* Sezione loghi pagamento */

.payment-logos {
    width: 100%;
    height: 72px;
}

img.logo-pay {
    width: 136px;
    height: 72px;
    padding: 24px;
    border-radius: 8px 0px 0px 0px;
}

/* Sections */

.section.payment-section {
    display: none;
}

.section.payment-desktop {
    text-align: center;
    padding: 62px;
}

.section.payment-desktop h2 {
    font-size: 32px;
    color: #01334F;
    font-weight: 400;
    text-align: left;
    margin-left: 24px;
    margin-bottom: 40px;
}

.cta-button-large {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button-large:hover {
    background-color: #01334F;
}
}

@media screen and (min-device-width: 769px) and (max-device-width: 2800px) {


/* Banner con immagine di sfondo */
section.custom-banner-mobile {
    display: none;
}
.custom-banner {
    position: relative;
    background-image: url(immagini/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 40px;
    margin-bottom: 96px;
    margin-left: 32px;
    margin-right: 32px;
}

a.cta-button-banner {
    width: 320px;
    height: 56px;
    border-radius: 48px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    background-color: #ffffff;
    color: #306E6E;
    border: solid 1px #306E6E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    line-height: 17.1px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.cta-button-banner::after {
    content: url('immagini/row-right-green.svg'); /* Freccia verso destra */
    margin-left: 5px; /* Spazio tra il testo e la freccia */
}

.cta-button-banner:hover {
    background: #AEE35B;
    color: #4B663D;
    }

/* Contenitore del contenuto */

.custom-banner-content {
    max-width: 530px; /* Larghezza massima del contenitore */
}

/* Testo */
.custom-banner h2 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 20px;
    color: #01334F;
    font-weight: 400;
}


.custom-banner-cta:hover {
    background: #E5F1F7;
    color: #01334F; /* Cambia colore al passaggio del mouse */
}

}

@media screen and (min-device-width: 769px) and (max-device-width: 2800px) {
/* Footer Container */
/* Footer Styling */
.footer-desktop {
    background-color: #0377AC;
    color: #fff; 
    padding: 40px 20px 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: 274px;
}

/* Layout Contenitore del Footer */
.footer-container {
    display: flex;
    justify-content: space-between; /* Allinea le colonne orizzontalmente */
    align-items: flex-start;
    flex-wrap: nowrap; /* Nessuna disposizione verticale */
    max-width: 100%;
    margin: 0 auto;
}

/* Colonna del Footer */
.footer-column {
    flex: 1;
    margin: 0 10px;
    text-align: left;
    min-height: 100px; /* Assicura che tutte le colonne abbiano la stessa altezza */
    display: flex;
    flex-direction: column; /* Disposizione verticale degli elementi */
    justify-content: flex-start; /* Allinea gli elementi in alto */
    width: 325px;
}


.footer-logo {
    max-width: 207px; /* Dimensione massima del logo */
    height: auto;
}

/* Link del Footer */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: underline !important;
    color: #E8FFF3;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
}

.footer-column ul li a:hover {
    color: #E8FFF3;/* Colore hover */
    text-decoration: underline; 
}

/* Sezione Inferiore */
.footer-bottom {
    text-align: right; /* Allineamento a destra */
    margin-top: 66px;
    font-size: 0.9em;
}

.footer-bottom a {
    text-decoration: underline;
    color: #E8FFF3;
    margin: 0 5px;
}

.footer-bottom a:hover {
    color: #E8FFF3; /* Colore hover */
}
.footer-mobile {
    display: none;
}
}

/* Responsività */
@media (max-width: 768px) {
    .footer-container {
        flex-wrap: wrap; /* Passa a disposizione verticale sui dispositivi piccoli */
        justify-content: center; /* Centra le colonne */
        text-align: center;
    }

    .footer-column {
        margin-bottom: 20px;
    }

    
}



@media (max-width: 768px) {

/* Media Query per dispositivi mobile */
.container-body {
    background-image: url();
    background-size: 561px 1231.62px; /* Dimensioni specifiche dell'immagine */
    background-repeat: no-repeat;
    background-position: right;
    margin: 0;
    padding: 0;
}
    header .logo img {
        height: 18.63px; /* Altezza del logo */
        width: 83.24px; /* larghezza logo */
        top: 35.77px;
        left: 40px;
    }
    
    .cta-img {
        width: 60%;
        float: right;
        padding-top: 0px;
    }

    .btn-call-header {
        background: #0377ac;
        color: #fff;
        border-radius: 30px;
        text-decoration: none;
        padding-top: 16px;
        padding-bottom: 18px;
        padding-left: 20px;
        padding-right: 32px;
        font-size: 16px;
        line-height: 95%;
        font-weight: 400;
    }
    
  /* Sezione: base + spazio per la card che esce */
  .hero {
    background-color: #012350;
    background-image: url(immagini/hero_back_mobile.webp);
    background-repeat: no-repeat;
    padding: 23px 16px 32px;
    overflow: visible;
    height: 743px;
}

  /* Layout a una colonna */
  .hero .container{
    display:block;
    max-width:560px;
    padding:0;
  }

  /* Tipografia */
  .hero__copy{
    width:auto;
    padding-top: 16px;
  }

  .after_h1{
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color:#fff !important;
    padding-top: 0px;
    width: auto;
}
  .hero__copy h1 {
    font-size: 42px;
    line-height: 110%;
    font-weight: 500;
    margin: 0 0 12px;
    padding-bottom: 8px;
}
.hero__copy .source {
    font-size: 12px;
    margin: 16px 0 24px;
    line-height: 100%;
}
  p.question {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    padding-bottom: 24px;
    display: block;
}
p.phone-help {
    font-size: 16px;
    padding: 24px 0 0;
    padding-right: 48px;
}
  .btn-call {
    background: #fff;
    color: #0377ac;
    border-radius: 30px;
    text-decoration: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 95%;
    font-weight: 400;
}
  .btn-call:hover{ 
    background:#0377ac; color:#fff; 
}

.btn-call:hover::before  {
    content: url('immagini/call-withe.svg'); /* Freccia verso destra */
    margin-left: 5px; /* Spazio tra il testo e la freccia */
    margin-top: 8px;
}


  /* Pulsante nella card: pill bianca centrata */
  .btn.btn-light{
    display: block;
    width: 100%;
    line-height: 95%;
    border-radius: 72px;
    background:#fff;
    color:#0377AC;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
  .btn.btn-light:hover{
    background:#0377AC; color:#fff;
  }

  .btn.btn-blu{
    display: block;
    width: 100%;
    line-height: 95%;
    border-radius: 72px;
    background:#0377AC;
    color:#fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
  .btn.btn-blu:hover{
    background:#183964; color:#fff;
  }

  .hl-head h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 400;
    color: #0377AC;
}

.hl-head {
    display: grid;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
}
.hl-card {
    background: #F1EFF6;
    border-radius: 16px;
    padding: 12px;
    width: 110px;
    height: 112px;
}

.hl-intro {
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
}

.highlights .container {
    margin-inline: auto;
    padding-inline: 16px;
}

.hl-value {
    font-size: 18px;
    line-height: 110%;
    font-weight: 500;
    color: #0377AC;
    margin-bottom: 8px;
}

.hl-caption {
    font-size: 10px;
    line-height: 130%;
    color: #000000;
}
.prevention .container {
    margin-inline: auto;
    padding-inline: 16px;
}

.prev-head {
    max-width: 640px;
    margin-bottom: 24px;
    display: grid;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 24px;
    padding-left: 8px;
}

.prev-head h2 {
    font-size: 30px;
    line-height: 110%;
    font-weight: 400;
    color: #0377AC;
}

.prev-intro {
    font-size: 16px;
    line-height: 130%;
    color: #203300;
    font-weight: 400;
    padding-right: 0;
}

.prev-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: start;
    background: #F1EFF6;
    border-radius: 10px;
    padding: 30px 16px 30px 0px;
    width: auto !important;
    height: auto !important;
}
.prev-title {
    margin: 0px 24px 6px;
    font-size: 30px;
    line-height: 110%;
    font-weight: 400;
    color: #0377AC;
}

img.icon {
    padding-top: 5px;
    margin-left: 32px;
}


    .container-body {
        background-image: url() !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* sezioni mobile */
    .evaluation-desktop {
        display: none;
    }

.evaluation-mobile {
    width: 100%;
    padding: 20px;
    text-align: right; /* Per centrare il contenuto */
}

.evaluation .container {
    max-width: 100%;
    margin: 0 auto;
}

.container-agevolazione {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
 }
    
.title-agevolazione {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 35px;
    line-height: 110%;
    font-weight: 400;
    color: #68971C;
    width: 371px;
    height: 117px;
    padding-right: 16px;
    padding-left: 16px;
    gap: 16px;
    text-align: left;
 }
    
.cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.card {
    background-color: #E7F1F1;
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.card-icon {
    width: 32px;
    height:32px;
}
.card-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
    color: #68971C;
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.card-text {
    font-size: 16px;
    line-height: 130%;
    color: #203300;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.card-note {
    font-size: 14px;
    color: #203300;
    line-height: 130%;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    font-family: "Helvetica Neue", Arial, sans-serif;
}



.virus{ padding: 32px 0 48px; }
    .virus .container{ padding-inline: 16px; }

    .virus__copy h2{
      font-size: 30px;
      line-height: 110%;
      margin-bottom: 24px;
    }
    .virus__copy p{
      font-size: 16px;
      line-height: 135%;
      padding-right: 0;
    }
    .virus__copy_discover h2{
        font-size: 30px;
        line-height: 110%;
        margin-bottom: 24px;
      }
      .virus__copy_discover p{
        font-size: 16px;
        line-height: 135%;
        padding-right: 0;
      }

      .virus__copy_discover {
        max-width: 540px;
        position: relative;
        padding-right:0; 
    }

    .btn.btn-blu {
        display: block;
        width: 72%;
        line-height: 95%;
        border-radius: 72px;
        background: #0377AC;
        color: #fff;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
    }
    p.befor-button {
        margin-bottom: 32px;
    }
  
    .virus__box::after{
     display: none;
    }
    .virus__problem::after{
        display: none;
       }

    .virus__discover::after {
display: none;
    }
    .women__textbox {
        padding: 0;
}
.women .container {
padding-top: 0;
padding-bottom: 0;
}

.women__textbox {
    position: relative;
    width: auto;
    margin-left: 0;
}

.women__media {
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-right: 0;
}

.women__textbox h3 {
    font-size: 30px;
    line-height: 110%;
}

.women__list {
    font-size: 18px;
    gap: 6px;
    line-height: 130%;
}

.virus__box {
    padding: 24px;
    border-radius: 10px;
    height: auto;
}
.virus__problem {
    padding: 24px;
    border-radius: 10px;
    height: auto;
}
.virus__discover {
    padding: 24px;
    border-radius: 10px;
    height: auto;
}

    
/* vantaggi mobile */
.advantages-section-mobile {
    text-align: center;
    padding: 24px;
    background-color: #ffffff;
    margin-top: 24px;
}
.advantages-section-desktop {
    display: none;
}
h2.title-vantaggi {
    font-weight: 400;
    font-size: 32px;
}

/* Swiper Container */
.swiper-container {
    width: 100%; /* Adatta la larghezza al container */
    overflow: hidden; /* Nasconde lo scorrimento orizzontale */
}

.swiper-wrapper {
    display: flex; /* Imposta il layout flessibile per le slide */
    transition: transform 0.3s ease-in-out; /* Aggiunge una transizione fluida */
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    flex: 0 0 100%; /* Ogni slide occupa il 100% della larghezza visibile */
    box-sizing: border-box; /* Include padding e border nella larghezza */
    text-align: center; /* Allinea il contenuto */
}

.advantage-image {
    width: 160px;
    height: 160px;
    margin-bottom: 8px;
}

.advantage-text {
    font-size: 16px;
    color: #01334F;
    line-height: 20.8px;
    font-weight: 400;
}
.section h2 {
    font-size: 28px;
    color: #01334F;
    line-height: 30.8px;
    text-align: center;
    font-weight: 400;
}
/* Sezione loghi pagamento mobile */

.section.payment-desktop {
    display: none;
}
.payment-section {
    text-align: center;
    padding: 40px;
}

.payment-section h2 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    color: #01334F;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

/* Contenitore dei loghi */
.payment-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    justify-content: center;
    padding-top: 16px;
}

/* Stile dei loghi */
.logo-pay {
    max-width: 100%; /* Adatta i loghi al contenitore */
    height: auto;
    padding: 10px;
}

.custom-banner{
    display: none;
}

.image-column-blog {
    width: 100%;
    max-width: 370px;
    height: auto;
    margin-top: -3em;
}


.container-blog-mobile {
    position: relative;
    background-image: url(immagini/background-blog-mobile.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 32px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 14px;
    width: auto;
    margin-top: 4em;
}

.checkup-link-blog {
    width: 198px;
    height: 56px;
    padding: 8px 8px 8px 8px;
    gap: 8px;
    border-radius: 48px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #fff;
    color: #0077ad !important;
    font-size: 16px;
    margin-bottom: 24px;
}

/* Banner con immagine di sfondo */

.custom-banner-mobile {
    position: relative;
    background-image: url('immagini/banner-mobile.webp'); /* Percorso dell'immagine */
    background-size: cover; /* Copre tutta la sezione */
    background-position: center; /* Centra l'immagine */
    background-repeat: no-repeat; /* Non ripete l'immagine */
    width: 343px; /* Larghezza completa */
    height: 248px; /* Altezza del banner */
    margin: auto;
    display: flex; /* Usa Flexbox */
    justify-content: flex-start; /* Allinea il contenuto a sinistra */
    align-items: flex-start; /* Allinea il contenuto in alto */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombra leggera */
    border-radius: 24px; /* Angoli arrotondati */
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Contenitore del contenuto */

.custom-banner-content {
    max-width: 371pxpx; /* Larghezza massima del contenitore */
}

/* Testo */
.custom-banner-content h2 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #01334F;
    font-weight: 400;
    margin-left: 16px;
}


.custom-banner-cta:hover {
    background: #E5F1F7;
    color: #01334F;
}

.cta-button-banner {
    width: 300px;
    height: 48px;
    border-radius: 34px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    gap: 4px;
    background-color: #ffffff;
    color: #306E6E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    line-height: 11.4px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin-left: 12px;
    margin-top: 80px;
}

.cta-button-banner::after {
    content: url('immagini/row-right-green.svg'); /* Freccia verso destra */
    margin-left: 5px; /* Spazio tra il testo e la freccia */
}
.cta-button-banner:hover {
    background: #AEE35B;
    color: #4B663D;
}
.footer-desktop {
    display: none;
}

/* Stile generale del footer */
.footer-mobile {
    background-color: #0377AC;
    padding: 20px;
    text-align: left; /* Allinea i contenuti a sinistra */
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Contenitore del footer */
.footer-container {
    display: flex;
    flex-direction: column; /* Imposta le colonne una sotto l'altra */
    gap: 20px; /* Spazio tra le colonne */
}



/* Colonne */
.footer-column {
    text-align: left;
}

.footer-column ul {
    list-style: none; /* Rimuove i bullet points */
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px; /* Spazio tra gli elementi */
}

.footer-column ul li a {
    color: #E8FFF3; /* Colore del testo */
    text-decoration: none; 
    font-size: 16px;
}

.footer-column ul li a:hover {
    color: #E8FFF3; /* Colore su hover */
    text-decoration: underline; /* Rimuove la sottolineatura */
}

/* Logo */
.footer-logo {
    max-width: 150px; /* Dimensione del logo */
    height: auto;
}

/* Sezione inferiore */
.footer-bottom {
    margin-top: 20px;
    font-size: 14px;
    text-align: left; /* Allinea i testi a sinistra */
    color: #E8FFF3; /* Colore del testo */
}

.footer-bottom a {
    color: #E8FFF3;
    text-decoration: underline;
}

.footer-bottom a:hover {
    color: #01334F;
}


}