/* Escritorio */
.logo-imagen {
    /* width: 33% !important; */
    width: 75% !important;
  }
  .hero .heading {
      font-size: clamp(3.5rem, 2.5vw, 2.5rem) !important;
   }
  
  /* Mobil */
  @media only screen and (max-width: 767px) {
    .logo-imagen {
      /* width: 90% !important; */
      width: 321% !important;
    }
    .hero .heading {
      font-size: clamp(2.5rem, 2.5vw, 2.5rem) !important;
   }
  }

  .text-black-50 {
    font-size: 16px !important;
  }


  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8c6c17 !important;
    border-color: #8c6c17 !important;
}