@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;700&display=swap');

body { 
  font-family: "Lato", sans-serif; 
}

h1,h2,h3,h4,h5,h6 { 
  font-family: "Lato", sans-serif; 
}

/* Botones base (sin !important) */
button,
input[type="submit"],
input[type="button"],
a.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;

  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

/* Botones WPBakery (acá sí suele hacer falta !important) */
.vc_btn3,
.vc_general.vc_btn3 {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  border-radius: 4px !important;
  line-height: 1 !important;
}
header.navbar.navbar-fixed-top.style5:not(.headerclone) {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

header.navbar.navbar-fixed-top.style5:not(.headerclone) .navbar-brand,
header.navbar.navbar-fixed-top.style5:not(.headerclone) a {
    color: #ffffff !important;
}