.elementor-20717 .elementor-element.elementor-element-56898e13{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;overflow:visible;}.elementor-20717 .elementor-element.elementor-element-4c6d87a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;overflow:visible;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1050px){.elementor-20717 .elementor-element.elementor-element-56898e13{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}}/* Start custom CSS for html, class: .elementor-element-36d68a3 */@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

/* =========================================================
   DIALOGANDO — FOOTER PREMIUM MULTIIDIOMA
   Español + inglés
   Compatible con:
   - Polylang
   - WooCommerce
   - Caché
   - [dg_footer_account_controls]
   ========================================================= */

:root {
  --dg-footer-aqua: #69BDAC;
  --dg-footer-turquoise: #59BAC4;
  --dg-footer-blue-soft: #4EA1C0;
  --dg-footer-blue: #4B88B7;
  --dg-footer-blue-deep: #4A70AB;
  --dg-footer-violet: #4A519C;

  --dg-footer-ink: #17203A;
  --dg-footer-text: #384554;
  --dg-footer-muted: #5F6673;
  --dg-footer-white: #FFFFFF;
  --dg-footer-soft: #F6FBFC;

  --dg-footer-border:
    rgba(74, 81, 156, 0.14);

  --dg-footer-radius: 15px;

  --dg-footer-card-shadow:
    0 18px 55px rgba(23, 32, 58, 0.10);

  --dg-footer-button-shadow:
    0 10px 24px rgba(74, 81, 156, 0.10);

  --dg-footer-aqua-shadow:
    0 14px 34px rgba(89, 186, 196, 0.22);
}

/* =========================================================
   1. CONTROL DE IDIOMA
   ========================================================= */

.dg-footer-language {
  display: none;
}

html[lang^="es"] .dg-footer-language--es {
  display: block;
}

html[lang^="en"] .dg-footer-language--en {
  display: block;
}

/* Español como idioma de respaldo */
html:not([lang]) .dg-footer-language--es {
  display: block;
}

/* =========================================================
   2. CONFIGURACIÓN GENERAL
   ========================================================= */

.dg-footer-premium,
.dg-footer-premium a,
.dg-footer-premium button {
  font-family: "Manrope", sans-serif !important;
}

.dg-footer-premium *,
.dg-footer-premium *::before,
.dg-footer-premium *::after {
  box-sizing: border-box !important;
}

.dg-footer-premium {
  width: 100vw !important;
  max-width: 100vw !important;

  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;

  padding: 64px 24px 34px !important;

  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(105, 189, 172, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(74, 81, 156, 0.12),
      transparent 28%
    ),
    linear-gradient(
      90deg,
      #F1FFFC 0%,
      #F7FAFC 52%,
      #F4F4FF 100%
    ) !important;

  overflow: hidden !important;
}

/* =========================================================
   3. TARJETA PRINCIPAL
   ========================================================= */

.dg-footer-card {
  position: relative !important;

  width: 100% !important;
  max-width: 1180px !important;

  margin: 0 auto !important;
  padding: 44px 46px 26px !important;

  background: rgba(255, 255, 255, 0.94) !important;

  border:
    1px solid rgba(74, 136, 183, 0.16) !important;

  border-radius: var(--dg-footer-radius) !important;

  box-shadow: var(--dg-footer-card-shadow) !important;

  overflow: hidden !important;
}

.dg-footer-card::before {
  content: "" !important;

  position: absolute !important;
  z-index: 1 !important;

  top: 0 !important;
  right: 0 !important;
  left: 0 !important;

  height: 5px !important;

  background:
    linear-gradient(
      135deg,
      var(--dg-footer-aqua) 0%,
      var(--dg-footer-turquoise) 45%,
      var(--dg-footer-violet) 100%
    ) !important;
}

/* =========================================================
   4. GRID
   ========================================================= */

.dg-footer-grid {
  position: relative !important;
  z-index: 2 !important;

  display: grid !important;

  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(0, 1fr)
    minmax(0, 1.25fr)
    minmax(0, 1.25fr) !important;

  gap: 44px !important;
  align-items: start !important;
}

.dg-footer-col {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   5. LOGO Y DESCRIPCIÓN
   ========================================================= */

.dg-footer-logo {
  display: block !important;

  width: 170px !important;
  max-width: 100% !important;
  height: auto !important;

  margin: 0 0 18px !important;
  padding: 0 !important;
}

.dg-footer-description {
  max-width: 330px !important;

  margin: 0 0 22px !important;

  color: var(--dg-footer-muted) !important;

  font-size: 14.5px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

/* =========================================================
   6. TÍTULOS
   ========================================================= */

.dg-footer-col h3 {
  margin: 0 0 14px !important;

  color: var(--dg-footer-violet) !important;

  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
}

.dg-footer-col h3.dg-footer-subtitle {
  margin-top: 22px !important;
}

/* =========================================================
   7. LISTAS Y ENLACES
   ========================================================= */

.dg-footer-col ul {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.dg-footer-col li {
  margin: 0 0 9px !important;
  padding: 0 !important;
}

.dg-footer-col li:last-child {
  margin-bottom: 0 !important;
}

.dg-footer-col a {
  color: var(--dg-footer-text) !important;

  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;

  text-decoration: none !important;

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

.dg-footer-col a:hover {
  color: var(--dg-footer-blue) !important;
}

/* =========================================================
   8. BOTÓN PRINCIPAL
   ========================================================= */

.dg-footer-primary-btn {
  width: auto !important;
  min-height: 46px !important;

  padding: 0 28px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: var(--dg-footer-white) !important;

  background:
    linear-gradient(
      135deg,
      var(--dg-footer-aqua) 0%,
      var(--dg-footer-turquoise) 100%
    ) !important;

  border:
    1px solid rgba(89, 186, 196, 0.55) !important;

  border-radius: var(--dg-footer-radius) !important;

  box-shadow: var(--dg-footer-aqua-shadow) !important;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.11em !important;

  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.dg-footer-primary-btn:hover {
  color: var(--dg-footer-white) !important;

  background:
    linear-gradient(
      135deg,
      var(--dg-footer-turquoise) 0%,
      var(--dg-footer-blue) 100%
    ) !important;

  transform: translateY(-2px) !important;
}

/* =========================================================
   9. REDES SOCIALES
   ========================================================= */

.dg-footer-socials {
  margin-top: 22px !important;

  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.dg-social {
  width: 36px !important;
  height: 36px !important;

  padding: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: var(--dg-footer-white) !important;

  border: 0 !important;
  border-radius: 50% !important;

  font-size: 15px !important;
  line-height: 1 !important;

  text-decoration: none !important;
}

.dg-social i {
  color: currentColor !important;
  font-family: "Font Awesome 5 Brands" !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.dg-social:hover {
  color: var(--dg-footer-white) !important;
  opacity: 0.92 !important;

  transform: translateY(-2px) !important;
}

.dg-facebook {
  background: #1877F2 !important;
}

.dg-instagram {
  background:
    radial-gradient(
      circle at 30% 107%,
      #FDF497 0%,
      #FDF497 5%,
      #FD5949 45%,
      #D6249F 60%,
      #285AEB 90%
    ) !important;
}

.dg-youtube {
  background: #FF0000 !important;
}

/* =========================================================
   10. CONTACTO
   ========================================================= */

.dg-footer-contact-item {
  margin: 0 0 12px !important;

  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;

  color: var(--dg-footer-text) !important;

  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

.dg-footer-contact-item > span {
  flex: 0 0 24px !important;

  width: 24px !important;
  min-width: 24px !important;

  color: var(--dg-footer-turquoise) !important;

  font-size: 20px !important;
  line-height: 1 !important;

  text-align: center !important;
}

.dg-footer-contact-item a {
  min-width: 0 !important;

  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

/* =========================================================
   11. CONTENEDOR DE CUENTA
   ========================================================= */

.dg-footer-account-row {
  width: 100% !important;

  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.dg-footer-account-row,
.dg-footer-auth-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.dg-footer-auth-controls {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
}

.dg-footer-account-row p,
.dg-footer-auth-controls p {
  display: contents !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   ELIMINAR CONTROLES ANTIGUOS DEL FOOTER
   ========================================================= */

/*
 * Impide que una copia antigua de los shortcodes del header
 * genere botones adicionales dentro del footer.
 */
.dg-footer-premium .dg-footer-login-shortcode,
.dg-footer-premium .dg-footer-account-shortcode,
.dg-footer-premium .dg-dynamic-access-btn,
.dg-footer-premium .dg-access-state-login,
.dg-footer-premium .dg-access-state-logout {
  display: none !important;
}

/*
 * El nuevo shortcode utiliza exclusivamente estas clases.
 */
.dg-footer-premium .dg-footer-auth-controls {
  display: flex !important;
}
/* =========================================================
   12. ESTADO DE SESIÓN
   Controlado por [dg_footer_account_controls]
   ========================================================= */

/*
 * Todos los controles permanecen ocultos hasta que el
 * shortcode comprueba la cookie de WordPress.
 */
.dg-footer-auth-account,
.dg-footer-auth-login,
.dg-footer-auth-logout {
  display: none !important;
}

/* Usuario desconectado */
.dg-footer-auth-controls.is-logged-out
.dg-footer-auth-login {
  display: inline-flex !important;
}

/* Usuario conectado */
.dg-footer-auth-controls.is-logged-in
.dg-footer-auth-account,
.dg-footer-auth-controls.is-logged-in
.dg-footer-auth-logout {
  display: inline-flex !important;
}

/* =========================================================
   13. IDIOMA DE LOS BOTONES
   ========================================================= */

.dg-footer-auth-label {
  display: none;
}

/* Español */
html[lang^="es"]
.dg-footer-auth-label--es {
  display: inline;
}

/* Inglés */
html[lang^="en"]
.dg-footer-auth-label--en {
  display: inline;
}

/* Español como respaldo */
html:not([lang])
.dg-footer-auth-label--es {
  display: inline;
}

/* =========================================================
   14. BOTONES DE CUENTA Y ACCESO
   ========================================================= */

.dg-footer-account-btn,
.dg-footer-access-btn {
  width: auto !important;
  min-width: 116px !important;
  min-height: 48px !important;

  margin: 0 !important;
  padding: 0 18px !important;

  align-items: center !important;
  justify-content: center !important;

  border-radius: var(--dg-footer-radius) !important;

  font-family: "Manrope", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;

  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  box-shadow: var(--dg-footer-button-shadow) !important;

  transition:
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

/* Mi cuenta / My account */
.dg-footer-account-btn {
  color: var(--dg-footer-violet) !important;
  background: rgba(255, 255, 255, 0.90) !important;

  border:
    1px solid rgba(74, 81, 156, 0.18) !important;

  letter-spacing: 0 !important;
  text-transform: none !important;
}

.dg-footer-account-btn:hover {
  color: var(--dg-footer-blue-deep) !important;
  background: rgba(105, 189, 172, 0.14) !important;

  border-color:
    rgba(89, 186, 196, 0.38) !important;

  transform: translateY(-2px) !important;
}

/* Acceder / Log in */
.dg-footer-login-btn {
  color: var(--dg-footer-white) !important;

  background:
    linear-gradient(
      135deg,
      var(--dg-footer-aqua) 0%,
      var(--dg-footer-turquoise) 100%
    ) !important;

  border:
    1px solid rgba(89, 186, 196, 0.55) !important;

  text-transform: uppercase !important;

  box-shadow:
    0 10px 24px rgba(89, 186, 196, 0.20) !important;
}

.dg-footer-login-btn:hover {
  color: var(--dg-footer-white) !important;

  background:
    linear-gradient(
      135deg,
      var(--dg-footer-turquoise) 0%,
      var(--dg-footer-blue) 100%
    ) !important;

  transform: translateY(-2px) !important;
}

/* Salir / Log out */
.dg-footer-logout-btn {
  color: var(--dg-footer-violet) !important;
  background: rgba(255, 255, 255, 0.90) !important;

  border:
    1px solid rgba(74, 81, 156, 0.18) !important;

  text-transform: uppercase !important;
}

.dg-footer-logout-btn:hover {
  color: var(--dg-footer-white) !important;
  background: var(--dg-footer-violet) !important;

  border-color: var(--dg-footer-violet) !important;

  transform: translateY(-2px) !important;
}

/* =========================================================
   15. COPYRIGHT
   ========================================================= */

.dg-footer-bottom {
  position: relative !important;
  z-index: 2 !important;

  margin-top: 34px !important;
  padding-top: 18px !important;

  color: var(--dg-footer-muted) !important;

  border-top:
    1px solid rgba(74, 81, 156, 0.12) !important;

  font-size: 12.5px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;

  text-align: center !important;
}

/* =========================================================
   16. ACCESIBILIDAD
   ========================================================= */

.dg-footer-premium a:focus-visible {
  outline:
    3px solid rgba(105, 189, 172, 0.68) !important;

  outline-offset: 3px !important;
}

.dg-footer-account-btn:focus-visible,
.dg-footer-access-btn:focus-visible {
  outline:
    3px solid rgba(105, 189, 172, 0.68) !important;

  outline-offset: 3px !important;
}

/* =========================================================
   17. TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .dg-footer-premium {
    padding: 46px 18px 28px !important;
  }

  .dg-footer-card {
    max-width: 760px !important;

    padding: 34px 30px 24px !important;
  }

  .dg-footer-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr) !important;

    gap: 34px 32px !important;
  }

  .dg-footer-logo {
    width: 150px !important;
  }

  .dg-footer-account-row,
  .dg-footer-auth-controls {
    justify-content: flex-start !important;
  }
}

/* =========================================================
   18. MÓVIL
   ========================================================= */

@media (max-width: 767px) {

  .dg-footer-premium {
    padding: 34px 12px 24px !important;
  }

  .dg-footer-card {
    padding: 28px 22px 22px !important;
  }

  .dg-footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .dg-footer-logo {
    width: 140px !important;
  }

  .dg-footer-col h3 {
    margin-bottom: 12px !important;
    font-size: 17px !important;
  }

  .dg-footer-description,
  .dg-footer-col a,
  .dg-footer-contact-item {
    font-size: 14px !important;
  }

  .dg-footer-primary-btn {
    width: 100% !important;
    max-width: 280px !important;
  }

  .dg-footer-account-row,
  .dg-footer-auth-controls {
    width: 100% !important;

    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  .dg-footer-account-btn,
  .dg-footer-access-btn {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .dg-footer-bottom {
    margin-top: 26px !important;
    font-size: 12px !important;
  }
}

/* =========================================================
   19. MÓVIL PEQUEÑO
   ========================================================= */

@media (max-width: 420px) {

  .dg-footer-premium {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .dg-footer-card {
    padding:
      26px 18px
      20px !important;
  }

  .dg-footer-logo {
    width: 135px !important;
  }

  .dg-footer-primary-btn {
    max-width: 100% !important;
  }
}

/* =========================================================
   20. REDUCCIÓN DE MOVIMIENTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .dg-footer-premium *,
  .dg-footer-premium *::before,
  .dg-footer-premium *::after {
    scroll-behavior: auto !important;

    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   DIALOGANDO FOOTER PREMIUM — FINAL ESTABLE
   Sin WordPress Menu widgets
   Mobile / Tablet / Desktop correcto
   ========================================================= */

.dg-footer-premium {
  width: 100%;
  padding: 64px 24px 30px;
  background: linear-gradient(
    90deg,
    #F1FFF8 0%,
    #F7F9FC 52%,
    #F4F2FA 100%
  );
}

.dg-footer-card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 46px 26px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(23,10,90,0.08);
  border-radius: 15px;
  box-shadow: 0 18px 50px rgba(23,10,90,0.08);
}

.dg-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.25fr 1.25fr;
  gap: 44px;
  align-items: start;
}

.dg-footer-col {
  min-width: 0;
}

.dg-footer-logo {
  width: 170px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 18px;
}

.dg-footer-description {
  max-width: 330px;
  margin: 0 0 22px;
  color: #5F6673;
  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 500;
}

.dg-footer-col h3 {
  margin: 0 0 14px;
  color: #170A5A;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.dg-footer-subtitle {
  margin-top: 22px !important;
}

.dg-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dg-footer-col li {
  margin: 0 0 9px;
}

.dg-footer-col a {
  color: #384554;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.22s ease;
}

.dg-footer-col a:hover {
  color: #0A7B5C;
}

.dg-footer-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  background: #0AA86B;
  color: #ffffff !important;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.22s ease;
}

.dg-footer-primary-btn:hover {
  background: #087D63;
  transform: translateY(-2px);
}

/* =========================
   REDES SOCIALES CORRECTAS
   ========================= */

.dg-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.dg-social {
  width: 36px;
  height: 36px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 16px;
  line-height: 1;

  transition: all 0.22s ease;
}

.dg-social i {
  color: #ffffff !important;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Facebook oficial */
.dg-facebook {
  background: #1877F2;
}

/* Instagram oficial */
.dg-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%
  );
}

/* YouTube oficial */
.dg-youtube {
  background: #FF0000;
}

.dg-social:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.dg-social:hover i {
  color: #ffffff !important;
}

.dg-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
  color: #384554;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.dg-footer-contact-item span {
  color: #0AA86B;
  font-size: 20px;
  line-height: 1;
  min-width: 24px;
}

.dg-footer-account-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.dg-footer-account-btn,
.dg-footer-logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 15px;
  padding: 0 20px;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.dg-footer-account-btn {
  min-width: 104px;
  background: #F7F9FC;
  color: #170A5A !important;
  border: 1px solid rgba(23,10,90,0.12);
}

.dg-footer-account-btn:hover {
  background: #E9FFF5;
  color: #0A7B5C !important;
  border-color: rgba(10,168,107,0.25);
}

.dg-footer-logout-btn {
  min-width: 72px;
  background: #E9FFF5;
  color: #0A7B5C !important;
  border: 1px solid rgba(10,168,107,0.25);
}

.dg-footer-logout-btn:hover {
  background: #0AA86B;
  color: #ffffff !important;
  border-color: #0AA86B;
}

.dg-footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(23,10,90,0.10);
  text-align: center;
  color: #5F6673;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 600;
}

/* Tablet */
@media (max-width: 1024px) {
  .dg-footer-premium {
    padding: 46px 18px 26px;
  }

  .dg-footer-card {
    max-width: 760px;
    padding: 34px 30px 24px;
  }

  .dg-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 32px;
  }

  .dg-footer-logo {
    width: 150px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .dg-footer-premium {
    padding: 34px 12px 24px;
  }

  .dg-footer-card {
    padding: 28px 22px 22px;
  }

  .dg-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dg-footer-logo {
    width: 140px;
  }

  .dg-footer-col h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .dg-footer-description,
  .dg-footer-col a,
  .dg-footer-contact-item {
    font-size: 14px;
  }

  .dg-footer-primary-btn {
    width: 100%;
    max-width: 280px;
  }

  .dg-footer-account-btn,
  .dg-footer-logout-btn {
    min-height: 42px;
    padding: 0 16px;
    font-size: 12.5px !important;
  }

  .dg-footer-bottom {
    margin-top: 26px;
    font-size: 12px;
  }
}/* End custom CSS */