/*-- 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: #19619a;
  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: #19619a;    
}






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

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

.feature {
  text-align: center;
}


.btn.spray-btn
{
    height: 58px;
  background: #19619a;
  border-color: #19619a;
  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;
}
/* ================================
   Ronfolin – Barre informative
================================ */

.ronfolin-bar-top {
  background: #19619a;
  color: #ffffff;
  padding: 15px 20px;
  text-align: center;
  font-size: 23px;
  font-weight: 400;
  
  line-height: 27px;
}

.ronfolin-bar-top strong {
  font-weight: 700;
}

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


/* ================================
   Ronfolin – Badge
================================ */

.ronfolin-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 */
}


.ronfolin-badge.glutenfree {
  background: #7fafcd;
}

.ronfolin-badge.lactosefree {
  background: #19619a;
}


/* ================================
   Ronfolin – Titolo sezione
================================ */

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


/* ================================
   Ronfolin – Pack prodotto
================================ */

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

/* wrapper colonna dx */
.ronfolin-pack-wrapper2 {
   
  padding: 20px 20px!important;
}


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


.btn.btn-hvr:hover, .btn.btn-hvr:focus {
  color: #fff;
  border-color: #7fafcd;
  background: transparent !important;
}



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

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

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

.benefici-bar {
  background: #19619a;
  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: #7fafcd;
  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;
}

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

/* ================================
   Ronfolin – Disclaimer finale
================================ */

/* barra blu */
.ronfolin-disclaimer-bar {
  background: #19619a;
  height: 70px;
  width: 100%;
}

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

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

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

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

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



/* ================================
   Ronfolin – Allineamento colonne
================================ */

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

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

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

  /* CTA in basso nella colonna immagine */
  #ronfolin .ronfolin-pack-wrapper .mt-4 {
    margin-top: auto;
  }
}


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

@media (max-width: 991px) {
  .ronfolin-pack-wrapper img,
  .imgpack {
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .ronfolin-pack-wrapper {
    padding: 30px 15px;
  }

  .ronfolin-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;
  }
  
  .ronfolin-badge {
     font-size: 19px;
    line-height: 21px;
    padding: 10px 6px;
    }

   .blog .text-area {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .ronfolin-disclaimer-pack {
      display: flex;
      justify-content: center;
      margin-top: 40px;
      margin-bottom: -75px;
    }
}

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

}