/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2026 | 13:45:04 */
.btn-primario:not(.elementor-element),
.btn-primario.elementor-element a {
  color: #fff !important;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%;
  display: inline-flex;
  height: 45px;
  padding: 12px 18px;
  flex-direction: row;
  align-items: center;
  border-radius: 32px;
  background: var(--Brand-main, #4fa121);
}

.btn-primario:not(.elementor-element):hover,
.btn-primario.elementor-element a:hover {
  background: var(--Color-Brand-colorbrand-7, #43891c);
}

.btn-primario:not(.elementor-element):focus,
.btn-primario.elementor-element a:focus {
  background: var(--Color-Brand-colorbrand-7, #43891c);
}

.elementor-button-content-wrapper {
  display: flex;
  align-items: center;

  & span {
    line-height: normal !important;
  }

  & svg {
    width: auto !important;
  }
}
/* fin principal */

.btn-primario-crema:not(.elementor-element),
.btn-primario-crema.elementor-element a {
  color: #43891C !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%;
  display: inline-flex;
  height: 45px;
  padding: 12px 18px;
  flex-direction: row;
  align-items: center;
  border-radius: 32px;
  background: var(--Crema, #FAF4E6);
}

.btn-primario-crema:not(.elementor-element):hover,
.btn-primario-crema.elementor-element a:hover {
  background: #E0D8C5;
}

.btn-primario-crema:not(.elementor-element):focus,
.btn-primario-crema.elementor-element a:focus {
  background: #E0D8C5;
}
/* fin principal 2 */

.btn-secundario:not(.elementor-element),
.btn-secundario.elementor-element a {
  color: var(--color-black-solid, #000) !important;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 131%;

  display: flex;
  height: 45px;
  padding: 12px 18px;
  flex-direction: row;
  align-items: center;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px #000 inset !important;
}


