/*-- Use For Custom Styling --*/

.video-wrapper {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}

/* Mantiene proporzioni 21:9 */
.video-wrapper::before {
  content: "";
  display: block;
  padding-top: 42.3%; /* (9 / 21) * 100 ≈ 42.3% */
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.informativapage
{
    padding-top: 12rem!important; 
      margin-bottom: 50px;   
}

.informativapage p
{
    text-align: left;
  color: #010101;
  font-size: 15px;
  line-height: 28px;
}

.informativapage h3
{
   margin-bottom: 15px;
  margin-top: 35px;
  font-size: 19px;
}

.campione-section .form-check a, a.linkprivacy
{
  color: white;  
}

.informativapage h2 span.text-uppercase
{
    font-size: 32px;
}

.informativapage h2 span.subtitle
{
    font-size: 22px;
}


/* Evita distorsioni su mobile */
@media (max-width: 768px) {
  .video-wrapper::before {
    padding-top: 42.3%; /* Mantiene sempre 21:9 */
  }
}  

h2.vocalenh2
{
    font-size: 48px;
  color: #267a2b;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

 .blog p {
      font-size: 20px;
      margin-top: 17px;
      text-align: justify;
      font-weight: 400;
      color: #000;
      line-height: 140%;
        margin: 0 0 15px;

}


ul.rs-list-style
{
    list-style: none;
      text-align: left;
}

ul.VocalenCapsule
{  
    text-align: left;
}
 

ul.rs-list-style li 
{
    font-size:  15px;
    color: #267a2b;    
}






/* ===================================
    Comment-section
====================================== */

.comment-section {
  padding: 120px 0;
  background-color: #f9f9f9;
}

.feature {
  text-align: center;
}


.btn.spray-btn
{
    height: 58px;
  background: #267a2b;
  border-color: #267a2b;
  color: #fff;
  font-size: 24px !important;
  border-radius: 0;
  padding: 0 0;
  line-height: 1.6em !important;
  font-family: "Source Sans 3", sans-serif;
 
} 


h2.richiedicampione {
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

 
.contact-form .form-control {
  
  border-bottom: 1px solid #fff;
} 


#form-campione label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #fff;
  font-weight: 600;
} 



#form-campione .btn.button {
  font-size: 15px !important;
  padding: 9px 34px !important;
  line-height: 1.8em !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}



img.titoloblogimg
{
    width: auto;
    height: auto;
    margin-bottom: 25px;
}


/* === Rimozione overlay effetto incrocio e sostituzione con zoom === */

/* Disattiva i quadrati ::before / ::after */
.hover-effect::before,
.hover-effect::after {
  content: none !important;
  display: none !important;
}

/* Rimuove overlay neri residui */
.hover-effect {
  position: relative;
  overflow: hidden;
}

/* Applica lo zoom morbido */
.hover-effect img {
  transition: transform 0.6s ease, filter 0.6s ease;
  transform: scale(1);
  will-change: transform;
}

/* Zoom on hover */
.hover-effect:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Per evitare shift di layout */
/**
.hover-effect img {
  display: block;
  width: 100%;
  height: auto;
}
*/



  

.campione-section {
  text-align: center; 
  padding: 50px 50px;
  overflow: visible;
  background-color: #009676;
}


.campione-section .contact-form .form-control {
  border-radius: 0;
  padding: 0;
}

.campione-section #quote_submit_btn {
  margin-bottom: -120px;
}

.campione-section .form-check {
  padding: 30px 0 8px 0;
  text-align: center;
  margin-bottom: -15px;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  transition: border .9s ease;
}

.form-control:focus {
  color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}

.campione-section .fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.campione-section .fancybox-close-small:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -1px;
  font: initial;
  font-size: 35px;
  color: #020202;
}

.fancybox-close-small:focus:after {
  outline: none;
}

.campione-section .fancybox-close-small:hover:after,
.campione-section .fancybox-close-small:focus:after {
  background-color: transparent;
}

.contact-form .form-group {
  margin-bottom: 3rem;
}

.contact-form textarea {
  min-height: 130px;
  resize: none;
}

.hidden {
  display: none;
}

.contact-form .button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.contact-form .button:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 8px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}

.contact-form .button:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.contact-form .button:hover:after {
  opacity: 1;
  right: 10px;
}


#campione label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #fff;
  font-weight: 600;
} 



#campione .btn.button {
  font-size: 15px !important;
  padding: 9px 34px !important;
  line-height: 1.8em !important;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}



/* ================================
   QUERCIMMUN Bambini – Barre
================================ */

.quercimmun-bar-top.bambini {
  background: #ff9900;
}

.quercimmun-bar-claim.bambini {
  background: #e9e9e9;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

/* ================================
   QUERCIMMUN Bambini – Colonna DX
================================ */

.quercimmun-bambini-visual, .quercimmun-adulti-visual {
  text-align: center;
  margin-bottom: 0;
}

.quercimmun-bambini-visual img, .quercimmun-adulti-visual img {
  max-width: 100%;
  height: auto;
}

/* ================================
   QUERCIMMUN Bambini – CTA
================================ */

.quercimmun-pack-cta.bambini .btn.spray-btn {
  background: #ff9900;
  border-color: #ff9900;
}

.quercimmun-pack-cta.bambini .btn.btn-hvr:hover,
.quercimmun-pack-cta.bambini .btn.btn-hvr:focus {
  border-color: #ff9900;
}



/* ================================
   QUERCIMMUN – Barre informative
================================ */

.quercimmun-bar-top {
  background: #267a2b;
  color: #ffffff;
  padding: 20px 20px;
  text-align: center;
  font-size: 43px;
  font-weight: 400;
  line-height: 27px;
}

.quercimmun-bar-top strong {
  font-weight: 500;
}

.quercimmun-bar-claim {
  background: #267a2b;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}


/* ================================
   QUERCIMMUN – Badge
================================ */

.quercimmun-badge {
  display: flex;
  align-items: center;      /* centratura verticale */
  justify-content: center;  /* centratura orizzontale */
  padding: 15px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;         /* naturale, non finto */
  min-height: 58px;         /* mantiene l’altezza visiva */
}


.quercimmun-badge.glutenfree {
  background: #267a2b;
}

.quercimmun-badge.lactosefree {
  background: #267a2b;
}


/* ================================
   QUERCIMMUN – Titolo sezione
================================ */

.quercimmun-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.quercimmun-subtitle {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}


/* ================================
   QUERCIMMUN – Pack prodotto
================================ */

/* wrapper colonna sinistra */
.quercimmun-pack-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;      /* centro orizzontale */
  padding: 20px 20px;
}

.quercimmun-pack-cta {
    width: 100%;
  background: #f90;
  text-align: center;
  height: 80px;
}

/* immagine */
/*
.quercimmun-pack-wrapper img,
.imgpack {
  max-width: 360px;
  width: 100%;
  height: auto;
}

*/
.btn.btn-hvr:hover, .btn.btn-hvr:focus {
  color: #fff;
  border-color: #267a2b;
  background: transparent !important;
}



/* ================================
   QUERCIMMUN Bambini – Caratteristiche
================================ */

.quercimmun-bambini-caratteristiche {
  margin-top: 40px;
}

.quercimmun-bambini-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 30px;
}

.quercimmun-bambini-box img {
  max-width: 100%;
  height: auto;
}

/* Variante destra (vitamina C) */
.quercimmun-bambini-box.vitamina-c {
  background: transparent;
}

/* Nota */
.quercimmun-bambini-note {
  margin-top: 25px;
  font-size: 25px;
  color: #000;
  text-align: center;
  line-height: 1.4;
  padding: 0 15px;
}


/* ================================
   QUERCIMMUN – Claim adulti
================================ */

.quercimmun-bar-claim.adulti {
  background: #e9e9e9;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

/* ================================
   QUERCIMMUN – Equilibrio visual
================================ */

.quercimmun-equilibrio {
  width: 100%;
  text-align: center;
  background: #cfe3cf;
}

.quercimmun-equilibrio img {
  max-width: 100%;
  height: auto;
}

/* ================================
   QUERCIMMUN – Visual adulti
================================ */
 

.quercimmun-adulti-visual img {
  max-width: 100%;
  height: auto;
}


.verde
{
    background-color: #267a2b!important;
}


.bg-transparent
{
    background-color: transparent!important;
}

.anchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
 }

/* ================================
   Benefici
================================ */

.benefici {
  text-align: center;
  padding: 60px 0 30px;
}

.benefici-title {
  font-size: 52px;
  font-weight: 700;
  color: #267a2b;
  margin-bottom: 30px;
}

.benefici-bar {
  background: #267a2b;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

.benefici-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefici-image {
  max-width: 190px;
  height: auto;
  margin-bottom: 20px;
}

.benefici-image2 {
  max-width: 240px;
  height: auto;
  margin-bottom: 20px;
}
.benefici-image3 {
  max-width: 310px;
  height: auto;
  margin-bottom: 20px;
}

.benefici-ingredienti {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.benefici-testo {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.benefici-arrow img {
  width: 60px;
  height: auto;
}


/* ================================
   Benefici – Note finali
================================ */

.benefici-note {
  background: #e9e9e9;
  padding: 20px 0;
  font-size: 14px;
  color: #000;
}

.benefici-note ul {
  margin: 0;
  padding-left: 20px;
}

.benefici-note li {
  margin-bottom: 8px;
  line-height: 1.4;
}


/* ================================
   Benefici – Claim centrale
================================ */

.benefici-claim {
  background: #267a2b;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 25px 20px;
  line-height: 27px;
}


/* ================================
   Benefici – Immagine full width
================================ */

.benefici-image-full img {
  width: 100%;
  height: auto;
  display: block;
}

.benefici-image-full2 img {
  width: 100%;
  height: auto;
  display: block;
}


/* ================================
   Benefici – Bibliografia
================================ */

.benefici-bibliografia {
  background: #e9e9e9;
  padding: 25px 0;
  font-size: 14px;
  color: #000;
}

.benefici-bibliografia strong {
  display: block;
  margin-bottom: 10px;
}

.benefici-bibliografia ol {
  padding-left: 20px;
}

.benefici-bibliografia li {
  margin-bottom: 6px;
  line-height: 1.4;
}


/* ================================
   QUERCIMMUN – Disclaimer finale
================================ */

/* barra blu */
.quercimmun-disclaimer-bar {
  background: #82d318;
  height: 70px;
  width: 100%;
}

/* pack centrato sopra il testo */
.quercimmun-disclaimer-pack {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: -85px;
}

.quercimmun-disclaimer-pack img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

/* testo disclaimer */
.quercimmun-disclaimer-text {
  text-align: center;
  font-size: 19px;
  color: #000;
  line-height: 1.5;
   
}


/* Sinistra */
.quercimmun-disclaimer-label.bambini {
  left: 30px;
}

/* Destra */
.quercimmun-disclaimer-label.adulti {
  right: 30px;
}


/* responsive */
@media (max-width: 575px) {
  .quercimmun-disclaimer-pack img {
    max-width: 400px;
  }

  .quercimmun-disclaimer-bar {
    height: 60px;
  }
}



/* ================================
   QUERCIMMUN – Allineamento colonne
================================ */

/* Desktop */
@media (min-width: 992px) {

  /* stessa altezza colonne */
  #quercimmun .row {
    display: flex;
    align-items: stretch;
  }

  /* entrambe le colonne spingono il contenuto in basso */
  #quercimmun .quercimmun-pack-wrapper,
  #quercimmun .text-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
  }

  /* CTA in basso nella colonna immagine */
  #quercimmun .quercimmun-pack-wrapper .mt-4 {
    margin-top: auto;
  }
  
  
   .blog .text-area {
  
    padding-bottom: 0px;
    padding-top: 0px;
  
  }
   
  
}



/* ================================
   QUERCETINA – Sezione editoriale
================================ */

.quercetina {
  background: #fff;
}

.quercetina-bar {
  background: #e9e9e9;
  padding: 18px 0;
}

.quercetina-bar-title {
  margin: 0;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #267a2b;
}

.quercetina-content {
  padding: 45px 0;
}

.quercetina-flower {
  text-align: center;
}

.quercetina-flower img {
  max-width: 100%;
  height: auto;
}

.quercetina-text p {
  font-size: 20px;
  line-height: 1.55;
  color: #000;
  text-align: left;
  margin: 0;
}

.quercetina-bar-second {
  margin-top: 10px;
}

.quercetina-content-bottom {
  padding-top: 25px;
}

/* Responsive */
@media (max-width: 768px) {
  .quercetina-bar-title {
    font-size: 30px;
  }

  .quercetina-content {
    padding: 30px 0;
  }

  .quercetina-text p {
    font-size: 17px;
    padding: 20px 20px;
    text-align: justify;
  }
}




/* ================================
   Responsive immagini
================================ */

@media (max-width: 991px) {
/*  .quercimmun-pack-wrapper img,
  .imgpack {
    max-width: 300px;
  } */
   
   .foglietto
   {
    padding-top:0!important;
    padding-right: 0!important;
    padding-left: 0!important;
   }
  
  .nomobile
  {
    display:none!important; 
  }
  
  .quercetina-flower img {
      max-width: 80%;
      height: auto;
    }
}

@media (max-width: 575px) {
  .quercimmun-pack-wrapper {
    padding: 30px 15px;
  }
   
/*
  .quercimmun-pack-wrapper img,
  .imgpack {
    max-width: 240px;
  }
  */
}


@media (max-width: 1599px) {
    
 
    
}    


@media (max-width: 1200px) {
    
   
    
    
    
}    

/* Su schermi piccoli: riduciamo leggermente l’altezza */
@media (max-width: 768px) {
 
  a.logo
  {
    width:90px;
  }
  
  .quercimmun-badge {
     font-size: 19px;
    line-height: 21px;
    padding: 10px 6px;
    }

   
  
  .quercimmun-disclaimer-pack {
      display: flex;
      justify-content: center;
      margin-top: 40px;
      margin-bottom: -75px;
    }
    
    
    .quercimmun-bar-top {
  
      font-size: 33px; 
      line-height: 36px;
    }
    
    
   .quercetina-flower img {
      max-width: 80%;
      height: auto;
    }
    
   .foglietto
   {
    padding-top:0!important;
    padding-right: 0!important;
    padding-left: 0!important;
   }
   
   .anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}


.quercimmun-subtitle,.quercimmun-title, .quercimmun-bambini-note {
 font-size:21px;   
}    
}

/* In caso di schermi molto stretti (tipo 360px) */
@media (max-width: 480px) {
 
  
  a.logo
  {
    width:80px;
  }  
  
  
  

}