/* utilidades generales */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}
.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}
.text-center{text-align:center}



.whatsapp-button {
    position: fixed;
    bottom: 100px; /* Adjust this value to set the distance from the bottom of the page */
    right: 100px; /* Adjust this value to set the distance from the right side of the page */
    padding: 10px 20px;
    background-color: #25D366;
    color: #fff;
    font-size: 2.5rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .whatsapp-button:hover {
    background-color: #128C7E;
  }
  

  .clWhatsAppNumber{}


  .clWhatsAppNumber a {background: #25D366; font-size: 30px; color: #fff;}
  .clWhatsAppNumber a:hover {background: #25D366; font-size: 30px;color: #f0f;}
