@charset "UTF-8";

:root {
  --color-principal: #E53037;
  --color-secundario: #F3AC0C;
  --color-tercero: #F3AC0C;
  --color-cuarto: #8E031D;
  --color-claro: #ffffff;
  --color-obscuro: #343434;
  --color-texto: #343434;
  --color-extra: #e9e9ff;
  --color-gris: #e3e4e5;
  --transparente: #ffffff00;
  --color-gris-precio: #acacac;
  --fuente-alterna: "Oswald", system-ui;
  --fuente-regular: "Poppins", system-ui;
  --custom-container: 1440px;
  --padding-lateral: 10px;
  --padding-lateral-mobile: 15px;
  --padding-contenido: 20px;
  --border-big: 20px;
  --border-normal: 10px;

  /* 
  --color-principal: #021b6d;
  --color-secundario: #009a38;
  --color-tercero: #0866fd;
  --color-cuarto: #ed2047;
  */

  /* Curvas útiles */
  --in-dur: 0.65s;
  /* entrar */
  --out-dur: 0.55s;
  /* salir */
  --ease-out-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-fast: cubic-bezier(0.12, 0, 0.39, 0);
  --ease-back-out: cubic-bezier(0.34, 1.56, 0.64, 1);
  /* con ligero “overshoot” opcional */
}

/* Google Speedtest */
.site__logo-img {
  height: auto;
}

@media (max-width: 768px) {
  .site__logo-img {
    width: 150px;
  }
}

@media (min-width: 769px) {
  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    width: 100px;
    border-radius: var(--border-normal);
  }

  .woocommerce-cart-form__contents thead > tr {
    display: flex;
    width: 100% !important;
    background-color: white;
    margin-bottom: 10px;
    border-radius: var(--border-normal);
  }

  .woocommerce-cart-form__cart-item {
    display: flex;
    width: 100% !important;
    background-color: white;
    margin-bottom: 10px;
    border-radius: var(--border-normal);

    .product-name a {
      display: block;
      text-decoration: none !important;
      font-weight: 600;
      color: #5bc0de;
      padding-top: 10px;
      font-size: 14px;
    }
  }

  .woocommerce-cart-form__contents {
    .product-remove {
      width: 40px;
      min-width: 40px;
    }

    .product-thumbnail {
      width: 100px;
      min-width: 100px;
    }

    .product-name {
      width: 40%;
      min-width: 40%;
    }

    .product-price {
      width: 130px;
      min-width: 130px;
    }

    .product-quantity {
      width: 130px;
      min-width: 130px;
    }
  }

  /* Acomodo tabla -------------------------------- */

  .site__logo-img {
    width: 120px;
  }
}

/* Google Speedtest */

* {
  outline: none !important;
}

.sr-only {
  display: none;
}

html {
  background-color: var(--color-claro);
  -webkit-font-smoothing: antialiased;
  /* macOS (Safari/Chrome). Hace el texto más fino, gris */
  -moz-osx-font-smoothing: grayscale;
  /* macOS (Firefox). Usa antialias en escala de grises */
  text-rendering: optimizeLegibility;
  /* Sugerencia: activa kerning/ligaduras en varios motores */
}

body {
  font-family: var(--fuente-regular) !important;
  background-color: var(--color-claro);
  font-weight: 400;
  width: 100vw;
  overflow-x: hidden !important;
  font-size: 0.875em;
}

/*12Nov*/

/*spk 11-nov*/
.site__section-grid-categorias-wrapper .caja-con-contenido:after {
  display: none !important;
}
.site__section-grid-categorias-wrapper .caja-con-contenido {
  padding: 0;
}
.site__section-grid-categorias-wrapper .caja-con-contenido h2 {
  text-align: center;
  display: block;
  background-color: var(--color-principal);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-claro);
  padding: 10px 15px;
  transition: all ease 0.15s;
  border-radius: 0 0 var(--border-normal) var(--border-normal);
}

.site__section-grid-categorias-wrapper .item-contenido {
  width: 100%;
}
.site__section-grid-categorias-wrapper .caja-con-contenido h2 {
  transition: all ease 0.15s;
}

.site__section-grid-categorias-wrapper .caja-con-contenido:hover h2 {
  transition: all ease 0.15s;
  background-color: #ff6a00;
}

/*btn de la parte superior*/

header.site__header {
  border-bottom: none !important;
}

.buscador-tienda__btn .btn__buscador {
  font-family: var(--fuente-regular) !important;
  font-weight: 800 !important;
}
.site__header-box4 {
  background-color: #ff6a00;
}

.buscador-tienda__btn {
  padding: 0;
}

.txt-1,
.txt-2 {
  display: flex;
  align-items: center;
}

.txt-1 .bi,
.txt-2 .bi {
  padding: 3px;
  border-radius: 300px;
  width: 25px;
  height: 25px;
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
  background-color: #ffffff !important;
  color: var(--color-principal) !important;
}

.txt-1 u,
.txt-2 u {
  display: inline-block;
  background-color: #ffffff !important;
  padding: 3px;
  border-radius: 300px;
  width: 25px;
  height: 25px;
  line-height: 1;
  font-size: 14px;
  margin-right: 5px;
}

.site__header-box4 {
  --n1: #ff6a00;
  --n2: #ff8a3d;
  --n3: #ffa94d;
  background: linear-gradient(
    90deg,
    var(--n1),
    var(--n2),
    var(--n3),
    var(--n2),
    var(--n1)
  );
  background-size: 300% 100%;
  animation: orangeFlow 8s ease-in-out infinite;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0; /* más delgadito */
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  border-radius: 0; /* sin curva */
}

/* Destello */
.site__header-box4::after {
  content: "";
  position: absolute;
  inset: -30% -20%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.28) 45%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.28) 55%,
    transparent 100%
  );
  transform: translateX(-120%) rotate(8deg);
  transition: transform 0.6s ease;
  pointer-events: none;
}

@keyframes orangeFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Hover */
.site__header-box4:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 8px 18px rgba(255, 106, 0, 0.25);
}
.site__header-box4:hover::after {
  transform: translateX(120%) rotate(8deg);
}

/* Active / focus */
.site__header-box4:active {
  transform: translateY(0);
}
.site__header-box4:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .site__header-box4 {
    animation: none;
  }
  .site__header-box4::after {
    transition: none;
  }
}

.btn__buscador {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.btn__buscador .txt-1,
.btn__buscador .txt-2 {
  grid-area: 1 / 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.btn__buscador .txt-1 {
  animation: text1Cycle 4s linear infinite;
}
.btn__buscador .txt-2 {
  animation: text2Cycle 4s linear infinite;
}

@keyframes text1Cycle {
  0% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes text2Cycle {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
  .btn__buscador .txt-2 {
    display: none;
  }
  .btn__buscador .txt-1 {
    opacity: 1 !important;
  }
}

figure.slider-giros-figure:after {
  display: none;
}

.slider-giros-caption {
  span {
    font-family: var(--fuente-regular);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    background-color: var(--color-principal);
    padding: 10px 10px 40px 10px;
    border-radius: 10px 10px 0 0;
    /* margin-top: -20px; */
    position: relative;
    bottom: -40px;
  }
}

.slider-giros-link:hover .slider-giros-title {
  background-color: var(--color-tercero);
}

.btn__buscador.btn__buscador--selected.exists {
  display: flex;
}

/*-------------------------------------- Nuevow 29 Sep ----------------------*/

body.woocommerce-cart .wp-block-group {
  margin-bottom: 80px;
}

body.woocommerce-lost-password {
  .row-header-page-interna h1 {
    text-align: center;
  }
}

body.woocommerce-lost-password
  .woocommerce
  .woocommerce-ResetPassword.lost_reset_password {
  background-color: #f4f8ff !important;
  color: var(--color-principal) !important;
}

body.woocommerce-lost-password .woocommerce .button {
  background-color: var(--color-tercero) !important;
  border-color: var(--color-tercero) !important;
  color: var(--color-claro) !important;
}

.woocommerce-error,
.woocommerce-message {
  text-align: left !important;
  font-weight: 500 !important;
  padding: 15px 50px !important;
  font-size: 14px !important;
}

body.woocommerce-dashboard .woocommerce-info,
body.woocommerce-edit-account .woocommerce-info {
  max-width: 800px !important;
  padding: 15px 30px !important;
  background-color: var(--color-tercero) !important;
  color: #ffffff !important;
}

.return-to-shop .button.wc-backward {
  padding: 10px 30px !important;
  border-radius: 300px !important;
  background-color: var(--color-secundario) !important;
  color: var(--color-claro) !important;
}

.woocommerce-orders-table__cell-order-actions {
  a.woocommerce-button {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 300px;
    background-color: var(--color-secundario) !important;
    margin-left: 5px;
    color: #ffffff;
    font-weight: 400 !important;

    &:hover {
      background-color: #98f751 !important;
      color: var(--color-secundario) !important;
    }
    &.cancel {
      background-color: #ff6f00 !important;

      &:hover {
        color: #000000 !important;
      }
    }
  }
}

body.pagina-checkout .woocommerce-NoticeGroup-updateOrderReview,
body.pagina-checkout .woocommerce-NoticeGroup-checkout {
  position: fixed;
  z-index: 99999;
  left: 0;
  bottom: 10px;
}

body.pagina-pago-conekta .site__content-page {
  min-height: 80vh;
}

.conekta-msg.msg-claro {
  background: linear-gradient(180deg, #ecf3ff 0%, #e7eefc 100%);
  border: 1px solid #dbe6fb;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;

  p {
    padding: 0;
    margin: 0;
  }
}

#pagoConfirmacion {
  background: linear-gradient(180deg, #ecf3ff 0%, #e7eefc 100%);
  border: 1px solid #dbe6fb;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;

  p {
    padding: 0;
    margin: 0;
  }

  .columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    padding-top: 25px;
    font-size: 14px !important;
  }
  .facturones p {
    margin: 0;
    text-align: right;
  }
  .facturones > div {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .checkout-success a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--color-tercero);
    border-color: var(--color-tercero);
    color: var(--color-claro);
    text-decoration: none !important;
  }

  .facturones a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--color-secundario);
    border-color: var(--color-tercero);
    color: var(--color-claro);
    text-decoration: none !important;
  }
}

/*Quitar boton de ir a pagar*/
.side__sidebar-carrito-pago {
  display: none !important;
}
.side__sidebar-carrito-btn-ir {
  border-radius: 300px !important;
}


.cm-ofertones-toolbar {
  margin-bottom: 25px;
}

.woocommerce .products .product {
  justify-content: flex-start;
  overflow: hidden;
}

.quantity-wrapper {
  margin-top: auto;
}

.bafar-tiers {
  top: 5px;
  position: absolute;
  right: 5px;
  padding: 5px 10px;
  background-color: #ffffff !important;
  z-index: 3;
  border-radius: 10px;

  .qty > div {
    font-size: 9px !important;
    margin-top: -3px;
  }
}

.bafar-tiers-table td.qty {
  padding-top: 4px;
}

.bafar-tiers > summary:hover {
  color: var(--color-obscuro) !important;
}

.bafar-tiers > summary {
  font-family: var(--fuente-alterna);
  color: var(--color-obscuro) !important;
  text-align: right !important;
  font-size: 14px !important;
  padding-left: 20px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %230866fd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M8,16c4.4,0,8-3.6,8-8S12.4,0,8,0,0,3.6,0,8s3.6,8,8,8M8.9,6.6l-1,4.7c0,.3,0,.5.3.5s.5,0,.7-.2v.4c-.4.3-1,.6-1.6.6s-1-.4-.8-1.3l.7-3.5c0-.3,0-.4-.3-.5h-.5c0,0,0-.5,0-.5l2.3-.3h0ZM8,5.5c-.6,0-1-.4-1-1s.4-1,1-1,1,.4,1,1-.4,1-1,1'/%3E%3C/svg%3E");
}

.locsoldout {
  top: 0;
  right: auto;
  left: 0;
  width: max-content;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--fuente-alterna);
}

/*Página de Checkout*/
#order_review_heading {
  display: none;
}
#customer_details .col-1,
#customer_details .col-2 {
  float: none !important;
  width: 100% !important;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
form.woocommerce-checkout .woocommerce-NoticeGroup-updateOrderReview {
  width: 100%;
}
form.woocommerce-checkout #customer_details {
  flex: 1;
  margin-right: 15px;
}

form.woocommerce-checkout #order_review {
  width: 480px;
}

body.checkout tr.woocommerce-shipping-totals.shipping {
  width: auto !important;
}
body.checkout td.product-name > strong {
  font-size: 14px !important;
  font-weight: 400 !important;
}

body.checkout td.product-name > strong p.datos-tienda {
  font-weight: 700 !important;
}

body.checkout td.variation-Disponibilidad {
  font-size: 14px !important;
  font-weight: 400 !important;
}

body.checkout .woocommerce-NoticeGroup-checkout {
  width: 100% !important;
}
body.checkout .variation {
  margin: 10px 0 !important;
}
body.checkout .variation-Disponibilidad {
  font-size: 14px !important;
  font-weight: 400 !important;
}
body.checkout dd.variation-Disponibilidad {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.woocommerce-error {
  border: none !important;
}
.woocommerce-error a {
  color: #ffffff !important;
  font-weight: 400 !important;
}

/* ------------------------------------woocommerce pagina de carrito Carnemart ------------------------------------------------------- */

body.page-template-pagina-interna-con-titulo {
  h1.has-verde-color {
    text-align: center !important;
  }
}

.big-icon-contacto {
  font-size: 50px;
  color: var(--color-secundario);
}

body.woocommerce-cart {
  .woocommerce.wp-block-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }

  .woocommerce-cart-form {
    flex: 1;
  }

  h2,
  th.product-name,
  th.product-price,
  th.product-quantity,
  th.product-subtotal,
  .wc-medios-pago p,
  body.woocommerce-edit-address h2 {
    font-size: 14px !important;
    font-weight: 700;
    color: var(--color-principal);
  }

  .cart-collaterals {
    display: block;
    padding: var(--padding-contenido);
    border-radius: var(--border-normal);
    background: #f4f8ff !important;
    width: 350px;

    .cart_totals {
      float: none;
      width: 100%;
    }

    .cart_totals .shop_table {
      border: none !important;
      font-size: 14px !important;
      position: relative;
    }

    img.single-product-medios-pago {
      width: 80%;
      max-width: 200px;
    }

    td[data-title="Subtotal"],
    td[data-title="Total"] {
      text-align: right;
      font-weight: 700;
      color: var(--color-principal);
    }

    td[data-title="Total"] {
      font-size: 20px !important;
    }

    .shipping-calculator-form {
      position: absolute;
      background: white;
      width: 310px;
      left: 0px;
      z-index: 9;
      padding: 15px;
    }
  }

  .button {
    padding: 10px !important;
    border-radius: 300px !important;
    /* background-color: var(--color-secundario) !important; */
    color: var(--color-claro) !important;
  }

  .actions {
    button[name="update_cart"] {
      font-size: 14px !important;
      font-weight: 400 !important;
      background-color: #344085 !important;
    }
  }

  .product-subtotal .woocommerce-Price-amount {
    color: var(--color-principal) !important;
    font-weight: 700 !important;
  }

  .quantity .input-text.qty {
    border-radius: 6px !important;
    border: solid 1px #5bc0de;
  }
}

/* body.woocommerce-cart */

.coupon {
  .input-text {
    width: 250px !important;
    border-radius: 300px;
    font-size: 16px !important;
  }

  .button {
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: var(--color-tercero) !important;

    &:hover {
      background-color: var(--color-principal) !important;
    }
  }
}

.button.checkout-button {
  background-color: var(--color-secundario) !important;

  &:hover {
    background-color: var(--color-tercero) !important;
  }
}

.woocommerce-cart-form {
  padding: var(--padding-contenido);
  border-radius: var(--border-normal);
  background: #f4f8ff !important;
}

.woocommerce .woocommerce-cart-form table.shop_table,
.woocommerce .woocommerce-cart-form table.shop_table td {
  border: none !important;
}

/*-------------------------------------- Clases para bloques nativos de worpdpress ----------------------*/

.productos-relacionados-titulo {
  text-align: center;
  padding-bottom: 25px;
}

.border-video {
  overflow: hidden;
  border-radius: var(--border-big);
}

.img-border-radius {
  overflow: hidden;
  border-radius: var(--border-normal);
}

body.ganamas .faq-btn {
  color: var(--color-cuarto) !important;
}

body.ganamas .faq-item {
  border-color: var(--color-cuarto) !important;
}

body.ganamas .faq-chevron {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'%3E%3C!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23ed2047; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M5.8,13l9.3,8c.2.2.5.3.9.3s.6-.1.9-.3l9.3-8c.1-.1.2-.3.3-.4,0-.2.1-.3.1-.5,0-.4,0-.7-.3-1-.2-.3-.6-.4-.9-.5-.4,0-.7,0-1,.3l-8.5,7.3-8.5-7.3c-.3-.2-.6-.3-1-.3-.4,0-.7.2-.9.5-.2.3-.3.6-.3,1,0,.4.2.7.5.9Z'/%3E%3C/svg%3E");
}

.grupo-titulo {
  .intro-grupo {
    display: block;
    position: relative;
    margin-top: 0px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #021b6d;
    font-size: 25px;
    transform: translateY(17px);
  }

  h2.titulo-grupo {
    font-family: "Poppins", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #009a38;
  }
}

.parrafo-linea-izquierda {
  display: block !important;
  padding: 20px 15px;
  border-left: solid 4px var(--color-tercero) !important;
}

iframe.full-width-iframe {
  width: 100% !important;
}

.migas-centradas {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.img-borde-redondeado {
  border-radius: var(--border-big) !important;
  overflow: hidden;
  margin: 0;
}

.marco-contenido-internas {
  display: block;
  width: 95%;
  padding: 45px 0;
  border-radius: var(--border-big);
  margin: 10px auto 0 auto;
  background-color: var(--color-claro);
  position: relative;
  z-index: 3;
}

.has-medium-font-size {
  font-size: 18px !important;
}

.has-large-font-size {
  font-size: 25px !important;
}

.has-x-large-font-size {
  font-size: 75px !important;
}

.fs-7 {
  font-size: 14px !important;
}

.btn-secondary {
  background-color: var(--color-secundario) !important;
  border-color: var(--color-secundario) !important;

  &:hover {
    background-color: var(--color-principal) !important;
    border-color: var(--color-principal) !important;
  }
}

/*-------------------------------------- Clases para bloques nativos de worpdpress ----------------------*/

/*----------------------------------Woocommerce de flujo compra--------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding: 30px 15px !important;
  border-radius: 10px;
  background: #f4f8ff !important;
}

.woocommerce-MyAccount-navigation {
  width: 25% !important;
  padding: 30px 15px !important;
  border-radius: 10px;
  background: #f4f8ff !important;
  font-family: "Poppins", Sans-serif;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;

  a {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #dbe6ff;
    padding: 14px 15px;
    width: 100% !important;
    border-radius: 8px;
    text-decoration: none !important;

    &:hover {
      background-color: #e2fbe0 !important;
    }
  }

  .is-active a {
    background-color: #e2fbe0 !important;
  }

  .woocommerce-MyAccount-navigation-link--customer-logout a {
    background-color: #ffcbd5 !important;
  }
}

.woocommerce-address-fields .button,
.woocommerce-address-fields__field-wrapper .button {
  display: inline-block !important;
  line-height: 1 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  background-color: var(--color-tercero) !important;
  color: var(--color-claro) !important;
  padding: 10px 15px !important;
  border-radius: 300px !important;

  &:hover {
    background-color: var(--color-secundario) !important;
  }
}

.msgWooClose {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  font-size: 24px;
  cursor: pointer;
  color: var(--color-claro);
}

.woocommerce-message a.wc-forward {
  display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: var(--color-secundario);
  color: var(--color-claro);
  margin-bottom: 0;
  border-radius: var(--border-normal);

  .showcoupon {
    display: inline-block;
    line-height: 1;
    background-color: var(--color-principal);
    color: var(--color-claro);
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 300px;
  }
}

.woocommerce form.checkout_coupon {
  margin: -10px 0 10px 0;
  background-color: var(--color-secundario);
  border: none;
  padding: 25px 10px 10px 10px;
  border-radius: 0 0 var(--border-normal) var(--border-normal);

  .input-text {
    border: none;
    border-radius: 300px;
    font-size: 16px;
    padding-left: 15px;
  }

  .button {
    display: inline-block;
    line-height: 1;
    background-color: var(--color-claro);
    color: var(--color-principal);
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 300px;
  }
}

.woocommerce-checkout {
  margin-top: 40px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-form-login,
.woocommerce-form-register {
  padding: var(--padding-contenido) !important;
  border-radius: var(--border-normal) !important;
  background: #f4f8ff !important;
  margin-bottom: 20px !important;
  border: none !important;
}

.woocommerce-form-login,
.woocommerce-form-register {
  margin-top: 10px !important;
}

.button.woocommerce-form-login__submit,
.button.woocommerce-form-register__submit {
  display: inline-block !important;
  line-height: 1 !important;
  background-color: var(--color-principal) !important;
  color: var(--color-claro) !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  border-radius: 300px !important;

  &:hover {
    background-color: var(--color-secundario) !important;
  }
}

body.woocommerce-account {
  .woocommerce {
    min-height: 70vh;
    margin-top: 30px;
    margin-bottom: 20vh;
  }
}

body.woocommerce-checkout,
body.my-account,
body.woocommerce-account {
  h3,
  label[for="order_comments"],
  .woocommerce-input-wrapper .checkbox {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-principal);
  }

  h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--color-principal);
  }
}

:root {
  --wc-form-border-color: var(--color-tercero);
}

.woocommerce .form-row label {
  color: var(--color-principal) !important;
  line-height: 1.1 !important;
  padding-bottom: 5px;
  padding-top: 10px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-radius: var(--border-normal) !important;
}

.woocommerce-checkout-review-order:before {
  content: "Tu Pedido";
  font-size: 18px;
  font-weight: 600;
  color: var(--color-principal);
}

.woocommerce-checkout-review-order {
  padding: 20px var(--padding-contenido) 20px var(--padding-contenido);
  border-radius: var(--border-normal);
  background: #f4f8ff !important;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}

h3#order_review_heading {
  margin-top: 20px;
  font-size: 25px;
}

.shop_table.woocommerce-checkout-review-order-table > thead > tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-principal);
}

.shop_table.woocommerce-checkout-review-order-table {
  .cart_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 5px;
  }

  .product-total span.woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-principal);
  }

  .cart-subtotal,
  .woocommerce-shipping-totals,
  .order-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    border-radius: 10px;
    background-color: var(--color-claro);
    margin-bottom: 5px;
  }

  .order-total strong {
    font-size: 20px;
    color: var(--color-principal);
  }

  .cart-subtotal {
    margin-top: 15px;
  }
}

.woocommerce table.shop_table tfoot th {
  border: none !important;
}

button#place_order {
  display: inline-block;
  font-size: 20px;
  line-height: 1 !important;
  border-radius: 300px;
  padding: 10px 100px;
  background-color: var(--color-secundario) !important;

  &:hover {
    background-color: var(--color-principal) !important;
  }
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: var(--border-normal);
}

#customer_login {
  margin-bottom: 20vh;
}

/*----------------------------------Woocommerce de flujo compra--------------------------------------------*/

.row-shortcode-section.carrusel-productos-cards {
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.caja-contenido-ganamas {
  padding: 50px 40px !important;
  overflow: hidden;
  border-radius: var(--border-big);
  background-image: url("https://carnemartperformance.mystagingwebsite.com/wp-content/uploads/2025/09/ganamas-bg.webp");
  background-position: center right;
  background-size: cover;
}

table.tabla-plana {
  padding: 10px;

  td {
    vertical-align: top !important;
  }
}

.small,
small {
  font-size: 12px !important;
  font-weight: 300;
}

.espacio {
  display: block;
  height: 20px;
}

.espaciox2 {
  display: block;
  height: 60px;
}

img.img-responsiva {
  max-width: 100%;
  height: auto;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.text-regular {
  font-family: var(--fuente-regular);
}

.sin-padding {
  padding-left: 0;
  padding-right: 0;
}

.sin-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-all-padding {
  padding: 0 !important;
}

.no-all-margin {
  margin: 0 !important;
}

.z-in-0 {
  z-index: 0;
}

.z-in-1 {
  z-index: 1;
}

.z-in-2 {
  z-index: 2;
}

.z-in-3 {
  z-index: 3;
}

.z-in-4 {
  z-index: 4;
}

.z-in-5 {
  z-index: 5;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

p.p-big {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.2 !important;
}

.btn-top-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold;
  border: solid 1px var(--color-principal);
  border-radius: 300px;
  padding: 2px 30px;
  transition: all ease 0.45s;
  margin: 0 5px;

  .bi {
    font-size: 30px;
  }

  &.btn-azul {
    background-color: var(--color-principal);
    border-color: var(--color-principal);
    color: var(--color-claro);

    &:hover {
      background-color: var(--color-principal);
      border-color: var(--color-principal);
    }
  }

  &.btn-blanco {
    background-color: var(--color-claro);
    border-color: var(--color-claro);
    color: var(--color-principal);

    &:hover {
      background-color: var(--color-gris);
      border-color: var(--color-gris);
    }
  }
}

.btn-simple-icon {
  display: inline-flex;
  font-size: 35px;
  line-height: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0);
  border: none;

  &.btn-azul {
    color: var(--color-principal);

    &:hover {
      color: var(--color-secundario);
    }
  }
}

.site__header-ctas-and-search {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1;
  flex-direction: row;
}

.box-megamenu-productos {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 1000;
  padding: 15px;
  background: var(--color-claro);
  transform: translate3d(0, -120%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform var(--out-dur) var(--ease-in-fast),
    opacity 0.2s var(--ease-in-fast) 0.35s, visibility 0s linear var(--out-dur);
  will-change: transform;

  &.box-active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    /* AL ENTRAR (cuando agregas .box-active) */
    transition: transform var(--in-dur) var(--ease-out-smooth),
      opacity 0.25s ease-out 0.08s, visibility 0s;
  }

  .site__logo {
    width: 150px;
    min-width: 150px;
  }
}

.wc-cats-menu,
.header-menu-productos {
  width: 100%;
  max-width: var(--custom-container);
}

.header-menu-productos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding-bottom: 10px;
}

.wc-cats-menu {
  overflow-y: scroll;
  height: calc(100dvh - 90px);
  position: relative;
}

.wc-cats-menu {
  --gap: 24px;
}

.wc-cats-menu__grid {
  padding-top: 20px;
  column-count: 5;
  column-gap: var(--gap);
}

.wc-cats-menu__group {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  display: block;
  margin: 0 0 1.25rem;
}

.wc-cats-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wc-cats-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wc-cats-menu__item {
  margin: 0;
}

.wc-cats-menu__acc-toggle {
  display: none;
}

.wc-cats-menu__group.is-open .wc-cats-menu__list {
  height: auto;
  visibility: visible;
}

.wc-cats-menu__item {
  a {
    color: var(--color-principal);
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: capitalize;

    &:hover {
      color: var(--color-secundario);
    }
  }
}

.wc-cats-menu__list {
  display: flex;
  flex-direction: column;
  padding: 5px 0 0 4px;
  gap: 6px;
}

.wc-cats-menu__acc-toggle {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: var(--color-secundario);
}

.box-megamenu-giros {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 100vw;
  min-height: 250px;
  top: 175px;
  z-index: 999;
  padding: 15px 15px 30px 15px;
  background: var(--color-claro);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  &.box-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    /* AL ENTRAR (cuando agregas .box-active) */
    transition: transform var(--in-dur) var(--ease-out-smooth),
      opacity 0.25s ease-out 0.08s, visibility 0s;
  }

  .caja-menu-giros {
    width: 100%;
    max-width: var(--custom-container);
    display: flex;
    gap: 30px;
    padding: 20px 0;

    .espacio-titulo {
      font-family: "Poppins", Sans-serif;
      font-size: 40px;
      line-height: 1;
      font-weight: 700;
      color: var(--color-cuarto);
    }
  }

  .menu-giro-cerrar {
    display: none;
  }
}

.box-megamenu-giros.ajustarScroll {
  top: 100px !important;
}

.wc-cats-menu__heading {
  font-size: 0.9rem;
  text-decoration: none !important;
  font-weight: 600;
  color: var(--color-secundario);
}

.menu-giro-negocio {
  position: relative;
  width: 100% !important;
  top: 0;
  left: 0;
  column-count: 4;
  column-gap: 0;
}

.product-tags-filter {
  list-style: none;
  padding: 8px;
  font-family: "Poppins" !important;
  color: var(--color-obscuro);

  a {
    font-size: 0.8rem;
    text-decoration: none;
    color: var(--color-obscuro);

    &:hover {
      color: var(--color-secundario);
    }
  }
}

.section__video-background {
  border: none !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: lighten;
  opacity: 0.8;
}

.section__video-background video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.search__form {
  display: flex;
  flex-direction: row;
  border: solid 1px var(--color-principal);
  background-color: var(--color-claro);
  border-radius: 300px;
  padding: 2px 15px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.search__form .custom-search-submit {
  display: inline-block;
  padding: 0 5px;
  border: none;
  background-color: var(--color-principal);
  color: var(--color-claro);
  font-size: 20px;
  position: relative;

  .bi {
    position: relative;
    z-index: 2;
  }

  &:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: var(--color-principal);
    width: 50px;
    height: 50px;
    right: -15px;
    z-index: 0;
    top: -5px;
  }
}

.search__form .search-input {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  height: 35px;
  color: #000000 !important;
  background-color: rgba(255, 255, 255, 0);
}

.search__form .search-input::-webkit-input-placeholder {
  color: #000000 !important;
}

.search__form .search-input::-moz-placeholder {
  color: #000000 !important;
}

.search__form .search-input:-ms-input-placeholder {
  color: #000000 !important;
}

.search__form .search-input:-moz-placeholder {
  color: #000000 !important;
}

.site__page-barra-compartir-flotante {
  display: inline-block;
  position: fixed;
  right: 0;
  z-index: 25;
  padding: 15px 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--color-claro);
  filter: drop-shadow(0px 20px 25px rgba(0, 0, 0, 0.161));
}

.site__page-barra-compartir-flotante .share-redes {
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 0;
  font-size: 1.5rem;
}

.share-link:hover {
  color: var(--color-secundario) !important;
}

.link-s-facebook {
  color: #1f64f8;
}

.link-s-linkedin {
  color: #2a9ddc;
}

.link-s-twitter {
  color: #000000;
}

.link-s-whatsapp {
  color: #00b86a;
}

.link-s-mail {
  color: #063b58;
}

ul.site__menu-principal {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  gap: 20px;
}

ul.site__menu-principal li.menu-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

ul.site__menu-principal li.menu-item:first-child::before {
  content: "" !important;
}

ul.site__menu-principal li.menu-item:before {
  content: "|";
  position: absolute;
  left: -13px;
}

ul.site__menu-principal li.menu-item a {
  display: block;
  padding: 1px 5px;
  text-decoration: none !important;
  color: var(--color-texto);
  font-size: 0.95rem;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-family: var(--fuente-alterna);
  position: relative;
}

ul.site__menu-principal li.menu-item a:hover,
ul.site__menu-principal li.menu-item a.active {
  color: var(--color-secundario);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

ul.site__menu-principal li.menu-item.current-menu-item {
  position: relative;
  border-top: solid 3px rgba(255, 255, 255, 0);
}

ul.site__menu-principal a.dropdown-toggle {
  position: relative;
}

ul.site__menu-principal a.dropdown-toggle::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f282";
}

ul.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  backdrop-filter: blur(4px) !important;
  border: none;
}

ul.dropdown-menu li.menu-item {
  font-size: 12px;
  padding: 2px;
}

ul.dropdown-menu li.menu-item a {
  color: var(--color-obscuro);
  font-size: 12px;
  text-align: left;
}

ul.dropdown-menu li.menu-item a:hover {
  color: var(--color-principal);
}

ul.site__menu-principal li.menu-item.current-menu-item a {
  color: var(--color-secundario);
}

.cta-close-menu {
  display: none;
}

b,
strong {
  font-weight: bold !important;
}

section.site__section.site__section-row-bootstrap {
  overflow-x: hidden !important;
}

.placeholder {
  cursor: default !important;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0);
}

.btn-primary {
  display: block;
  width: max-content;
  padding-right: 35px;
  background-color: rgba(255, 255, 255, 0);
  border: none !important;
  position: relative;
  transition: all ease 0.15s;
}

.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0);
  color: var(--color-secundario);
}

.btn-primary:active {
  background-color: var(--color-principal) !important;
  color: var(--color-secundario);
}

.btn-primary.w-arrow:after {
  content: "\f135";
  display: inline-block;
  position: absolute;
  right: 5px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: var(--color-secundario);
  transition: all ease 0.15s;
}

.btn-primary.simple-line {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  color: var(--color-principal) !important;
}

.btn-primary.simple-line:hover {
  color: var(--color-tercero) !important;
}

.btn-primary.w-arrow:hover:after {
  transition: all ease 0.15s;
  right: 3px !important;
}

body.master-class-site {
  padding: 160px 0 0 0;
  margin: 0;
}

section.site-wrapper {
  position: relative;
}

.txt-upper {
  text-transform: uppercase !important;
}

.txt-shadow {
  text-shadow: -2px 3px 7px rgba(0, 0, 0, 0.6);
}

.txt-claro {
  color: var(--color-claro) !important;
}

.txt-amarillo {
  color: var(--color-secundario) !important;
}

.txt-dark {
  color: var(--color-obscuro) !important;
}

.site__content-page {
  display: block;
  width: 100%;
  max-width: var(--custom-container);
  padding-left: var(--padding-lateral);
  padding-right: var(--padding-lateral);
  margin: 0 auto;
  position: relative;
}

/* El bloque que debe ir a ancho completo */
.bloque-full {
  width: 100dvw;
  margin-left: calc(50% - 50dvw);
  margin-right: calc(50% - 50dvw);
  /* para que no haga scroll horizontal si hay bordes/sombras: */
  box-sizing: border-box;
  position: relative;
}

.espacio-separadores {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.custom-shape-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 70px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom .shape-fill {
  fill: #ffffff;
}

.site_card-icono-xl {
  font-size: 3rem;
}

.site_header-search-form {
  display: inline-flex;
}

.site__header-sidebar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.site__header-sidebar a {
  text-decoration: none !important;
  color: var(--color-obscuro);
}

.site__header-sidebar a:hover {
  color: var(--color-secundario);
}

.msg-text{
  color: var(--color-principal)!important;
}

.site__logo {
  flex-shrink: 1;
  display: block;
  width: 190px;
  min-width: 190px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  transition: all ease 0.35s;
}

.site__logo-link {
  display: block;
  position: relative;
  z-index: 1;
}

img.site__logo-img {
  max-width: 100%;
}

.site__header--contenedor-menu-buscador {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  flex-basis: 100%;
}

.site__header-search-form {
  width: 46%;
  margin: 0 0 0 auto;
}

.site__header-menu {
  width: 100%;
}

section.site__section {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

section.site__section:first-child {
  padding-top: 20px;
}

section.site__section:last-child {
  padding-bottom: 60px !important;
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.-----es-Animado {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

#breadcrumbs {
  padding: 0 !important;
  margin: 0 !important;
}

#breadcrumbs span {
  font-weight: 400;
  color: var(--color-claro);
}

#breadcrumbs span a {
  color: inherit !important;
  text-decoration: none;
}

#breadcrumbs span a:hover {
  color: var(--color-extra) !important;
}

#breadcrumbs span span.breadcrumb_last {
  font-weight: 600;
}

header.site__header {
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all ease 0.15s;
  margin: 0 auto;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-claro);
  padding-bottom: 0;
  border-bottom: solid 4px var(--color-principal);
  transition: all ease 0.45s;
}

header.site__header.isMenuScroll {
  top: -40px !important;
  transition: all ease 0.45s;
  box-shadow: -1px 11px 29px -8px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: -1px 11px 29px -8px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: -1px 11px 29px -8px rgba(0, 0, 0, 0.57);

  .site__header-box1 {
    margin-bottom: -30px;
    padding: 20px var(--padding-lateral) 5px var(--padding-lateral);
  }
}

.wc-results-header{
  background-color: var(--color-principal)!important;
}


header.site__header.isMenuScroll .site__logo {
  width: 80px;
  min-width: 80px;
  transition: all ease 0.35s;
}

.site__header-box1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: var(--custom-container);
  padding: 10px var(--padding-lateral) 5px var(--padding-lateral);
  background-color: var(--color-prinicipal);
  color: var(--color-texto);
  font-size: 0.9rem;
  position: relative;
  margin-bottom: -30px;
  order: 0;
}

.site__header-box2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  padding-left: var(--padding-lateral);
  padding-right: var(--padding-lateral);
  gap: 40px;
  max-width: var(--custom-container);
  background-color: var(--color-prinicipal);
  color: var(--color-texto);
  order: 1;
}

.site__header-box3 {
  width: 100%;
  max-width: var(--custom-container);
  display: none;
  order: 2;
}

.site__header-box4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--color-principal);
  height: auto;
  order: 3;
  margin-top: 10px;
  color: var(--color-claro);
}

.buscador-tienda {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
}

.buscador-tienda__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.resultados__ubicacion-inline-link {
  display: inline-block;
  margin: 5px 0;
  padding: 3px 8px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #812907;
  text-decoration: none;
}

.btn__buscador {
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-claro);
  font-size: 14px;
  font-family: var(--fuente-alterna);
  cursor: pointer;
}

.icon-down {
  transition: all ease 0.15s;
  transform: rotate(0deg);
  transform-origin: center;

  &.giro {
    transition: all ease 0.15s;
    transform: rotate(180deg);
    transform-origin: center;
  }
}

.buscador-contenido {
  display: none;
}

.caja__entrega-titulo {
  display: flex;
  align-items: center;
  height: 30px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin: 0;
}

.caja__entrega .caja__entrega-titulo {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) --%3E%3Cg%3E%3Cg id='Capa_1'%3E%3Cpath class='cls-1' d='M0,3.5c0-.8.7-1.5,1.5-1.5h9c.8,0,1.5.7,1.5,1.5v1.5h1c.5,0,.9.2,1.2.6l1.5,1.8c.2.3.3.6.3.9v2.1c0,.8-.7,1.5-1.5,1.5h-.5c0,1.1-.9,2-2,2s-2-.9-2-2h-5c0,1.1-.9,2-2,2s-2-.9-2-2c0,0,0,0,0,0C.4,11.7,0,11.1,0,10.5V3.5ZM1.3,11c.6-.9,1.8-1.2,2.7-.7.3.2.5.4.7.7h5.5c.2-.3.4-.6.7-.7V3.5c0-.3-.2-.5-.5-.5H1.5c-.3,0-.5.2-.5.5v7c0,.2.1.4.3.5M12,10c.7,0,1.4.4,1.7,1h.8c.3,0,.5-.2.5-.5v-2.1c0-.1,0-.2-.1-.3l-1.5-1.8c0-.1-.2-.2-.4-.2h-1v4ZM3,11c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1M12,11c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#boxInfoResultados {
  display: none;
}

.resultados__ubicacion {
  display: flex;
  gap: 5px;
  font-family: "Poppins" !important;
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
}

.resultados__ubicacion-caja {
  display: flex;
  flex-direction: column;
  padding: 10px;
  flex: 1;
}

.resultados__ubicacion-caja.caja__botonera {
  align-self: flex-end;
  align-items: flex-start;
}

.resultados__ubicacion-boton {
  display: inline-block;
  max-width: max-content;
  padding: 5px 10px;
  background-color: #e8e8e8b5;
  color: #4c3e2e;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 10px;

  &:hover {
    color: #ffffff;
    background-color: #f98b05;
  }
}

.boton-cont {
  display: inline-block;
  max-width: max-content;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
  background-color: var(--color-tercero);
  color: var(--color-claro);

  &:hover {
    color: #ffffff;
    background-color: #f98b05;
  }
}

.caja__entrega-titulo {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-size: 35px;
  margin: 0;
  font-weight: bold !important;
}

.caja__entrega .caja__entrega-titulo {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) --%3E%3Cg%3E%3Cg id='Capa_1'%3E%3Cpath class='cls-1' d='M0,3.5c0-.8.7-1.5,1.5-1.5h9c.8,0,1.5.7,1.5,1.5v1.5h1c.5,0,.9.2,1.2.6l1.5,1.8c.2.3.3.6.3.9v2.1c0,.8-.7,1.5-1.5,1.5h-.5c0,1.1-.9,2-2,2s-2-.9-2-2h-5c0,1.1-.9,2-2,2s-2-.9-2-2c0,0,0,0,0,0C.4,11.7,0,11.1,0,10.5V3.5ZM1.3,11c.6-.9,1.8-1.2,2.7-.7.3.2.5.4.7.7h5.5c.2-.3.4-.6.7-.7V3.5c0-.3-.2-.5-.5-.5H1.5c-.3,0-.5.2-.5.5v7c0,.2.1.4.3.5M12,10c.7,0,1.4.4,1.7,1h.8c.3,0,.5-.2.5-.5v-2.1c0-.1,0-.2-.1-.3l-1.5-1.8c0-.1-.2-.2-.4-.2h-1v4ZM3,11c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1M12,11c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.caja__recoleccion .caja__entrega-titulo {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3C!-- Generator: Adobe Illustrator 28.6.0, SVG Export Plug-In . SVG Version: 1.2.0 Build 709) --%3E%3Cg%3E%3Cg id='Capa_1'%3E%3Cpath class='cls-1' d='M12.2,8.9c-.5,1.1-1.2,2.1-2,3.1-.7.9-1.4,1.8-2.2,2.6-.8-.8-1.5-1.7-2.2-2.6-.7-.9-1.4-2-2-3.1-.5-1.1-.8-2.1-.8-2.9,0-2.8,2.2-5,5-5s5,2.2,5,5-.3,1.9-.8,2.9M8,16s6-5.7,6-10S11.3,0,8,0,2,2.7,2,6s6,10,6,10'/%3E%3Cpath class='cls-1' d='M8,8c-1.1,0-2-.9-2-2s.9-2,2-2,2,.9,2,2-.9,2-2,2M8,9c1.7,0,3-1.3,3-3s-1.3-3-3-3-3,1.3-3,3,1.3,3,3,3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.resultados__ubicacion-lista {
  list-style: none;
  padding-left: 45px;
  padding-top: 0;
  text-align: left;
  font-weight: normal !important;
  margin-bottom: 0 !important;
}

.resultados__ubicacion-caja.caja__recoleccion .caja__entrega-titulo {
  background-size: 30px !important;
  height: 38px;
}

.site__header-banner-superior {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding-left: 10px;
}

figure.site__header-banner-figure {
  margin: 0;
  padding: 0;
  max-width: 170px;
}

img.site__header-banner-img {
  max-width: 100%;
}

a.site__header-banner-link {
  font-size: 0.8rem;
  list-style: none;
  color: var(--color-claro);
  text-decoration: none;
}

.ctaMenuMobile {
  display: none;
  position: absolute;
  right: 5px;
  top: calc(50% + 19px);
  transform: translateY(-50%);
  border-radius: 300px;
  font-size: 30px;
  line-height: 0;
  padding: 3px;
  color: var(--color-secundario);
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.ctaMenuMobile:hover {
  color: var(--color-claro);
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.site__header-menu-mobile {
  display: flex;
  position: fixed;
  z-index: 999;
  background-color: var(--color-principal);
  width: 400px;
  height: 100%;
  right: -400px;
  top: 0;
  opacity: 1;
  visibility: hidden;
  padding: 30px 0;
  color: var(--color-claro);
  transition: all ease 0.4s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.site__header-menu-mobile .sitew-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: var(--custom-container);
  position: relative;
  margin: 0 auto;
  padding: 20px 15px;
}

.site__header-menu-mobile.boxMenuActivo {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all ease 0.4s;
}

.ctaCloseMenu {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  border-radius: 300px;
  font-size: 45px;
  line-height: 0;
  padding: 3px;
  color: var(--color-secundario);
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.ctaCloseMenu:hover {
  color: var(--color-claro);
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.btn {
  border-radius: 300px;
}

.botonera-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.custom-form input[type*="text"],
.custom-form input[type*="email"],
.custom-form input[type*="number"],
.custom-form input[type*="tel"],
.custom-form select {
  background-color: rgba(255, 255, 255, 0) !important;
  border: solid 1px var(--color-tercero);
  border-radius: 8px !important;
  padding: 10px 20px !important;
  height: 45px;
  text-align: left;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
  font-weight: 400;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  color: var(--color-obscuro);
  -webkit-appearance: none;
  /* WebKit */
  -moz-appearance: none;
  /* Mozilla */
  appearance: none;
  font-family: var(--fuente-regular);
  font-size: 16px !important;
}

.custom-form input[type*="text"]::-webkit-input-placeholder,
.custom-form input[type*="email"]::-webkit-input-placeholder,
.custom-form input[type*="number"]::-webkit-input-placeholder,
.custom-form input[type*="tel"]::-webkit-input-placeholder,
.custom-form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-obscuro) !important;
}

.custom-form input[type*="text"]::-moz-placeholder,
.custom-form input[type*="email"]::-moz-placeholder,
.custom-form input[type*="number"]::-moz-placeholder,
.custom-form input[type*="tel"]::-moz-placeholder,
.custom-form select::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-obscuro) !important;
}

.custom-form input[type*="text"]:-ms-input-placeholder,
.custom-form input[type*="email"]:-ms-input-placeholder,
.custom-form input[type*="number"]:-ms-input-placeholder,
.custom-form input[type*="tel"]:-ms-input-placeholder,
.custom-form select:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-obscuro) !important;
}

.custom-form input[type*="text"]:-moz-placeholder,
.custom-form input[type*="email"]:-moz-placeholder,
.custom-form input[type*="number"]:-moz-placeholder,
.custom-form input[type*="tel"]:-moz-placeholder,
.custom-form select:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-obscuro) !important;
}

select {
  background-color: white !important;
  border: solid 1px #ffffff;
  padding: 10px;
  height: 35px;
  font-family: var(--fuente-alterna);
}

.custom-form .wpcf7-submit {
  display: inline-block;
  min-width: 300px;
  position: relative;
  background-color: var(--color-principal);
  border: solid 1px var(--color-principal);
  color: var(--color-obscuro);
  padding: 17px 30px;
  border-radius: 300px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  text-align: center;
  position: relative;
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M163.16,227.11l67.2-67.2H31.55v-19.82h198.81l-67.2-67.2,14.25-14.25,84.23,84.23,6.81,7.12-6.81,7.12-84.23,84.23-14.25-14.25Z'/%3E%3C/svg%3E");
}

.custom-form .wpcf7-submit:hover {
  background-color: var(--color-obscuro);
  text-decoration: none !important;
  color: var(--color-principal);
  -webkit-transition: all ease-in-out 0.15s;
  -moz-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23FFDA00; stroke-width: 0px; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M163.16,227.11l67.2-67.2H31.55v-19.82h198.81l-67.2-67.2,14.25-14.25,84.23,84.23,6.81,7.12-6.81,7.12-84.23,84.23-14.25-14.25Z'/%3E%3C/svg%3E");
}

.custom-form .box-in-fo {
  padding-bottom: 12px;
}

.wpcf7-not-valid-tip {
  color: var(--color-secundario);
  font-size: 13px;
  font-weight: bold;
  display: block;
  position: relative;
  top: -10px;
}

.gform_required_legend {
  display: none !important;
}

.gfield_consent_label a {
  color: var(--color-tercero) !important;
}

.gform_wrapper.gform-theme {
  background-color: #ffffff00 !important;
}

label.gfield_label.gform-field-label {
  color: var(--color-principal) !important;
}

.gfield_description {
  color: #ffffff !important;
}

.gform_wrapper.gform-theme .large {
  background: rgba(255, 255, 255, 0);
  color: #ffffff !important;
  border-color: #987027 !important;
  border-radius: 6px;
}

.gform_wrapper textarea.textarea {
  background: rgba(255, 255, 255, 0);
  color: #ffffff !important;
  border-color: #987027 !important;
}

label.gform-field-label.gform-field-label--type-inline {
  color: #ffffff !important;
}

.row-shortcode-section.tipo-filas-inversa {
  flex-direction: row-reverse !important;
}

label.gform-field-label.gform-field-label--type-inline {
  color: #ffffff !important;
}

.gform_wrapper {
  padding: 45px 25px;
  background-color: var(--color-claro);
  border-radius: var(--border-big);
}

.gform_wrapper label.gfield_label {
  font-weight: 400 !important;
  font-size: 16px;
}

.gform_wrapper .large {
  height: 50px;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px var(--color-gris);
  color: var(--color-principal);
}

.gform_wrapper .gform_button.button {
  display: inline-block !important;
  padding: 10px 45px !important;
  border: none !important;
  border-radius: var(--border-big) !important;
  background: var(--color-tercero) !important;
  color: var(--color-claro) !important;
  margin: 0 6px !important;
  font-size: 17px !important;
}

.gform_wrapper .gform_button.button:hover {
  background-color: var(--color-obscuro) !important;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 150px !important;
}

:root {
  --ancho-logo-footer: 160px;
}

.site__footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  transition: all ease 0.15s;
  font-size: 14px;
  color: var(--color-obscuro);
}

.site__footer p {
  padding: 0;
  margin: 0;
}

.site__footer.footer__seccion-01 {
  justify-content: center;
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: var(--fuente-regular);
}

.site__footer.footer__seccion-02 {
  background-color: #fafafa;
  padding: 40px 0 10px 0;
}

.site__footer.footer__seccion-03 {
  background-color: #fafafa;
  padding-bottom: 40px;
}

.site__footer-box1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 3%;
  max-width: var(--custom-container);
  padding-left: var(--padding-lateral);
  padding-right: var(--padding-lateral);
}

.site__footer-box1 .site__redes-listado .bi {
  font-size: 3rem;
}

.site__footer-box2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  max-width: var(--custom-container);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: var(--padding-lateral);
  padding-right: var(--padding-lateral);
}

.site__footer-box2 .site__redes-elemento-enlace {
  color: var(--color-principal) !important;
}

.site__footer-box2 .site__redes-elemento-enlace .bi {
  font-size: 2rem;
}

.site__footer-logo {
  order: 0;
  display: block;
  width: 150px;
}

.site__footer-columna-01 {
  display: flex;
  flex-direction: column;
  width: 220px;
  min-width: 220px;
  gap: 10px;
}

.site__footer-columna-02 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}

.site__footer-columna-menu {
  display: flex;
  flex-direction: column;
  width: 220px;
  max-width: 100%;
}

.footer__menu-title {
  font-weight: 700;
  color: var(--color-principal);
}

.site__menu-footer {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 10px 0 15px 0;
  margin: 0;
}

.site__menu-footer .menu-item {
  padding-bottom: 10px;
  font-weight: 300;
}

.site__menu-footer .menu-item .nav-link {
  color: inherit;
  color: var(--color-obscuro);
}

#btnIrATienda{
  background-color: var(--color-cuarto)!important;
}

.site__menu-footer .menu-item .nav-link:hover {
  color: var(--color-tercero);
}

.site__menu-footer .menu-item.current-menu-item .nav-link {
  color: var(--color-obscuro);
  font-weight: 500;
}

.site__footer-box3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: var(--padding-lateral);
  padding-right: var(--padding-lateral);
  max-width: var(--custom-container);
}

hr.separador-footer {
  display: block;
  width: 100%;
  border: none;
  height: 1px;
  background-color: var(--color-obscuro);
  opacity: 1;
}

.site__footer-contenido-legales {
  display: block;
  width: 100%;
}

img.site__footer-medios-pago {
  width: 440px;
  max-width: 80%;
  margin: 0 auto;
}

.banner_footer__box-contenido {
  display: flex;
  width: 50%;
  flex-direction: row;
  gap: 15px;
}

.banner_footer-titulo-descripcion {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner_footer-titulo-descripcion h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.banner_footer-titulo-descripcion p {
  font-size: 14px;
}

.banner_footer__box-titulo-descripcion h3 {
  font-size: 2.5rem;
}

.banner_footer__box-titulo-descripcion p {
  font-size: 1.2rem;
}

.banner_footer-box-form {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}

.banner_footer-box-form p {
  display: flex;
  flex-direction: row;
}

.banner_footer-box-form .wpcf7-form-control-wrap {
  height: 50px;
  width: 100%;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: var(--color-claro);
}

.banner_footer-box-form .wpcf7-email {
  width: 100%;
  height: 50px;
  padding: 15px 10px 15px 25px;
  background-color: rgba(255, 255, 255, 0);
  border: none !important;
  font-size: 16px !important;
}

.banner_footer-box-form .wpcf7-submit {
  height: 50px;
  background-color: var(--color-secundario);
  padding: 15px 20px 15px 20px;
  border: none !important;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  color: var(--color-claro);
}

.banner_footer-box-form .wpcf7-submit:hover {
  background-color: var(--color-principal);
}

.wpcf7-spinner {
  display: none;
}

.newsletter__box-form .wpcf7 {
  width: 100%;
}

a.flotante-cta-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 300px;
  background-color: var(--color-cuarto);
  color: var(--color-claro);
  text-decoration: none !important;
  font-size: 30px;
  transition: all ease 0.15s;
  box-shadow: -1px 12px 15px -7px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: -1px 12px 15px -7px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: -1px 12px 15px -7px rgba(0, 0, 0, 0.36);
}

a.flotante-cta-whats:hover {
  background-color: var(--color-obscuro);
  color: var(--color-claro);
  transition: all ease 0.15s;
}

.btn-top-simple-icon {
  display: none;
}

.site__redes-listado {
  display: flex;
  gap: 10px;
  font-size: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site__redes-listado .bi {
  font-size: 1.6rem;
}

.site__redes-elemento-enlace {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--color-claro) !important;
}

.site__header-sidebar .hide_on_top {
  display: none !important;
}

.site__header-sidebar .hide_name_top {
  display: none !important;
}

.site__footer .hide_on_bottom {
  display: none !important;
}

.site__footer .hide_name_bottom {
  display: none !important;
}

.site__slider-tipo-muro {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 100%;
  height: auto;
  gap: 10px;
  margin: 0 auto;
  position: relative;
}

.site__slider-tipo-muro-bigSlide {
  display: block;
  width: 60%;
  height: auto;
  background-color: var(--color-claro);
}

.site__slider-tipo-muro-sideNav {
  display: block;
  width: 40%;
  height: 500px;
  overflow: hidden;
  background-color: var(--color-claro);
}

.slider-muro .custom-wrapper-slide-item {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  background-color: var(--color-tercero);
  padding: 0;
  margin: 0px 0px 0 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-texto) !important;
  height: 500px;
  text-decoration: none !important;
  position: relative;
}

.slider-muro .custom-wrapper-slide-item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.slider-muro .custom-wrapper-slide-item .slide-item-title {
  padding: 10px 20px 30px 20px;
  position: relative;
  z-index: 2;
}

.slider-muro .custom-wrapper-slide-item .slide-item-title h2 {
  font-size: 1.6rem;
  color: var(--color-texto) !important;
  margin: 0;
  padding: 0;
  position: relative;
}

.slider-muro .custom-wrapper-slide-item .slide-item-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 20px 10px 20px;
  color: var(--color-texto) !important;
  font-size: 14px;
  z-index: 2;
}

.slider-nav-muro .custom-wrapper-slide-item {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--color-gris);
  padding: 0;
  margin: 0 0 5px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--color-texto);
  height: 122px !important;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
  border: none !important;
}

.slider-nav-muro .custom-wrapper-slide-item .thumbnail {
  display: block;
  width: 150px;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.slider-nav-muro .custom-wrapper-slide-item .informacion {
  display: block;
  width: 100%;
}

.slider-nav-muro .custom-wrapper-slide-item:hover {
  background-color: var(--color-gris);
}

.slider-nav-muro .custom-wrapper-slide-item .slide-item-title {
  padding: 0;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0) !important;
}

.slider-nav-muro .custom-wrapper-slide-item .slide-item-title h2 {
  font-size: 0.9rem !important;
  margin: 0;
  padding: 2px 0;
  position: relative;
}

.slider-nav-muro .custom-wrapper-slide-item .slide-item-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  color: var(--color-cuarto);
  font-size: 0.8rem !important;
  z-index: 2;
  position: relative;
}

/* the slides */
.slick-slide {
  margin: 0 5px;
  height: auto !important;
}

/* the parent */
.slick-list {
  margin: 0 -5px;
}

.slider-nav-muro .custom-wrapper-slide-item.slick-current.slick-active {
  background-color: var(--color-gris);
}

.slider-nav-muro .custom-wrapper-slide-item .slide-item-data span.cat-name {
  background-color: rgba(255, 255, 255, 0) !important;
}

.custom-arrow-square-muro.cas-prev.slick-arrow,
.custom-arrow-square-muro.cas-next.slick-arrow {
  position: absolute;
  z-index: 4;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-size: 77% !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-arrow-square-muro.cas-prev.slick-arrow {
  left: 5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230d53f3; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.97,15.52c-.23.23-.61.23-.84,0,0,0,0,0,0,0l-7.1-7.1c-.23-.23-.23-.61,0-.84,0,0,0,0,0,0L11.13.48c.23-.23.61-.23.84,0s.23.61,0,.84l-6.68,6.68,6.68,6.68c.23.23.23.61,0,.84,0,0,0,0,0,0'/%3E%3C/svg%3E");
}

.custom-arrow-square-muro.cas-next.slick-arrow {
  right: 5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230d53f3; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M4.03.48c.23-.23.61-.23.84,0,0,0,0,0,0,0l7.1,7.1c.23.23.23.61,0,.84,0,0,0,0,0,0l-7.1,7.1c-.23.23-.61.23-.84,0s-.23-.61,0-.84l6.68-6.68L4.03,1.32c-.23-.23-.23-.61,0-.84,0,0,0,0,0,0'/%3E%3C/svg%3E");
}

.custom-arrow-square-muro.cas-prev.slick-arrow:hover,
.custom-arrow-square-muro.cas-next.slick-arrow:hover {
  background-color: white;
  background-size: 60% !important;
}

.slider-hero {
  margin: 0 auto;
}

.slider-hero .content-slide {
  display: flex;
  flex-direction: row;
  height: auto;
  position: relative;
  color: var(--color-claro);
}

.slider-hero .content-slide .slide-box-image {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.slider-hero .content-slide .slide-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 5%;
}

.slider-hero .content-slide .slide-box-content .box-info {
  width: 80%;
}

.slider-hero .content-slide .slide-box-content .intro-slide {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-obscuro);
  display: inline-block;
  background-color: var(--color-principal);
  padding: 2px 12px;
  margin-bottom: 20px;
}

.slider-hero .content-slide .slide-box-content .titulo-slide {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 10px;
}

.slider-hero .content-slide .slide-box-content .detalles-slide {
  font-size: 14px !important;
}

.slider-hero .content-slide.slide-simple {
  display: flex;
  flex-direction: row;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-hero .content-slide.slide-simple .slide-box-image {
  position: relative;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.slider-hero .content-slide.slide-simple .slide-box-image img {
  max-width: 100%;
}

.slider-hero .content-slide.slide-simple .slide-box-content {
  display: flex;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0) !important;
}

.slider-hero .content-slide.slide-simple .slide-box-content .intro-slide {
  margin-bottom: 10px;
}

.slider-hero .content-slide.slide-simple .slide-box-content .titulo-slide {
  font-size: 25px;
}

.slider-hero .content-slide.slide-simple .slide-box-content .box-info {
  width: 100%;
  padding-left: 12%;
  padding-top: 8%;
}

.slider-hero .sitew-cta {
  padding: 6px 60px 6px 15px !important;
  min-width: auto !important;
}

.slider-hero .sitew-cta .is-icon-cta {
  right: 10px;
  font-size: 15px !important;
}

.slider-galeria-cuadrada .wrapper-galeria-cuadrada {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--color-obscuro);
}

.slider-galeria-cuadrada img.img-responsiva {
  position: relative;
  z-index: 0;
  opacity: 0.6;
}

.slider-galeria-cuadrada .galeria-titulo-item {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  width: 100%;
  color: var(--color-claro);
}

.slider-galeria-full .slick-slide img {
  display: block;
  width: 100%;
}

.slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 600px;
  border: solid 2px var(--color-secundario);
  background-color: var(--color-claro);
  font-size: 0;
  transition: all ease 0.15s;
}

.slick-arrow:hover {
  background-color: #e8ffde;
  color: var(--color-claro);
}

.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  z-index: 3;
}

.slick-arrow.slick-prev:before {
  content: "\F12C";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-secundario);
  font-size: 30px;
}

.slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  z-index: 3;
}

.slick-arrow.slick-next:before {
  content: "\F135";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-secundario);
  font-size: 30px;
}

.site__slider-tipo-banner-completo {
  display: block;
  width: 100%;
  height: auto;
}

.site__slider-tipo-banner-completo {
  button {
    border: none !important;
    opacity: 0 !important;
  }
}

.site__slider-tipo-banner-completo-image {
  width: 100% !important;
  height: auto !important;
}

.site__slider-tipo-banner-completo .slick-dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 10px;
  list-style: none;
}

.site__slider-tipo-banner-completo .slick-dots li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--color-principal);
  border-radius: 300px;
  color: var(--transparente);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  transition: all ease 0.15s;
}

.site__slider-tipo-banner-completo .slick-dots li:hover {
  transition: all ease 0.15s;
  background-color: var(--color-secundario);
  color: var(--transparente);
}

.slick-dots li.slick-active {
  transition: all ease 0.15s;
  width: 100px;
  background-color: var(--color-secundario);
}

.site__slider-tipo-banner-completo-link {
  border: none;
  box-sizing: border-box;
  text-decoration: none;
}

.site__slider-tipo-banner-completo-figure {
  display: block;
  overflow: hidden;
  border-radius: var(--border-big);
  width: 100%;
  margin: 0;
  padding: 0;
}

.site__slider-tipo-banner-completo-image {
  max-width: 100%;
  width: 100%;
}

.isElementDesktop {
  display: block;
}

.isElementMobile {
  display: none;
}

.custom-arrow-square-muro.cas-prev.slick-arrow,
.custom-arrow-square-muro.cas-next.slick-arrow {
  display: none !important;
  position: absolute;
  z-index: 4;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-size: 77% !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-arrow-square-muro.cas-prev.slick-arrow {
  left: 5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230d53f3; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11.97,15.52c-.23.23-.61.23-.84,0,0,0,0,0,0,0l-7.1-7.1c-.23-.23-.23-.61,0-.84,0,0,0,0,0,0L11.13.48c.23-.23.61-.23.84,0s.23.61,0,.84l-6.68,6.68,6.68,6.68c.23.23.23.61,0,.84,0,0,0,0,0,0'/%3E%3C/svg%3E");
}

.custom-arrow-square-muro.cas-next.slick-arrow {
  right: 5px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %230d53f3; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M4.03.48c.23-.23.61-.23.84,0,0,0,0,0,0,0l7.1,7.1c.23.23.23.61,0,.84,0,0,0,0,0,0l-7.1,7.1c-.23.23-.61.23-.84,0s-.23-.61,0-.84l6.68-6.68L4.03,1.32c-.23-.23-.23-.61,0-.84,0,0,0,0,0,0'/%3E%3C/svg%3E");
}

.custom-arrow-square-muro.cas-prev.slick-arrow:hover,
.custom-arrow-square-muro.cas-next.slick-arrow:hover {
  background-color: white;
  background-size: 60% !important;
}

.cart-contents {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  margin: 0 !important;
  color: var(--color-tercero);
}

.cart-contents .bi {
  font-size: 1.6rem;
}

.cart-contents .cart-contents-count {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  border-radius: 150px;
  background-color: var(--color-principal);
  color: var(--color-claro);
  border: solid 1px var(--color-principal);
  font-size: 11px;
  line-height: 1;
  position: absolute;
  right: -6px;
  top: -3px;
}

.site__sidebar-carrito {
  display: block;
  position: fixed;
  right: -350px;
  top: 0;
  width: 350px;
  height: 100dvh;
  min-height: 100dvh !important;
  background: var(--color-principal);
  color: var(--color-claro);
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: all ease-in-out 0.6s;
}

.site__sidebar-carrito.sideBarActiva {
  right: 0;
  transition: all ease-in-out 0.6s;
}

.site__sidebar-cta-cerrar-carrito {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--color-secundario);
  font-size: 2.8rem;
}

.side__sidebar-carrito-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.side__sidebar-carrito-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 60px;
  padding: 0 10px;
  font-size: 1.3rem;
}

.side__sidebar-carrito-header p {
  padding: 0;
  margin: 0;
}

.site__sidebar-carrito-listado {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: calc(100% - 180px);
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  overflow-y: scroll;
}

.site__sidebar-carrito-item {
  display: flex;
  flex-direction: row;
  padding: 8px;
  gap: 10px;
  position: relative;
  border-radius: var(--border-normal);
  background-color: #040f36;
}

.side__sidebar-carrito-figure {
  display: block;
  flex-shrink: 0;
  flex-basis: auto;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 6px;
}

.side__sidebar-carrito-figure a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
}

.side__sidebar-carrito-figure a img {
  max-width: 100%;
  height: auto;
}

.site__sidebar-carrito-detalles {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-basis: auto;
  width: 100%;
  justify-content: space-between;
}

.side__sidebar-carrito-titulo {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 0.9rem;
  display: block;
  width: 90%;
  min-height: 40px;
}

.site__sidebar-carrito-precios {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 0.8rem;
}

.side__sidebar-carrito-costo-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  height: 50px;
  border-top: solid 2px var(--color-secundario);
}

.side__sidebar-carrito-costo-total .woocommerce-Price-amount.amount {
  font-size: 1.2rem;
  font-weight: bold;
}

.side__sidebar-carrito-botonera {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
  height: 50px;
}

.side__sidebar-carrito-pago,
.side__sidebar-carrito-btn-ir {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  height: 45px;
  color: var(--color-claro);
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}

.side__sidebar-carrito-btn-ir {
  background-color: #ffaa00;
  color: var(--color-principal);
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

.side__sidebar-carrito-btn-ir:hover {
  background-color: #ff9101;
}

.side__sidebar-carrito-pago {
  background-color: #19a500;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
}

.side__sidebar-carrito-pago:hover {
  background-color: #67eb20;
}

.eliminar-producto {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 4px;
  color: var(--color-gris);
  opacity: 0.2;
  margin: 0;
  cursor: pointer;
}

.eliminar-producto:hover {
  opacity: 0.9;
}

body.master-class-site {
  padding: 160px 0 0 0;
  margin: 0;
}

body.admin-bar {
  margin-top: 35px;
}

body.admin-bar header.site__header {
  top: 30px;
}

h2 {
  font-size: 2.3rem;
  line-height: 1.1;
}

h3 {
  font-size: 2rem;
  line-height: 1.1;
}

.legales-marco-contenido h4,
.legales-marco-contenido h2,
.legales-marco-contenido h3 {
  font-family: var(--fuente-regular) !important;
  font-weight: 700 !important;
  color: inherit;
}

.legales-marco-contenido h3 {
  font-size: 25px;
}

.legales-marco-contenido h4 {
  font-size: 20px;
}

.legales-marco-contenido a {
  color: var(--color-tercero) !important;
  font-weight: 700;
}

.woocommerce .products .product .woocommerce-loop-product__title {
  height: 100px;
}

.woocommerce .products .product {
  padding-bottom: 20px !important;
}

.row-contenido-bloques-generales {
  padding-bottom: 80px;
}

.gform-theme--framework
  .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload)
  .ginput_preview
  .gfield_fileupload_filename {
  color: #ffffff !important;
}

.gform-theme--framework
  .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload)
  .ginput_preview
  .gfield_fileupload_progressbar_progress {
  background-color: #987027 !important;
}

/*Pasar al tema*/
.shortcode-wrapper .pagination {
  display: none;
}

ul.sub-menu li.menu-item a.nav-link {
  color: var(--color-obscuro);
}

.mega-menu a {
  text-decoration: none !important;
}

.mega-menu .btn-link {
  text-decoration: none !important;
}

.mega-menu .btn-link a {
  text-decoration: none !important;
}

.mega-menu .btn-link a.nav-link {
  display: block;
  width: max-content;
  background-color: var(--color-cuarto) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 4px 10px !important;
  border-radius: 5px;
  font-family: var(--fuente-regular) !important;
  font-size: 12px !important;
}

.mega-menu .btn-link a.nav-link span {
  text-decoration: none !important;
}

.mega-menu .btn-link a.nav-link:hover {
  background-color: #000000 !important;
}

.enlace-inicio-sesion {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.enlace-inicio-sesion .bi {
  font-size: 1.6rem;
}

.enlace-inicio-sesion .enlaceOut {
  color: #ffaa00;
}

.enlace-inicio-sesion .enlaceOut:hover {
  color: #b27906;
}

body.marquesina-activa.master-class-site {
  padding: 210px 0 0 0;
}

.site__slider-lateral-y-cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 60px;
  position: relative;
}

.site__slider-lateral-y-cta-caja-informacion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--padding-contenido);
  height: 300px;
  width: 350px;
  flex-shrink: 0;
  border-radius: var(--border-normal);
  background-color: var(--color-extra);
}

.slider-informacion {
  width: calc(100% - 390px);
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.site__slider-tipo-informacion-item {
  height: 300px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--padding-contenido);
  background-color: #000000;
  margin-right: 20px;
  border-radius: var(--border-normal);
  text-decoration: none !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: inherit !important;
}

.site__slider-tipo-informacion-item .mask-bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.501838) 100%);
}

.slider-informacion ul.slick-dots {
  display: flex !important;
  flex-direction: row;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 15px;
  gap: 10px;
}

.slider-informacion ul.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 300px;
  border: none;
  background-color: var(--color-extra);
  font-size: 0;
  transition: all ease 0.15s;
}

.slider-informacion ul.slick-dots li:hover button,
.slider-informacion ul.slick-dots li.slick-active button {
  background-color: var(--color-secundario);
  transition: all ease 0.15s;
}

.site__slider-tipo-informacion-contenido {
  padding-bottom: 15px;
  width: 95%;
  position: relative;
  z-index: 2;
}

.site__slider-tipo-informacion-cat {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-claro);
  padding-bottom: 10px;
}

.site__slider-tipo-informacion-titulo {
  color: var(--color-secundario);
}

.site__slider-tipo-informacion-titulo h3 {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  font-family: var(--fuente-alterna);
}

.site__slider-tipo-informacion-figure {
  width: auto;
}

.site__slider-tipo-informacion-image {
  max-width: 100%;
  height: 90px !important;
}

.site__slider-tipo-informacion-descripcion {
  color: var(--color-claro);
  line-height: 1.1 !important;
}

.site__slider-tipo-informacion-descripcion p {
  color: var(--color-claro);
  line-height: 1.1 !important;
  padding: 0;
  margin: 0;
}

.descricion-area {
  color: var(--color-claro);
  line-height: 1.1 !important;
}

.descricion-area p {
  color: var(--color-claro);
  line-height: 1.1 !important;
  padding: 0;
  margin: 0;
}

.add-to-cart {
  background-color: var(--color-secundario) !important;
  border: none !important;
  padding: 10px 30px 10px 30px !important;
  border-radius: 6px;
  color: var(--color-claro);
  font-size: 13px !important;
  background-size: 18px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3C!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M0,2.5c0-.3.2-.5.5-.5h1.5c.2,0,.4.2.5.4l.4,1.6h11.6c.3,0,.5.2.5.5,0,0,0,0,0,.1l-1.5,6c0,.2-.3.4-.5.4H4c-.2,0-.4-.2-.5-.4L1.6,3H.5c-.3,0-.5-.2-.5-.5M3.1,5l1.3,5h8.2l1.2-5H3.1ZM5,13c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1M3,14c0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2-2-.9-2-2M12,13c-.6,0-1,.4-1,1s.4,1,1,1,1-.4,1-1-.4-1-1-1M10,14c0-1.1.9-2,2-2s2,.9,2,2-.9,2-2,2-2-.9-2-2'/%3E%3C/svg%3E");
}

.add-to-cart:hover {
  background-color: var(--color-tercero) !important;
}

.quantity-decrease,
.quantity-increase {
  border: none;
  padding: 0 4px;
  font-size: 22px;
  background-color: transparent;
  color: #000000 !important;
}

.quantity-decrease:hover,
.quantity-increase:hover {
  color: var(--color-tercero) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.site__section.site__section-titulo-simple {
  padding-top: 50px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site__section-titulo-simple-titulo,
.comunicado-section__titulo {
  font-size: 2.3rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  color: var(--color-principal);
}

.site__section-titulo-simple-descripcion {
  text-align: center;
  color: var(--color-claro);
}

.site__section-grid-categorias-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.site__section-grid-categorias-wrapper .caja-con-contenido {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: var(--color-secundario);
  text-decoration: none !important;
  transition: all ease 0.15s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  h2 {
    line-height: 1;
    font-weight: 700;
    color: var(--color-claro);
    margin: 0;
  }
}

.site__section-grid-categorias-wrapper .caja-con-contenido:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #06103b;
  background: linear-gradient(
    180deg,
    rgba(6, 16, 59, 0.26) 0%,
    rgba(8, 31, 71, 0.81) 99%
  );
  opacity: 1;
}

.site__section-grid-categorias-wrapper .caja-con-contenido:hover:after {
  transition: all ease 0.15s;
  opacity: 0.8;
}

.site__section-grid-categorias-wrapper .item-contenido {
  position: relative;
  z-index: 2;
}

.site__section-grid-categorias-caja {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  width: 100%;
  flex-basis: auto;
  flex-shrink: 1;
  border-radius: var(--border-normal);
  position: relative;
  height: 350px;
}

.site__section-grid-categorias-caja-internax2 {
  display: flex;
  width: 100%;
  height: 100%;
  flex-basis: auto;
  flex-shrink: 1;
  border-radius: var(--border-normal);
  position: relative;
  align-items: flex-end;
}

.site__section-grid-categorias-caja:first-child {
  order: 0;
}

.site__section-grid-categorias-caja:nth-child(2) {
  order: 1;
}

.site__section-grid-categorias-caja:nth-child(3) {
  order: 2;
}

.site__section-grid-categorias-caja:nth-child(4) {
  order: 3;
}

.site__section-banner-cinta {
  display: flex;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.site__section-banner-cinta a.site__section-banner-cinta-enlace {
  display: block;
  width: 100%;
  max-width: 100%;
}

.site__section-banner-cinta
  a.site__section-banner-cinta-enlace
  img.site__section-banner-cinta-imagen {
  max-width: 100%;
  width: 100%;
}

.txt-amarillo {
  color: var(--color-secundario) !important;
}

.site__section-grid-enlaces-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.site__section-grid-enlaces-wrapper .wrapper__fila_01 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.site__section-grid-enlaces-wrapper .wrapper__fila_02 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

.site__section-grid-enlaces-caja {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  font-family: var(--fuente-alterna);
  font-size: 1.5rem;
  color: var(--color-secundario);
  gap: 0;
  width: 100%;
  flex-basis: auto;
  flex-shrink: 1;
  border-radius: var(--border-normal);
  position: relative;
  text-decoration: none !important;
  background-color: black;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.15s;
}

.site__section-grid-enlaces-caja:hover .contenido {
  padding-bottom: 10px;
}

.site__section-grid-enlaces-caja.elemento-contador-0 {
  background-color: var(--color-claro);
  padding: 0;
  justify-content: space-evenly;
  height: 100%;
}

.site__section-grid-enlaces-caja.elemento-contador-0 .item-contenido {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.site__section-grid-enlaces-caja.elemento-contador-0:hover .contenido {
  padding-bottom: 35px !important;
}

.site__section-grid-enlaces-caja.elemento-contador-0 .contenido {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  padding: 25px;
  box-sizing: border-box;
}

.site__section-grid-enlaces-caja.caja-25 {
  text-align: right;
  justify-content: center;
}

.site__section-grid-enlaces-caja.caja-25 h3 {
  margin: 0;
  padding: 0;
}

.site__section-grid-enlaces-caja.caja-25 .mascara {
  background: black;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.144695) 0%,
    rgba(0, 0, 0, 0.979429) 82%
  ) !important;
}

.site__section-grid-enlaces-caja .imagen-lateral {
  display: block;
  width: 45%;
  background-position: center cenrer;
  background-repeat: no-repeat;
  background-size: cover;
}

.site__section-grid-enlaces-caja.alto-grande {
  height: 300px;
}

.site__section-grid-enlaces-caja.alto-chico {
  height: 150px;
}

.site__section-grid-enlaces-caja.caja-60 {
  width: 60%;
}

.site__section-grid-enlaces-caja.caja-40 {
  width: 40%;
}

.site__section-grid-enlaces-caja.caja-25 {
  width: 25%;
}

.site__section-grid-enlaces-caja .descripcion {
  font-family: var(--fuente-regular);
  font-size: 18px;
}

.site__section-grid-enlaces-caja .contenido {
  transition: all ease 0.15s;
}

.site__section-grid-enlaces-caja .mascara {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.144695) 0%,
    rgba(0, 0, 0, 0.9066) 100%
  );
}

.site__section-grid-enlaces-caja .item-contenido {
  position: relative;
  z-index: 1;
}

.site__imagen-texto-lateral {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

figure.site__imagen-texto-figure {
  width: 90px;
  min-width: 90px;
}

img.site__imagen-texto-img {
  max-width: 100%;
}

.site__imagen-texto-contenido {
  padding-top: 20px;
}

.site__imagen-texto-contenido .titulo {
  font-family: var(--fuente-regular);
  font-size: 20px;
}

.site__imagen-texto-contenido .descripcion {
  color: var(--color-claro);
  line-height: 1.1;
}

.row-contenido-bloques-generales {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 30px;
  padding-bottom: 80px;
}

.row-contenido-bloques-generales.contenido-derecha {
  flex-direction: row-reverse;
}

.row-contenido-bloques-generales.contenido-derecha
  .contenido-bloques-generales__contenido {
  align-items: flex-start;
  text-align: left;
}

.row-contenido-bloques-generales.contenido-centro {
  flex-direction: column-reverse;
}

.row-contenido-bloques-generales.contenido-centro
  .contenido-bloques-generales__contenido {
  align-items: center;
  text-align: center;
}

.row-contenido-bloques-generales.contenido-centro
  .contenido-bloques-generales__wrapper {
  width: 100%;
}

.video-marco {
  overflow: hidden;
  margin: 0;
  border-radius: var(--border-big);
}

.contenido-bloques-generales__multimedia {
  display: block;
  width: 55%;
}

figure.bloques-generales__multimedia_figure {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0;
  border-radius: var(--border-big);
}

.bloques-generales__multimedia_img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.contenido-bloques-generales__wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.contenido-bloques-generales__wrapper.full-width {
  width: 100% !important;
}

.contenido-bloques-generales__contenido {
  padding: 0 4%;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.contenido-bloques-generales__contenido .detalle {
  color: var(--color-claro);
  font-size: 14px;
}

.contenido-bloques-generales__contenido .contenido {
  color: var(--color-claro);
}

.contenido-bloques-generales__contenido .botonera {
  display: flex;
  padding-top: 10px;
  gap: 15px;
}

.contenido-bloques-generales__contenido .botonera .btn {
  color: var(--color-secundario);
}

.contenido-bloques-generales__contenido .botonera .enlace-normal {
  color: var(--color-secundario) !important;
  text-decoration: none;
  padding-right: 15px;
  padding-left: 10px;
  border-right: solid 1px var(--color-secundario);
}

.contenido-bloques-generales__contenido .botonera .enlace-normal:first-child {
  padding-left: 0 !important;
}

.contenido-bloques-generales__contenido .botonera .enlace-normal:last-child {
  border: none !important;
}

.contenido-bloques-generales__contenido .botonera .enlace-normal:hover {
  color: var(--color-claro) !important;
}

.tabs_site_aog .nav.nav-tabs {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-family: var(--fuente-alterna);
  font-weight: normal !important;
  font-size: 25px;
  border: none;
}

.tabs_site_aog .nav.nav-tabs .nav-link {
  color: #e3e4e581;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none;
}

.tabs_site_aog .nav.nav-tabs .nav-link.active {
  color: var(--color-secundario);
}

.tabs_site_aog .tab_custom_content {
  padding: 40px 15px;
}

.tabs_site_aog h3 {
  font-size: 25px;
}

.tabs_site_aog .shortcode-wrapper {
  padding: 30px 30px 30px 30px;
}

.btn-solid {
  display: inline-block;
  background-color: var(--color-tercero);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
  width: max-content;
  margin: 0;
}

.btn-solid:hover {
  background-color: var(--color-cuarto);
  color: white;
}

.products-slide .product {
  display: flex;
  flex-direction: column;
  padding: 10px !important;
  border-radius: var(--border-normal) !important;
  background-color: var(--color-claro);
  position: relative;
  text-decoration: none !important;
  border: solid 1px #e2e2e2;
}

.products-slide .product a {
  text-decoration: none !important;
}

.products-slide .product img {
  width: 60%;
  height: 190px;
  margin: 15px auto 15px auto;
  object-fit: contain;
  object-position: bottom;
}

.products-slide .product .price {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px !important;
  font-family: var(--fuente-regular);
  color: var(--color-gris-precio);
  font-weight: 700 !important;
  margin-bottom: 0.5em;
  text-decoration: none !important;
}

.products-slide .product ins {
  text-decoration: none !important;
}

.products-slide .product .woocommerce-Price-amount.amount {
  color: var(--color-tercero) !important;
}

.products-slide .product .price del bdi {
  color: var(--color-gris-precio) !important;
  font-size: 16px !important;
}

.products-slide .slick-slide {
  margin: 0 5px;
}

.products-slide .woocommerce-loop-product__title {
  display: block;
  width: 100%;
  height: 90px;
  text-align: center;
  color: var(--color-principal);
  font-family: var(--fuente-alterna);
  padding: .5em 0;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700 !important;
}

.banner-contenido {
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-big);
  margin-bottom: 60px;
}

.banner-contenido__image {
  width: 40%;
  background-position: center center;
  background-size: cover;
}

.banner-contenido__contenido {
  display: flex;
  flex-direction: column;
  padding: 45px 25px;
  width: 60%;
}

.banner-contenido__contenido .botonera {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}

.site__section-header-pagina-interna {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  position: relative;
  margin-top: 0px;
}

#gform_submit_button_2{
  background-color: var(--color-principal)!important;
}

.store-required-message{
  background: #e86649!important;
}

.site__section-header-pagina-interna.mini-header {
  height: auto;
  min-height: auto;
  background-color: rgba(255, 255, 255, 0);
  padding-left: 0;
}

.site__section-header-pagina-interna.mini-header .row-header-page-interna {
  text-align: left;
  align-items: flex-start;
  padding: 0;
}

.archive-product-top {
  display: block;
}

.archive-product__figure {
  margin: 0;
  overflow: hidden;
}

img.archive-product__image {
  border-radius: var(--border-normal);
  width: 100%;
  max-width: 100%;
}

.row-header-page-interna {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 3;
}

.row-header-page-interna h1 {
  font-family: var(--fuente-regular);
  font-weight: 700;
  color: var(--color-principal);
}

.cat-description {
  color: var(--color-principal) !important;
  font-size: 14px;
  display: block;
  width: 100%;
  height: auto;
  overflow-y: auto;

  p,
  ul,
  label,
  b,
  strong {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.separador-onda {
  display: inline-block;
  width: 120px;
  height: 13px;
  background-size: cover;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='179.084' height='18.994' viewBox='0 0 179.084 18.994'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectángulo_446' data-name='Rectángulo 446' width='179.084' height='18.994' fill='%23fff8d1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Grupo_278' data-name='Grupo 278' transform='translate(0 0)'%3E%3Cg id='Grupo_131' data-name='Grupo 131' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Trazado_120' data-name='Trazado 120' d='M177.85,7.215a31.515,31.515,0,0,0-6.387-5.346,10.763,10.763,0,0,0-12.292.117A33.1,33.1,0,0,0,152.89,7.3l-2.45,2.455a28.68,28.68,0,0,1-5.791,4.87,8.47,8.47,0,0,1-4.617,1.446,8.558,8.558,0,0,1-4.611-1.544,30.318,30.318,0,0,1-5.746-4.885c-.417-.424-.833-.846-1.26-1.264l-1.19-1.193a31.487,31.487,0,0,0-6.358-5.319,10.764,10.764,0,0,0-12.291.119A33.017,33.017,0,0,0,102.3,7.3L99.852,9.75a28.592,28.592,0,0,1-5.8,4.875,7.8,7.8,0,0,1-9.028,0,28.634,28.634,0,0,1-5.789-4.869L76.789,7.3a33.018,33.018,0,0,0-6.28-5.313A11.32,11.32,0,0,0,64.382,0a12.276,12.276,0,0,0-6.166,1.869,31.456,31.456,0,0,0-6.358,5.317L49.412,9.64a30.253,30.253,0,0,1-5.749,4.888,8.563,8.563,0,0,1-4.613,1.544,8.969,8.969,0,0,1-4.615-1.445,28.519,28.519,0,0,1-5.783-4.864c-.41-.413-.816-.826-1.233-1.234L26.2,7.306a32.959,32.959,0,0,0-6.283-5.317A11.477,11.477,0,0,0,13.789,0,11.775,11.775,0,0,0,7.621,1.869a31.517,31.517,0,0,0-6.39,5.35C.823,7.633.417,8.047,0,8.455l2.046,2.086c.429-.419.847-.844,1.267-1.271a28.806,28.806,0,0,1,5.822-4.9,9.284,9.284,0,0,1,4.618-1.445,8.556,8.556,0,0,1,4.614,1.545,30.221,30.221,0,0,1,5.751,4.891l2.453,2.458a33.155,33.155,0,0,0,6.347,5.309,11.228,11.228,0,0,0,6.038,1.869h.131a11.317,11.317,0,0,0,6.123-1.988,33.059,33.059,0,0,0,6.28-5.313l2.448-2.454a28.73,28.73,0,0,1,5.793-4.872,9.052,9.052,0,0,1,4.615-1.445,8.556,8.556,0,0,1,4.614,1.545,30.229,30.229,0,0,1,5.748,4.887l1.087,1.09-.02.021L77.008,11.7a33.029,33.029,0,0,0,6.271,5.306,11.475,11.475,0,0,0,5.708,1.972l.086,0c.109,0,.218.011.33.013l.088,0h.192a11.336,11.336,0,0,0,6.123-1.988A32.995,32.995,0,0,0,102.08,11.7l1.23-1.231-.022-.023q.551-.544,1.093-1.1a30.3,30.3,0,0,1,5.744-4.882,8.571,8.571,0,0,1,4.613-1.544,8.73,8.73,0,0,1,4.615,1.444,28.66,28.66,0,0,1,5.794,4.872l2.45,2.457a33.063,33.063,0,0,0,6.279,5.312A11.324,11.324,0,0,0,140,18.994h.125a11.263,11.263,0,0,0,6.043-1.87,31.467,31.467,0,0,0,6.355-5.316l2.45-2.455a30.321,30.321,0,0,1,5.746-4.887,8.571,8.571,0,0,1,4.613-1.544,9.053,9.053,0,0,1,4.618,1.445,28.778,28.778,0,0,1,5.821,4.9c.421.428.84.853,1.269,1.274l2.046-2.086c-.418-.41-.826-.823-1.234-1.238' transform='translate(0 0)' fill='%23fff8d1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.site__section-row-custom-columnas {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
}

.site__section-row-custom-columnas .section-row-custom-columna {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 15px;
}

.site__section-row-custom-columnas
  .section-row-custom-columna
  figure.figure-responsiva {
  margin: 0;
  overflow: hidden;
  border-radius: var(--border-normal);
  height: 220px;
}

.site__section-row-custom-columnas
  .section-row-custom-columna
  figure.figure-responsiva
  img.img-responsiva {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.site__section-row-custom-columnas .section-row-custom-columna .contenido {
  color: var(--color-secundario);
}

.site__section-row-custom-columnas .section-row-custom-columna .contenido a {
  color: inherit !important;
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.encabezado_extra {
  padding-bottom: 30px;
  padding-top: 100px;
  text-align: center !important;
  color: var(--color-secundario) !important;
}

.pb-extra-separador {
  padding-bottom: 90px;
}

.img-titulo-seccion {
  max-width: 250px;
  padding: 30px 5px;
  box-sizing: border-box;
}

.woocommerce .products .product {
  display: flex;
  flex-direction: column;
  padding: 10px !important;
  border-radius: var(--border-normal) !important;
  background-color: var(--color-claro);
  border: solid 1px #e2e2e2!important;
}

.woocommerce .products .product .woocommerce-loop-product__title {
  display: block;
  width: 100%;
  height: 90px;
  text-align: center;
  color: var(--color-principal);
  font-family: var(--fuente-alterna);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700 !important;
}

.woocommerce .products .product .price {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px !important;
  font-family: var(--fuente-regular);
  color: var(--color-gris-precio);
  font-weight: 700 !important;
}

.woocommerce .products .product .price del bdi {
  color: var(--color-gris-precio) !important;
  font-size: 16px !important;
}

.woocommerce .products .product .price ins {
  text-decoration: none !important;
}

.woocommerce .products .product .woocommerce-Price-amount.amount {
  color: var(--color-tercero) !important;
}

.woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link
  small.woocommerce-price-suffix {
  display: none !important;
}

.woocommerce ul.products li.product a img {
  width: 60%;
  height: 250px;
  margin: 15px auto 15px auto;
  object-fit: contain;
  /* Ajusta el contenido sin recortar */
  object-position: bottom;
  /* Coloca la imagen en la parte inferior */
}

.woocommerce span.onsale {
  right: auto !important;
  top: 20px !important;
  left: 4px !important;
  background-color: transparent;
  width: 80px;
  height: 30px;
  border-radius: 0;
  padding: 3px 10px 0 0;
  text-align: right;
  font-size: 18px;
  line-height: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 190 100'%3E%3C!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %230866fd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M188.7,15.1c0-7.8-6.1-14.1-13.6-14.1,0,0,0,0,0,0H48.4c-3.6,0-7.1,1.5-9.6,4.1L5.1,40c-5.3,5.5-5.3,14.4,0,19.9,0,0,0,0,0,0l33.7,34.9c2.6,2.7,6,4.1,9.7,4.1h126.7c7.5,0,13.6-6.3,13.6-14.1V15.1ZM21,63c-7.2,0-13-5.8-13-13s5.8-13,13-13,13,5.8,13,13-5.8,13-13,13Z'/%3E%3C/svg%3E");
}

.quantity-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px;

  .add-to-cart {
    width: 100%;
  }
}

.quantity-minus,
.quantity-plus {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
}

.quantity-minus:hover,
.quantity-plus:hover {
  background-color: #0056b3;
}

.quantity-input {
  width: 100%;
  max-width: 70%;
  text-align: center;
  border: 1px solid #ccc;
  color: var(--color-principal) !important;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
}

.cart-icon-feedback {
  margin-left: 10px;
  color: #28a745;
  /* Verde de éxito */
  font-size: 1.2rem;
  animation: fade-in-out 2s ease-in-out;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

.site__section-galeria {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.section-galeria-wrapper {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.grid-galeria {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

a.grid-galeria-item {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: var(--border-big);
}

img.img-grid-galeria {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-form-login .form-row:nth-child(3) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0 15px 0;
}

body.mi-cuenta header.site__section-header-pagina-interna {
  min-height: 200px;
}

body.mi-cuenta .woocommerce {
  padding-top: 30px;
  padding-bottom: 60px;
}

body.mi-cuenta #customer_login h2 {
  font-size: 30px !important;
  font-family: var(--fuente-regular);
  font-weight: 700 !important;
}

body.mi-cuenta .woocommerce-form.woocommerce-form-login {
  padding: 40px 30px;
  border-radius: var(--border-big) !important;
  border: none;
  background-color: #161515 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  margin: 15px 0 30px 0;
}

body.mi-cuenta .woocommerce-form {
  padding: 30px;
  border-radius: var(--border-big) !important;
  border: none;
  background-color: #1a181800 !important;
  color: var(--color-claro);
  margin: 15px 0 30px 0;
}

body.mi-cuenta .woocommerce-Input {
  border: solid 1px #987027 !important;
  padding: 10px 10px 10px 10px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background-color: var(--color-principal) !important;
  height: 60px;
}

body.mi-cuenta .show-password-input {
  top: 1.1em;
}

body.mi-cuenta .woocommerce-form-login__submit {
  float: none !important;
}

body.mi-cuenta .woocommerce-form-login__submit {
  background-color: #19a500;
  color: var(--color-claro);
  border-radius: 300px;
  border: none !important;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 4em;
}

body.mi-cuenta .woocommerce-form-login__submit:hover {
  color: #19a500;
  background-color: var(--color-claro);
}

body.mi-cuenta .woocommerce-form-register__submit {
  background-color: #ffaa00;
  color: var(--color-claro);
  border-radius: 300px;
  border: none !important;
  text-decoration: none;
  font-weight: bold;
  padding: 1em 2em;
}

body.mi-cuenta .woocommerce-form-register__submit:hover {
  color: #ffaa00;
  background-color: var(--color-claro);
}

body.mi-cuenta .lost_password a,
body.mi-cuenta .woocommerce-privacy-policy-text a {
  color: #ffaa00 !important;
}

body.mi-cuenta .woocommerce form .form-row::after,
body.mi-cuenta .woocommerce form .form-row::before,
body.mi-cuenta .woocommerce-page form .form-row::after,
body.mi-cuenta .woocommerce-page form .form-row::before {
  content: " ";
  display: none;
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 10px 15px 25px 15px;
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-navigation ul li {
  background-color: #2d2d2d;
  padding: 5px 8px;
  border-radius: 4px;
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color-secundario);
  font-weight: 700;
}

body.logged-in.mi-cuenta
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a {
  color: #ffaa00;
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-navigation ul a {
  text-decoration: none;
  color: var(--color-claro);
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  min-height: 400px;
  padding: 45px 20px 30px 20px;
  border-radius: var(--border-big) !important;
  background-color: #1a1818 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-content a {
  color: #ffaa00;
}

body.logged-in.mi-cuenta .woocommerce-MyAccount-content table.shop_table {
  border: none !important;
}

body.logged-in.mi-cuenta
  .woocommerce-MyAccount-content
  a.woocommerce-button.view {
  color: #000000 !important;
  background-color: #ffaa00 !important;
}

body.woocommerce-dashboard .woocommerce-MyAccount-content p:nth-child(1) {
  background-color: red !important;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  border: none !important;
}

.has-principal-color {
  color: var(--color-principal) !important;
}


.link-inline{
  color: var(--color-cuarto)!important;
}


.has-rojo-color {
  color: var(--color-cuarto) !important;
}

.wcmlim_change_sl_to, #wcmlim_store_label_popup {
    color: var(--color-obscuro)!important;
}

.modal-title .bi-geo-alt-fill.has-verde-color{
  color: var(--color-secundario);
}

.has-azul-claro-color {
  color: var(--color-tercero) !important;
}

.has-negro-color {
  color: var(--color-texto) !important;
}

.has-gris-color {
  color: var(--color-gris) !important;
}

.has-extra-color {
  color: #c8dbf8 !important;
}

.single-product-info form.cart {
  padding-left: 0;
  padding-right: 0;
}

.wp-element-button {
  transition: all ease 0.15s;
  padding: 10px 25px;
}

.has-principal-background-color {
  background-color: var(--color-principal) !important;
}

a.has-principal-background-color:hover {
  background-color: var(--color-secundario) !important;
}

.has-azul-claro-background-color {
  background-color: var(--color-tercero) !important;
}

a.has-azul-claro-background-color:hover {
  background-color: var(--color-secundario) !important;
}

.has-verde-background-color {
  background-color: var(--color-secundario);
}

a.has-verde-background-color:hover {
  background-color: var(--color-secundario) !important;
}

.has-amarillo-background-color {
  background-color: var(--color-secundario) !important;
}

.has-amarillo-background-color:hover {
  background-color: #e4d890 !important;
}

.has-rojo-background-color {
  background-color: var(--color-tercero) !important;
}

.has-rojo-background-color:hover {
  background-color: #60020f !important;
}

.has-rojo-background-color {
  background-color: var(--color-cuarto) !important;
}

.has-rojo-claro-background-color {
  background-color: var(--color-cuarto) !important;
}

.has-rojo-claro-background-color:hover {
  background-color: #60020f !important;
}

.has-negro-background-color {
  background-color: var(--color-obscuro) !important;
}

.has-negro-background-color:hover {
  background-color: #222222 !important;
}

.has-gris-background-color {
  background-color: var(--color-texto) !important;
}

.has-gris-background-color:hover {
  background-color: #222222 !important;
}

.has-extra-background-color {
  background-color: #c8dbf8 !important;
}

body.woocommerce-view-order .woocommerce-bacs-bank-details,
body.woocommerce-view-order .woocommerce-order-details,
body.woocommerce-view-order .woocommerce-customer-details {
  padding: 30px 20px;
  border-radius: var(--border-big) !important;
  background-color: var(--color-principal);
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  margin-bottom: 30px;
}

body.woocommerce-view-order h2.wc-bacs-bank-details-heading,
body.woocommerce-view-order h2.woocommerce-order-details__title,
body.woocommerce-view-order h2.woocommerce-column__title {
  font-size: 20px;
  color: var(--color-claro) !important;
  font-weight: 700 !important;
  font-family: var(--fuente-regular);
  text-transform: uppercase;
  padding-bottom: 20px;
}

body.woocommerce-view-order .woocommerce-MyAccount-content > p {
  padding: 15px;
  background-color: #3d444f;
  border-radius: var(--border-normal);
}

.woocommerce .woocommerce-customer-details address {
  border: none !important;
}

.woocommerce-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background-color: #f4f8ff;
  color: var(--color-principal);
  border: none;
  border-radius: var(--border-normal);
  position: relative;
  padding: 15px 20px;
}

.woocommerce-info a.button.wc-forward {
  float: none !important;
  border-radius: 300px;
  background-color: #19a500;
  color: var(--color-claro) !important;
}

.woocommerce-info a.button.wc-forward:hover {
  color: #19a500 !important;
  background-color: var(--color-claro);
}

.woocommerce-info::before,
.woocommerce-info::after {
  display: none;
}

body.woocommerce-edit-address .woocommerce-Addresses {
  padding-top: 25px;
}

body.woocommerce-edit-address .woocommerce-Address-title a {
  margin: 10px 0 !important;
  float: none !important;
  display: block;
  width: max-content;
  font-size: 12px !important;
  padding: 4px 10px;
  text-decoration: none;
  background-color: var(--color-secundario);
  color: var(--color-claro);
  border-radius: 300px;
}

body.woocommerce-edit-account .woocommerce-Input {
  height: 45px;
}

body.woocommerce-edit-account .woocommerce-Button.button {
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 300px;
  background-color: #19a500;
  color: var(--color-claro) !important;
}

body.woocommerce-edit-account .woocommerce-Button.button:hover {
  color: #19a500 !important;
  background-color: var(--color-claro) !important;
}

.badge.agotado {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 25%;
  left: 50%;
  font-size: 15px;
  z-index: 3;
  width: 80%;
  height: 41px;
  border-radius: 0;
  background: black;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0060618) 0%,
    black 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* background-color: var(--color-principal) !important; */
  transform: rotate(-12deg) translateX(-50%) skew(-10deg, 0deg);
}

body.woocommerce-lost-password .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.woocommerce-lost-password
  .woocommerce
  .woocommerce-ResetPassword.lost_reset_password {
  display: block;
  width: 600px;
  padding: 40px 30px;
  border-radius: var(--border-big) !important;
  border: none;
  background-color: #161515 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  margin: 15px 0 30px 0;
}

body.woocommerce-lost-password
  .woocommerce
  .woocommerce-form-row.woocommerce-form-row--first.form-row {
  float: none;
  width: 100%;
}

body.woocommerce-lost-password .woocommerce .button {
  margin-top: 20px !important;
  padding: 10px 25px !important;
  border-radius: 300px !important;
  background-color: #ffaa00 !important;
  color: var(--color-claro) !important;
}

body.woocommerce-lost-password .woocommerce .button:hover {
  color: #ffaa00 !important;
  background-color: var(--color-claro) !important;
}

/*
 Cambios de carrito
*/
body.woocommerce-checkout header.site__section-header-pagina-interna,
body.woocommerce-cart header.site__section-header-pagina-interna {
  min-height: 120px;
}

.wc-block-components-sidebar-layout {
  justify-content: space-between;
}

.wc-block-components-sidebar-layout .carrito-caja-productos {
  padding: var(--padding-contenido);
  border-radius: var(--border-big) !important;
  background-color: #1a1818 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__header-image,
.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__header-total {
  font-size: 18px;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-item__image
  a {
  width: 90px;
  display: block;
  overflow: hidden;
  border-radius: var(--border-normal);
  background-color: #ffffff;
}


.cat_sub_info {
    margin-top: 10px;
    display: none;
    transition: all 0.3s ease;
}

.cat-toggle-btn {
    background-color: var(--color-tercero);
    border: none!important;
    color: var(--color-claro);
    border-radius: 300px;
    margin-top: 5px;
    padding: 4px 16px;
    font-size: 12px;
    cursor: pointer;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-item__wrap
  a.wc-block-components-product-name {
  text-decoration: none !important;
  font-weight: 700;
  color: var(--color-secundario);
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-item__remove-link {
  color: #ffaa00 !important;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__row {
  padding: 10px;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: var(--color-principal);
  margin-bottom: 10px !important;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos.wc-block-components-main {
  padding: 20px !important;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__header
  th {
  margin: 0 !important;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__row
  td {
  margin-bottom: 0 !important;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-item__total,
.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-cart-items__header-total {
  margin: 0 0 0 auto !important;
}

.wc-medios-pago.is-page-checkout{
  background-color: var(--color-claro);
  margin-bottom: 5px;
  padding: 20px 20px;
  border-radius: 10px;
}

.wc-medios-pago.is-page-checkout .single-product-medios-pago{
  width: 250px;
}

.extra-icono{
    display: flex;
    padding-left: 20px;
    align-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-principal) !important;
}

.extra-icono .bi{
  font-size: 30px;
  color: var(--color-secundario)!important;
}

.wc-block-components-sidebar-layout
  .carrito-caja-productos
  .wc-block-components-quantity-selector {
  border: solid 1px #987027;
}

.wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  color: var(--color-secundario) !important;
  opacity: 1 !important;
}

table.wc-block-cart-items {
  display: flex;
  flex-direction: column;
}

table.wc-block-cart-items tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wc-block-components-sidebar.carrito-caja-pago {
  width: 32%;
  height: max-content;
  padding: var(--padding-contenido);
  border-radius: var(--border-big) !important;
  background-color: #1a1818 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
}

.wc-block-components-sidebar.carrito-caja-pago .wc-block-cart__totals-title {
  font-size: 18px !important;
}

.wc-block-components-sidebar.carrito-caja-pago .wc-block-components-panel,
.wc-block-components-sidebar.carrito-caja-pago
  .is-large
  .wc-block-components-totals-coupon,
.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-panel__button {
  color: #ffaa00 !important;
  margin-bottom: 5px;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-totals-coupon__form {
  background-color: #ffaa00 !important;
  padding: 5px;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-totals-coupon__form
  .wc-block-components-button {
  border: none !important;
  border-radius: var(--border-normal) !important;
  background-color: #ffffff !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-totals-coupon__form
  #wc-block-components-totals-coupon__input-coupon {
  border: none !important;
  border-radius: var(--border-normal) !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-totals-footer-item {
  padding: 10px !important;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: var(--color-principal);
  margin-bottom: 10px !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-formatted-money-amount {
  color: var(--color-secundario);
}

.wc-block-components-sidebar.carrito-caja-pago .wc-block-cart__submit-button {
  background-color: #19a500;
  color: var(--color-claro);
  border-radius: 300px;
  text-decoration: none;
  font-weight: bold;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-cart__submit-button:hover {
  color: #19a500;
  background-color: var(--color-claro);
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-shipping-calculator-address {
  padding: 10px !important;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: var(--color-principal);
  margin-bottom: 10px !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-shipping-calculator-address
  .wc-blocks-components-select__container {
  border-radius: 8px !important;
  border: none !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-shipping-calculator-address
  .wc-blocks-components-select__select {
  border: none;
  border-radius: 8px !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-shipping-calculator-address
  .wc-block-components-text-input
  input[type="text"] {
  border: none !important;
  border-radius: 8px !important;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-shipping-calculator-address__button.outlined {
  border-radius: 10px !important;
  box-shadow: none !important;
  border: solid 1px #987027;
}

.wc-block-components-sidebar.carrito-caja-pago
  .wc-block-components-shipping-calculator-address__button.outlined:hover {
  background-color: #ffffff;
  color: #000000;
}

.woocommerce-pagination ul.page-numbers {
  border: none !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 3px;
}

.woocommerce-pagination ul.page-numbers li {
  border: none !important;
}

.woocommerce-pagination ul.page-numbers li .page-numbers {
  color: var(--color-tercero);
  font-size: 16px;
  border-radius: 4px;
}

.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  color: var(--color-claro);
  font-weight: 700;
  background-color: var(--color-secundario);
}

.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: var(--color-claro);
  font-weight: 700;
  background-color: var(--color-secundario);
}

div.nav-links {
  border: none !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  gap: 3px;
  padding-top: 30px;
  width: 100%;
}

div.nav-links .page-numbers {
  color: var(--color-texto);
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  padding: 4px 8px;
}

div.nav-links .page-numbers:hover {
  color: var(--color-secundario);
  background-color: var(--color-obscuro);
}

div.nav-links .page-numbers.current {
  color: var(--color-secundario);
  background-color: #0a0a0a;
}

div.nav-links .next.page-numbers {
  color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  font-size: 0;
  overflow: hidden;
  width: 30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3C!-- Generator: Adobe Illustrator 29.2.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 116) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23f2f2f2; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M4,8c0-.3.2-.5.5-.5h5.8l-2.1-2.1c-.2-.2-.2-.5,0-.7s.5-.2.7,0l3,3c.2.2.2.5,0,.7,0,0,0,0,0,0l-3,3c-.2.2-.5.2-.7,0s-.2-.5,0-.7l2.1-2.1h-5.8c-.3,0-.5-.2-.5-.5'/%3E%3C/svg%3E");
}

div.nav-links .prev.page-numbers {
  color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  font-size: 0;
  overflow: hidden;
  width: 30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3C!-- Generator: Adobe Illustrator 29.2.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 116) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23f2f2f2; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M12,8c0,.3-.2.5-.5.5h-5.8l2.1,2.1c.2.2.2.5,0,.7s-.5.2-.7,0l-3-3c-.2-.2-.2-.5,0-.7,0,0,0,0,0,0l3-3c.2-.2.5-.2.7,0s.2.5,0,.7l-2.1,2.1h5.8c.3,0,.5.2.5.5'/%3E%3C/svg%3E");
}

/*Pagina de pago*/
body.woocommerce-order-pay .order_details {
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: var(--border-big) !important;
  background-color: #171717 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  margin-bottom: 30px;
  font-size: 18px;
}

body.woocommerce-order-pay .order_details strong {
  color: var(--color-secundario) !important;
}

body.woocommerce-order-pay #embed-target {
  margin-bottom: 60px;
  border-radius: 15px;
  overflow: hidden;
}

.wc-block-components-radio-control__input {
  display: inline-block !important;
}

.wc-block-components-radio-control--highlight-checked--last-selected.disable-radio-control
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted
  .wc-block-components-radio-control__option-layout {
  padding-left: 30px;
}

.caja-campos-pago {
  padding: var(--padding-contenido) !important;
  border-radius: var(--border-big) !important;
  background-color: #1a1818 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
}

.caja-campos-pago form.wc-block-checkout__form {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}

.caja-campos-pago form.wc-block-checkout__form h2.wc-block-components-title {
  font-family: var(--fuente-regular);
  font-size: 18px;
  color: var(--color-claro);
  text-transform: uppercase;
  font-weight: 700 !important;
}

.caja-campos-pago .wc-block-components-address-form__address_2-toggle {
  font-size: 0.875em;
  line-height: 1.2;
  color: #ffaa00 !important;
}

.caja-campos-pago .wc-block-components-text-input input[type="email"],
.caja-campos-pago .wc-block-components-text-input input[type="text"],
.caja-campos-pago .wc-block-components-text-input input[type="tel"],
.caja-campos-pago .wc-block-components-text-input input[type="password"] {
  border: solid 1px #987027 !important;
  padding: 21px 10px 10px 10px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background-color: var(--color-principal) !important;
}

.caja-campos-pago .wc-block-components-text-input label,
.caja-campos-pago .wc-blocks-components-select__label {
  color: #ffffff !important;
}

.caja-campos-pago .wc-blocks-components-select__container {
  border: solid 1px #987027 !important;
  padding: 21px 10px 10px 10px !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background-color: var(--color-principal) !important;
}

.caja-campos-pago select.wc-blocks-components-select__select {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  font-size: 16px;
  padding: 0;
  width: 100%;
  font-family: inherit;
  height: auto;
  border: none !important;
}

.caja-campos-pago
  .wc-blocks-components-select
  .wc-blocks-components-select__expand {
  fill: #ffffff !important;
}

.caja-campos-pago .wc-block-components-checkout-return-to-cart-button {
  color: #ffaa00 !important;
}

.caja-campos-pago .wc-block-components-checkout-place-order-button {
  background-color: #19a500;
  color: var(--color-claro);
  border-radius: 300px;
  border: none !important;
  text-decoration: none;
  font-weight: bold;
}

.caja-campos-pago .wc-block-components-checkout-place-order-button:hover {
  color: #19a500;
  background-color: var(--color-claro);
}

.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: none !important;
  border: solid 1px #90c7d3 !important;
}

.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  box-shadow: none !important;
  border: solid 1px #90c7d3 !important;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none!important;
    width: 100%!important;
    margin: 20px 0!important;
}

body.woocommerce-order-received
  .woocommerce
  .woocommerce-customer-details
  address {
  border: none !important;
}

body.woocommerce-order-received .woocommerce table.shop_table td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: solid 1px #83838329 !important;
}

body.woocommerce-order-received .woocommerce table.shop_table tr th {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: solid 1px #83838329 !important;
}

body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  padding: 30px 20px;
  border-radius: var(--border-normal) !important;
  background-color: #f4f8ff; !important;
  color: var(--color-principal);
  margin-bottom: 30px;
}

body.woocommerce-order-received h2.wc-bacs-bank-details-heading,
body.woocommerce-order-received h2.woocommerce-order-details__title,
body.woocommerce-order-received h2.woocommerce-column__title {
  font-size: 20px;
  color: var(--color-secundario) !important;
  font-weight: 700 !important;
  font-family: var(--fuente-regular);
  text-transform: uppercase;
  padding-bottom: 20px;
}

body.woocommerce-order-received h3.wc-bacs-bank-details-account-name {
  font-size: 18px;
  color: var(--color-secundario) !important;
  font-weight: 700 !important;
  font-family: var(--fuente-regular);
  text-transform: uppercase;
  padding-bottom: 10px;
}

body.woocommerce-order-received .woocommerce-table__product-name {
  text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-table__product-name a {
  color: #ffaa00 !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  padding: 20px 20px;
  border-radius: var(--border-big) !important;
  background-color: #19a500 !important;
  color: var(--color-claro);
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding: 30px 20px;
  border-radius: var(--border-normal) !important;
  background-color: #f4f8ff !important;
  color: var(--color-principal);
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 18px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details strong {
  color: var(--color-secundario) !important;
}

.wc-box-data2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}

.wc-box-data2 .woocommerce-bacs-bank-details {
  display: block;
  width: 100%;
  max-width: 300px;
}

.wc-box-data2 .woocommerce-order-details {
  width: 100%;
  flex: 1 0 0;
}

.wc-box-data {
  display: none !important;
}

.woocommerce-loop-product__link a .woocommerce-loop-product__link {
  display: none !important;
}

.txt-intro-instrucciones {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-secundario) !important;
}

.wc-block-components-sidebar.caja-campos-totales {
  width: 32%;
  margin-top: 0;
  padding-top: 30px !important;
  padding: var(--padding-contenido) !important;
  border-radius: var(--border-big) !important;
  background-color: #1a1818 !important;
  color: var(--color-claro);
  box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
  -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
}

.wc-block-components-sidebar.caja-campos-totales
  .wc-block-components-checkout-order-summary__title-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.wc-block-components-sidebar.caja-campos-totales
  .wc-block-components-panel__button {
  color: #ffaa00 !important;
  margin-bottom: 5px;
}

.wc-block-components-sidebar.caja-campos-totales
  .wc-block-components-totals-item {
  padding: 10px !important;
  border-radius: 10px !important;
  overflow: hidden;
  background-color: var(--color-principal);
  margin-bottom: 10px !important;
}

.wc-block-components-sidebar.caja-campos-totales
  .wc-block-components-totals-footer-item-tax-value {
  color: var(--color-secundario);
}

.wc-block-components-sidebar.caja-campos-totales
  .wc-block-components-product-name {
  text-decoration: none !important;
  font-weight: 700;
  color: var(--color-secundario);
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__image
  > img {
  max-width: 48px;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}

.wc-block-components-sidebar-layout.wc-block-checkout {
  padding-bottom: 70px !important;
}

/*
 Cambios de carrito
*/
.woocommerce-notices-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  z-index: 9;
  width: 100%;
  left: 0;
  bottom: 0.1rem;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
  width: 100%;
  max-width: 600px;
  background-color: var(--color-cuarto);
  color: var(--color-claro);
  border: none;
  border-radius: var(--border-normal);
  position: relative;
}

.woocommerce-notices-wrapper ul.woocommerce-error .cta-close-msg-woo {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  color: var(--color-claro);
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.woocommerce-notices-wrapper .woocommerce-error::before {
  color: var(--color-claro);
  font-size: 25px;
  left: 10px;
  top: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  background-color: #98db90;
  color: #2c2c2c;
  border: none;
  border-radius: var(--border-normal);
  position: relative;
}

.woocommerce-notices-wrapper .woocommerce-message a {
  margin: 0 0 0 auto;
  background-color: var(--color-claro);
  padding: 2px 10px;
  text-decoration: none;
  border-radius: 300px;
}

.woocommerce-notices-wrapper .woocommerce-message .cta-close-msg-woo {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  color: var(--color-claro);
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
  color: var(--color-claro);
  font-size: 25px;
  left: 10px;
  top: 6px;
}

.area-breadcomps {
  display: block;
  padding: 15px 5px;
  text-align: left;
}

.area-breadcomps .woocommerce-breadcrumb,
.breadcrumbs {
  color: var(--color-principal);
  font-size: 14px;
  text-align: left;
}

.area-breadcomps .woocommerce-breadcrumb a,
.breadcrumbs a {
  color: var(--color-secundario) !important;
}

.row-listado-productos {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 30px;
}

.columna-filtros .widget-area {
  display: flex;
  flex-direction: column;
}

.columna-filtros {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  width: 300px;

  .widget-search {
    order: 0;
  }

  .active-filters-card {
    order: 2;
  }

  .filter-container {
    order: 1;
  }
}

.active-filters-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  margin-top: 14px;
  background: #fff;
  max-width: 520px;
}

.af-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  flex-direction: column;
}

.af-title {
  color: #0c2a6b;
}

.af-clear-all {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #0b0b0b;
}

.af-clear-all.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.af-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.af-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.af-label {
  width: 110px;
  color: #0c2a6b;
  padding-top: 6px;
}

.af-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.af-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #2f67d3;
  background: #eaf1ff;
  color: #0c2a6b;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.af-chip--gray {
  border-color: #cbd5e1;
  background: #f1f5f9;
  color: #334155;
}

.af-chip--yellow {
  border-color: #f59e0b;
  background: #fff7e6;
  color: #92400e;
}

.af-chip .af-x {
  font-weight: 700;
  margin-left: 6px;
}

.af-placeholder {
  color: #94a3b8;
  font-size: 14px;
  padding: 6px 0;
}

.columna-productos {
  display: block;
  width: 100%;
}

.columna-productos .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.grid-archive .quantity-wrapper {
  flex-wrap: wrap;
}

.grid-archive .add-to-cart {
  width: 100%;
}

.grid-archive .quantity-input {
  max-width: 70%;
}

.filter-container {
  background-color: var(--color-claro) !important;
  color: var(--color-principal);
  padding: 10px 14px;
  border-radius: var(--border-normal);
  border: 1px solid #e5e7eb;
  max-width: 100%;
  margin-top: 30px;
}

.filter-container .filter-group {
  padding: 8px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.138);
}

.filter-title {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-title i {
  transition: transform 0.3s ease;
}

.filter-content {
  display: none;
  padding-top: 10px;
  list-style: none !important;
  padding: 10px 0 1px 0;
  max-height: 250px;
  overflow-y: scroll;
}

.filter-content li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 0;
  display: flex;
  flex-direction: row;
  gap: 7px;
  font-size: 12px;
}

.filter-content li .form-check-input {
  margin: 0;
  position: relative;
  top: -1px;
}

.filter-title.open i {
  transform: rotate(180deg);
}

.range-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
}

.range-slider:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 300px;
  background-color: #272626;
  position: absolute;
  top: 18px;
}

.range-slider input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: transparent;
}

.range-slider input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: var(--color-principal);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  top: -6px;
}

.slider-track {
  position: absolute;
  height: 4px;
  border-radius: 300px;
  background: var(--color-secundario);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  color: var(--color-principal);
}

.cta-inline {
  display: block;
  background-color: var(--color-tercero);
  color: white;
  padding: 5px 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}

.cta-inline:hover {
  background-color: var(--color-secundario);
}

.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-bottom: 50px !important;
  margin: 0 !important;
  clear: none !important;
}

.products li.product {
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce ul.products::before {
  display: none !important;
}

.woocommerce-ordering {
  margin: 0 !important;
}

.woocommerce-ordering .orderby {
  height: 50px;
  padding: 10px 20px !important;
  border-radius: 300px;
  appearance: none;
  float: none;
  margin: 0;
}

.woocommerce-result-count {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--color-claro);
  float: none;
}

.search-results-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-results-content .card.custom-card a {
  display: block;
  width: 100%;
}

.search-results-content .card.custom-card a img.card-img-top {
  width: 90%;
  height: 190px;
  object-fit: contain;
}

.search-results-content .card.custom-card .card-body {
  padding: 10px 0 15px 0;
}

.search-results-content .card.custom-card .card-body h5.card-title {
  font-size: 16px;
}

.row-resultados {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.row-resultados .card-title a {
  color: var(--color-principal);
  text-decoration: none;
}

.row-resultados .card.custom-card {
  height: 100%;
  padding: 15px;
}

.localizador-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.listado-sucursales {
  display: flex;
  flex-direction: column;
  min-width: 350px;
  width: 350px;
  height: 600px;
  overflow-y: scroll;
  padding-right: 10px;
}

.listado-sucursales {
  --sb-track-color: #232e33;
  --sb-thumb-color: #960013;
  --sb-size: 5px;
}

.listado-sucursales::-webkit-scrollbar {
  width: var(--sb-size);
}

.listado-sucursales::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

.listado-sucursales::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}

.sucursal-item {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 25px 10px 15px 10px;
  border-radius: var(--border-big);
  background-color: #f9f9f9;
}

.sucursal-item h3 {
  font-size: 18px;
  font-weight: 800 !important;
  color: var(--color-tercero);
  padding-bottom: 0 !important;
  padding-bottom: 4px;
}

.sucursal-item p {
  font-size: 0.8rem;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.sucursal-item .suc_telefono,
.sucursal-item .suc_horario {
  display: none;
}

.sucursal-item:hover {
  background-color: #e6e6e6;
}

#mapa {
  width: 100%;
  height: 600px;
  border-radius: var(--border-big);
}

.gm-style-iw-d h3 {
  font-size: 18px;
  font-weight: 800 !important;
  color: var(--color-tercero);
  padding-bottom: 20px;
}

.bloque-botonera {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: flex-end;
}

button.btn-ubicacion,
a.btn-ubicacion {
  text-decoration: none !important;
  display: inline-block;
  width: max-content;
  padding: 8px 20px;
  border-radius: var(--border-normal);
  border: none;
  background-color: var(--color-tercero);
  color: var(--color-claro);
  margin: 0 15px 0 0;
}

button.btn-ubicacion:hover,
a.btn-ubicacion:hover {
  background-color: var(--color-secundario);
  color: var(--color-obscuro);
}

header.site__section-header-pagina-interna.header-interna-legales {
  min-height: 300px;
  padding-bottom: 60px;
}

header.site__section-header-pagina-interna.header-interna-legales
  .row-header-page-interna {
  text-align: left;
  align-items: flex-start;
}

header.site__section-header-pagina-interna.header-interna-legales
  .row-header-page-interna
  h1 {
  font-size: 2rem;
}

header.site__section-header-pagina-interna.header-interna-legales
  .separador-onda {
  margin-left: 15px;
}

.legales-marco-contenido {
  display: block;
  width: 95%;
  padding: 45px 30px;
  border-radius: var(--border-big);
  margin: -30px auto 0 auto;
  background-color: var(--color-claro);
  position: relative;
  z-index: 3;
}

.row-shortcode-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.row-shortcode-section.tipo-columnas {
  flex-direction: column;
}

.row-shortcode-section.tipo-columnas-inversa {
  flex-direction: column-reverse;
}

.row-shortcode-section.tipo-filas-inversa {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.row-shortcode-section.tipo-filas {
  flex-direction: row;
  justify-content: space-between;
}

.shortcode-section__contenido {
  display: block;
  width: 40%;
  padding: 30px 0;
}

.shortcode-section__code {
  display: block;
  width: 58%;
}

.row-shortcode-section.tipo-columnas .shortcode-section__contenido,
.row-shortcode-section.tipo-columnas-inversa .shortcode-section__contenido {
  width: 100%;
}

.row-shortcode-section.tipo-columnas .shortcode-section__code,
.row-shortcode-section.tipo-columnas-inversa .shortcode-section__code {
  width: 100%;
}

.row-shortcode-section.tipo-filas .products {
  grid-template-columns: repeat(3, 1fr);
}

.grid-entradas-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.navigation-posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  margin-top: 30px;
}

.navigation-posts .previous-post,
.navigation-posts .next-post {
  display: flex;
  flex-direction: row;
  width: 50%;
  text-align: center;
}

.navigation-posts .previous-post a,
.navigation-posts .next-post a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.navigation-posts .next-post a {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}

.navigation-posts img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.navigation-posts h3 {
  font-size: 16px;
  padding: 15px;
  font-family: var(--fuente-alterna) !important;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
}

.custom-thumbnail {
  width: 80px;
  height: 80px;
}

.custom-row {
  display: flex;
  width: 100%;
  gap: 15px;
}

.custom-row.gap-5 {
  gap: 5px !important;
}

.custom-row .contenido-entrada {
  display: block;
  flex: 1 0 0;
  width: 100%;
}

.custom-row .contenido-sidebar {
  display: block;
  width: 350px;
}

.custom-row .custom-2 {
  display: block;
  width: 20%;
}

.custom-row .custom-3 {
  display: block;
  width: 33.333%;
}

.custom-row .custom-4 {
  display: block;
  width: 40%;
}

.custom-row .custom-5 {
  display: block;
  width: 50%;
}

.custom-row .custom-6 {
  display: block;
  width: 60%;
}

.custom-row .custom-7 {
  display: block;
  width: 70%;
}

.custom-row .custom-8 {
  display: block;
  width: 80%;
}

.custom-row .custom-100 {
  display: block;
  width: 100%;
}

.custom-row .custom-fluid {
  display: block;
  flex: 1 0 0;
  width: 100%;
}

.custom-row .custom-width {
  display: block;
  flex: 0 0 auto;
  width: max-content;
}

.entradas-blog__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-normal);
  background-color: #1a1818 !important;
  box-shadow: -1px 17px 28px -13px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: -1px 17px 28px -13px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: -1px 17px 28px -13px rgba(0, 0, 0, 0.33);
}

.entradas-blog__card-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 220px;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none !important;
}

.entradas-blog__card-header span.tipo-categoria {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 300px;
  background-color: var(--color-cuarto);
  color: var(--color-claro);
  text-decoration: none !important;
  font-size: 12px;
  font-family: var(--fuente-alterna);
}

.entradas-blog__card-body {
  min-height: 240px;
  padding: 25px 20px 15px 20px;
}

.entradas-blog__card-body h2 {
  font-family: var(--fuente-alterna);
  color: var(--color-secundario);
  font-weight: 700;
  font-size: 18px;
}

.entradas-blog__card-body span.extracto {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.2em !important;
  font-family: var(--fuente-regular);
  color: var(--color-claro);
}

.entradas-blog__card-footer {
  text-align: right;
  padding-right: 10px;
}

.entradas-blog__card-footer .btn.btn-more {
  font-size: 30px;
  padding: 0;
  color: var(--color-secundario);
}

.entradas-blog__card-footer .btn.btn-more:hover {
  color: var(--color-claro);
}

.side-bar-blog .slide-item {
  padding: 15px;
}

.side-bar-blog .slide-item .entradas-blog__card-body span.extracto {
  display: none !important;
}

.side-bar-blog .slide-item .entradas-blog__card-body {
  min-height: auto;
}

.side-bar-blog .slide-item .entradas-blog__card-header {
  min-height: 150px;
}

.share .txt-compartir {
  font-weight: 600;
  font-family: var(--fuente-alterna);
  font-size: 14px;
  color: var(--color-claro);
}

.share a {
  color: var(--color-secundario) !important;
  font-size: 25px;
}

.share-redes {
  display: flex;
  gap: 10px;
}

.side-bar-blog .share {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
}

body.single-post .contenido-entrada p,
body.single-post .contenido-entrada ol,
body.single-post .contenido-entrada ul,
body.single-post .contenido-entrada li,
body.single-post .contenido-entrada * {
  color: var(--color-claro);
}

body.single-post .contenido-entrada h2,
body.single-post .contenido-entrada h3,
body.single-post .contenido-entrada h4,
body.single-post .contenido-entrada h5 {
  color: var(--color-secundario) !important;
}

.contenido-entrada .tipo-categoria {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 300px;
  background-color: var(--color-cuarto);
  color: var(--color-claro);
  text-decoration: none !important;
  font-size: 14px;
}

.wp-block-image .size-large {
  overflow: hidden;
  border-radius: var(--border-big);
}

.single-product-image {
  overflow: hidden;
  border-radius: var(--border-big);
  background-color: #ffffff;
  padding: 45px 25px 0 25px;
  position: relative;
}

.single-product-image .woocommerce-product-gallery__image {
  margin: 0 auto;
}

.single-product-image .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: -4px;
  text-decoration: none !important;
  color: var(--color-obscuro);
}

.single-product-image .woocommerce-product-gallery__trigger span {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 300px;
  background-color: #ffffff;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.single-product-image .woocommerce-product-gallery__trigger span:after {
  content: "\f62c";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: var(--color-obscuro);
  position: absolute;
  top: 5px;
  left: 5px;
}

.single-product-image .flex-viewport {
  margin: 0 auto;
}

.single-product-image .flex-control-nav.flex-control-thumbs {
  list-style: none !important;
  padding: 25px 0 30px 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.single-product-image .flex-control-nav.flex-control-thumbs li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 20%;
  height: 80px;
  border-radius: var(--border-normal);
  cursor: pointer;
  border: solid 1px #d6d6d6;
}

.single-product-image .flex-control-nav.flex-control-thumbs li img {
  position: absolute;
}

.single-product-image span.onsale {
  font-size: 22px !important;
  line-height: 2.2;
  width: 100px;
  height: 50px;
}

.woocommerce-product-gallery__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}

.woocommerce-product-gallery__image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery:not(.woocommerce-product-gallery--with-images)
  .woocommerce-product-gallery__image
  img {
  max-height: 500px;
  /* Alto fijo */
  width: auto;
  height: auto;
  object-fit: contain;
  /* Ajusta la imagen al contenedor */
  display: block;
  margin: 0 auto;
}

.woocommerce-product-gallery__image img {
  max-height: 500px;
  /* Alto fijo */
  width: auto;
  height: auto;
  object-fit: contain;
  /* Ajusta la imagen dentro del contenedor */
  display: block;
  margin: 0 auto;
}

.woocommerce-product-gallery__image.flex-active-slide a {
  text-align: center;
}

.woocommerce-breadcrumb a {
  text-decoration: none !important;
}

.area-info-product {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
}

.single-product-info {
  display: block;
  width: 95%;
  padding: 5px 25px;
  color: var(--color-principal);
}

.single-product-info p{
  font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb{
  margin-bottom: 0;
}

.single-product-info .nombre-producto h2 {
  display: block;
  width: 75%;
  font-family: var(--fuente-regular);
  color: var(--color-principal);
}

.single-product-info .msg-alerta-stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  line-height: 0;
  background-color: #f48f70;
  border-radius: 300px;
  padding: 4px 20px 4px 3px !important;
  width: max-content;
  color: var(--color-claro);
  margin-top: 20px;
}

.single-product-info .msg-alerta-stock.producto-agotado {
  background-color: var(--color-tercero);
}

.single-product-info .msg-alerta-stock.msg-simple {
  background-color: #ff6131 !important;
  padding-left: 10px !important;
}

.single-product-info .msg-alerta-stock .bi {
  font-size: 25px;
}

.area-compartir .share-redes a.share-link {
  color: var(--color-secundario) !important;
  font-size: 25px;
}

.area-compartir .share-redes a.share-link:hover {
  color: var(--color-claro) !important;
}

.area-compartir .share-redes .site__redes-elemento-texto {
  display: none;
}

.area-info-compra {
  padding-top: 25px;
}

.area-info-compra .product-price-original {
  color: #bababa;
  font-weight: 100;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.area-info-compra .product-price-sale {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-secundario);
  padding: 15px 0 0 0;
  margin: 0 0 0 0;
}

.area-info-compra .product-discount-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 75px;
  height: 40px;
  padding-right: 8px;
  color: var(--color-claro);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 190 100'%3E%3C!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %230866fd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M188.7,15.1c0-7.8-6.1-14.1-13.6-14.1,0,0,0,0,0,0H48.4c-3.6,0-7.1,1.5-9.6,4.1L5.1,40c-5.3,5.5-5.3,14.4,0,19.9,0,0,0,0,0,0l33.7,34.9c2.6,2.7,6,4.1,9.7,4.1h126.7c7.5,0,13.6-6.3,13.6-14.1V15.1ZM21,63c-7.2,0-13-5.8-13-13s5.8-13,13-13,13,5.8,13,13-5.8,13-13,13Z'/%3E%3C/svg%3E");
}

.area-info-compra .product-discount-tag span.mini-texto {
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  padding-top: 1px;
}

.area-info-compra .product-discount-tag span.mini-descuento {
  font-size: 18px;
}

.area-info-compra .product-iva-text {
  font-size: 14px;
}

.area-info-compra .product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  width: max-content;
  border: solid 1px #eeeeee !important;
  background-color: #fafafa;
  border-radius: 300px;
  padding: 2px 10px;
  margin-bottom: 25px;
}

.area-info-compra .product-quantity .quantity-input {
  width: 150px;
  max-width: 150px;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

.area-info-compra .product-quantity .quantity-btn {
  background-color: rgba(255, 255, 255, 0);
  color: var(--color-principal);
  font-size: 18px;
  font-weight: 600;
  padding: 2px;
}

.area-info-compra .product-quantity .quantity-btn:hover {
  color: var(--color-tercero);
}

.area-info-compra .add-to-cart-button {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-weight: 500 !important;
  font-size: 18px !important;
  border-radius: var(--border-normal) !important;
  background-color: var(--color-tercero) !important;
  color: var(--color-claro) !important;
}

.area-info-compra .add-to-cart-button:hover {
  background-color: var(--color-obscuro) !important;
}

.area-info-compra .add-to-cart-button .bi {
  font-size: 25px;
}

.separador-custom {
  display: block;
  width: 30%;
  margin: 60px 0 40px 0;
  height: 1px;
  background-color: var(--color-texto);
}

.bloque-informacion figure.site__imagen-texto-figure {
  width: 45px;
  min-width: 45px;
}

.bloque-informacion .site__imagen-texto-contenido {
  padding-top: 0;
}

.bloque-informacion .site__imagen-texto-contenido .titulo {
  font-size: 17px;
  font-weight: 600 !important;
}

.bloque-informacion .site__imagen-texto-contenido .descripcion {
  font-size: 16px;
}

.bloque-informacion .site__imagen-texto-contenido .descripcion span {
  display: block;
  padding-bottom: 5px;
}

.bloque-caracteristicas h5 {
  font-size: 17px;
}

.bloque-tabs .nav {
  gap: 40px;
}

.bloque-tabs button.nav-link {
  padding: 0;
  color: #e3e4e5;
  font-weight: 600 !important;
  opacity: 0.6;
}

.bloque-tabs button.nav-link.active {
  opacity: 1;
  color: var(--color-secundario);
  background-color: transparent !important;
}

.bloque-tabs .tab-content span {
  display: inline-block;
  padding: 0 5px;
}

.titulo-con-bg {
  display: block;
  width: max-content;
  background-color: var(--color-secundario);
  color: #000000;
  padding: 5px;
  border-radius: var(--border-normal);
  font-weight: 600 !important;
  font-size: 16px !important;
}

.bloque-informacion-promociones figure.site__imagen-texto-figure {
  width: 55px;
  min-width: 55px;
}

.bloque-informacion-promociones .site__imagen-texto-contenido {
  padding-top: 9px;
}

.bloque-informacion-promociones .site__imagen-texto-lateral {
  gap: 6px;
}

.custom-row.tabs-woocommerce {
  padding: 15px 25px;
}

.tabs-woocommerce .tabs.wc-tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
  width: 100%;
  list-style: none;
  padding: 0 90px 10px 0;
  margin: 0 0 25px 0;
  border-bottom: solid 1px transparent;
}

.tabs-woocommerce li.description_tab a,
.tabs-woocommerce li.additional_information_tab a,
.tabs-woocommerce li.reviews_tab a {
  font-family: var(--fuente-regular);
  font-size: 20px;
  font-weight: 600;
  color: #bdbdbd;
  opacity: 0.6;
  text-decoration: none !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.tabs-woocommerce li.description_tab.active a,
.tabs-woocommerce li.additional_information_tab.active a,
.tabs-woocommerce li.reviews_tab.active a {
  color: var(--color-secundario);
  border-bottom: solid 1px var(--color-secundario);
  opacity: 1;
}

.tabs-woocommerce .woocommerce-Tabs-panel {
  color: var(--color-texto);
}

.tabs-woocommerce .woocommerce-Tabs-panel h2 {
  display: none;
}

.tabs-woocommerce .woocommerce-Tabs-panel form.comment-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 10px;
  gap: 20px;
}

.tabs-woocommerce .woocommerce-Tabs-panel #comment {
  border-radius: var(--border-normal);
  background-color: transparent;
  border: solid 1px var(--color-secundario);
  color: var(--color-claro);
  padding: 10px;
  height: 60px !important;
}

.tabs-woocommerce .woocommerce-Tabs-panel .comment-form-comment label {
  padding-bottom: 5px;
}

.tabs-woocommerce .woocommerce-Tabs-panel .comment-notes,
.tabs-woocommerce .woocommerce-Tabs-panel .comment-form-cookies-consent {
  display: block;
  width: 100%;
  padding-bottom: 0%;
}

.tabs-woocommerce .woocommerce-Tabs-panel .comment-form-author,
.tabs-woocommerce .woocommerce-Tabs-panel .comment-form-email {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tabs-woocommerce .woocommerce-Tabs-panel .comment-form-author input,
.tabs-woocommerce .woocommerce-Tabs-panel .comment-form-email input {
  border-radius: var(--border-normal);
  background-color: transparent;
  border: solid 1px var(--color-secundario);
  color: var(--color-claro);
  padding: 10px;
  height: 60px !important;
}

.tabs-woocommerce .submit {
  display: inline-block;
  padding: 10px 45px !important;
  border: none;
  border-radius: var(--border-big);
  background: var(--color-tercero) !important;
  color: var(--color-claro) !important;
  margin: 0 6px;
  font-size: 17px !important;
}

.tabs-woocommerce .submit:hover {
  background-color: var(--color-secundario) !important;
  color: var(--color-principal) !important;
}

.grid-productos-relacionados .related.products {
  display: flex !important;
  flex-direction: column !important;
}

.grid-productos-relacionados .related.products h2 {
  display: none;
}

.grid-productos-relacionados .productos-relacionados-titulo {
  text-align: center;
  padding-bottom: 25px;
}

.custom-woocommerce-slider small.woocommerce-price-suffix {
  display: none !important;
}


.custom-woocommerce-slider.products-slide.slick-slider{
  max-width: 92.5%;
  margin:  0 auto;
}

.custom-woocommerce-slider .slick-dots {
  display: flex;
  list-style: none;
  padding: 15px 5px;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
}

.custom-woocommerce-slider .slick-dots li.slick-active{
   width: 15px!important;
   background-color: rgba(255,255,255,0)!important;
}

.custom-woocommerce-slider .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 300px;
  border: none;
  background-color: var(--color-extra);
  transition: all ease 0.15s;
}

.custom-woocommerce-slider .slick-dots li.slick-active button {
  width: 15px;
  background-color: var(--color-secundario);
}

.banner-marquesina {
  display: block;
  width: 100vw;
  background-color: #ffeb3b;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 10px 0 6px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquesina-texto {
  display: inline-block;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.flag-producto {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  bottom: 20%;
  right: 10px;
  padding: 10px;
  gap: 5px;
}

.flag-circle {
  display: block;
  width: 50px;
  height: 50px;
}

.flag-circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.flag-producto-card {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  z-index: 3;
  top: -12px;
  right: 0px;
  padding: 10px;
  gap: 5px;
}

.flag-producto-card .flag-circle {
  display: block;
  width: 30px;
  height: 30px;
}

body.finalizar-compra {
  .woocommerce-info {
    justify-content: flex-end;
    margin-top: 25px;
    gap: 15px;
  }

  .woocommerce-form-coupon-toggle {
    .showcoupon {
      display: inline-block;
      width: max-content;
      background-color: #19a500;
      color: var(--color-claro);
      border-radius: 300px;
      text-decoration: none;
      font-weight: bold;
      font-family: var(--fuente-regular) !important;
      font-size: 12px !important;
      padding: 10px 25px;
    }
  }

  .checkout_coupon {
    padding: 20px !important;
    border-radius: var(--border-big) !important;
    border: none;
    background-color: #ffaa00 !important;
    color: var(--color-claro);
    box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);

    .input-text {
      height: 45px;
      border: none;
      width: 300px !important;
      padding: 5px 10px;
      border-radius: 4px;
      border: none !important;
      background-color: #ffffff !important;
    }

    .button {
      height: 45px;
      background-color: var(--color-tercero);
      color: #ffffff;
    }
  }

  .checkout_coupon .form-row.form-row-first,
  .checkout_coupon .form-row.form-row-last {
    width: max-content !important;
    display: inline-block !important;
    float: none !important;
  }

  .woocommerce-additional-fields {
    padding: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    background-color: var(--color-principal);
    color: #ffffff;
    box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    margin-bottom: 25px;

    textarea.input-text {
      height: 80px !important;
    }
  }

  .woocommerce-billing-fields,
  .woocommerce-shipping-fields,
  .woocommerce-checkout-review-order {
    padding: 30px 20px !important;
    border-radius: var(--border-big) !important;
    background-color: #1a1818 !important;
    color: var(--color-claro);
    box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: -1px 10px 20px -2px rgba(0, 0, 0, 0.82);
    margin-bottom: 25px;

    h3#ship-to-different-address {
      color: var(--color-secundario) !important;
      margin: 0;
      padding: 0;

      span {
        padding-left: 10px;
      }
    }

    h3 {
      font-family: var(--fuente-regular);
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 700 !important;
      font-size: 18px;
    }
  }

  .input-text {
    border: solid 1px #987027 !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    background-color: var(--color-principal) !important;
    height: 45px;
  }

  h3#order_review_heading {
    font-family: var(--fuente-regular) !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 22px;
  }

  .woocommerce table.shop_table {
    border: none !important;

    thead .product-name,
    thead .product-total {
      font-size: 20px !important;
      text-transform: uppercase;
      color: #ffaa00 !important;
    }
  }

  .woocommerce table.shop_table td {
    border-top: 1px solid rgb(252 218 87 / 10%) !important;
  }

  a.woocommerce-privacy-policy-link {
    color: #ffaa00 !important;
  }

  .form-row.place-order .button.alt {
    background-color: #19a500;
    color: var(--color-claro);
    border-radius: 300px;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 30px;

    &:hover {
      background-color: var(--color-claro);
      color: #19a500;
    }
  }

  .woocommerce-error {
    border-radius: 10px;
    background-color: var(--color-cuarto);
    color: #ffffff;

    a {
      color: #ffffff;
    }
  }

  .woocommerce-error::before {
    color: #ffffff;
  }
}

/*Finalizar compra*/

/* ----------------------------------banners promos---------------------------------- */
.barra-promociones {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  gap: 15px;
}

.barra-promociones__item {
  display: block;
  overflow: hidden;
  border-radius: var(--border-normal);
}

.barra-promociones__image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* ----------------------------------Slide giros---------------------------------- */

.slider-giros-negocio-wrapper {
  position: relative;
}

.slider-giros-negocio {
}

.custom-arrow-square-giros-negocio {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 36px;
  height: 36px;
  border: none;
  transform: translateY(-14px);
  font-size: 30px;
  line-height: 1;

  &.cas-next {
    right: -3px;
  }
}

.slider-giros-item {
}

.slider-giros-negocio-wrapper {
  .slick-arrow {
    background-color: var(--color-principal) !important;
    color: var(--color-claro);

    &:hover {
      background-color: var(--color-claro) !important;
      color: var(--color-principal) !important;
    }
  }
}

.slider-giros-link {
  display: flex;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-big);
  color: var(--color-claro);
}

figure.slider-giros-figure {
  margin: 0;
  transition: all ease 0.15s;
}

figure.slider-giros-figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}

img.slider-giros-img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-giros-caption {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 15px;
  left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;

  span {
    font-family: var(--fuente-regular);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
  }
}

.site__section-banner-cinta-figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: var(--border-big);
}

.slider-promociones-cinturon-wrapper {
  position: relative;
}

.slider-promociones-cinturon .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: var(--border-big);
}

.slider-promociones-cinturon-wrapper .custom-arrow-square-cinturon {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-35px);
}

.slider-promociones-cinturon-wrapper .cas-next {
  right: 0;
}

.custom-arrow-square-cinturon {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 36px;
  height: 36px;
  border: none;
  transform: translateY(-35px);
  font-size: 30px;
  line-height: 1;
  background-color: var(--color-principal) !important;
  color: var(--color-claro);
  transition: all ease 0.15s;

  &:hover {
    color: var(--color-principal) !important;
    background-color: var(--color-claro) !important;
  }
}

.slider-promociones-cinturon-wrapper .slick-dots {
  list-style: none;
  margin: 0;
  padding: 10px;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
}

.slider-promociones-cinturon-wrapper .slick-dots {
  gap: 5px;
}

.slider-promociones-cinturon-wrapper .slick-dots li button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: var(--color-gris) !important;
  border: none;
  border-radius: 300px;
  color: var(--transparente);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  transition: all ease 0.15s;
}

.slider-promociones-cinturon-wrapper .slick-dots li.slick-active {
  background-color: var(--transparente);
  width: 60px;
}

.slider-promociones-cinturon-wrapper .slick-dots li.slick-active button {
  width: 60px;
  transition: all ease 0.15s;
  background-color: var(--color-secundario) !important;
}

.slider-slick-marcas {
  color: var(--color-claro) !important;

  .slick-arrow.slick-next {
    right: 0;
  }

  .slick-arrow.slick-prev {
    left: 0;
  }

  .slick-arrow {
    background-color: var(--color-claro);
  }
}

.slide-slick-marca_nombre {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: var(--color-claro) !important;
  opacity: 0;
}

.slide-slick-marca-item.slick-slide {
  position: relative;
}

figure.slide-slick-marca_figure {
  overflow: hidden;
  border-radius: var(--border-big);
  margin: 0;
}

img.slide-slick-marca_img {
  max-width: 100%;
  height: auto;
}

/* --------------------------FAQS ------------------------------ */

.wrapper-faqs {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}

.faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 32px;
  background-color: var(--color-claro);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  border: 2px solid var(--color-tercero);
}

.faq-btn {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  color: var(--color-secundario);
  background-color: transparent;
  border: none;
  position: relative;
  cursor: pointer;

  .bi {
    font-size: 25px;
  }
}

.faq-titulo {
  display: block;
  width: calc(100% - 40px);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.faq-chevron {
  display: inline-block;
  position: absolute;
  right: 0;
  top: -5px;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 32 32'%3E%3C!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23009a38; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M5.8,13l9.3,8c.2.2.5.3.9.3s.6-.1.9-.3l9.3-8c.1-.1.2-.3.3-.4,0-.2.1-.3.1-.5,0-.4,0-.7-.3-1-.2-.3-.6-.4-.9-.5-.4,0-.7,0-1,.3l-8.5,7.3-8.5-7.3c-.3-.2-.6-.3-1-.3-.4,0-.7.2-.9.5-.2.3-.3.6-.3,1,0,.4.2.7.5.9Z'/%3E%3C/svg%3E");
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

.faq-contenido {
  display: none;
}

.faq-espacio {
  padding: 25px 0 0 0;
  line-height: 1.2;
}

/*------------------------------------------ Modales ------------------------------*/

:root {
  --modal-espacio: 25px;
}

.custom-progress {
  margin-left: 0 !important;
  transform: translateY(5px);
}

.modal-backdrop {
  background-color:#fafafa!important;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

.modal-content {
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px!important;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none !important;
}

.modal-footer {
  justify-content: flex-start !important;

  .progress,
  .progress-stacked {
    border-radius: 0 !important;
  }
}

.modal-header {
  padding: var(--modal-espacio) var(--modal-espacio) 10px var(--modal-espacio) !important;
}

.modal-footer {
  padding: 0 var(--modal-espacio) var(--modal-espacio) var(--modal-espacio) !important;
}

.modal-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: var(--modal-espacio) !important;
  padding-right: var(--modal-espacio) !important;
}

button.modal-cierre {
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 300px;
  background-color: #ffffff;
  border: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 0;
  color: var(--color-principal);
}

.form-seleccion-sucursal {
  label {
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: 600;
    color: var(--color-principal);
  }
}

.link-inline {
  cursor: pointer !important;
  text-decoration: none !important;

  &:hover {
    color: var(--color-secundario);
  }
}

.modal-title.d-flex {
  gap: 15px;
  align-items: center;

  .big-icon {
    font-size: 60px;
  }

  b {
    line-height: 1;
  }
}

ul.listado-tienda-encontrada {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  background-color: var(--color-extra);
  border-radius: var(--border-normal);

  li {
    padding: 5px 10px 5px 10px;
  }

  li.elemento-destacado {
    padding: 10px;
    font-size: 19px;
    background-color: var(--color-secundario);
    margin-bottom: 15px;
    color: var(--color-claro);
    border-radius: var(--border-normal);
  }
}

/*-------------------------------------- Interna de producto ----------------------*/

ul.listado-categorias {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  gap: 5px;

  .listado__link {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    background-color: var(--color-secundario);
    color: var(--color-claro) !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
  }
}

ul.listado-giros {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  gap: 5px;

  .listado__link {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    background-color: var(--color-principal);
    color: var(--color-claro) !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
  }
}

body.archive {
  .products .product {
    border: solid 1px #eeeeee;
  }
}

body.single-product {
  .related > h2 {
    display: none !important;
  }

  .related.products {
    display: flex !important;
  }

  .espacio-separadores {
    padding-top: 100px !important;
    padding-bottom: 30px !important;
  }

  .products .product {
    border: solid 1px #eeeeee;
  }

  img.single-product-medios-pago {
    width: 220px;
  }

  .width-max {
    display: block;
    width: max-content !important;
  }

  .cm-peso-tooltip-1 {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 10px;
    background: var(--color-tercero);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: normal;
    width: 260px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: all ease 0.5s;

    &.isActive {
      visibility: visible !important;
      opacity: 1 !important;
      transition: all ease 0.5s;
    }
  }

  .icon-con-tooltip {
    font-size: 25px;
    padding-left: 10px;
  }
}

.row-encabezado-single {
  display: flex;
  flex-direction: column !important;
  gap: 5px;
}

.area-encabezado-single {
  display: flex;
  flex-direction: column !important;
  gap: 1px;
}

.area-encabezado-single__intro {
  display: block;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: var(--color-principal);
}

h1.area-encabezado-single__titulo {
  font-size: 35px;
  font-weight: 600;
  color: var(--color-principal);
}

.block-area-titulo {
  padding: 55px 40px;
  border-radius: var(--border-big);

  h1,
  h2 {
    font-weight: 700 !important;
  }
}

.columna-header-wc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-principal);
  border-radius: 300px;
  padding: 5px 5px 5px 25px;
  margin-bottom: 20px;

  select.orderby {
    border-radius: 300px !important;
    font-size: 16px !important;
    padding: 2px 10px;
    margin-top: 0px !important;
  }
}

/* ----------------------------------------- Formularios -----------------------------*/
.msg-azul {
  .msg-azul {
    display: flex;
    flex-direction: row;
    gap: 15px;
    background-color: var(--color-tercero);
    color: var(--color-claro);
    border-radius: 300px;
    align-items: center;
    padding: 15px 30px;
  }

  .bi {
    font-size: 35px;
  }
}

.banner_footer-box-form {
  .gform_validation_errors {
    display: none !important;
  }

  .gform_wrapper.gform-theme {
    background-color: #ffffff00 !important;
    padding: 0 !important;
    display: block;
    width: 100%;
  }

  .gfield--type-email {
    flex: 1;
  }

  .gform-footer {
    display: none !important;
  }

  .gform_wrapper.gform-theme .large {
    background: rgba(255, 255, 255, 1);
    color: var(--color-principal) !important;
    border-color: var(--color-principal) !important;
    border-radius: 300px 0 0 300px;
    padding-left: 20px;
    height: 60px;
    font-size: 16px !important;
  }

  .gform_fields {
    display: flex !important;
    flex-direction: row;
    gap: 0 !important;
    width: 100%;
  }

  .gform-button.button {
    height: 60px !important;
    border-radius: 0 300px 300px 0 !important;
    width: 100px;
    font-weight: 700 !important;
    font-size: 16px !important;
  }

  .gfield_description.validation_message {
    position: absolute;
    padding-left: 10px;
    color: red !important;
  }
}

body.woocommerce-cart .banner_footer-box-form {
  .button.gform-button {
    border-radius: 0 300px 300px 0 !important;
  }
}

/*------------------------------------------ Responsive ------------------------------*/

@media screen and (max-width: 1180px) {
  .woocommerce-cart-form__contents {
    .product-name {
      width: 25%;
      min-width: 25%;
    }
  }
}

@media screen and (max-width: 1140px) {
  ul.site__menu-principal {
    gap: 14px;
  }

  ul.site__menu-principal li.menu-item a {
    font-size: 0.83rem;
  }

  ul.site__menu-principal li.menu-item:before {
    content: "|";
    position: absolute;
    left: -9px;
  }

  .site__slider-tipo-muro-bigSlide {
    width: 60%;
  }

  .site__slider-tipo-muro-sideNav {
    width: 40%;
  }
}

/* 1140 */

@media screen and (max-width: 1050px) {
  .site__logo {
    width: 150px !important;
    min-width: 150px !important;
  }

  .box-megamenu-giros {
    top: 145px;
  }

  .espacio-titulo br {
    display: none;
  }

  .btn-top-menu {
    font-size: 0.8rem;
    padding: 2px 15px;

    .bi {
      font-size: 25px;
    }
  }

  .site__header-search-form {
    width: 40% !important;
  }

  .box-megamenu-giros {
    & .caja-menu-giros {
      .espacio-titulo {
        font-size: 25px;
      }
    }
  }
}

/* 1050 */

@media screen and (max-width: 1024px) {
  .columna-productos .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .site_footer-logo {
    width: 180px;
  }

  .site__footer-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }

  .quantity-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .quantity-wrapper .add-to-cart {
    width: 100%;
    margin-top: 10px;
  }

  .woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 14px !important;
  }

  .quantity-wrapper .quantity-input {
    max-width: 60%;
  }

  .custom-row.bloque-informacion {
    flex-direction: column;
  }

  .custom-row.bloque-informacion .custom-3 {
    width: 100%;
  }

  .custom-row.bloque-informacion-promociones {
    flex-direction: column;
  }

  .custom-row.bloque-informacion-promociones .custom-5 {
    width: 100%;
  }

  .woocommerce .products .product .price {
    flex-direction: row !important;
    gap: 10px;
  }

  .banner_footer__box-contenido {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .banner_footer-box-form {
    width: 100%;
  }

  .wpcf7.js {
    width: 100%;
  }

  form.woocommerce-checkout #order_review {
    width: 350px;
  }
}

/* 1024 */

@media screen and (min-width: 993px) {
  .wc-cats-menu__list {
    border-bottom: solid 1px var(--color-secundario);
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
  }
}

/* 993px */

@media screen and (min-width: 992px) {
  .menu-item-has-children {
    position: relative;
    transition: all ease 0.25s;
    padding-right: 10px !important;
  }

  .menu-item-has-children:after {
    content: "\F229";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 2px;
    font-size: 11px;
    color: var(--color-texto);
  }

  .menu-item-has-children:hover ul.sub-menu {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }

  .menu-item-has-children ul.sub-menu {
    position: absolute;
    text-align: left;
    background-color: var(--color-claro);
    border-radius: 6px;
    width: 190px;
    padding: 15px 10px;
    margin: 0;
    text-align: left;
    top: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .menu-item-has-children ul.sub-menu li.menu-item {
    text-align: left;
    padding: 0;
    height: auto;
    position: relative;
  }

  .menu-item-has-children ul.sub-menu li.menu-item:before {
    content: "" !important;
  }

  .menu-item-has-children ul.sub-menu li.menu-item a {
    padding: 5px 5px;
    font-size: 14px;
  }

  .menu-item-has-children ul.sub-menu li.menu-item a:hover {
    color: var(--color-tercero);
  }

  .menu-item-has-children ul.sub-menu {
    /*visibility:visible;
	opacity:1;
	top:30px;*/
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*flex-wrap: nowrap;
	width:auto!important;*/
    flex-wrap: wrap;
    width: 100% !important;
    min-width: 600px;
  }

  .mega-menu .menu-item-has-children > .sub-menu {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    position: relative !important;
    padding: 0 !important;
    top: 0 !important;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .mega-menu .menu-item-has-children > .sub-menu a.nav-link {
    font-family: var(--fuente-regular) !important;
    font-size: 12px;
  }

  .mega-menu-simple.menu-item-has-children > ul.sub-menu {
    min-width: 250px !important;
  }

  .mega-menu .submenu-column.sub-menu-title > a.nav-link {
    color: var(--color-cuarto) !important;
  }

  .mega-menu .submenu-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 0;
    flex-grow: 1;
    width: auto !important;
    /*min-width:200px;*/
  }

  .mega-menu .submenu-column .sub-menu {
    min-width: auto !important;
  }

  .mega-menu .submenu-column.menu-item-has-children:after {
    content: " " !important;
  }

  .last-link {
    border-top: solid 1px #e0e0e0;
    margin-top: 10px !important;
    padding-top: 10px !important;
    align-items: flex-end;
    width: 100%;
  }

  ul.sub-menu li.menu-item a.nav-link {
    color: var(--color-obscuro);
  }
}

/* 992 */

@media (max-width: 992px) {
  body.woocommerce-cart {
    .woocommerce.wp-block-group {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
    }

    .woocommerce-cart-form {
      flex: 1;
      width: 100%;
    }

    .cart-collaterals {
      display: block;
      width: 100%;
    }
  }

  .wc-cats-menu__grid {
    column-count: 1;
  }

  .wc-cats-menu__acc-toggle {
    display: inline-flex;
  }

  /* importante: sin display:none; animamos con height */
  .wc-cats-menu__list {
    overflow: hidden;
    height: 0;
    visibility: hidden;
  }

  .wc-cats-menu__group.is-open .wc-cats-menu__acc-toggle svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }

  .box-megamenu-productos {
    justify-content: flex-start;
  }

  .wc-cats-menu__group {
    margin: 20px 0 0 0;
    border-bottom: solid 1px var(--color-secundario);
    padding-bottom: 15px;
  }

  .barra-promociones {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 5px;
  }

  .barra-promociones__item {
    flex: 0 0 95%;
    /* cada slide ocupa 80% del ancho */
    scroll-snap-align: center;
  }

  .barra-promociones::-webkit-scrollbar {
    display: none;
  }

  .barra-promociones:has(.barra-promociones__item:only-child) {
    justify-content: center;
    overflow-x: hidden;
  }

  .barra-promociones:has(.barra-promociones__item:only-child)
    .barra-promociones__item {
    flex: 0 0 100%;
    scroll-snap-align: unset;
  }
}

@media screen and (max-width: 991px) {
  .site__slider-tipo-informacion-cat {
    font-size: 0.85rem;
  }

  .site__slider-tipo-informacion-titulo h3 {
    font-size: 1.5rem;
  }

  .site__slider-tipo-informacion-figure {
    width: 130px;
  }

  .site__slider-tipo-informacion-descripcion p {
    font-size: 0.8rem;
  }

  .site__section-grid-categorias-wrapper,
  .site__section-grid-categorias-caja {
    gap: 10px;
  }

  .site__section-grid-enlaces-caja.caja-25 h3 {
    font-size: 20px;
  }

  .site__section-grid-enlaces-caja h3 {
    font-size: 20px;
  }

  .site__section-grid-enlaces-caja .descripcion {
    font-size: 14px;
  }

  h2,
  .site__section-titulo-simple-titulo {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 20px;
  }

  .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .row-contenido-bloques-generales.contenido-izquierda {
    flex-direction: column-reverse;
  }

  .contenido-bloques-generales__wrapper {
    width: 100%;
  }

  .contenido-bloques-generales__multimedia {
    width: 100%;
  }

  figure.bloques-generales__multimedia_figure {
    height: 380px;
  }

  .bloques-generales__multimedia_img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .row-contenido-bloques-generales.contenido-derecha {
    flex-direction: column-reverse;
  }

  .custom-row.bloque-precio-detalle {
    flex-direction: column;
  }

  .custom-row.bloque-precio-detalle .custom-6 {
    width: 100%;
  }

  .custom-row.bloque-precio-detalle .custom-4 {
    width: 100%;
  }

  .area-info-compra {
    border-bottom: solid 1px var(--color-texto);
    border-right: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  body.marquesina-activa .ctaMenuMobile {
    top: calc(50% + 40px);
  }

  .submenu-column.sub-menu-title a.nav-link.par-menu-a {
    color: var(--color-cuarto) !important;
  }

  .sub-menu .menu-item a.nav-link {
    color: var(--color-claro) !important;
  }

  .site__menu-mobile-principal {
    height: calc(100vh - 50px) !important;
    overflow-y: scroll;
    position: relative;
  }

  .site__menu-mobile-principal {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .site__menu-mobile-principal::-webkit-scrollbar {
    display: none;
    width: 0px;
    /* Hace la barra invisible */
    height: 0px;
  }

  .submenu-column .movileMenuShow {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.6,4.1c0.2-0.2,0.6-0.2,0.8,0c0,0,0,0,0,0L8,10.7l6.6-6.6c0.2-0.2,0.6-0.2,0.8,0c0.2,0.2,0.2,0.6,0,0.8l-7,7 c-0.2,0.2-0.6,0.2-0.8,0c0,0,0,0,0,0l-7-7C0.4,4.7,0.4,4.3,0.6,4.1C0.6,4.1,0.6,4.1,0.6,4.1'/%3E%3C/svg%3E") !important;
    width: 15px !important;
    height: 15px !important;
    top: 5px !important;
    right: 8px !important;
  }

  .row-resultados {
    grid-template-columns: repeat(3, 1fr);
  }

  .site__menu-mobile-principal {
    display: block;
    width: 100%;
  }

  .site__menu-mobile-principal ul.site__menu-principal {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
  }

  .site__menu-mobile-principal ul.site__menu-principal li.menu-item {
    text-align: left;
    height: auto !important;
  }

  .site__menu-mobile-principal ul.site__menu-principal li.menu-item:before {
    content: "" !important;
  }

  .site__menu-mobile-principal ul.site__menu-principal li.menu-item a {
    padding: 0;
    font-size: 16px;
  }

  .site__menu-mobile-principal ul.site__menu-principal li.menu-item a br {
    display: none !important;
  }

  .site__menu-mobile-principal .menu-item-has-children {
    position: relative;
  }

  .site__menu-mobile-principal .menu-item-has-children span.movileMenuShow {
    display: inline-block;
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    border-radius: 500px;
    top: -2px;
    right: 0;
    transform: rotate(0deg);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFF8D1;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0.6,4.1c0.2-0.2,0.6-0.2,0.8,0c0,0,0,0,0,0L8,10.7l6.6-6.6c0.2-0.2,0.6-0.2,0.8,0c0.2,0.2,0.2,0.6,0,0.8l-7,7 c-0.2,0.2-0.6,0.2-0.8,0c0,0,0,0,0,0l-7-7C0.4,4.7,0.4,4.3,0.6,4.1C0.6,4.1,0.6,4.1,0.6,4.1'/%3E%3C/svg%3E");
    cursor: pointer;
  }

  .site__menu-mobile-principal
    .menu-item-has-children
    span.movileMenuShow.meArrowU {
    transform: rotate(180deg);
  }

  .site__menu-mobile-principal ul.sub-menu {
    display: none;
    padding: 5px 0 0 5px;
  }

  .site__menu-mobile-principal ul.site__menu-principal li.menu-item {
    padding-bottom: 10px;
  }

  .site__menu-mobile-principal
    ul.site__menu-principal
    li.menu-item.current-menu-item {
    position: relative;
    border-top: none !important;
    border-left: solid 3px var(--color-secundario);
    border-bottom: none !important;
  }

  .site__menu-mobile-principal ul.site__menu-principal a.par-menu-a {
    position: relative;
    padding-right: 45px !important;
  }

  .dropdown-menu {
    padding: 0 !important;
  }

  .dropdown-menu li.menu-item {
    height: auto !important;
  }

  .box-megamenu-giros {
    .caja-menu-giros {
      width: 100%;
      max-width: var(--custom-container);
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 10px 0;
    }
  }

  .site__header-menu {
    display: none !important;
  }

  .site__menu-mobile-buscador {
    display: block;
    width: 100%;
    padding: 25px 0;
  }
}

/* 991 */

@media screen and (max-width: 780px) {
  .wp-columnas-inversas {
    flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    overflow-x: hidden;
    padding: 10px !important;
    margin-bottom: 20px;
  }
  .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE y Edge */
  }
  .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none; /* Chrome, Safari y Opera */
  }
  .woocommerce-MyAccount-navigation ul a {
    font-size: 14px !important;
    width: max-content;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100px;
  }

  form.woocommerce-checkout #customer_details {
    width: 100% !important;
  }
  .woocommerce-checkout-review-order {
    width: 100% !important;
  }
  form.woocommerce-checkout {
    flex-direction: column;
  }
  form.woocommerce-checkout #order_review {
    width: 100%;
  }

  .row-listado-productos {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }

  .columna-filtros {
    flex-direction: column;
    flex-shrink: 1;
    width: 100%;
  }

  .active-filters-card {
    width: 100%;
    max-width: 100%;
  }

  .columna-header-wc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-principal);
    border-radius: var(--border-normal);
    padding: 10px;
    margin-bottom: 10px;
  }

  .video-wrapper {
    position: fixed;
  }

  .video-wrapper {
    position: fixed;
  }

  .site__logo {
    display: block;
    width: 140px;
    min-width: 140px;
  }

  .remove-br br {
    display: none !important;
  }

  .site__slider-tipo-informacion-item {
    margin-right: 0;
    width: 80%;
    height: 240px;
    margin: 0 5px;
  }

  .localizador-container {
    flex-direction: column-reverse;
  }

  .listado-sucursales {
    width: 100%;
    min-width: 100%;
    height: 400px;
  }

  #mapa {
    height: 400px;
  }

  .site__section-row-custom-columnas {
    flex-direction: column;
    gap: 10px;
  }

  .custom-row.bloque-producto {
    flex-direction: column;
  }

  .custom-row.bloque-producto .custom-4.img-galeria {
    width: 100%;
  }

  .custom-row.bloque-producto .custom-6.area-info-product {
    width: 100%;
  }

  .custom-row.bloque-producto .single-product-info {
    width: 100%;
  }

  .custom-row.bloque-informacion .site__imagen-texto-lateral {
    padding-bottom: 15px;
  }

  .single-product-info .nombre-producto h1 {
    width: 100%;
  }

  .woocommerce-cart-form__contents {
    .product-name {
      width: 100%;
      min-width: 100%;
    }
  }

  body.woocommerce-page table.cart .product-thumbnail {
    display: block !important;
    text-align: left !important;
  }
  body.woocommerce-page table.cart .product-thumbnail:before {
    content: none !important;
  }

  .woocommerce-cart table.cart img {
    width: 100px;
  }

  .woocommerce-cart-form__contents {
    .product-name strong {
      display: block !important;
      margin: 5px 0 !important;
    }
  }
}

/* 768 */

@media screen and (min-width: 768px) {
  tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
    width: 270%;

    th,
    td {
      width: 100% !important;
    }
  }

  tr.order-total th {
    border: none !important;
  }
}

@media screen and (max-width: 767px) {

  .products-slide h2.woocommerce-loop-product__title{
    font-size: 14px !important;
    height:50px;
  }

  .por-label{
    font-size: 10px!important;
  }

  .products-slide .product .price {
      font-size: 13px !important;
  }

  .row-shortcode-section.carrusel-productos-cards {
    padding-bottom: 60px;
}


  .woocommerce-cart-form__cart-item {
    background-color: white;
    margin-bottom: 10px;
    border-radius: var(--border-normal);

    .product-name a {
      text-decoration: none !important;
      font-weight: 500;
      color: #5bc0de;
      padding-top: 5px;
      font-size: 13px;
    }

    .woocommerce-cart-form__cart-item {
      .product-name a {
        font-size: 17px !important;
      }
    }
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .actions {
    margin-top: 20px !important;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600 !important;
    font-size: 12px;
    color: var(--color-principal);
  }

  .caja-contenido-ganamas {
    padding: 30px 20px !important;
    border-radius: var(--border-normal);
    background-image: none !important;
  }

  .site__slider-tipo-muro {
    flex-direction: column;
    width: 100%;
  }

  .site__slider-tipo-muro-bigSlide,
  .site__slider-tipo-muro-sideNav {
    width: 100% !important;
  }

  .site__slider-tipo-muro-sideNav {
    height: auto !important;
  }

  .site__section-grid-categorias-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .site__section-grid-categorias-caja {
    width: calc(50% - 5px);
  }

  .site__section-grid-categorias-caja:first-child {
    order: 0;
  }

  .site__section-grid-categorias-caja:nth-child(2) {
    order: 1;
  }

  .site__section-grid-categorias-caja:nth-child(3) {
    order: 3;
  }

  .site__section-grid-categorias-caja:nth-child(4) {
    order: 2;
  }

  .row-shortcode-section.tipo-filas {
    flex-direction: column;
  }

  .shortcode-section__contenido {
    width: 100%;
  }

  .shortcode-section__code {
    width: 100%;
  }

  .row-header-page-interna h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  .wc-box-data2 {
    flex-direction: column;
    gap: 5px;
  }

  .wc-box-data2 .woocommerce-bacs-bank-details {
    max-width: 100%;
  }

  .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 10px;
  }

  .site__footer-box2 {
    flex-direction: column;
  }

  .site__footer-columna-01 {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .site__footer-box2 .site__redes-elemento-enlace .bi {
    font-size: 1.5rem;
  }

  .site__footer-logo {
    width: 90px;
  }

  .site__footer-columna-02 {
    justify-content: space-between;
  }

  .site__footer-columna-menu {
    width: 48%;
  }

  .site__header-search-form {
    display: none;
  }

  .btn-top-menu.btnOpenMenuGiros {
    display: none;
  }

  .txt-inicio-sesion {
    display: none;
  }

  .site__header-sidebar {
    gap: 5px;
  }

  .btn-top-simple-icon {
    display: inline-block;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: var(--color-principal);

    &:hover {
      color: var(--color-secundario);
    }
  }

  header.site__header {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }

  .site__header-box1 {
    margin-bottom: 0;
    width: 35%;
    order: 1;
    padding-right: var(--padding-lateral);
  }

  header.site__header.isMenuScroll {
    .site__header-box2 {
      margin-bottom: -20px;
    }
  }

  .site__header-box2 {
    align-items: center;
    width: 65%;
    order: 0;
    padding-left: var(--padding-lateral);
  }

  .site__header-box3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;

    .site__header-search-form.full-width {
      width: 95% !important;
      margin: 0 auto;
      display: block !important;
    }
  }

  .site__header-box4 {
    margin-top: 0;
  }

  .site__header-ctas-and-search {
    justify-content: flex-end;
  }

  .box-megamenu-giros {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;

    .menu-giro-cerrar {
      position: absolute;
      top: 15px;
      right: 15px;
      display: inline;
    }
  }

  body.isMenuScroll-activo .box-megamenu-giros.ajustarScroll {
    top: 0 !important;
  }

  .grupo-titulo {
    h2.titulo-grupo {
      font-size: 60px !important;
    }
  }

  .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(100% - var(--wp--style--block-gap, 0.5em) * 0.25);
  }

  .site__content-page {
    padding-left: var(--padding-lateral-mobile);
    padding-right: var(--padding-lateral-mobile);
  }

  .custom-woocommerce-slider.products-slide.slick-slider{
    max-width: 99%;
    margin:  0 auto;
  }
}
/* 767 */

@media screen and (max-width: 680px) {

  
  .add-to-cart {
    font-size: 10px !important;
  }
  .coupon {
    .input-text {
      width: 45% !important;
    }
  }

  .-cat-description {
    height: 180px;
    overflow-y: scroll;
  }

  .tabs-woocommerce li.description_tab a,
  .tabs-woocommerce li.additional_information_tab a,
  .tabs-woocommerce li.reviews_tab a {
    font-size: 16px;
  }

  .has-medium-font-size {
    font-size: 16px !important;
  }

  .has-large-font-size {
    font-size: 18px !important;
  }

  .has-x-large-font-size {
    font-size: 45px !important;
  }

  .site__logo {
    width: 100px !important;
    min-width: 100px !important;
  }

  .site__header-redes .extra-link-title {
    display: none;
  }

  .site__header-redes a {
    font-size: 18px;
  }

  .ctaMenuMobile {
    top: calc(50% + 27px) !important;
  }

  body,
  p {
    font-size: 0.9rem;
  }

  .site__header-sidebar {
    gap: 5px;
  }

  #breadcrumbs span {
    font-weight: 400;
    color: var(--color-claro);
    font-size: 0.8rem;
  }

  .resultados__ubicacion {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }

  .resultados__ubicacion-caja.caja__botonera {
    flex: 1 0 100%;
    align-items: center;
  }

  .site__header-menu-mobile {
    width: 100%;
    right: -100%;
  }

  .site__header-banner-link {
    display: none;
  }

  figure.site__header-banner-figure {
    max-width: 130px !important;
  }

  .site__menu-mobile-servicio {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    width: max-content;
    padding-bottom: 20px;
    text-align: left;
  }

  .site__menu-mobile-servicio a.enlace-servicio {
    color: var(--color-claro) !important;
    text-decoration: none;
  }

  .menu-giro-negocio {
    column-count: 2;
  }

  .site__footer {
    font-size: 14px;
  }

  .site__footer-box3 {
    padding-bottom: 50px;
  }

  .site__menu-footer {
    padding-bottom: 0;
    padding-top: 4px;
  }

  .banner_footer__box-titulo-descripcion h3 {
    font-size: 1.2rem;
  }

  .banner_footer__box-contenido {
    display: flex;
    width: 90%;
    text-align: center;
    flex-direction: row;
    gap: 15px;
  }

  .site__footer-columna-02 {
    flex-direction: column;
  }

  .site__footer-columna-menu {
    width: 100%;
  }

  .site__footer-box2 {
    gap: 10px;
  }

  .site__footer-box1 .site__redes-listado .bi {
    font-size: 1.5rem;
  }

  .site__footer.footer__seccion-02 {
    padding-top: 15px;
  }

  .footer__menu-title {
    cursor: pointer;
    position: relative;
  }

  .footer__menu-title:after {
    content: "+";
    float: right;
  }

  .footer__menu-title.Active:after {
    content: "-";
    float: right;
  }

  .site__menu-footer {
    display: none;
  }

  .site__redes-elemento-texto {
    display: none;
  }

  .site__redes-listado .bi {
    font-size: 1.3rem;
  }

  .slider-muro .custom-wrapper-slide-item {
    height: 400px;
  }

  .slider-muro .custom-wrapper-slide-item .slide-item-title h2 {
    font-size: 1.2rem;
  }

  .cas-prev {
    right: 50%;
    margin: 0 4px;
  }

  .cas-next {
    left: 50%;
    margin: 0 4px;
  }

  .custom-arrow-square-muro.cas-next.slick-arrow {
    right: 15 !important;
    left: auto !important;
  }

  section.site__section-publicidad-450x150 {
    flex-direction: column !important;
  }

  .site__section-publicidad-cta-450x150 {
    flex-basis: auto;
    width: 90%;
  }

  .isElementDesktop {
    display: none !important;
  }

  .isElementMobile {
    display: block;
  }

  .site__slider-tipo-banner-completo .slick-dots {
    gap: 5px;
    right: 0px;
    bottom: 10px;
  }

  .cart-contents {
    padding-right: 20px;
  }

  .cart-contents .bi {
    font-size: 1.3rem;
  }

  .cart-contents .cart-contents-count {
    right: 10px !important;
  }

  h2,
  .site__section-titulo-simple-titulo,
  .comunicado-section__titulo {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .site__section-grid-categorias-wrapper .caja-con-contenido {
    font-size: 1rem;
    font-weight: bold;
  }

  .site__slider-lateral-y-cta-wrapper {
    flex-direction: column;
    gap: 35px;
  }

  .site__slider-lateral-y-cta-caja-informacion {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .slider-informacion {
    width: calc(100% - 370px);
  }

  .slider-informacion ul.slick-dots {
    padding: 15px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .site__section-grid-categorias-caja {
    height: 200px !important;
  }

  .grid-entradas-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .entradas-blog__card-body h2 {
    font-size: 16px;
  }

  .site__section-grid-enlaces-wrapper .wrapper__fila_01 {
    flex-direction: column;
  }

  .site__section-grid-enlaces-caja.caja-60 {
    width: 100%;
  }

  .site__section-grid-enlaces-caja.caja-40 {
    width: 100%;
  }

  .site__section-grid-enlaces-wrapper .wrapper__fila_02 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .site__section-grid-enlaces-caja.caja-25 {
    position: relative;
    width: calc(50% - 5px);
  }

  figure.site__imagen-texto-figure {
    width: 60px;
    min-width: 60px;
  }

  .site__imagen-texto-lateral {
    padding-bottom: 20px;
  }

  .site__imagen-texto-contenido .titulo {
    font-size: 18px;
  }

  .banner-contenido {
    flex-direction: column;
  }

  .banner-contenido__image {
    width: 100%;
    height: 200px;
  }

  .banner-contenido__contenido {
    width: 100%;
  }

  .grid-galeria {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  a.grid-galeria-item {
    height: 130px;
  }

  section.section-listado-sucursales {
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
  }

  .tabs-woocommerce .tabs.wc-tabs {
    flex-direction: row;
    text-align: center;
    align-items: flex-end;
    width: 100%;
    padding: 5px;
    gap: 10px;
  }

  .bloque-tabs .nav {
    gap: 10px;
    justify-content: space-between;
  }

  .single-product-image .woocommerce-product-gallery__image {
    height: 260px;
  }

  .single-product-image
    .woocommerce-product-gallery:not(.woocommerce-product-gallery--with-images)
    .woocommerce-product-gallery__image
    img {
    max-height: 260px;
  }

  .single-product-image .woocommerce-product-gallery__image img {
    max-height: 260px;
  }

  .single-product-image .flex-control-nav.flex-control-thumbs li {
    height: 60px;
  }

  body.marquesina-activa .ctaMenuMobile {
    top: calc(50% + 45px) !important;
  }

  .tabs_site_aog .nav.nav-tabs {
    gap: 5px;
    font-size: 17px;
    border: none;
  }

  .tabs_site_aog .tab_custom_content {
    padding: 20px 15px;
  }

  .tabs_site_aog h3 {
    font-size: 20px;
  }

  .tabs_site_aog .shortcode-wrapper {
    padding: 20px 0;
  }

  .products-slide .product .price {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .row-resultados {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-results-content .card.custom-card a {
    font-size: 14px;
  }

  .search-results-content .card.custom-card a img.card-img-top {
    height: 140px;
  }

  .search__form .search-input {
    font-size: 16px;
    height: 30px;
  }

  .site__section-grid-categorias-wrapper .caja-con-contenido {
    padding: 5px;

    h2 {
      font-size: 15px !important;
      line-height: 1.3;
    }
  }

  .custom-arrow-square-giros-negocio {
    width: 36px;
    height: 36px;
    border: none;
    transform: translateY(-14px);
    font-size: 30px;
    line-height: 1;

    &.cas-next {
      right: -3px;
      left: auto;
    }

    &.cas-prev {
      right: auto;
      left: -3px !important;
    }
  }

  .slider-giros-caption {
    bottom: 25px;
  }

  .slider-promociones-cinturon .slick-slide img,
  .site__section-banner-cinta-figure,
  .slider-giros-link,
  figure.slide-slick-marca_figure {
    border-radius: var(--border-normal);
  }

  .slider-promociones-cinturon-wrapper .custom-arrow-square-cinturon {
    display: none !important;
  }

  body.single-product {
    .cm-peso-tooltip-1 {
      top: 50%;
      left: 0;
      transform: translateY(20px);
      margin-left: 0 !important;
      width: 100%;

      &.isActive {
        visibility: visible !important;
        opacity: 1 !important;
        transition: all ease 0.5s;
      }
    }
  }

  body.single-product {
    .width-max {
      width: 100% !important;
    }
  }

  .custom-row.tabs-woocommerce {
    padding: 15px 5px;
  }
}

/* 680 */

@media screen and (max-width: 640px) {
  table.bafar-table tr {
    display: flex !important;
    flex-direction: row !important;
  }
}

@media screen and (max-width: 580px) {
  .woocommerce ul.products li.product a img {
    width: 50%;
    height: 120px;
  }

  .grid-entradas-blog {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .banner_footer__box-contenido {
    align-items: flex-start !important;
  }

  .woocommerce .products .product .price del bdi,
  .woocommerce .products .product .price del ins,
  .woocommerce .products .product .price {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 460px) {
  .site__header-ctas-and-search {
    justify-content: flex-start;
    margin-left: -30px;
  }

  .site__section-grid-categorias-wrapper .caja-con-contenido {
    h2 {
      font-size: 12px;
      line-height: 1.3;
    }
  }

  .tabs-woocommerce li.description_tab a,
  .tabs-woocommerce li.additional_information_tab a,
  .tabs-woocommerce li.reviews_tab a {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
  }

  /*------------------------------------------ Modales ------------------------------*/

  .header-icono p {
    display: flex;
    flex-direction: column;

    .bi {
      font-size: 45px;
    }
  }

  .modal-title br {
    display: none !important;
  }

  .modal-title.d-flex {
    gap: 0;
    align-items: flex-start;
    width: 100%;
  }

  .modal-footer {
    padding-top: 15px !important;
    flex-direction: column !important;

    .btn {
      width: 100%;
    }
  }
}




body.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword.lost_reset_password{
	padding: var(--padding-contenido) !important;
    border-radius: var(--border-normal) !important;
    background: #f4f8ff !important;
    margin-bottom: 20px !important;
    border: none !important;
	box-shadow:none!important;
}

body.woocommerce-lost-password .woocommerce .button {
    margin-top: 20px !important;
    padding: 10px 25px !important;
    border-radius: 300px !important;
    background-color: var(--color-tercero)!important;
        border-color: var(--color-tercero)!important;
        color: var(--color-claro)!important;
}


/*base acomodo de banners en mobile*/

@media (max-width: 992px){
  .barra-promociones{
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:5px;
    scroll-padding-left:5px;  /* margen de arranque */
  }

  /* Reordenar sin row-reverse */
  .barra-promociones > *:nth-child(1){ order:3; } /* 01 pasa al final */
  .barra-promociones > *:nth-child(2){ order:2; } /* 02 al medio */
  .barra-promociones > *:nth-child(3){ order:1; } /* 03 al inicio */
}


body.single-product .area-info-compra .woocommerce-product-details__short-description{
padding: 20px;
	margin: 20px 0;
	border-radius: 10px;
	background-color: #f1f7ff;
}

.msg-b {
background: linear-gradient(180deg, #ffe8e8 0%, #fde4e4 100%);
    border: 1px solid #fbdbe2;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
	
	p{
		font-weight:400!important;
		padding:0;
		margin:0;
		text-align:center;
	}
}






.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "\f900";
}

.bi-suitcase2-fill::before {
  content: "\f901";
}

.bi-suitcase2::before {
  content: "\f902";
}

.bi-vignette::before {
  content: "\f903";
}

.bi-bluesky::before {
  content: "\f7f9";
}

.bi-tux::before {
  content: "\f904";
}

.bi-beaker-fill::before {
  content: "\f905";
}

.bi-beaker::before {
  content: "\f906";
}

.bi-flask-fill::before {
  content: "\f907";
}

.bi-flask-florence-fill::before {
  content: "\f908";
}

.bi-flask-florence::before {
  content: "\f909";
}

.bi-flask::before {
  content: "\f90a";
}

.bi-leaf-fill::before {
  content: "\f90b";
}

.bi-leaf::before {
  content: "\f90c";
}

.bi-measuring-cup-fill::before {
  content: "\f90d";
}

.bi-measuring-cup::before {
  content: "\f90e";
}

.bi-unlock2-fill::before {
  content: "\f90f";
}

.bi-unlock2::before {
  content: "\f910";
}

.bi-battery-low::before {
  content: "\f911";
}

.bi-anthropic::before {
  content: "\f912";
}

.bi-apple-music::before {
  content: "\f913";
}

.bi-claude::before {
  content: "\f914";
}

.bi-openai::before {
  content: "\f915";
}

.bi-perplexity::before {
  content: "\f916";
}

.bi-css::before {
  content: "\f917";
}

.bi-javascript::before {
  content: "\f918";
}

.bi-typescript::before {
  content: "\f919";
}

.bi-fork-knife::before {
  content: "\f91a";
}

.bi-globe-americas-fill::before {
  content: "\f91b";
}

.bi-globe-asia-australia-fill::before {
  content: "\f91c";
}

.bi-globe-central-south-asia-fill::before {
  content: "\f91d";
}

.bi-globe-europe-africa-fill::before {
  content: "\f91e";
}

@media screen and (max-width: 365px) {
  .site__logo {
    width: 80px !important;
    min-width: 80px !important;
  }
  .btn-top-menu {
    font-size: 10px;
    padding: 0px 9px;
  }
  .site__header-box1 {
    padding: 0 !important;
  }
  .btn-top-simple-icon {
    font-size: 20px !important;
  }
  .enlace-inicio-sesion .bi {
    font-size: 20px;
  }
}
