/* =========================================================
   DESGUACES VINAGRE · HOME
   CSS optimizado / namespace dv-seinto-
========================================================= */

:root {
  --dv-font: "Carlito", sans-serif;
  --dv-text: #181818;
  --dv-muted: #737373;
  --dv-white: #fff;
  --dv-soft: #f6f6f6;
  --dv-border: #e6e6e6;
  --dv-container: 1560px;
  --dv-radius: 14px;
  --dv-transition: 160ms ease;
}

.dv-seinto-hero,
.dv-seinto-trust,
.dv-seinto-main-categories,
.dv-seinto-brands,
.dv-seinto-scrap,
.dv-seinto-authority,
.dv-seinto-faq {
  font-family: var(--dv-font);
}

.dv-seinto-main-categories,
.dv-seinto-main-categories *,
.dv-seinto-main-categories *::before,
.dv-seinto-main-categories *::after,
.dv-seinto-faq,
.dv-seinto-faq *,
.dv-seinto-faq *::before,
.dv-seinto-faq *::after {
  box-sizing: border-box;
}

.dv-seinto-hero__inner,
.dv-seinto-trust__inner,
.dv-seinto-main-categories,
.dv-seinto-brands__container,
.dv-seinto-scrap__container,
.dv-seinto-authority__container {
  width: min(calc(100% - 40px), var(--dv-container));
  margin-inline: auto;
}

.dv-seinto-hero__title,
.dv-seinto-hero__description,
.dv-seinto-trust__title,
.dv-seinto-trust__text,
.dv-seinto-main-categories__title,
.dv-seinto-main-categories__description,
.dv-seinto-main-categories__item,
.dv-seinto-main-categories__view-all,
.dv-seinto-brands__title,
.dv-seinto-brands__description,
.dv-seinto-brands__all,
.dv-seinto-scrap__title,
.dv-seinto-scrap__description,
.dv-seinto-scrap__text,
.dv-seinto-scrap__btn,
.dv-seinto-scrap__step-number,
.dv-seinto-scrap__step-content > strong,
.dv-seinto-scrap__step-content p,
.dv-seinto-authority__title,
.dv-seinto-authority__btn,
.dv-seinto-faq__title,
.dv-seinto-faq__question,
.dv-seinto-faq__answer p,
.dv-seinto-faq__contact {
  font-family: var(--dv-font);
}


/* =========================================================
   HERO
========================================================= */

.dv-seinto-hero {
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.82);

  position: relative;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: 680px;

  overflow: hidden;

  background: #181818;
}


/* =========================================================
   HERO · VIDEO
========================================================= */

.dv-seinto-hero__video {
  position: absolute;

  z-index: 0;

  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  min-width: 100%;
  min-height: 100%;

  object-fit: cover;
  object-position: center center;

  pointer-events: none;

  background: #181818;
}


/* =========================================================
   HERO · OVERLAY
========================================================= */

.dv-seinto-hero__overlay {
  position: absolute;

  z-index: 1;

  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.42),
      rgba(0,0,0,.52) 48%,
      rgba(0,0,0,.64)
    );
}


/* =========================================================
   HERO · CONTENIDO
========================================================= */

.dv-seinto-hero__inner {
  position: relative;

  z-index: 2;

  padding: 48px 0;
}

.dv-seinto-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;

  text-align: center;
}

.dv-seinto-hero__title {
  width: min(100%,860px);

  margin: 0 auto;

  color: var(--hero-text);

  font-size: clamp(38px,3.5vw,58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;

  text-align: center;
  text-wrap: balance;
}

.dv-seinto-hero__title-highlight {
  display: block;

  margin-top: 4px;
}

.dv-seinto-hero__description {
  width: min(100%,700px);

  margin: 17px auto 0;

  color: var(--hero-muted);

  font-size: 17px;
  line-height: 1.42;

  text-align: center;
  text-wrap: balance;
}

.dv-seinto-hero__search {
  position: relative;

  z-index: 3;

  width: min(100%,980px);

  margin: 24px auto 0;
}

.dv-seinto-hero__search > *,
.dv-seinto-hero__search .dv-seinto-search-mobile,
.dv-seinto-hero__search .dv-seinto-free-search {
  width: 100%;
}

.dv-seinto-hero__search .dv-seinto-search-mobile,
.dv-seinto-hero__search .dv-seinto-free-search {
  margin-inline: auto;
}

.dv-seinto-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 18px;
}

.dv-seinto-hero__btn,
.dv-seinto-scrap__btn,
.dv-seinto-authority__btn,
.dv-seinto-main-categories__view-all,
.dv-seinto-brands__all,
.dv-seinto-faq__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  min-height: 46px;

  padding: 0 18px;

  border-radius: var(--dv-radius);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  text-decoration: none;

  transition:
    background-color var(--dv-transition),
    border-color var(--dv-transition),
    color var(--dv-transition),
    transform var(--dv-transition);
}

.dv-seinto-hero__btn {
  min-height: 46px;

  gap: 9px;
}

.dv-seinto-hero__btn svg,
.dv-seinto-scrap__btn svg,
.dv-seinto-authority__btn svg,
.dv-seinto-main-categories__view-all svg,
.dv-seinto-brands__all svg,
.dv-seinto-faq__contact svg {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;
}

.dv-seinto-hero__btn--primary {
  border: 1px solid #fff;

  background: #fff;

  color: var(--dv-text);
}

.dv-seinto-hero__btn--primary:hover {
  background: #f0f0f0;

  color: #000;

  transform: translateY(-1px);

  text-decoration: none;
}

.dv-seinto-hero__btn--secondary {
  border: 1px solid rgba(255,255,255,.38);

  background: rgba(255,255,255,.09);

  color: #fff;

  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.dv-seinto-hero__btn--secondary:hover {
  border-color: rgba(255,255,255,.62);

  background: rgba(255,255,255,.16);

  color: #fff;

  transform: translateY(-1px);

  text-decoration: none;
}

.dv-seinto-hero__btn:focus-visible {
  outline: 2px solid #fff;

  outline-offset: 3px;
}


/* =========================================================
   TRUST BAR
========================================================= */

.dv-seinto-trust {
  width: 100%;

  background: #fff;
}

.dv-seinto-trust__inner {
  display: grid;

  grid-template-columns: repeat(4,minmax(0,1fr));

  align-items: stretch;
}

.dv-seinto-trust__item {
  position: relative;

  display: flex;
  align-items: center;

  min-width: 0;

  padding: 24px 26px;

  gap: 14px;
}

.dv-seinto-trust__item:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 50%;
  right: 0;

  width: 1px;
  height: 34px;

  background: #e8e8e8;

  transform: translateY(-50%);
}

.dv-seinto-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  flex: 0 0 48px;

  border-radius: 15px;

  background: var(--dv-soft);

  color: var(--dv-text);
}

.dv-seinto-trust__icon svg {
  display: block;

  width: 27px;
  height: 27px;
}

.dv-seinto-trust__content {
  display: flex;
  flex-direction: column;

  min-width: 0;

  gap: 3px;
}

.dv-seinto-trust__title {
  color: var(--dv-text);

  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.dv-seinto-trust__text {
  color: var(--dv-muted);

  font-size: 13px;
  line-height: 1.35;
}


/* =========================================================
   CATEGORÍAS PRINCIPALES
========================================================= */

.dv-seinto-main-categories {
  --cat-gap: 22px;
  --cat-columns: 7;

  margin-top: 50px;

  color: var(--dv-text);
}

.dv-seinto-main-categories__header,
.dv-seinto-brands__header {
  width: min(100%,760px);

  margin: 0 auto 30px;

  text-align: center;
}

.dv-seinto-main-categories__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dv-seinto-main-categories__title,
.dv-seinto-brands__title {
  margin: 0;

  color: var(--dv-text);

  font-size: clamp(28px,2.4vw,38px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.025em;

  text-align: center;

  text-wrap: balance;
}

.dv-seinto-main-categories__description,
.dv-seinto-brands__description {
  width: min(100%,620px);

  margin: 10px auto 0;

  color: var(--dv-muted);

  font-size: 16px;
  line-height: 1.45;

  text-align: center;

  text-wrap: balance;
}

.dv-seinto-main-categories__slider,
.dv-seinto-brands__slider {
  position: relative;

  width: 100%;
  min-width: 0;
}

.dv-seinto-main-categories__track,
.dv-seinto-brands__track {
  display: flex;

  width: 100%;
  min-width: 0;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;

  scrollbar-width: none;

  overscroll-behavior-inline: contain;

  touch-action: pan-x;

  -webkit-overflow-scrolling: touch;
}

.dv-seinto-main-categories__track {
  gap: var(--cat-gap);

  padding: 5px 2px 10px;
}

.dv-seinto-main-categories__track::-webkit-scrollbar,
.dv-seinto-brands__track::-webkit-scrollbar {
  display: none;
}

.dv-seinto-main-categories__item {
  display: flex;

  flex:
    0 0 calc(
      (100% - var(--cat-gap) * (var(--cat-columns) - 1))
      / var(--cat-columns)
    );

  flex-direction: column;
  align-items: center;

  min-width: 0;

  color: var(--dv-text);

  text-align: center;
  text-decoration: none;

  scroll-snap-align: start;
}

.dv-seinto-main-categories__thumb {
  display: grid;

  place-items: center;

  width: min(100%,164px);

  aspect-ratio: 1;

  margin-bottom: 14px;

  overflow: hidden;

  border: 1px solid #eee;
  border-radius: 50%;

  background: var(--dv-soft);

  contain: layout paint;

  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.dv-seinto-main-categories__thumb img {
  display: block;

  width: 76%;
  height: 76%;

  max-width: none;

  margin: 0;

  object-fit: contain;

  transition: transform 180ms ease;
}

.dv-seinto-main-categories__name {
  display: block;

  width: 100%;
  min-height: 38px;

  color: currentColor;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;

  transition: color 180ms ease;
}

.dv-seinto-main-categories__arrow,
.dv-seinto-brands__arrow {
  position: absolute;

  z-index: 3;

  display: inline-grid;

  place-items: center;

  width: 44px;
  height: 44px;

  padding: 0;

  border: 1px solid var(--dv-border);
  border-radius: 50%;

  background: #fff;

  color: var(--dv-text);

  box-shadow: 0 8px 22px rgba(0,0,0,.08);

  cursor: pointer;

  transition:
    background-color var(--dv-transition),
    border-color var(--dv-transition),
    color var(--dv-transition),
    transform var(--dv-transition),
    opacity var(--dv-transition);
}

.dv-seinto-main-categories__arrow {
  top: 59px;
}

.dv-seinto-main-categories__arrow svg,
.dv-seinto-brands__arrow svg {
  display: block;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dv-seinto-main-categories__arrow svg {
  width: 20px;
  height: 20px;
}

.dv-seinto-main-categories__arrow--prev,
.dv-seinto-brands__arrow--prev {
  left: -18px;
}

.dv-seinto-main-categories__arrow--next,
.dv-seinto-brands__arrow--next {
  right: -18px;
}

.dv-seinto-main-categories__arrow:hover,
.dv-seinto-brands__arrow:hover {
  border-color: var(--dv-text);

  background: var(--dv-text);

  color: #fff;
}

.dv-seinto-main-categories__arrow:hover {
  transform: scale(1.04);
}

.dv-seinto-main-categories__arrow:disabled,
.dv-seinto-brands__arrow:disabled {
  opacity: 0;

  visibility: hidden;

  pointer-events: none;
}

.dv-seinto-main-categories__footer,
.dv-seinto-brands__footer {
  display: flex;
  align-items: center;
  justify-content: center;

  margin-top: 24px;
}

.dv-seinto-main-categories__footer {
  margin-top: 25px;
}

.dv-seinto-main-categories__view-all,
.dv-seinto-brands__all {
  border: 1px solid var(--dv-border);

  background: #fff;

  color: var(--dv-text);

  white-space: nowrap;
}

.dv-seinto-main-categories__view-all {
  gap: 9px;
}

.dv-seinto-main-categories__view-all svg {
  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dv-seinto-main-categories__view-all:hover,
.dv-seinto-brands__all:hover {
  border-color: #d5d5d5;

  background: var(--dv-soft);

  color: #000;

  text-decoration: none;

  transform: translateY(-1px);
}

.dv-seinto-main-categories a:focus-visible,
.dv-seinto-main-categories button:focus-visible,
.dv-seinto-main-categories__track:focus-visible {
  outline: 2px solid var(--dv-text);

  outline-offset: 3px;
}


/* =========================================================
   MARCAS
========================================================= */

.dv-seinto-brands {
  --brands-gap: 18px;
  --brands-columns: 8;

  width: 100%;

  padding: 50px 0;

  background: #fff;
}

.dv-seinto-brands__title {
  font-size: clamp(28px,2.5vw,38px);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.dv-seinto-brands__description {
  margin-top: 9px;

  max-width: 620px;
}

.dv-seinto-brands__track {
  gap: var(--brands-gap);

  padding: 4px 2px 10px;
}

.dv-seinto-brands__item {
  display: flex;
  align-items: center;
  justify-content: center;

  flex:
    0 0 calc(
      (100% - var(--brands-gap) * (var(--brands-columns) - 1))
      / var(--brands-columns)
    );

  min-width: 0;
  height: 84px;

  padding: 14px 16px;

  border: 1px solid var(--dv-border);
  border-radius: 16px;

  background: #fff;

  color: var(--dv-text);

  text-decoration: none;

  scroll-snap-align: start;

  transition:
    border-color var(--dv-transition),
    background-color var(--dv-transition),
    box-shadow var(--dv-transition),
    transform var(--dv-transition);
}

.dv-seinto-brands__item img {
  display: block;

  width: auto;
  height: auto;

  max-width: 96px;
  max-height: 48px;

  object-fit: contain;

  transition:
    transform var(--dv-transition),
    opacity var(--dv-transition);
}

.dv-seinto-brands__item:hover {
  border-color: #d4d4d4;

  background: #fff;

  box-shadow: 0 10px 28px rgba(0,0,0,.06);

  transform: translateY(-2px);

  text-decoration: none;
}

.dv-seinto-brands__item:hover img {
  transform: scale(1.04);
}

.dv-seinto-brands__arrow {
  top: 50%;

  transform: translateY(-50%);
}

.dv-seinto-brands__all:hover {
  border-color: #d4d4d4;
}

.dv-seinto-brands__item:focus-visible,
.dv-seinto-brands__all:focus-visible,
.dv-seinto-brands__arrow:focus-visible,
.dv-seinto-brands__track:focus-visible {
  outline: 2px solid var(--dv-text);

  outline-offset: 3px;
}


/* =========================================================
   BAJA Y TASACIÓN
========================================================= */

.dv-seinto-scrap,
.dv-seinto-authority {
  width: 100%;

  padding: 72px 0;

  background: #fff;
}

.dv-seinto-scrap__layout {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(420px,.85fr);

  gap: 100px;

  align-items: center;
}

.dv-seinto-scrap__content {
  max-width: 700px;
}

.dv-seinto-scrap__title,
.dv-seinto-authority__title {
  margin: 0;

  color: var(--dv-text);

  font-size: clamp(38px,3.4vw,54px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.025em;

  text-wrap: balance;
}

.dv-seinto-scrap__description {
  margin: 22px 0 0;

  color: var(--dv-muted);

  font-size: 17px;
  line-height: 1.6;
}

.dv-seinto-scrap__text {
  margin: 14px 0 0;

  color: var(--dv-muted);

  font-size: 16px;
  line-height: 1.6;
}

.dv-seinto-scrap__description strong,
.dv-seinto-scrap__text strong {
  color: var(--dv-text);

  font-weight: 700;
}

.dv-seinto-scrap__actions,
.dv-seinto-authority__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 30px;
}

.dv-seinto-scrap__btn,
.dv-seinto-authority__btn {
  min-height: 48px;
}

.dv-seinto-scrap__btn svg,
.dv-seinto-authority__btn svg {
  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dv-seinto-scrap__btn--primary,
.dv-seinto-authority__btn--primary {
  border: 1px solid var(--dv-text);

  background: var(--dv-text);

  color: #fff;
}

.dv-seinto-scrap__btn--primary:hover,
.dv-seinto-authority__btn--primary:hover {
  border-color: #000;

  background: #000;

  color: #fff;

  text-decoration: none;

  transform: translateY(-1px);
}

.dv-seinto-authority__btn--primary:hover {
  border-color: var(--dv-text);
}

.dv-seinto-scrap__btn--secondary,
.dv-seinto-authority__btn--secondary {
  border: 1px solid var(--dv-border);

  background: #fff;

  color: var(--dv-text);
}

.dv-seinto-scrap__btn--secondary:hover,
.dv-seinto-authority__btn--secondary:hover {
  background: var(--dv-soft);

  color: #000;

  text-decoration: none;

  transform: translateY(-1px);
}

.dv-seinto-scrap__btn--secondary:hover {
  border-color: #d6d6d6;
}

.dv-seinto-scrap__btn:focus-visible {
  outline: 2px solid var(--dv-text);

  outline-offset: 3px;
}

.dv-seinto-scrap__steps {
  display: flex;
  flex-direction: column;

  width: 100%;

  padding: 6px 0;
}

.dv-seinto-scrap__step {
  position: relative;

  display: grid;

  grid-template-columns: 58px minmax(0,1fr);

  align-items: flex-start;

  gap: 18px;

  padding: 26px 0;

  border-bottom: 1px solid var(--dv-border);
}

.dv-seinto-scrap__step:first-child {
  padding-top: 0;
}

.dv-seinto-scrap__step:last-child {
  padding-bottom: 0;

  border-bottom: 0;
}

.dv-seinto-scrap__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  border-radius: 16px;

  background: var(--dv-text);

  color: #fff;

  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.dv-seinto-scrap__step-content {
  padding-top: 3px;
}

.dv-seinto-scrap__step-content > strong {
  display: block;

  margin-bottom: 6px;

  color: var(--dv-text);

  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.dv-seinto-scrap__step-content p {
  margin: 0;

  color: var(--dv-muted);

  font-size: 15px;
  line-height: 1.5;
}

.dv-seinto-scrap__step-content p strong {
  color: var(--dv-text);

  font-size: inherit;
  font-weight: 700;
}


/* =========================================================
   AUTORIDAD / SEO LOCAL
========================================================= */

.dv-seinto-authority__layout {
  display: grid;

  grid-template-columns:
    minmax(0,1.15fr)
    minmax(420px,.85fr);

  gap: 80px;

  align-items: stretch;
}

.dv-seinto-authority__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  max-width: 780px;
}

.dv-seinto-authority__title {
  font-size: clamp(36px,3.2vw,52px);

  line-height: 1.03;
}

.dv-seinto-authority__text {
  max-width: 760px;

  margin-top: 24px;
}

.dv-seinto-authority__text p {
  margin: 0 0 14px;

  color: var(--dv-muted);

  font-size: 16px;
  line-height: 1.62;
}

.dv-seinto-authority__text p:last-child {
  margin-bottom: 0;
}

.dv-seinto-authority__text strong {
  color: var(--dv-text);

  font-weight: 700;
}

.dv-seinto-authority__actions {
  margin-top: 28px;
}

.dv-seinto-authority__panel {
  padding: 34px;

  border-radius: 20px;

  background: var(--dv-text);

  color: #fff;
}

.dv-seinto-authority__panel-top {
  padding-bottom: 26px;

  border-bottom: 1px solid rgba(255,255,255,.12);
}

.dv-seinto-authority__panel-label {
  display: block;

  margin-bottom: 8px;

  color: rgba(255,255,255,.55);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;

  text-transform: uppercase;
}

.dv-seinto-authority__panel-heading {
  display: block;

  max-width: 450px;

  color: #fff;

  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.dv-seinto-authority__facts {
  display: flex;
  flex-direction: column;

  margin-top: 10px;
}

.dv-seinto-authority__fact {
  display: grid;

  grid-template-columns: 46px minmax(0,1fr);

  align-items: flex-start;

  gap: 14px;

  padding: 18px 0;

  border-bottom: 1px solid rgba(255,255,255,.1);
}

.dv-seinto-authority__fact:last-child {
  border-bottom: 0;
}

.dv-seinto-authority__fact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;

  background: rgba(255,255,255,.06);

  color: #fff;
}

.dv-seinto-authority__fact-icon svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dv-seinto-authority__fact strong {
  display: block;

  margin: 2px 0 5px;

  color: #fff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.dv-seinto-authority__fact span:not(.dv-seinto-authority__fact-icon) {
  display: block;

  color: rgba(255,255,255,.6);

  font-size: 14px;
  line-height: 1.4;
}


/* =========================================================
   FAQ
========================================================= */

.dv-seinto-faq {
  width: 100%;

  padding: 72px 0;

  background: var(--dv-soft);
}

.dv-seinto-faq__container {
  width: min(calc(100% - 40px),1180px);

  margin-inline: auto;
}

.dv-seinto-faq__header {
  width: min(100%,760px);

  margin: 0 auto 34px;

  text-align: center;
}

.dv-seinto-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 30px;

  margin-bottom: 14px;

  padding: 0 12px;

  border: 1px solid #e5e5e5;
  border-radius: 999px;

  background: #fff;

  color: var(--dv-muted);

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;

  text-transform: uppercase;
}

.dv-seinto-faq__title {
  margin: 0;

  color: var(--dv-text);

  font-size: clamp(30px,3vw,44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;

  text-wrap: balance;
}

.dv-seinto-faq__description {
  width: min(100%,650px);

  margin: 12px auto 0;

  color: var(--dv-muted);

  font-size: 16px;
  line-height: 1.5;

  text-wrap: balance;
}

.dv-seinto-faq__list {
  display: grid;

  grid-template-columns: repeat(2,minmax(0,1fr));

  align-items: start;

  gap: 12px;
}

.dv-seinto-faq__item {
  margin: 0;

  overflow: hidden;

  border: 1px solid #e5e5e5;
  border-radius: 16px;

  background: #fff;

  transition:
    border-color var(--dv-transition),
    box-shadow var(--dv-transition);
}

.dv-seinto-faq__item[open] {
  border-color: #d3d3d3;

  box-shadow: 0 10px 30px rgba(0,0,0,.045);
}

.dv-seinto-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 68px;

  padding: 16px 18px;

  gap: 20px;

  color: var(--dv-text);

  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;

  cursor: pointer;

  list-style: none;
}

.dv-seinto-faq__question::-webkit-details-marker,
.dv-seinto-faq__question::marker {
  display: none;
}

.dv-seinto-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  flex: 0 0 34px;

  border: 1px solid #e5e5e5;
  border-radius: 50%;

  background: #fafafa;

  color: var(--dv-text);
}

.dv-seinto-faq__icon svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.dv-seinto-faq__item[open] .dv-seinto-faq__icon svg path:first-child {
  opacity: 0;
}

.dv-seinto-faq__answer {
  padding: 0 18px 19px;

  color: var(--dv-muted);
}

.dv-seinto-faq__answer p {
  margin: 0;

  color: inherit;

  font-size: 15px;
  line-height: 1.6;
}

.dv-seinto-faq__answer strong {
  color: var(--dv-text);

  font-weight: 700;
}

.dv-seinto-faq__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 28px;

  padding: 22px 24px;

  border-radius: 16px;

  background: var(--dv-text);

  color: #fff;
}

.dv-seinto-faq__footer-text {
  margin: 0;

  color: #fff;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.dv-seinto-faq__contact {
  flex: 0 0 auto;

  min-height: 44px;

  padding: 0 16px;

  border: 1px solid rgba(255,255,255,.22);
  border-radius: 13px;

  background: #fff;

  color: var(--dv-text);
}

.dv-seinto-faq__contact:hover {
  background: #f1f1f1;

  color: #000;

  text-decoration: none;

  transform: translateY(-1px);
}

.dv-seinto-faq__contact svg {
  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dv-seinto-faq__question:focus-visible,
.dv-seinto-faq__contact:focus-visible {
  outline: 2px solid var(--dv-text);

  outline-offset: 3px;
}


/* =========================================================
   HOVER DESKTOP
========================================================= */

@media (hover:hover) and (pointer:fine) {

  .dv-seinto-main-categories__item:hover {
    color: #000;

    text-decoration: none;
  }

  .dv-seinto-main-categories__item:hover .dv-seinto-main-categories__thumb {
    border-color: #d8d8d8;

    background: #fff;

    box-shadow: 0 12px 30px rgba(0,0,0,.07);

    transform: translateY(-3px);
  }

  .dv-seinto-main-categories__item:hover .dv-seinto-main-categories__thumb img {
    transform: scale(1.05);
  }

  .dv-seinto-scrap__step-number {
    transition:
      background-color var(--dv-transition),
      transform var(--dv-transition);
  }

  .dv-seinto-scrap__step:hover .dv-seinto-scrap__step-number {
    background: #000;

    transform: translateY(-2px);
  }

  .dv-seinto-faq__item:not([open]):hover {
    border-color: #d6d6d6;
  }

  .dv-seinto-faq__question:hover .dv-seinto-faq__icon {
    border-color: var(--dv-text);

    background: var(--dv-text);

    color: #fff;
  }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1200px) {

  .dv-seinto-brands {
    --brands-columns: 6;
    --brands-gap: 16px;
  }

  .dv-seinto-scrap,
  .dv-seinto-authority {
    padding: 64px 0;
  }

  .dv-seinto-scrap__layout {
    grid-template-columns:
      minmax(0,1fr)
      minmax(380px,.9fr);

    gap: 60px;
  }

  .dv-seinto-authority__layout {
    grid-template-columns:
      minmax(0,1fr)
      minmax(380px,.9fr);

    gap: 50px;
  }

  .dv-seinto-scrap__title {
    font-size: clamp(36px,4vw,48px);
  }

}


@media (max-width:1100px) {

  .dv-seinto-main-categories {
    --cat-columns: 5;
    --cat-gap: 18px;

    width: min(calc(100% - 32px),var(--dv-container));

    margin-top: 44px;
  }

  .dv-seinto-main-categories__header {
    margin-bottom: 26px;
  }

  .dv-seinto-main-categories__arrow {
    top: 52px;
  }

  .dv-seinto-main-categories__thumb {
    width: min(100%,150px);
  }

}


@media (max-width:1050px) {

  .dv-seinto-trust__inner {
    width: min(calc(100% - 32px),var(--dv-container));

    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .dv-seinto-trust__item {
    padding: 20px;
  }

  .dv-seinto-trust__item::after {
    display: none;
  }

  .dv-seinto-trust__item:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
  }

  .dv-seinto-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid #e8e8e8;
  }

}


@media (max-width:1024px) {

  .dv-seinto-hero {
    min-height: 450px;
  }

  .dv-seinto-hero__video {
    object-position: center center;
  }

  .dv-seinto-hero__inner,
  .dv-seinto-brands__container,
  .dv-seinto-scrap__container,
  .dv-seinto-authority__container {
    width: min(calc(100% - 32px),var(--dv-container));
  }

  .dv-seinto-hero__inner {
    padding: 44px 0;
  }

  .dv-seinto-hero__title {
    width: min(100%,760px);

    font-size: clamp(36px,5vw,50px);
  }

  .dv-seinto-hero__description {
    width: min(100%,650px);

    margin-top: 16px;
  }

  .dv-seinto-hero__search {
    width: min(100%,900px);

    margin-top: 22px;
  }

  .dv-seinto-hero__actions {
    margin-top: 16px;
  }

  .dv-seinto-brands {
    padding: 42px 0;
  }

  .dv-seinto-brands__arrow--prev {
    left: -10px;
  }

  .dv-seinto-brands__arrow--next {
    right: -10px;
  }

  .dv-seinto-brands__item {
    height: 78px;
  }

  .dv-seinto-brands__item img {
    max-width: 88px;
    max-height: 44px;
  }

  .dv-seinto-scrap,
  .dv-seinto-authority {
    padding: 58px 0;
  }

  .dv-seinto-scrap__layout,
  .dv-seinto-authority__layout {
    grid-template-columns: 1fr;
  }

  .dv-seinto-scrap__layout {
    gap: 42px;
  }

  .dv-seinto-authority__layout {
    gap: 30px;
  }

  .dv-seinto-scrap__content,
  .dv-seinto-authority__content {
    width: min(100%,760px);
    max-width: none;

    margin-inline: auto;

    text-align: center;
  }

  .dv-seinto-authority__content {
    max-width: 760px;
  }

  .dv-seinto-scrap__description,
  .dv-seinto-scrap__text {
    max-width: 700px;

    margin-inline: auto;
  }

  .dv-seinto-authority__text {
    margin-inline: auto;
  }

  .dv-seinto-scrap__actions,
  .dv-seinto-authority__actions {
    justify-content: center;
  }

  .dv-seinto-scrap__steps,
  .dv-seinto-authority__panel {
    width: min(100%,760px);

    margin-inline: auto;
  }

}


@media (max-width:900px) {

  .dv-seinto-faq {
    padding: 58px 0;
  }

  .dv-seinto-faq__container {
    width: min(calc(100% - 32px),1180px);
  }

  .dv-seinto-faq__list {
    grid-template-columns: 1fr;
  }

}


@media (max-width:767px) {

  .dv-seinto-hero {
    min-height: auto;
  }

  .dv-seinto-hero__video {
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    min-width: 100%;
    min-height: 100%;

    object-fit: cover;
    object-position: center center;
  }

  .dv-seinto-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.44),
        rgba(0,0,0,.56) 48%,
        rgba(0,0,0,.70)
      );
  }

  .dv-seinto-hero__inner {
    width: 100%;

    padding: 38px 16px 32px;
  }

  .dv-seinto-hero__title {
    width: 100%;

    font-size: clamp(32px,9vw,42px);
  }

  .dv-seinto-hero__title-highlight {
    margin-top: 5px;
  }

  .dv-seinto-hero__description {
    width: 100%;

    margin-top: 15px;

    font-size: 16px;
    line-height: 1.45;
  }

  .dv-seinto-hero__search {
    width: 100%;

    margin-top: 20px;
  }

  .dv-seinto-hero__actions {
    width: 100%;

    margin-top: 15px;

    flex-direction: column;
    align-items: stretch;

    gap: 9px;
  }

  .dv-seinto-hero__btn {
    width: 100%;
    min-height: 48px;

    padding: 0 17px;
  }

  .dv-seinto-main-categories {
    --cat-columns: 4;
    --cat-gap: 13px;

    width: calc(100% - 24px);

    margin-top: 36px;
  }

  .dv-seinto-main-categories__header {
    width: 100%;

    margin-bottom: 21px;
  }

  .dv-seinto-main-categories__title {
    font-size: 26px;
  }

  .dv-seinto-main-categories__description {
    width: min(100%,520px);

    margin-top: 7px;

    font-size: 14px;
  }

  .dv-seinto-main-categories__track {
    padding: 2px 0 8px;
  }

  .dv-seinto-main-categories__thumb {
    margin-bottom: 10px;
  }

  .dv-seinto-main-categories__name {
    min-height: 34px;

    font-size: 13px;
  }

  .dv-seinto-main-categories__arrow,
  .dv-seinto-brands__arrow {
    display: none;
  }

  .dv-seinto-main-categories__footer,
  .dv-seinto-brands__footer {
    margin-top: 18px;
  }

  .dv-seinto-main-categories__view-all,
  .dv-seinto-brands__all {
    min-height: 44px;

    padding: 0 16px;

    font-size: 13px;
  }

  .dv-seinto-brands {
    --brands-columns: 4;
    --brands-gap: 12px;

    padding: 38px 0;
  }

  .dv-seinto-brands__container,
  .dv-seinto-scrap__container,
  .dv-seinto-authority__container,
  .dv-seinto-faq__container {
    width: calc(100% - 24px);
  }

  .dv-seinto-brands__header {
    margin-bottom: 22px;
  }

  .dv-seinto-brands__title {
    font-size: 30px;
  }

  .dv-seinto-brands__description {
    font-size: 15px;
  }

  .dv-seinto-brands__track {
    padding: 2px 0 8px;
  }

  .dv-seinto-brands__item {
    height: 72px;

    padding: 10px 12px;

    border-radius: 14px;
  }

  .dv-seinto-brands__item img {
    max-width: 76px;
    max-height: 38px;
  }

  .dv-seinto-scrap,
  .dv-seinto-authority,
  .dv-seinto-faq {
    padding: 44px 0;
  }

  .dv-seinto-scrap__layout {
    gap: 32px;
  }

  .dv-seinto-authority__layout {
    gap: 22px;
  }

  .dv-seinto-scrap__title {
    font-size: 32px;

    line-height: 1.04;
  }

  .dv-seinto-authority__title {
    font-size: 31px;
  }

  .dv-seinto-scrap__description {
    margin-top: 17px;

    font-size: 16px;
    line-height: 1.55;
  }

  .dv-seinto-scrap__text {
    margin-top: 12px;

    font-size: 15px;
    line-height: 1.55;
  }

  .dv-seinto-authority__text {
    margin-top: 18px;
  }

  .dv-seinto-authority__text p {
    font-size: 15px;

    line-height: 1.55;
  }

  .dv-seinto-scrap__actions,
  .dv-seinto-authority__actions {
    margin-top: 24px;

    flex-direction: column;
    align-items: stretch;
  }

  .dv-seinto-authority__actions {
    margin-top: 23px;
  }

  .dv-seinto-scrap__btn,
  .dv-seinto-authority__btn {
    width: 100%;
    min-height: 48px;
  }

  .dv-seinto-scrap__step {
    grid-template-columns: 48px minmax(0,1fr);

    gap: 14px;

    padding: 20px 0;
  }

  .dv-seinto-scrap__step-number {
    width: 46px;
    height: 46px;

    border-radius: 14px;

    font-size: 12px;
  }

  .dv-seinto-scrap__step-content {
    padding-top: 2px;
  }

  .dv-seinto-scrap__step-content > strong {
    margin-bottom: 5px;

    font-size: 17px;
  }

  .dv-seinto-scrap__step-content p {
    font-size: 14px;
  }

  .dv-seinto-authority__panel {
    padding: 24px 20px;

    border-radius: 16px;
  }

  .dv-seinto-authority__panel-heading {
    font-size: 21px;
  }

  .dv-seinto-authority__fact {
    grid-template-columns: 42px minmax(0,1fr);

    padding: 16px 0;
  }

  .dv-seinto-authority__fact-icon {
    width: 40px;
    height: 40px;

    border-radius: 12px;
  }

  .dv-seinto-faq__header {
    margin-bottom: 25px;
  }

  .dv-seinto-faq__eyebrow {
    margin-bottom: 11px;
  }

  .dv-seinto-faq__title {
    font-size: 30px;
  }

  .dv-seinto-faq__description {
    margin-top: 9px;

    font-size: 15px;
  }

  .dv-seinto-faq__item {
    border-radius: 14px;
  }

  .dv-seinto-faq__question {
    min-height: 64px;

    padding: 15px 16px;

    gap: 14px;

    font-size: 15px;
  }

  .dv-seinto-faq__icon {
    width: 32px;
    height: 32px;

    flex-basis: 32px;
  }

  .dv-seinto-faq__answer {
    padding: 0 16px 17px;
  }

  .dv-seinto-faq__answer p {
    font-size: 14px;
  }

  .dv-seinto-faq__footer {
    margin-top: 20px;

    padding: 20px;

    flex-direction: column;
    align-items: stretch;

    gap: 14px;

    text-align: center;
  }

  .dv-seinto-faq__contact {
    width: 100%;
  }

}


@media (max-width:600px) {

  .dv-seinto-trust__inner {
    width: 100%;

    grid-template-columns: 1fr;
  }

  .dv-seinto-trust__item {
    min-height: 76px;

    padding: 14px 16px;

    gap: 12px;

    border-right: 0!important;
    border-bottom: 1px solid #e8e8e8;
  }

  .dv-seinto-trust__item:last-child {
    border-bottom: 0;
  }

  .dv-seinto-trust__icon {
    width: 44px;
    height: 44px;

    flex-basis: 44px;

    border-radius: 14px;
  }

  .dv-seinto-trust__icon svg {
    width: 24px;
    height: 24px;
  }

  .dv-seinto-trust__title {
    font-size: 16px;
  }

}


@media (max-width:520px) {

  .dv-seinto-main-categories {
    --cat-columns: 3;
    --cat-gap: 11px;
  }

  .dv-seinto-main-categories__title {
    font-size: 23px;
  }

  .dv-seinto-main-categories__description {
    max-width: 330px;

    font-size: 13px;
    line-height: 1.4;
  }

  .dv-seinto-main-categories__name {
    font-size: 12px;
  }

}


@media (max-width:430px) {

  .dv-seinto-brands {
    --brands-columns: 3;
    --brands-gap: 10px;
  }

  .dv-seinto-brands__item {
    height: 68px;
  }

  .dv-seinto-brands__item img {
    max-width: 68px;
    max-height: 34px;
  }

}


@media (max-width:420px) {

  .dv-seinto-hero__inner {
    padding: 32px 12px 26px;
  }

  .dv-seinto-hero__title {
    font-size: 32px;
  }

  .dv-seinto-hero__description {
    font-size: 15px;
  }

  .dv-seinto-hero__search {
    margin-top: 18px;
  }

  .dv-seinto-hero__actions {
    margin-top: 14px;
  }

  .dv-seinto-scrap {
    padding: 38px 0;
  }

  .dv-seinto-scrap__title {
    font-size: 29px;
  }

  .dv-seinto-scrap__description {
    font-size: 15px;
  }

  .dv-seinto-scrap__text {
    font-size: 14px;
  }

  .dv-seinto-scrap__step {
    grid-template-columns: 44px minmax(0,1fr);

    gap: 12px;
  }

  .dv-seinto-scrap__step-number {
    width: 42px;
    height: 42px;

    border-radius: 13px;
  }

}


@media (max-width:360px) {

  .dv-seinto-hero__title {
    font-size: 29px;
  }

  .dv-seinto-hero__description {
    font-size: 14px;
  }

  .dv-seinto-main-categories {
    --cat-gap: 9px;

    width: calc(100% - 20px);
  }

  .dv-seinto-main-categories__title {
    font-size: 21px;
  }

  .dv-seinto-main-categories__description {
    font-size: 12px;
  }

  .dv-seinto-main-categories__name {
    font-size: 11px;
  }

  .dv-seinto-main-categories__view-all {
    min-height: 42px;

    padding: 0 14px;

    font-size: 12px;
  }

}


/* =========================================================
   REDUCIR MOVIMIENTO
========================================================= */

@media (prefers-reduced-motion:reduce) {

  /*
   * Importante:
   * NO ocultamos el vídeo.
   *
   * Solo eliminamos transiciones visuales de la interfaz.
   */

  .dv-seinto-hero__btn,
  .dv-seinto-main-categories *,
  .dv-seinto-main-categories *::before,
  .dv-seinto-main-categories *::after,
  .dv-seinto-brands__item,
  .dv-seinto-brands__item img,
  .dv-seinto-brands__all,
  .dv-seinto-brands__arrow,
  .dv-seinto-scrap__btn,
  .dv-seinto-scrap__step-number,
  .dv-seinto-authority__btn,
  .dv-seinto-faq__item,
  .dv-seinto-faq__contact {
    transition: none!important;
  }

  .dv-seinto-main-categories * {
    scroll-behavior: auto!important;
  }

}