.btn-icono-lineal {
  bottom: 0;
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 0;
  color: #262626;
  font-family: var(--fuente-secundary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: transparent;
}

.btn-icono-lineal svg {
  width: initial !important;
}

.btn-principal {
  color: var(--neutral-0, #fff) !important;
  font-family: var(--fuente-secundary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  border-radius: var(--radius-radius-3, 8px);
  background: var(--Brand-Brand-700, #003fb5) !important;
  border: 2px solid var(--Brand-Brand-700, #003fb5) !important;
  display: flex;
  width: fit-content;
  height: 48px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.btn-principal:hover,
.btn-principal:focus {
  color: var(--neutral-0, #fff) !important;
  background: var(--Brand-Brand-500, #0059ff) !important;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--Brand-Brand-500, #0059ff) !important;
}

.btn-principal:focus {
  border: 2px solid var(--Brand-Brand-900, #00256b) !important;
  background: var(--Brand-Brand-900, #00256b) !important;
}

.btn-secundario {
  font-family: var(--fuente-secundary);
  color: var(--Brand-Brand-700, #003fb5);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  border-radius: var(--size-3, 8px);
  border: 2px solid var(--Brand-Brand-700, #003fb5);
  display: flex;
  width: fit-content;
  height: 48px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: transparent;

  & path {
    fill: var(--Brand-Brand-700, #003fb5);
  }
}

.btn-secundario:hover {
  color: var(--Brand-Brand-500, #0059ff);
  border: 2px solid var(--Brand-Brand-500, #0059ff);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background-color: var(--Brand-Brand-50, #e6eeff);

  & path {
    fill: var(--Brand-Brand-500, #0059ff);
  }
}

.btn-secundario:focus {
  border-radius: var(--radius-radius-3, 8px);
  border: 2px solid var(--Brand-Brand-900, #00256b);
  background: var(--Brand-Brand-50, #e6eeff);

  & path {
    fill: var(--Brand-Brand-900, #00256b);
  }
}

.add_to_cart_button,
.woocommerce .single_add_to_cart_button {
  display: flex !important;
  height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Brand-Brand-700, #003fb5);
  color: var(--neutral-0, #fff) !important;
  font-family: var(--fuente-secundary) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 120% !important;
  margin: 0 !important;
  text-transform: none;
}

.add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover {
  background: var(--Brand-Brand-500, #0059ff);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.woocommerce .single_add_to_cart_button:focus {
  background: var(--Brand-Brand-900, #00256b);
}

.woocommerce .single_add_to_cart_button:active {
  background: var(--Brand-Brand-900, #00256b);
}

.add_to_cart_button::after,
.woocommerce .single_add_to_cart_button::after {
  content: "" !important;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M11.25%208.75V5.75H8.25V4.25H11.25V1.25H12.75V4.25H15.75V5.75H12.75V8.75H11.25ZM7.15375%2021.5578C6.66792%2021.5578%206.25483%2021.3875%205.9145%2021.047C5.57417%2020.7067%205.404%2020.2936%205.404%2019.8078C5.404%2019.3218%205.57417%2018.9086%205.9145%2018.5682C6.25483%2018.2279%206.66792%2018.0578%207.15375%2018.0578C7.63975%2018.0578%208.05292%2018.2279%208.39325%2018.5682C8.73358%2018.9086%208.90375%2019.3218%208.90375%2019.8078C8.90375%2020.2936%208.73358%2020.7067%208.39325%2021.047C8.05292%2021.3875%207.63975%2021.5578%207.15375%2021.5578ZM16.8462%2021.5578C16.3602%2021.5578%2015.9471%2021.3875%2015.6068%2021.047C15.2664%2020.7067%2015.0962%2020.2936%2015.0962%2019.8078C15.0962%2019.3218%2015.2664%2018.9086%2015.6068%2018.5682C15.9471%2018.2279%2016.3602%2018.0578%2016.8462%2018.0578C17.3321%2018.0578%2017.7452%2018.2279%2018.0855%2018.5682C18.4258%2018.9086%2018.596%2019.3218%2018.596%2019.8078C18.596%2020.2936%2018.4258%2020.7067%2018.0855%2021.047C17.7452%2021.3875%2017.3321%2021.5578%2016.8462%2021.5578ZM1.5%203.75V2.25H4.3615L8.5345%2011.0578H15.352C15.4097%2011.0578%2015.4609%2011.0433%2015.5057%2011.0145C15.5506%2010.9857%2015.5891%2010.9456%2015.6212%2010.8943L19.3193%204.25H21.0268L16.9345%2011.6423C16.7705%2011.9308%2016.5534%2012.1554%2016.2833%2012.3163C16.0131%2012.4773%2015.7174%2012.5578%2015.3962%2012.5578H8.1L6.94225%2014.673C6.89092%2014.75%206.88933%2014.8333%206.9375%2014.923C6.9855%2015.0128%207.05758%2015.0578%207.15375%2015.0578H18.596V16.5578H7.15375C6.48708%2016.5578%205.98358%2016.2727%205.64325%2015.7027C5.30292%2015.1329%205.29367%2014.5563%205.6155%2013.973L7.04225%2011.4078L3.404%203.75H1.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E")
    center / contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.cre-veropciones::after {
  display: none !important;
}

.woocommerce .single_add_to_cart_button {
  max-width: calc(100% - 12px - 152px);
  width: 274px;
}

.woocommerce .single_add_to_cart_button:before {
  content: "" !important;
  opacity: 0;
}

.add_to_cart_button.add_to_cart_read_more {
  /* color: #9f9f9f !important;
  background: #e1e1e1 !important; */
}
.add_to_cart_button.add_to_cart_read_more::after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M12.175%209H0V7H12.175L6.575%201.4L8%200L16%208L8%2016L6.575%2014.6L12.175%209Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E") center / contain no-repeat;
  width: 16px;
  height: 16px;
}
