﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1D1D1D;
}

#content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.ContenidoHeaderV4 {
  height: 100%;
  padding: 0 120px;
}
@media (max-width: 767.98px) {
  .ContenidoHeaderV4 { /* sm */
    padding: 0 20px;
  }
}

#RegistroPorMarcaHeaderV4_header.header,
#RegistroPorMarcaHeaderV3_header.header {
  background-color: #ffffff;
  height: 62px;
  padding: 0 120px;
}

#RegistroPorMarcaHeaderV4_header .logoIzquierdo,
#RegistroPorMarcaHeaderV3_header .logoIzquierdo {
  max-height: 36px;
  width: auto;
}

#RegistroPorMarcaHeaderV4_header .divLogoDerecho img,
#RegistroPorMarcaHeaderV3_header .divLogoDerecho img {
  max-height: 28px;
  width: auto;
}

footer {
  background-color: #ffffff;
  padding: 32px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}

#footer_logo {
  display: flex;
  align-items: center;
  margin: 0;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

#footer_logo_img {
  max-height: 32px;
  width: auto;
}

#footer_links {
  margin-top: 30px;
  font-weight: bold;
  padding-bottom: 90px;
  display: block;
  gap: 0;
  flex-direction: unset;
}
#footer_links a {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  opacity: 1;
}
#footer_links a:hover {
  color: #000000;
  opacity: 1;
}

/* ============================================
   LINK - <a role="link"> con pseudo-clases (LVHFA)
   Mismo comportamiento en desktop y mobile
   ============================================ */
.v4-link-bold-underline, a[role=link] {
  color: #000000;
  gap: 10px;
  text-decoration: underline;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
}
.v4-link-bold-underline:hover, a[role=link]:hover {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.v4-link-bold-underline:active, a[role=link]:active {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: #FBF1DC;
  outline: none;
}
.v4-link-bold-underline:visited, a[role=link]:visited {
  font-weight: 700;
  text-decoration: underline;
  border-bottom: none;
  color: #676358 !important;
}
.v4-link-bold-underline:focus, .v4-link-bold-underline:focus-visible, a[role=link]:focus, a[role=link]:focus-visible {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  outline: 2px solid #FCEA60;
  outline-offset: 2px;
  border-radius: 8px;
  padding-right: 4px;
  padding-left: 4px;
}

.text-decoration-none {
  text-decoration: none !important;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  /*padding: 8px 28px;*/
  padding: 0px 20px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  margin-bottom: 0;
}
.form-check:focus-within {
  border-color: #e6d500;
  box-shadow: none;
}
.form-check .form-check-input {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1.5px solid #484848;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.form-check .form-check-input:focus {
  outline: none;
  box-shadow: none;
  background-image: none;
}
.form-check .form-check-input.is-focused {
  border-color: #e6d500;
}
.form-check .form-check-input:checked {
  background-color: #fff;
  border-color: #2b2b2b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%232b2b2b' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.form-check .form-check-input:checked.is-focused {
  border-color: #e6d500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23eeb111' stroke-width='2' d='M2 8l4 4 8-8'/%3E%3C/svg%3E");
}
.form-check .form-check-input:disabled {
  background-color: #fafafa;
  border-color: #d4d4d4;
  cursor: not-allowed;
}
.form-check .form-check-input:disabled ~ .form-check-label {
  color: #b0b0b0;
  cursor: not-allowed;
}
.form-check .form-check-input.is-invalid {
  border-color: #e05252;
  background-color: #fff;
  box-shadow: none;
}
.form-check .form-check-input.is-invalid ~ .form-check-label {
  color: #1a1a1a;
}
.form-check:has(.form-check-input.is-invalid) {
  border-color: #e05252;
}
.form-check:has(.form-check-input.is-invalid):focus-within {
  border-color: #e05252;
  box-shadow: 0 0 0 2px rgba(224, 82, 82, 0.25);
}
.form-check .form-check-label {
  position: relative;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  left: 0.5rem;
  padding: 0px 8px;
}

.v4-registro-container {
  max-width: 1040px;
  margin: 32px auto;
  padding: 0 20px 60px;
}

.v4-registro-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
}

.v4-hero {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}

.v4-hero__content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.v4-hero__headline {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #1D1D1D;
  margin: 0;
}

.v4-hero__description {
  font-size: 16px;
  line-height: 1.5;
  color: #1D1D1D;
  margin: 0;
}

.v4-hero__img {
  flex-shrink: 0;
  width: 393px;
  /*max-width: 40%;*/
  height: auto;
  aspect-ratio: 393/232;
  overflow: hidden;
  position: relative;
}

.v4-hero__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  /*left: 14.25%;*/
  right: 0;
  width: auto;
  height: 90%;
  /*max-width: none;*/
  display: block;
}

.v4-divider {
  /*border-top: 1px solid $v4-color-border;*/
  border: none;
  border-top: 2px dashed rgb(251, 241, 220);
  margin: 24px 0;
}

.v4-step {
  margin-bottom: 0;
}

.v4-step + .v4-step {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  margin-top: 24px;
}

.v4-step__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.v4-step__header a[role=link]:visited {
  color: #000000 !important;
}
.v4-step__header a span {
  display: inline-block;
  vertical-align: middle;
}

/* Responsive - añade esto */
@media (max-width: 768px) {
  .v4-step__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-content: flex-start;
  }
}
.v4-step__title {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  color: #1D1D1D;
  line-height: 1.2;
}

.v4-step--upcoming .v4-step__title {
  color: #7d7d7d;
}

.v4-step__subtitle {
  color: #1D1D1D;
  margin: 8px 0 20px;
}

.v4-step__edit {
  font-size: 14px;
  color: #007cba;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  text-decoration: underline;
  white-space: nowrap;
  flex-shrink: 0;
}

.v4-step__edit:hover {
  color: #005f8e;
}

.v4-step--upcoming {
  opacity: 0.5;
  pointer-events: none;
}

/* ============================================
   BASE - Tipografía compartida
   ============================================ */
:root {
  --font-family-base: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ============================================
   HEADINGS - Mobile First (Sm)
   ============================================ */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0%;
}

h1, .h1 {
  font-size: 24px;
  line-height: 32px;
}

h2, .h2 {
  font-size: 20px;
  line-height: 28px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 26px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 24px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

/* ============================================
   HEADINGS - Md & Lg (≥ 768px)
   ============================================ */
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 26px;
    line-height: 34px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ============================================
   SHARED - Compartido entre todos los viewports
   ============================================ */
.body, p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.body-bold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.body-link, a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: underline;
  cursor: pointer;
}

.label, label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
}

.hint {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.button-text, .btn span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.no-search .select2-selection__arrow > b {
  background: url(https://quasarcdn.azurewebsites.net/Assets/images/dropdown_arrow_new.svg) no-repeat right 0px center;
  background-size: 13px 13px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 15px;
  top: 1rem;
  width: 1.25rem;
}

.info {
  font-size: 0.85em;
  gap: 4px;
  padding-top: 8px;
}

.v4-optional {
  font-size: 14px;
  color: #7d7d7d;
  margin-left: 4px;
  font-weight: 400;
}

.v4-form-section {
  margin-bottom: 0;
}

.v4-form-section .form-group {
  margin-bottom: 20px;
}

.v4-form-section label,
.v4-form-section .form-label {
  font-size: 15px;
  font-weight: 700;
  color: #1D1D1D;
  margin-bottom: 6px;
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Default */
.form-control,
input[type=text],
input[type=email],
input[type=date],
select, .select2-selection {
  width: 100%;
  background: #ffffff;
  border: 1px solid #484848;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 15px;
  color: #1D1D1D;
  height: 48px;
  transition: border-color 0.15s;
  gap: 4px;
  opacity: 1;
  border-width: 1px;
  /* Active */
  /* Focus */
}
.form-control:active,
input[type=text]:active,
input[type=email]:active,
input[type=date]:active,
select:active, .select2-selection:active {
  border: 1px solid #CCCCCC;
  box-shadow: none;
  outline: none;
}
.form-control:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
select:focus, .select2-selection:focus {
  outline: 3px solid #FCEA60 !important;
  background-color: #FFFFFF;
  color: #1D1D1D;
  border: 1px solid #484848;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus, .select2-selection:-webkit-autofill, .select2-selection:-webkit-autofill:hover, .select2-selection:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 400;
  padding-left: 0px;
}

/*.v4-form-section .form-control,
.v4-form-section input[type="text"],
.v4-form-section input[type="email"],
.v4-form-section input[type="date"],
.v4-form-section select {
    width: 100%;
    background: #ffffff;
    border: 1px solid $v4-color-input-border;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 15px;
    color: $v4-color-text;
    height: 48px;
    transition: border-color 0.15s;
}

.v4-form-section .form-control:focus,
.v4-form-section input[type="text"]:focus,
.v4-form-section input[type="email"]:focus,
.v4-form-section select:focus {
    border-color: $v4-color-text;
    outline: none;
    box-shadow: none;
}
*/
.v4-input-icon-wrap {
  position: relative;
}

.v4-input-icon-wrap .form-control {
  padding-right: 40px;
}

.v4-input-icon-wrap .v4-input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-35%); /*-50%*/
  color: #1D1D1D;
  font-size: 16px;
  pointer-events: none;
}

.v4-input-calendar .input-group {
  position: relative;
}

.v4-hint-text {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 12.7px;
  color: #1D1D1D;
  margin-top: 4px;
}

.v4-hint-text .fa {
  font-size: 14px;
  margin-top: 1px;
  flex-shrink: 0;
}

.v4-form-section .form-control.error,
.v4-form-section input.error {
  border: 1px solid #B3241F !important;
  background-color: #FFF !important;
}

.field-validation-error {
  color: #B3241F;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.field-validation-error::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='5.75' stroke='%23B3241F' stroke-width='1.5' fill='none'/%3E%3Crect x='6.25' y='3.5' width='1.5' height='4' rx='0.75' fill='%23B3241F'/%3E%3Ccircle cx='7' cy='10' r='0.85' fill='%23B3241F'/%3E%3C/svg%3E");
  flex-shrink: 0;
  display: flex;
  align-self: center;
}

.v4-input-error-wrap {
  position: relative;
}
.v4-input-error-wrap input.error,
.v4-input-error-wrap .form-control.error {
  padding-right: 36px !important;
}

.v4-input-error-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6.5' stroke='%23B3241F' stroke-width='1.5' fill='none'/%3E%3Crect x='7.25' y='4.5' width='1.5' height='4.5' rx='0.75' fill='%23B3241F'/%3E%3Ccircle cx='8' cy='11' r='0.85' fill='%23B3241F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.date-field-wrap .v4-input-error-icon {
  right: 36px;
}

.date-field-wrap input.input_text.error {
  padding-right: 56px !important;
}

.v4-form-section .selection .select2-selection--single.error,
.v4-form-section .select2-container .select2-selection--single.error {
  border: 1px solid #B3241F !important;
  background-color: #FFF !important;
  position: relative;
}
.v4-form-section .selection .select2-selection--single.error::after,
.v4-form-section .select2-container .select2-selection--single.error::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6.5' stroke='%23B3241F' stroke-width='1.5' fill='none'/%3E%3Crect x='7.25' y='4.5' width='1.5' height='4.5' rx='0.75' fill='%23B3241F'/%3E%3Ccircle cx='8' cy='11' r='0.85' fill='%23B3241F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.v4-form-section .selection .select2-selection--single.error .select2-selection__rendered,
.v4-form-section .select2-container .select2-selection--single.error .select2-selection__rendered {
  padding-right: 50px !important;
}

.v4-form-section label.error {
  color: #d0021b;
  font-weight: 600;
  font-size: 0.8rem;
  display: block;
  margin-top: 4px;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.v4-form-section label.error::before {
  font-family: FontAwesome;
  content: "\f071";
  margin-right: 3px;
}

.v4-form-section p.error {
  color: #d0021b;
  font-weight: 600;
  font-size: 0.85rem;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.v4-form-section .select2-container--default .select2-selection--single,
.v4-form-section .select2-container--bootstrap4 .select2-selection--single {
  border: 1px solid #484848 !important;
  border-radius: 4px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 15px !important;
}

.v4-form-section .select2-container--default .select2-selection--single .select2-selection__rendered,
.v4-form-section .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
  color: #1D1D1D;
}

.v4-form-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
  top: 1px !important;
}

.v4-form-section .input-group-addon {
  background: #f5f5f5;
  border: 1px solid #484848;
  border-left: none;
  border-radius: 0 4px 4px 0;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
}

.v4-hero__cta,
.btn-primary {
  background-color: #DD052B;
  border: 1px solid #DD052B;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.v4-hero__cta:hover,
.btn-primary:hover {
  background-color: #C60D2E !important;
  border-color: #C60D2E !important;
  color: #fff;
  text-decoration: none;
}
.v4-hero__cta:active,
.btn-primary:active {
  background-color: #A80C27 !important;
  border-color: #A80C27 !important;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2) inset;
  outline: none;
}
.v4-hero__cta:focus,
.btn-primary:focus {
  outline: 3px solid #333018 !important;
  outline-offset: 3px;
  background-color: #A80C27 !important;
  box-shadow: 0 0 0 0.2rem #FCEA60 !important;
}
.v4-hero__cta:disabled,
.btn-primary:disabled {
  background-color: #7D7D7D !important;
  border-color: #7D7D7D !important;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 1;
}

.btn-outline {
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.btn-outline:hover {
  background-color: #636363 !important;
  border-color: #636363 !important;
  color: #fff;
  text-decoration: none;
}
.btn-outline:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff;
  outline: none;
}
.btn-outline:focus {
  outline: 3px solid #333018 !important;
  outline-offset: 3px;
  background-color: #333018 !important;
  color: #fff;
  box-shadow: 0 0 0 0.2rem #FCEA60 !important;
}
.btn-outline:disabled {
  background-color: #fff !important;
  border-color: #484848 !important;
  color: #484848;
}

.v4-form-section .btn.btn-primary,
.v4-form-section .btn.btn-primary:not(:disabled),
.v4-step__actions .btn.btn-primary,
#btnContinuarDatosAparato,
#btnContinuarDatosCliente,
#btnContinuarVenta,
#btnConfirmarVenta,
#btnRealizarOtroRegistro {
  background-color: #DD052B;
  border: 1px solid #DD052B;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  /*display: inline-flex;*/
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.15s;
  text-decoration: none;
  min-width: 0;
}

.v4-form-section .btn.btn-primary:hover,
.v4-step__actions .btn.btn-primary:hover,
#btnContinuarDatosAparato:hover,
#btnContinuarDatosCliente:hover,
#btnConfirmarRegistro:hover,
#btnContinuarVenta:hover,
#btnConfirmarVenta:hover,
#btnRealizarOtroRegistro:hover {
  background-color: #bb0424;
  border-color: #bb0424;
  color: #ffffff;
}

.v4-form-section .btn.btn-outline-secondary,
#btnConfirmarRegistro.btn-outline-secondary {
  background-color: transparent;
  border: 2px solid #DD052B;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.15s;
}

.v4-form-section .btn.btn-outline-secondary:hover {
  background-color: #DD052B;
  color: #ffffff;
}

.btn.btn-link.v4-step__edit {
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  height: auto;
  line-height: 22.5px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-link.v4-step__edit:hover {
  color: #1D1D1D;
}

.v4-summary-box {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v4-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.v4-summary-item__label {
  font-weight: 700;
  font-size: 14px;
  color: #1D1D1D;
  flex-shrink: 0;
}

.v4-summary-item__value-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  min-width: 180px;
  font-size: 14px;
  color: #1D1D1D;
}

.v4-summary-item__icon {
  color: #1D1D1D;
  font-size: 13px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.v4-summary-table {
  width: 100%;
  margin-bottom: 24px;
}

.v4-summary-row {
  display: flex;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.v4-summary-label {
  color: #7d7d7d;
  font-weight: 400;
  width: 45%;
  flex-shrink: 0;
}

.v4-summary-value {
  color: #1D1D1D;
  font-weight: 600;
  flex: 1;
}

.v4-easycare-card {
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v4-easycare-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.v4-easycare-card__header-content {
  flex: 1 1 0;
  min-width: 0;
}

.v4-easycare-card__header-img {
  flex-shrink: 0;
  width: 150px;
  max-width: 35%;
}

.v4-easycare-card__header-img img {
  width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
}

.v4-easycare-card__header h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 500;
  color: #1D1D1D;
  line-height: 1.2;
}

.v4-easycare-card__header p {
  margin: 0;
  font-size: 16px;
  color: #1D1D1D;
  line-height: 1.5;
}

.v4-easycare-provided-by__logo {
  height: 28px;
  width: auto;
  max-width: 260px;
}

.v4-benefit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.v4-benefit-tag {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: #dffcda;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: #1D1D1D;
}

.v4-benefit-tag .fa,
.v4-benefit-tag img {
  color: #228305;
  font-size: 14px;
  flex-shrink: 0;
}

.v4-easycare-pricing-box {
  background: #fdf8ef;
  border-radius: 4px;
  padding: 16px 12px;
  text-align: center;
  align-self: center;
  width: fit-content;
}

.v4-easycare-pricing-box__price {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
}

.v4-easycare-pricing-box__subtitle {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #01580c;
}

.v4-easycare-provided-by {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 14px;
  color: #1D1D1D;
}

.v4-easycare-card__legal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #4f5061;
  line-height: 1.6;
}

.v4-easycare-card__legal .fa {
  font-size: 20px;
  flex-shrink: 0;
  color: #4f5061;
}

.v4-easycare-card__legal a,
.v4-easycare-card__docs-link a {
  color: #000000;
  text-decoration: underline;
}

.v4-easycare-card__docs-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4f5061;
  line-height: 1.6;
}

.v4-easycare-insurance-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
}

.v4-easycare-insurance-row__text {
  font-size: 13px;
  color: #1D1D1D;
  text-align: center;
  line-height: 1.4;
}

.v4-easycare-insurance-row__logo {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}

.v4-easycare-card__footnote {
  color: #1D1D1D;
  line-height: 20px;
  margin-bottom: 0px;
}

.v4-easycare-card__actions {
  display: flex;
  /*gap: 12px;*/
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn.btn-outline-dark,
#btnConfirmarRegistro.btn-outline-dark {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  padding: 0 28px;
  border-radius: 24px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  display: block;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.15s;
  text-decoration: none;
}

.btn.btn-outline-dark:hover {
  background-color: #f5f5f5;
  color: #000000;
}

.v4-benefit-icon {
  color: #228305;
  flex-shrink: 0;
}

.v4-dd-guarantee {
  font-size: 14px;
  color: #484848;
  line-height: 1.6;
}

.v4-dd-guarantee p {
  margin-bottom: 8px;
}

.v4-dd-panel {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px;
}

.v4-dd-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.v4-dd-panel__header h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
  margin: 0;
}

.v4-dd-panel__list {
  padding-left: 20px;
  margin: 0;
}

.v4-dd-panel__list li {
  margin-bottom: 6px;
}

.v4-dd-panel__list li p {
  margin: 0;
  font-size: 14px;
  color: #484848;
  line-height: 1.6;
}

.v4-basket-panel {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 24px;
}

.v4-basket-panel__header h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
  margin: 0 0 16px;
}

.v4-basket-panel__content p {
  margin-bottom: 4px;
}

.v4-terms {
  font-size: 13px;
  color: #484848;
  line-height: 1.6;
}

.v4-terms a {
  color: #1D1D1D;
  text-decoration: underline;
}

.v4-sepa-terms {
  font-size: 14px;
  color: #484848;
  line-height: 1.6;
}

.v4-sepa-terms p {
  margin-bottom: 0;
}

.v4-payment-check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.v4-payment-check-row label {
  font-size: 15px;
  color: #1D1D1D;
  line-height: 1.5;
  cursor: pointer;
  margin: 0;
}

.v4-payment-checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #DD052B;
}

.v4-form-section input.v4-input-valid:not([type=checkbox]),
.v4-form-section textarea.v4-input-valid {
  border: 1px solid #28a745 !important;
  padding-right: 36px !important;
  background-image: url("https://quasarcdn.azurewebsites.net/Domestic/checkValidation.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 16px 16px !important;
}

.v4-input-icon-wrap input.v4-input-valid:not([type=checkbox]) {
  background-image: none !important;
  padding-right: 40px;
}

.date-field-wrap input.v4-input-valid:not([type=checkbox]) {
  background-image: url("https://quasarcdn.azurewebsites.net/Domestic/checkValidation.svg") !important;
  background-position: right 36px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  padding-right: 58px !important;
}

/*.date-field-wrap input.v4-input-valid:not([type=checkbox]) {
    background-image: url("https://quasarcdn.azurewebsites.net/Domestic/checkValidation.svg") !important;
}*/
.v4-form-section .v4-select-valid .select2-selection--single {
  border-color: #28a745 !important;
  background-image: url("https://quasarcdn.azurewebsites.net/Domestic/checkValidation.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 30px center !important;
  background-size: 16px 16px !important;
}

input.v4-input-valid[type=checkbox] {
  accent-color: #28a745;
  outline: 2px solid #28a745;
  outline-offset: 2px;
}

.form-fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 20px;
}

.v4-confirm-headline h1 {
  margin: 0 0 8px;
}

.v4-confirm-detail-panels {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.v4-confirm-detail-panel {
  flex: 1 1 0;
  min-width: 0;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.v4-confirm-detail-panel__title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1D1D1D;
  margin: 0;
  line-height: 1.35;
}

.v4-confirm-detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.v4-confirm-detail-item__label {
  font-weight: 700;
  font-size: 16px;
  color: #1D1D1D;
}

.v4-confirm-detail-item__value {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #1D1D1D;
  min-height: 30px;
}

.v4-confirm-detail-item__value .fa {
  color: #50686c;
  font-size: 14px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.v4-confirm-detail-panel a {
  color: #1D1D1D;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}

.v4-confirm-detail-panel__link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.v4-confirm-detail-panel__link .fa {
  color: #50686c;
  font-size: 14px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.v4-confirm-panel {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 24px;
}

.v4-confirm-panel--plan {
  border-color: #DD052B;
}

.v4-confirm-panel__header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1D1D1D;
  margin: 0 0 16px;
}

.v4-confirm-panel__content .v4-summary-row {
  border-bottom: 1px solid #f0f0f0;
}

.v4-otro-registro-panel {
  text-align: center;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 10px;
}

.v4-otro-registro-panel h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}

.v4-otro-registro-panel p {
  margin-bottom: 16px;
  color: #484848;
  font-size: 15px;
}

.v4-address-link {
  background: none;
  border: none;
  border-bottom: 1px solid #1D1D1D;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
  text-decoration: none;
  line-height: 1.5;
}

.v4-address-link:hover {
  color: #484848;
  border-bottom-color: #484848;
}

.v4-consent-text {
  font-size: 16px;
  color: #484848;
  line-height: 1.6;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #484848;
  margin-bottom: 0;
}

.tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom: none;
  color: #484848;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 4px 4px 0 0;
}

.tabs .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #484848 #484848 #fff;
  color: #1D1D1D;
  font-weight: 700;
}

.tabs .border-grey-left-and-right {
  border: 1px solid #484848;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
}

.v4-alert {
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.v4-alert--error {
  background: #fff0f0;
  border: 1px solid #d0021b;
  color: #d0021b;
}

#Loading {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#Loading.active {
  display: flex;
}

#loading-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#loading-wrapper #loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 1.25rem;
}
#loading-wrapper #loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid transparent;
  border-top-color: #666;
  border-bottom-color: #666;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loading-wrapper #loading-content::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 3px solid transparent;
  border-top-color: #999;
  border-bottom-color: #999;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loading-wrapper #loading-content::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 3px solid transparent;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  #RegistroPorMarcaHeaderV4_header.header,
  #RegistroPorMarcaHeaderV3_header.header {
    padding: 0 16px;
  }
  footer {
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  #footer_links {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .v4-registro-container {
    /* margin: 16px auto;
    padding: 0 12px 40px;*/
    margin: 0;
    padding: 0;
  }
  .v4-registro-card {
    padding: 20px 16px;
    border-radius: 0px;
  }
  .v4-hero {
    flex-direction: column;
  }
  .v4-hero__img {
    order: -1;
    aspect-ratio: 337/232;
  }
  .v4-hero__img img {
    left: auto;
    width: 100%;
    height: 100%;
  }
  .v4-hero__headline {
    font-size: 24px;
  }
  .v4-step__title {
    font-size: 22px;
  }
  .v4-easycare-card__header {
    flex-direction: column;
    gap: 0;
  }
  .v4-easycare-card__header-img {
    max-width: 100%;
    align-self: center;
    order: 0;
  }
  /* .v4-easycare-card__actions {
      flex-direction: column;
  }*/
  .v4-easycare-card__actions .btn {
    width: 100%;
    justify-content: center;
  }
  #btnConfirmarRegistro {
    padding: 0 19px !important;
    font-size: 15px !important;
  }
  #btnContinuarDatosAparato,
  #btnContinuarDatosCliente,
  #btnConfirmarRegistro,
  #btnContinuarVenta,
  #btnConfirmarVenta,
  #btnRealizarOtroRegistro {
    width: 100%;
    justify-content: center;
  }
  .v4-confirm-detail-panels {
    flex-direction: column;
  }
  #FormularioRegistroPorMarcaDatosPagoV4 .col-md-4 {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .v4-registro-card {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .v4-summary-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .v4-summary-row {
    flex-direction: column;
    gap: 4px;
  }
  .v4-summary-label {
    width: 100%;
  }
  .v4-benefit-tag {
    font-size: 14px;
    padding: 8px;
  }
  .v4-hero__img {
    width: 353px;
  }
}
.hidden {
  display: none !important;
}

.input_div {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.button {
  background: rgb(0, 125, 186);
  display: inline-block;
  border-radius: 3px;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  min-height: 40px;
  position: relative;
  border: 0;
  font-size: 16px;
  padding: 1%;
}

#header {
  position: relative;
  background: #ffffff;
  height: 60px;
  z-index: 2;
}

/*  #header_logo {
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      height: 30px;
  }*/
.header_logo_img {
  max-height: 56px;
}

#header_register {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 45px;
}

#header_register_bandera {
  right: 113px;
  font-size: 18px !important;
  cursor: pointer;
  top: 49%;
  height: 30px;
}

/*   #header_register_pais {
       font-weight: 550;
       cursor: pointer;
       width: 150px !important;
       text-align: right;
       position: absolute;
       top: 51%;
       right: 177px;
       transform: translateY(-50%);
       height: 30px;
       color: $v4-color-pais-text;
       font-size: 16px;
       border: 0;
       background-color: transparent;
       display: flex;
       flex-direction: row;
       align-items: center;
       gap: 5%;
   }*/
#header_register_pais {
  /* font-weight: 550; */
  cursor: pointer;
  /* width: 150px !important; */
  /* text-align: right; */
  position: relative;
  /* top: 51%; */
  /* right: 177px; */
  /* transform: translateY(-50%); */
  height: 30px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5%;
  padding-right: 32px;
}

#header_register_pais:hover {
  color: #e3e0e7;
}

.poweredBy_Logo {
  padding: 20px;
  justify-content: flex-end;
  background: #ffffff !important;
  height: 60px;
}

.labelServicioPrestado {
  color: #e3e0e7;
}

#dialog_glass {
  background-color: #000;
  opacity: 0.5;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

#country_div {
  z-index: 101;
  position: fixed;
  background: #fff;
  display: inline-block;
  max-width: 90%;
  text-align: center;
  float: right;
  width: 296px;
  padding: 10px;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
}

#country_div .button {
  width: 180px;
}

#country_title {
  margin-top: 20px;
}

#country_title_2 {
  font-size: 25px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  font-weight: 100;
}

#country_title_2 b {
  font-weight: bold;
}

#country_title_2 img {
  position: absolute;
  opacity: 0.5;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.flag_country {
  height: 18px !important;
  vertical-align: middle;
}

.list_of_country {
  text-align: left;
  height: 20px !important;
  cursor: pointer;
  margin-top: 10px !important;
  text-decoration: none;
  display: block;
}

/*   .country_name {
    color: #4d4f53;
    border-bottom: 1px solid;
}

    .country_name:hover {
        color: #4d4f53;
    }*/
#footer {
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 0;
  display: block;
  padding: 0;
}

/*#footer a:hover {
    text-decoration: underline;
}
*/
#footer_social {
  padding-top: 20px;
}

.footer_social_item {
  display: inline-block;
  margin: 15px;
  margin-bottom: 0;
}

.footer_social_item img {
  height: 50px;
}

@media all and (max-width: 835px) {
  #header_register_bandera {
    right: 156px;
    font-size: 18px !important;
    cursor: pointer;
  }
  #header_register_pais_texto {
    display: none;
  }
  #header_register_pais {
    /* width: 40px !important;
     right: 150px !important;*/
    padding-right: 0;
  }
  #footer {
    padding-left: 5%;
    padding-right: 5%;
    margin: auto;
  }
  #footer a {
    display: block;
  }
  #country_div {
    max-width: 100% !important;
    width: 100% !important;
    overflow: auto;
  }
  #country_div .input_div {
    width: 90%;
  }
  #country_div .input_div .list_of_country {
    padding: 2px;
  }
}
.v4-form-section .input_text {
  border: 1px solid #484848;
  font-size: 15px;
  background-color: #fff;
  font-weight: 300;
  /*padding: 0.4em;*/
  box-sizing: border-box;
  height: 48px;
  border-radius: 4px;
  color: #1D1D1D;
  position: relative;
  width: 100%;
}

.v4-form-section .input_text:focus {
  border: 1px solid #DD052B;
  outline: none;
}

.v4-form-section .input_text.error {
  border: 1px solid #B3241F !important;
  background-color: #FFF !important;
}

.v4-form-section .input_text_img {
  padding-right: 36px;
}

/*
.v4-form-section .placeholder {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
    font-weight: bold;
    color: #c0c0c0;
    pointer-events: none;
    background-color: #fff;
    font-size: 12px;
}

.v4-form-section .placeholder span {
    color: $v4-color-cta;
}
*/
.v4-form-section .placeholder {
  position: absolute;
  font-family: "Helvetica Neue", Arial, sans-serif;
  left: 30px;
  transform: translateY(-150%);
  pointer-events: none;
  color: #6c757d;
  transition: all 0.2s ease;
  z-index: 1;
  /* position: relative;      
   left: 12px;
   transform: translateY(-150%);        
  */
}
.v4-form-section .placeholder span {
  color: #DD052B;
}

.v4-form-section .input_text_fill {
  transform: translateY(-10%);
  top: 0;
  font-size: 10px;
  color: #DD052B;
  margin-left: 5px;
  /* padding-left: 5px;
  padding-right: 5px;*/
}

.v4-form-section .date-field-wrap {
  position: relative;
}

.v4-form-section .date-field-wrap .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-35%); /*-50%*/
  pointer-events: none;
  color: #484848;
  font-size: 16px;
}

.v4-form-section .date-field-wrap input.input_text {
  padding-right: 32px;
}

.datepicker.datepicker-dropdown {
  z-index: 9999 !important;
  width: 260px !important;
  min-width: 0 !important;
  max-width: 260px !important;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #484848;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: #1D1D1D;
}

.datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.datepicker thead tr:first-child th {
  background: #f5f5f5;
  border: none;
  padding: 6px 4px;
  cursor: pointer;
  font-weight: 700;
  color: #1D1D1D;
  text-align: center;
}

.datepicker thead tr:first-child th.prev,
.datepicker thead tr:first-child th.next {
  width: 2em;
  font-size: 16px;
  color: #484848;
  border-radius: 3px;
}

.datepicker thead tr:first-child th.prev:hover,
.datepicker thead tr:first-child th.next:hover {
  background: #e0e0e0;
  color: #1D1D1D;
}

.datepicker thead tr:first-child th.datepicker-switch {
  font-size: 16px;
  font-weight: 700;
}

.datepicker thead tr:first-child th.datepicker-switch:hover {
  background: #e0e0e0;
}

.datepicker thead tr:last-child th.dow {
  padding: 4px 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #7d7d7d;
  border: none;
  background: none;
}

.datepicker tbody td {
  padding: 1px;
  border: none;
  text-align: center;
}

.datepicker tbody td.day,
.datepicker tbody td.old.day,
.datepicker tbody td.new.day {
  cursor: pointer;
  border-radius: 3px;
  font-size: 16px;
  padding: 4px 2px;
  color: #1D1D1D;
}

.datepicker tbody td.old.day,
.datepicker tbody td.new.day {
  color: #b0b0b0;
}

.datepicker tbody td.day:hover {
  background: #f0f0f0;
  color: #1D1D1D;
}

.datepicker tbody td.active.day,
.datepicker tbody td.active.day:hover {
  background: #DD052B;
  color: #ffffff;
  font-weight: 700;
  border-radius: 3px;
}

.datepicker tbody td.today.day,
.datepicker tbody td.today.day:hover {
  background: #fff8e7;
  color: #1D1D1D;
  border: 1px solid #DD052B;
  border-radius: 3px;
}

.datepicker tbody td.disabled.day,
.datepicker tbody td.disabled.day:hover {
  background: none;
  color: #c0c0c0;
  cursor: default;
}

.datepicker .datepicker-months tbody td span.month,
.datepicker .datepicker-years tbody td span.year {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  color: #1D1D1D;
  min-width: 3.5em;
  text-align: center;
}

.datepicker .datepicker-months tbody td span.month:hover,
.datepicker .datepicker-years tbody td span.year:hover {
  background: #f0f0f0;
}

.datepicker .datepicker-months tbody td span.active,
.datepicker .datepicker-years tbody td span.active {
  background: #DD052B;
  color: #ffffff;
  font-weight: 700;
}

.datepicker .datepicker-years tbody td span.old,
.datepicker .datepicker-years tbody td span.new {
  color: #b0b0b0;
}

.datepicker tfoot th {
  padding: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #484848;
  border-top: 1px solid #e0e0e0;
}

.datepicker tfoot th:hover {
  background: #f0f0f0;
}

.legalText {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
  max-width: 1040px;
  margin: 32px auto;
  /* ============================================
  HEADINGS - Md & Lg (≥ 768px)
  ============================================ */
}
.legalText h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #1D1D1D;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0%;
}
.legalText h1 strong {
  font-weight: 500;
}
.legalText a {
  word-break: break-all;
  overflow-wrap: break-word;
}
.legalText table {
  width: 100% !important; /* sobreescribe el width="604" inline */
  table-layout: fixed;
  /*-------*/
  border-collapse: inherit;
  margin: auto;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  border-spacing: initial;
  overflow: hidden;
}
.legalText table th {
  background-color: #f6f6f6;
  color: #333333;
}
.legalText table th,
.legalText table td {
  width: auto !important; /* sobreescribe los width inline de th */
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 12px 15px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.legalText p a {
  color: #000000;
  gap: 10px;
  text-decoration: underline;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  cursor: pointer;
}
.legalText p a:hover {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.legalText p a:active {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: #FBF1DC;
  outline: none;
}
.legalText p a:visited {
  font-weight: 700;
  text-decoration: underline;
  border-bottom: none;
  color: #676358 !important;
}
.legalText p a:focus, .legalText p a:focus-visible {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  outline: 2px solid #FCEA60;
  outline-offset: 2px;
  border-radius: 8px;
  padding-right: 4px;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .legalText {
    padding: 20px 16px;
    border-radius: 0px;
    max-width: 1248px;
  }
}

@media (max-width: 768px) {
  .v4-step--upcoming .v4-step__title {
    color: #595959;
  }
  .v4-optional {
    color: #595959;
  }
  .v4-summary-label {
    color: #595959;
  }
  .datepicker thead tr:last-child th.dow {
    color: #595959;
  }
  .select2-search__field, .select2-results__option {
    height: 44px;
    font-size: 16px !important;
    align-content: center;
  }
}
