:root {
  --color-one: #ffffff;
  --color-two: #006729;
  --color-three: #ffd000;
  --color-four: #1a1446;
  --color-six: #343741;
  --color-seven: #919191;
  --color-eight: #707070;
  --color-nine: #808080;
  --color-text: #959595;
  --color-ten: #1a1446b9;
  --color-eleven: #e6e6e6;
  --color-twelve: #565656;
  --color-thirteen: #d32f2f;
  --color-fourteen: #fff4f5;
  --color-fifteen: #e92243;
  --color-sixteen: #c0bfc0;
  --color-seventeen: #0061f5;
  --color-eighteen: #e76400;
  --color-nineteen: #65A518;
  --color-twenty: #eea600;
  --color-twenty-one: #046074;
  --color-twenty-two: #008040;
  --color-twenty-three: #323232;
  --color-twenty-four: #d43900;
  --color-twenty-six: #f0fbfc;
  --color-twenty-seven: #f5f5f5;
  --color-twenty-eight: #e0e0e0;
  --color-twenty-ni: #caf3f4;
}

.lib-gps-v2-gps {
  width: 100%;
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.lib-gps-v2-gps .gps_heading_title,
.lib-gps-v2-gps .gps_heading_subtitle {
  text-align: left;
}

.input_group.form-item--error {
  position: relative;
}

.gps_input label.field-status-error {
  font-size: 13px;
  color: var(--color-thirteen);
  padding-left: 1.2rem;
  background-image: url(../images/icon_error.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: 54px;
}

#rut-flujo-wrapper label.field-status-error,
#document-flujo-wrapper label.field-status-error,
#pate-flujo-wrapper label.field-status-error,
#mot-flujo-wrapper label.field-status-error,
#chassis-flujo-wrapper label.field-status-error {
  font-size: 13px;
  color: var(--color-thirteen);
  padding-left: 1.2rem;
  background-image: url(../images/icon_error.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  position: absolute;
  left: 0;
  top: -26px;
}

.gps_input.form-item--error input.field-status-error {
  background-color: var(--color-fourteen);
  border: 1px solid var(--color-fifteen);
}

.gps_input .form-item {
  max-width: 650px;
}

.gps_input {
  position: relative;
}

.response-rut {
  border: 1px solid var(--color-eleven);
  padding: 1rem;
  border-radius: 5px;
  margin-top: 2rem;
  border-left: 4px solid var(--color-eleven);
  margin-left: -160px;
  margin-right: -100px;
}

.response-gps .response-rut {
  border: 1px solid var(--color-eleven);
  padding: 1rem;
  border-radius: 5px;
  margin-top: 2rem;
  border-left: 4px solid var(--color-eleven);
  margin-left: 0;
  margin-right: 0;
  max-width: 650px;
}

.response-rut.message-error {
  border-left-color: var(--color-thirteen);
  background-image: url(../images/icon_error.svg);
  background-repeat: no-repeat;
  background-position-y: 1.1rem;
  background-size: 16px;
  background-position-x: 1rem;
}

.response-rut.message-ok {
  border-left-color: var(--color-twenty-two);
  background-image: url(../images/icon_ok.svg);
  background-repeat: no-repeat;
  background-position-y: 1.1rem;
  background-size: 16px;
  background-position-x: 1rem;
}

.response-rut.message-ok.message-confirm {
  border-left-color: var(--color-seventeen);
  background-image: url(../images/icon_con.svg);
  background-repeat: no-repeat;
  background-position-y: 1.1rem;
  background-size: 16px;
  background-position-x: 1rem;
}

.response-rut a {
  color: var(--color-seventeen);
  text-decoration: underline;
}

.response-rut p {
  font-size: 14px;
  padding: 0 1.5rem;
  line-height: 1.2;
  margin: 0;
}

.response-rut p span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
}

#edit-radio-select--wrapper {
  margin-top: 2rem;
  width: 100%;
  max-width: 700px;
}

#edit-radio-select--wrapper .h2 {
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

#edit-radio-select--wrapper .form-item--radio {
  display: flex;
  justify-content: center;
}

#edit-radio-select--wrapper .form-item__label {
  font-size: 14px;
  display: block;
  font-weight: 400;
  width: 130px;
}

#edit-radio-select--wrapper .form-fieldset .form-item {
  margin-left: 2rem;
}

#edit-radio-select--wrapper input[type="radio"]~label.option::before {
  transition: all 0.6s;
  left: -25px;
  top: 8px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--color-seven);
  border-radius: 100%;
}

.header-metodo-pago {
  text-align: center;
  margin-bottom: 2rem;
}

.header-metodo-pago h2 {
  margin-bottom: 0.5rem;
}

.header-metodo-pago p {
  margin-top: 0;
}

#edit-radio-flujo {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#edit-radio-flujo>.form-item {
  border: 1px solid #d9d6d6;
  border-radius: 5px;
  position: relative;
  padding-top: 120px;
  width: 255px;
}

.lib-gps-v2-gps input.form-text {
  color: #343741;
}

#edit-radio-flujo>.form-item:first-child.active {
  background-image: url(../images/icon-car-cd-bl.svg);
  background-color: var(--color-twenty-six);
  border-color: var(--color-nineteen);
}

#edit-radio-flujo>.form-item:first-child {
  background-image: url(../images/icon-car-cd-az.svg);
  background-size: 100px;
  background-position-x: center;
  background-position-y: 2rem;
  background-repeat: no-repeat;
}

#edit-radio-flujo>.form-item:last-child {
  background-image: url(../images/icon-mo-cd-az.svg);
  background-size: 100px;
  background-position-x: center;
  background-position-y: 2rem;
  background-repeat: no-repeat;
}

#edit-radio-flujo>.form-item:last-child.active {
  background-image: url(../images/icon-mo-cd-bl.svg);
  background-color: var(--color-twenty-six);
  border-color: var(--color-nineteen);
}

#edit-radio-flujo input[type="radio"]~label.option::before {
  transition: all 0.6s;
  left: 1rem;
  top: 12px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--color-seven);
  border-radius: 100%;
}

#edit-radio-flujo input[type="radio"]~label.option {
  position: initial;
  text-align: center;
  margin-right: 0;
}

#edit-radio-flujo input[type="radio"]~label.option .label-card-type {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  color: #1e1045;
}

#edit-radio-flujo input[type="radio"]~label.option .label-card-type strong {
  display: block;
  font-weight: bold;
}

.form-saop-row,
.form-bank-row {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

#radio-flujo-wrapper-2[data-drupal-selector="edit-container-flujo-form-3"] {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.form-saop-row .form-item,
.form-bank-row .form-item {
  width: calc(50% - 0.5rem);
  position: relative;
}

.form-bank-row .form-checkbox {
  width: 10px;
  height: 10px;
  appearance: none;
  padding: 8px !important;
  display: block;
}

.form-bank-row .form-checkbox:checked {
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

input.field-status-error {
  background-color: var(--color-fourteen);
  border: 1px solid var(--color-fifteen);
}

.form-saop-row .form-item--error input.field-status-error,
.form-bank-row .form-item--error input.field-status-error,
.form-saop-row .form-item--error select.field-status-error,
.form-bank-row .form-item--error select.field-status-error {
  background-color: var(--color-fourteen);
  border: 1px solid var(--color-fifteen);
}

#modal_numero_documento .gps_modal-content {
  padding: 0 3.5rem;
}

#flujo-title-form-wrapper {
  text-align: center;
}

#flujo-title-form-wrapper h2 {
  margin-bottom: 0rem;
}

#flujo-title-form-wrapper h5 {
  margin-top: 0;
  font-weight: 400;
  font-size: 13px;
  color: var(--color-two);
  margin-bottom: 1rem;
}

#flujo-title-form-wrapper p {
  margin-bottom: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

.lib-gps-v2-gps .form-item__select {
  font-weight: 300;
  color: #707070;
}

.form-saop-row label.field-status-error,
.form-bank-row label.field-status-error {
  display: block;
  font-size: 13px;
  color: var(--color-thirteen);
  padding-left: 1.2rem;
  background-image: url(/modules/custom/lib_gps_v2/dist/images/icon_error.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  position: absolute;
  top: -23px;
}

#radio-flujo-wrapper-2 .button,
#flujo-bank-wrapper #radio-flujo-wrapper-2.form-bank-row .button,
#buttons-cupon-wrapper .button,
#buttons-exit-process .button,
#rut-flujo-wrapper .button,
#document-flujo-wrapper .button,
#pate-flujo-wrapper .button,
#mot-flujo-wrapper .button,
#chassis-flujo-wrapper .button {
  max-width: 236px;
  margin-left: 1rem;
  margin-top: 2rem;
  font-weight: 400;
  color: var(--color-one);
  box-shadow: none;
  padding: 1rem;
  font-weight: 600;
  border-color: var(--color-nineteen);
}

#rut-flujo-wrapper .button,
#document-flujo-wrapper .button,
#pate-flujo-wrapper .button,
#mot-flujo-wrapper .button,
#chassis-flujo-wrapper .button {
  display: block;
  margin: auto;
  margin-top: 2rem;
}

#chassis-flujo-wrapper .g-recaptcha {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#devolucion_modal_open .footer-popup-bank .btn-aceptar {
  padding: 0.9rem 2rem;
  border: 1px solid var(--color-nineteen);
  background-color: var(--color-nineteen);
  font-weight: bold;
  text-transform: uppercase;
  color: #1a1446;
  cursor: pointer;
}

#flujo-bank-wrapper #radio-flujo-wrapper-2.form-bank-row .button,
#buttons-cupon-wrapper .button {
  margin-top: 0;
}

#radio-flujo-wrapper-2 .button--secundary,
#flujo-bank-wrapper #radio-flujo-wrapper-2.form-bank-row .button:first-child,
#buttons-cupon-wrapper .button--secundary {
  border-color: var(--color-nineteen);
  color: var(--color-one) !important;
  font-weight: 600 !important;
  min-width: 280px;
}

#radio-flujo-wrapper-2 .button--primary[disabled="disabled"],
#flujo-bank-wrapper #radio-flujo-wrapper-2.form-bank-row .button[disabled="disabled"],
#rut-flujo-wrapper .button[disabled="disabled"],
#document-flujo-wrapper .button[disabled="disabled"],
#pate-flujo-wrapper .button[disabled="disabled"],
#mot-flujo-wrapper .button[disabled="disabled"],
#chassis-flujo-wrapper .button[disabled="disabled"] {
  background-color: var(--color-eleven) !important;
  border-color: var(--color-eleven);
  min-width: 260px;
  color: #565656 !important;
  font-weight: bold !important;
}

.form-item>label.form-item__label span {
  color: #27a3af;
}

.cupon-extra-info {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}

.cupon-extra-info a {
  color: #28a3af;
}

#buttons-cupon-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.send-button.button--primary {
  font-weight: 600;
  border-color: var(--color-two);
  min-width: 260px;
}

.response-rut.message-error p span {
  color: var(--color-thirteen);
}

.response-rut.message-ok p span {
  color: var(--color-twenty-two);
}

.response-rut.message-ok.message-confirm p span {
  color: var(--color-seventeen);
}

.input_group.form-item--error label.field-status-error {
  position: absolute;
  top: -20px;
}

.captcha__description {
  display: none;
}

.table-tooltips {
  padding: 2px 5px;
  position: absolute;
  top: 25px;
  font-size: 9px;
  font-weight: 400;
  background-color: #f0fbfc;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(4px);
  z-index: 10;
  border-radius: 5px;
}

.table-tooltips::before {
  content: "";
  position: absolute;
  top: -12px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #f0fbfc;
}

#buttons-exit-process {
  justify-content: center;
  display: flex;
}

.lib-gps-v2-gps h2.margin-m {
  margin-bottom: 4rem;
}

/* Bono */

.bono {
  background-image: url(../images/bg-bono.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 217px;
  max-width: 560px;
  display: flex;
  padding: 1rem 2.5rem;
  justify-content: space-between;
  background-size: 100%;
  margin: auto;
}

.bono__code {
  padding-left: 1rem;
  border-left: 3px dashed var(--color-four);
}

.bono__info {
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.bono__title {
  position: relative;
  padding: 1rem 0 0 0;
}

.bono__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 14px;
  background-image: url(../images/stars.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.bono__title::after {
  content: "";
  position: relative;
  padding: 1rem 0;
  bottom: 9px;
  left: 0;
  width: 130px;
  height: 14px;
  display: block;
  background-image: url(../images/stars.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.bono__title h3 {
  margin: 0;
  font-size: 21px;
  color: var(--color-two);
  text-transform: uppercase;
  display: flex;
}

.copi-code {
  width: 30px;
  height: 33px;
  margin-left: 10px;
  background-image: url(../images/copi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.bono__title span {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: -6px;
  display: block;
}

.bono__code h4 {
  line-height: 1.5;
  border-bottom: 1.5px solid var(--color-four);
  color: var(--color-four);
  padding-bottom: 0.9rem;
}

.bono__code h4 span {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

.bono__info p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
}

.bono__valido {
  font-size: 11px;
  font-weight: 400;
  color: var(--color-four);
  margin-bottom: 0.5rem;
  line-height: 1;
  text-align: center;
}

.content-bono>h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  color: #1a1446;
}

.content-bono>p {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
}

.copi-code-message {
  color: var(--color-six);
  padding: 0.5rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  font-weight: bold;
  background-color: #e1f2e7;
  background-image: url(/modules/custom/lib_gps_v2/dist/images/icon_ok.svg);
  background-position-x: 1rem;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: fit-content;
  padding-right: 2rem;
  margin: auto;
  margin-bottom: 2rem;
}

.copi-code-message.is-hidden {
  display: none;
}

.defaul-code {
  background-image: url(../images/code-m.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
  margin-top: 1rem;
}

.bono__valido h4 {
  margin-bottom: 0;
  font-size: 11px;
}

.bono__valido p {
  font-size: 9px;
  margin-top: 0;
  font-weight: 300;
  font-style: italic;
}

/* container form */
.container-form {
  max-width: 752px;
}

/* Estilos de los inputs tipo radio */
input[type="radio"] {
  visibility: hidden;
}

input[type="radio"]~label.option {
  position: relative;
  display: block;
  margin-right: 2%;
  padding: 0.6em 0;
}

input[type="radio"]~label.option::after,
input[type="radio"]~label.option::before {
  content: "";
  position: absolute;
}

input[type="radio"]~label.option::before {
  transition: all 0.6s;
  left: -25px;
  top: 12px;
  width: 21px;
  height: 21px;
  border: 1px solid var(--color-seven);
  border-radius: 100%;
}

input[type="radio"]:checked~label.option::before {
  background: radial-gradient(circle,
      var(--color-twelve) 40%,
      rgba(255, 255, 255, 1) 49%,
      rgba(255, 255, 255, 1) 100%);
}

#edit-poliza--description {
  font-size: 12px;
  line-height: 1;
  color: var(--color-text);
}

#edit-poliza--description #modal_ayuda_poliza {
  color: var(--color-two);
  margin-left: 5px;
  display: flex;
  cursor: pointer;
}

#edit-poliza--description #modal_ayuda_poliza i {
  width: 11px;
  height: 11px;
  background-image: url(../images/icon-link.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 4px;
}

label[for="edit-poliza"] {
  top: 22px !important;
}

label#edit-poliza-error {
  top: 0px !important;
}

.gps_input .form-item .form-item__label.active[for="edit-poliza"] {
  top: -2px !important;
}

.gps_input .form-item.form-item--error .form-item__label.active[for="edit-poliza"] {
  top: 22px !important;
}

#edit-patentee--description {
  font-size: 12px;
  line-height: 1;
  color: var(--color-text);
}

#edit-patentee--description #modal_ayuda_patente {
  color: var(--color-two);
  margin-left: 5px;
  display: flex;
  cursor: pointer;
}

#edit-patentee--description #modal_ayuda_patente i {
  width: 11px;
  height: 11px;
  background-image: url(../images/icon-link.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 4px;
}

label[for="edit-patentee"] {
  top: 22px !important;
}

label#edit-patentee-error {
  top: 0px !important;
}

.gps_input .form-item .form-item__label.active[for="edit-patentee"] {
  top: -2px !important;
}

.gps_input .form-item.form-item--error .form-item__label.active[for="edit-patentee"] {
  top: 22px !important;
}

#edit-number-document--description {
  font-size: 12px;
  line-height: 1;
  color: var(--color-text);
}

#edit-number-document--description #modal_ayuda {
  color: var(--color-two);
  margin-left: 5px;
  display: flex;
  cursor: pointer;
}

#edit-number-document--description #modal_ayuda i {
  width: 11px;
  height: 11px;
  background-image: url(../images/icon-link.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 4px;
}

.popup-bak {
  padding: 3rem;
  height: 731px;
  overflow: scroll;
}

.popup-bak-error {
  padding: 3rem;
  height: auto;
}

.popup-bak .icon-popup-bank {
  width: 130px;
  height: 130px;
  background-image: url(../images/incon-popup-bank.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.popup-bak-error .icon-popup-bank-error {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-popup-bank-error.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

.popup-bak h2 {
  text-align: center;
  font-size: 30px;
  padding: 0 2rem;
  line-height: 1.1;
}

.row-bank {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
  margin-top: 1rem;
  max-width: 420px;
}

.row-bank-error {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 2rem !important;
}

.row-bank .label {
  font-weight: normal;
  background-image: url(/modules/custom/lib_gps_v2/dist/images/icon_done.svg);
  padding-left: 1.6rem;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: center;
  width: calc(50% - 0.5rem);
  text-align: left;
}

.row-bank .content {
  font-weight: 300;
  width: calc(50% - 0.5rem);
  text-align: left;
}

.footer-popup-bank h4 {
  color: var(--color-twelve);
  font-size: 22px;
  text-align: center;
}

.footer-popup-bank .actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.footer-popup-bank .btn-cancelar {
  padding: 0.9rem 2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-popup-bank .btn-cancelar {
  padding: 0.9rem 2rem;
  border: 1px solid var(--color-nineteen);
  background-color: var(--color-nineteen);
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--color-one);
}

.footer-popup-bank .btn-aceptar {
  padding: 0.9rem 2rem;
  border: 1px solid var(--color-two);
  background-color: var(--color-two);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-one);
  cursor: pointer;
}

/* input[type="radio"] ~ label.option::after {
  transition: all 0.6s;
  left: -20.4px;
  top: 17.2px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
} */

/* input[type="radio"]:checked ~ label.option::after {
  background-color: var(--color-twelve);
} */

/* input#edit-filtro-patente[type="radio"] ~ label.option::after {
  left: -19.4px;
}

input#edit-filtro2-envio[type="radio"] ~ label.option::after {
  left: -19.4px;
}

input#edit-filtro4-desiste[type="radio"] ~ label.option::after,
input#edit-filtro4-interesa[type="radio"] ~ label.option::after {
  top: 17.2px;
}

input#edit-filtro2-proveedor[type="radio"] ~ label.option::after,
input#edit-filtro2-envio[type="radio"] ~ label.option::after,
input#edit-filtro2-sucursal[type="radio"] ~ label.option::after {
  top: 16.2px;
} */

/* Tabla de contenidos */

.table-info-rut {
  padding: 2.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  margin-left: -160px;
  margin-right: -100px;
  margin-top: 1rem;
}

.table-info-rut .info-rut {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-eleven);
  padding: 1rem 0;
  padding-top: 0;
}

.table-info-rut .row {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.table-info-rut .rut {
  padding-left: 1rem;
}

.table-info-rut .rut::after {
  content: "";
  border: 0.9px solid var(--color-eleven);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 0;
}

.table-info-rut .rut:first-child {
  padding-left: 0;
}

.table-info-rut .rut:first-child::after {
  display: none;
}

.table-info-rut .car {
  width: 20%;
  display: flex;
  align-items: flex-start;
  margin-right: 0.5rem;
  position: relative;
}

.table-info-rut .car:last-child {
  margin-right: 0;
}

.table-info-rut .car::after {
  content: "";
  border: 0.9px solid var(--color-eleven);
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 0;
}

.table-info-rut .car:last-child::after {
  display: none;
}

.table-info-rut .car .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-twenty-seven);
  margin-right: 0.5rem;
  background-image: url(../images/icon-car.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}

.table-info-rut .car .value {
  margin: 0;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
  /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 105px;
    padding-bottom: 13px; */
}

.table-info-rut .car .value:hover .table-tooltips {
  display: block;
}

.table-info-rut .car .value p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 105px;
  margin: 0;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}

.table-info-rut .car .value::after {
  content: "";
  border: 0.9px solid var(--color-eleven);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  max-width: 50px;
}

.table-info-rut .car .value:last-child {
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.table-info-rut .car .value:last-child::after {
  display: none;
}

.table-info-rut label {
  display: block;
  font-size: 12px;
  color: var(--color-seven);
  font-weight: 300;
}

.table-info-rut .info-row {
  color: var(--color-four);
  font-family: "Roboto", arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 700;
}

.row.info-rut .rut .icon {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/icon-car.svg);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
}

.row.info-rut .rut .icon-rut-asegurado {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/rut_asegurado.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-rut .rut .icon-nombre-asegurado {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/nombre_asegurado.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-rut .rut .icon-total-pago {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/total_pago.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-car .icon-patentes {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/patentes.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-car .icon-marca {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/marca.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-car .icon-modelo {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/modelo.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-car .icon-ano {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/ano.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.row.info-car .icon-pago-por-vehiculo {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-twenty-six);
  margin-right: 0.5rem;
  background-image: url(../images/pago_por_vehiculo.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.table-info-rut .info-car {
  margin-top: 1rem;
}

.status {
  display: none !important;
}

/* Estilos del Modal */
.gps_modal {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh;
  background-color: #565656f5;
  z-index: 10000;
  max-width: 100% !important;
}

.gps_modal-content {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5rem auto;
  width: 330px;
  height: 505px;
  background-color: var(--color-one);
}

.gps_modal-btnclose {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45px;
  right: 68px;
  z-index: 9999999999;
}

.gps_modal-btnclose::before {
  content: "";
  position: absolute;
  background-color: #888889;
  transform: rotate(-45deg);
  width: 25px;
  height: 2px;
}

.gps_modal-btnclose::after {
  content: "";
  position: absolute;
  background-color: #888889;
  transform: rotate(45deg);
  width: 25px;
  height: 2px;
}

.gps_modal-content_title {
  color: var(--color-four);
  width: 234px;
}

.gps_modal-content_title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.gps_modal-content_title.code_error h2 {
  margin-bottom: 0;
}

.gps_modal-content_title.code_error {
  margin: 4rem 0;
}

.gps_modal-content_subtitle {
  color: var(--color-six);
  width: 300px;
}

.gps_modal-content_subtitle.code_error {
  width: 90%;
}

.gps_modal-content_subtitle h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.gps_modal-content_buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gps_modal-content_buttons span {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--color-one);
  font-size: 16px;
  font-weight: 600;
  width: 282px;
  height: 50px;
  border: none;
}

.gps_modal-content_buttons span.desistir_modal,
.gps_modal-content_buttons span.exit {
  background-color: var(--color-two);
}

.gps_modal-content_buttons span.desistir_modal a {
  text-decoration: none;
  color: white;
}


.gps_modal-content_buttons span.return {
  border: 1px solid var(--color-nineteen);
  background-color: var(--color-nineteen);
  max-width: 220px;
}

@media (min-width: 700px) {
  .gps_modal-content {
    width: 626px;
    min-height: 446px;
    height: auto;
    padding: 4rem;
  }

  .gps_modal-content.modal_transferencia {
    padding: 0;
    height: 85vh !important;
  }

  .gps_modal-content.modal_transferencia-error {
    padding: 0;
    height: auto !important;
  }

  .gps_modal-content.modal_transferencia .row-bank {
    margin-top: 0.3rem;
  }

  .gps_modal-content_image {
    margin-top: 2rem;
  }

  .gps_modal-content_title {
    width: 531px;
    padding: 0 3rem;
  }

  .gps_modal-content_title h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
  }

  .gps_modal-content_subtitle {
    width: 450px;
  }

  .gps_modal-content_buttons {
    flex-direction: row-reverse;
    margin-top: 1rem;
  }
}

#modal_numero_poliza .gps_modal-content {
  width: 80% !important;
  justify-content: flex-start;
}

#modal_numero_poliza .gps_modal-content_title {
  padding: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 1rem;
  margin-top: -4rem;
}

#modal_numero_poliza .gps_modal-content_title h2 {
  margin-bottom: unset !important;
}

#modal_numero_poliza .gps_modal-content_title h3 {
  font: 16px/26px Roboto-Regular, Arial, sans-serif;
  letter-spacing: 0px;
  color: #343741;
  opacity: 1;
  font-size: 18px;
}

/* Estilos del paso a paso */
.gps_pasos {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.gps_pasos>div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.gps_pasos span {
  color: var(--color-nine);
  margin: 5px;
  padding: 0px 6px;
  border-radius: 100%;
  border: 1px solid;
  font-weight: 600;
  font-size: 12px;
}

span.gps_pasos-disable {
  color: var(--color-one);
  background-color: var(--color-two);
  border-color: var(--color-two);
}

span.gps_pasos-active {
  border-color: var(--color-two);
  border-width: 2px;
  color: var(--color-four);
}

span.gps_pasos-title {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
}

span.gps_pasos-title-active {
  color: var(--color-four);
}

.shield_logo {
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.shield_logo img {
  height: 17px;
  max-width: initial;
}

@media (min-width: 700px) {
  span.gps_pasos-title {
    display: inline;
    border: none;
    padding: 0;
    margin: 0;
  }

  .gps_pasos>div::after {
    content: "";
    margin-left: 10px;
    width: 15px;
    height: 1px;
    background: var(--color-nine);
  }

  .gps_pasos .no-separator::after {
    display: none;
  }
}

/* Estilos de los botones salir y volver */
input#edit-exit,
input#edit-back {
  max-width: 340px;
  background-color: var(--color-nineteen);
  margin-top: 1rem;
  border-color: var(--color-nineteen);
  box-shadow: none;
}

input#edit-exit:hover,
input#edit-back:hover,
input#exitstep {
  color: var(--color-one);
}

.gps_buttons-submit {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (min-width: 700px) {
  .gps_buttons-submit {
    gap: 1rem;
    flex-direction: row-reverse;
  }
}

.gps_buttons-submit input#edit-submit {
  width: 340px;
}

.lib-gps-v2-gps #edit-submit.button {
  margin-top: 2rem;
}

.gps_buttons-submit input#edit-exit.fourstep {
  width: 340px;
}

/* Estilos para el formulario #1 */
.gps-request-form {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gps-request-form .select_sucursal_custom label.js-form-required.form-required.form-item__label {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  top: 5px;
}

.gps_input>.form-item__label {
  font-size: 20px;
}

.gps-request-form .select_sucursal_custom .form-item__select {
  font-size: 16px;
  margin: 0;
  outline: none;
  padding: 1.4em 0.8em 0.5em;
  width: 100%;
  border: 1px solid #919191;
  height: 50px;
  border-radius: 3px;
  appearance: none;
  background: transparent;
}

.gps-request-form .select_sucursal_custom .js-form-item.form-item {
  position: relative;
  width: 100%;
  max-width: 578px;
}

.gps-request-form .select_sucursal_custom {
  width: 100%;
  margin: 5px auto;
  max-width: 578px;
}

.gps-request-form>.js-form-item.form-item,
.input_group>.js-form-item.form-item,
.gps-request-form .select_sucursal_custom .js-form-item.form-item {
  position: relative;
}

.gps-request-form>.js-form-item.form-item label,
.input_group>.js-form-item.form-item label,
.gps-request-form .select_sucursal_custom .js-form-item.form-item label {
  top: 10px;
  position: absolute;
  padding: 0;
  left: 1rem;
  transition: all 0.1s ease;
}

.select_sucursal_custom .form-item__label {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  top: 2px !important;
}

.select_sucursal_custom label.form-item__label[for="edit-casa"]:after {
  display: none;
}

.gps-request-form>.js-form-item.form-item label::after,
.input_group>.js-form-item.form-item label::after,
.gps-request-form .select_sucursal_custom .js-form-item.form-item label::after {
  content: " *";
  color: var(--color-two);
}

.gps-request-form label {
  width: 100%;
  max-width: 512px;
}

.gps-request-form label.field-status-error {
  color: var(--color-thirteen);
  font-size: 12px;
}

.gps-request-form label.field-status-error::before {
  content: "!";
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid;
  border-radius: 100%;
}

.gps-request-form label.js-form-required.form-required.form-item__label {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}

.gps-request-form>.js-form-item.form-item.gps-input_active label,
.input_group>.js-form-item.form-item.gps-input_active label {
  top: 0;
  font-size: 12px;
}

.gps-request-form>.js-form-item.form-item.gps-input_active input,
.input_group>.js-form-item.form-item.gps-input_active input {
  padding: 1rem 0 0.1rem 1rem;
  text-transform: uppercase;
}

.input_group>.js-form-item.form-item.gps-input_active #edit-email {
  padding: 1rem 0 0.1rem 1rem;
  text-transform: lowercase;
}

.gps-request-form input.field-status-error {
  background-color: var(--color-fourteen);
  border: 1px solid var(--color-fifteen);
}

.gps-request-form input.form-item__textfield {
  padding-left: 1rem;
  outline: none;
  height: 50px;
}

.lib-gps-v2-gps .form-item__textfield {
  padding: 1.5rem 0.9375rem 0.6rem;
}

.lib-gps-v2-gps .form-item__textfield::placeholder {
  color: transparent;
}

.lib-gps-v2-gps .form-saop-row .form-item .form-item__label,
.lib-gps-v2-gps .form-bank-row .form-item .form-item__label {
  position: absolute;
  top: 6px;
  left: 17px;
  font-weight: 300;
  color: #707070;
  transition: all 0.1s ease;
}

.lib-gps-v2-gps .form-saop-row .form-item .form-item__label.active,
.lib-gps-v2-gps .form-bank-row .form-item .form-item__label.active,
#rut-flujo-wrapper .form-item .form-item__label.active,
#document-flujo-wrapper .form-item .form-item__label.active,
#pate-flujo-wrapper .form-item .form-item__label.active,
#mot-flujo-wrapper .form-item .form-item__label.active,
#chassis-flujo-wrapper .form-item .form-item__label.active {
  font-size: 12px;
  top: -3px;
}

.lib-gps-v2-gps .form-saop-row .form-item:focus~.form-item__label,
.lib-gps-v2-gps .form-saop-row .form-item:not(:placeholder-shown)~.form-item__label {
  font-size: 12px;
  top: -3px;
}

.gps_input .form-item .form-item__label {
  position: absolute;
  top: 59px;
  left: 17px;
  font-weight: 300;
  color: #707070;
  transition: all 0.1s ease;
}

#rut-flujo-wrapper .form-item .form-item__label,
#document-flujo-wrapper .form-item .form-item__label,
#pate-flujo-wrapper .form-item .form-item__label,
#mot-flujo-wrapper .form-item .form-item__label,
#chassis-flujo-wrapper .form-item .form-item__label {
  position: absolute;
  top: 5px;
  left: 17px;
  font-weight: 300;
  color: #707070;
  transition: all 0.1s ease;
}

#rut-flujo-wrapper .form-item,
#document-flujo-wrapper .form-item,
#pate-flujo-wrapper .form-item,
#mot-flujo-wrapper .form-item,
#chassis-flujo-wrapper .form-item {
  position: relative;
  width: 100%;
  max-width: 757px;
}

#rut-flujo-wrapper,
#document-flujo-wrapper,
#pate-flujo-wrapper,
#mot-flujo-wrapper,
#chassis-flujo-wrapper {
  margin-top: 2rem;
}

#rut-flujo-wrapper .form-item__description,
#document-flujo-wrapper .form-item__description,
#pate-flujo-wrapper .form-item__description,
#mot-flujo-wrapper .form-item__description,
#chassis-flujo-wrapper .form-item__description {
  font-size: 12px;
  color: #808080;
}

#flujo-wrapper-5.form-bank-row .form-item {
  width: 100%;
  display: flex;
}

#flujo-wrapper-5.form-bank-row .form-item {
  width: 100%;
  display: flex;
}

#flujo-wrapper-5.form-bank-row .form-item .form-item__textfield {
  width: auto;
  margin-right: 0.5rem;
}

#flujo-wrapper-5.form-bank-row .form-item label.form-item__label {
  position: relative;
  font-size: 12px;
  color: #343741;
  font-weight: normal;
  left: 0;
  top: 0;
  padding-top: 0;
  width: auto;
  white-space: nowrap;
}

#flujo-wrapper-5.form-bank-row .form-item label.form-item__label a {
  color: #28a3af;
}

.gps_input .form-item .form-item__label.active {
  font-size: 12px;
  top: 53px;
}

#flujo-bank-wrapper #radio-flujo-wrapper-2.form-bank-row .actions-banks {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

#flujo-bank-wrapper,
#flujo-soap-wrapper {
  margin-left: -160px;
  margin-right: -100px;
}

#flujo-bank-wrapper .response-rut,
#flujo-soap-wrapper .response-rut {
  margin-left: 0;
  margin-right: 0;
}

#flujo-bank-wrapper .form-item,
#flujo-soap-wrapper .form-item {
  max-width: auto;
}

/* input[type='radio']:checked {
  background: var(--color-twelve);
} */

.gps {
  display: block;
}

.gps_input .form-item--error {
  margin-top: 1.5rem;
}

.gps_input .form-item.form-item--error .form-item__label {
  top: 85px;
}

.gps_input .form-item.form-item--error .form-item__label.active {
  top: 78px;
}

.gps_radios {
  width: 100%;
  min-width: 300px;
  max-width: 80%;
}

.gps_radios .form-item--radio {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}

.gps_radios .form-item--radio label {
  width: 100%;
}

.gps_radios .form-item--radio .form-item {
  align-items: center;
  display: flex;
}

.gps_radios .form-item--radio .form-item__textfield {
  margin-right: 0.3rem;
  width: 25px;
  height: 25px;
}

.gps_heading_title {
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  color: var(--color-four);
  padding: 20px 0 10px 0;
  margin: auto;
  align-items: center;
}

.gps_heading_subtitle {
  font-weight: 300;
  max-width: 596px;
}

.gps_heading_subtitle.return_gps {
  max-width: 100%;
  font-weight: 300;
}

.gps_heading_message {
  text-align: center;
  color: var(--color-two);
  font-size: 13px;
  margin-bottom: 1.5rem;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 650px;
}

input#edit-submit {
  font-weight: 400;
  background-color: var(--color-two);
  box-shadow: none;
  border: none;
  color: var(--color-one);
  margin-top: 1rem;
  width: 266px;
}

input#edit-submit2 {
  font-weight: 400;
  background-color: var(--color-two);
  box-shadow: none;
  border: none;
  color: var(--color-one);
  margin-top: 1rem;
  width: 340px;
  padding: 1rem;
}

input#edit-submit.is-disabled {
  font-weight: 400 !important;
  background-color: var(--color-eleven) !important;
  color: var(--color-twelve) !important;
  box-shadow: none !important;
}

input#edit-submit2.is-disabled {
  font-weight: 400 !important;
  background-color: var(--color-eleven) !important;
  color: var(--color-twelve) !important;
  box-shadow: none !important;
}

#edit-rut-number--description {
  font-size: 12px;
  color: #808080;
}

#edit-motor {
  text-transform: uppercase;
}

/* Estilos del Formulario #2 */

.gps_container-form2 {
  background-color: var(--color-one);
  border-radius: 3px;
  width: 300px;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem;
  padding-right: 0;
}

.gps_container-form2_item {
  margin-bottom: 0.8rem;
  display: flex;
  gap: 1rem;
}

.gps_container-form2 p {
  margin: 0;
}

.gps_container-form2 p.label {
  color: var(--color-nine);
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.gps_container-form2 p.title {
  text-transform: uppercase;
  color: var(--color-six);
  font-weight: 500;
  font-size: 15px;
}

.gps_container-form2 p.title_estado {
  color: var(--color-six);
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.gps_container-form2 p.estado {
  text-transform: uppercase;
  color: white;
  border-radius: 4px;
  font-size: 15px;
  padding: 3px 6px;
}

.gps_container-form2 p.estado.solicitar {
  background-color: var(--color-eighteen);
  font-weight: 500;
}

.gps_container-form2 p.estado.despacho {
  background-color: var(--color-four);
}

.gps_container-form2 p.estado.solicitado {
  background-color: var(--color-nineteen);
}

.gps_container-form2 p.estado.proveedor {
  background-color: var(--color-nineteen);
}

.gps_container-form2 p.estado.tramite {
  background-color: var(--color-twenty);
}

.gps_container-form2 p.estado.retiro {
  background-color: var(--color-twenty-one);
}

.gps_container-form2 p.estado.entregado {
  background-color: var(--color-twenty-two);
}

.gps_container-form2 p.estado.desistido {
  background-color: var(--color-twelve);
}

.gps_container-form2 p.estado.retirado {
  background-color: var(--color-twenty-three);
}

.gps_container-form2 p.estado.contacto {
  background-color: var(--color-twenty-four);
}

.gps_container-form2_item .container-estado {
  position: relative;
}

.gps_container-form2_item .container-estado .help-text {
  position: absolute;
  right: -20px;
  bottom: 10px;
}

.gps_container-form2_item .container-estado .hidden-text {
  padding: 1.5rem;
  line-height: 1.5;
  color: var(--color-one);
  font-size: 14px;
  border-radius: 4px;
  display: none;
  position: absolute;
  right: -57px;
  bottom: 46px;
  background-color: var(--color-four);
  width: 240px;
  height: auto;
}

.gps_container-form2_item .container-estado .hidden-text::after {
  content: "";
  bottom: -10px;
  right: 35px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid var(--color-four);
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}

.gps_container-form2_item .container-estado .popup {
  cursor: pointer;
  font-size: 11px;
  color: var(--color-four);
  padding: 0.8px 4px;
  border: 1px solid;
  border-radius: 100%;
  margin-left: 10px;
}

.gps_container-form2_item .container-estado .popup:hover+.hidden-text {
  display: block;
}

@media (min-width: 700px) {
  .gps_heading_title {
    font-size: 28px;
  }

  .title-solicitud {
    width: 400px;
  }

  .gps_container-form2 {
    padding: 0;
    padding-top: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    width: 578px;
    justify-content: center;
    align-items: flex-start;
  }

  .gps_container-form2_item {
    width: 200px;
  }
}

/* Estilos del formulario #3 */
.gps_radios_sencond {
  margin-top: 1rem;
}

.gps_radios_sencond .js-form-item {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 4px;
  display: flex;
  border: 1px solid var(--color-sixteen);
  min-height: 80px;
}

.gps_radios_sencond .js-form-item.background-checked {
  border-color: var(--color-nineteen);
  background-color: var(--color-twenty-six);
  transition: all 0.4s;
}

.gps_radios_sencond .js-form-item input {
  margin-right: 0.5rem;
  height: 40px;
  width: 20px;
}

.gps_radios_sencond .js-form-item label {
  font-weight: 400;
}

.gps_compañia-form3 {
  border: 1px solid #c0bfc0;
  border-left: 6px solid #0061f5;
  border-radius: 3px;
  position: relative;
  color: #0061f5;
  font-weight: 600;
  padding: 0 2rem;
}

.gps_compañia-form4 {
  border: 1px solid #c0bfc0;
  border-left: 6px solid #0061f5;
  border-radius: 3px;
  position: relative;
  font-weight: 600;
  padding: 0 2rem;
  padding-bottom: 1rem;
  margin: 1rem 0;
  color: #343741;
}

.gps_compañia-form4 p {
  color: #0061f5;
}

.gps_compañia-form3:before {
  content: "i";
  font-size: 12px;
  height: 18px;
  border: 1px solid;
  border-radius: 100%;
  padding: 0 6px;
  position: absolute;
  left: 10px;
  top: 19px;
}

.gps_compañia-form4:before {
  content: "i";
  color: #0061f5;
  font-size: 12px;
  height: 18px;
  border: 1px solid;
  border-radius: 100%;
  padding: 0 6px;
  position: absolute;
  left: 10px;
  top: 19px;
}

.gps_informacion-form3 {
  margin-top: 1rem;
  width: 100%;
}

.gps_list-form3 ol {
  padding-left: 2rem;
}

.gps_list-form3 ol ::marker {
  content: counter(list-item) "    ";
  font-size: 14px;
}

.gps_list-form3 li {
  position: relative;
}

.gps_list-form3 li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -29px;
  width: 21px;
  height: 22px;
  border: 1px solid;
  border-radius: 100%;
}

.gps_buttons-form3 input#edit-submit,
.gps_buttons-form3 input#edit-submit2 {
  background-color: var(--color-two);
  color: var(--color-one);
  font-weight: 600;
}

input#exitstep {
  max-width: 340px;
  background-color: var(--color-nineteen);
  margin-top: 1rem;
  border: 1px solid #919191;
  border: 1px solid var(--color-nineteen);
  box-shadow: none;
}

@media (min-width: 700px) {
  .gps_radios_sencond {
    width: 100%;
  }

  .gps_radios_sencond .form-item--radio {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }

  .gps_radios_sencond #edit-filtro2 .js-form-item {
    width: 236px;
    height: 182px;
  }

  .gps_radios_sencond #edit-filtro4 .js-form-item {
    width: 50%;
  }
}

.por_solicitar {
  background-color: #e76400 !important;
}

.en_despacho {
  background-color: #1a1446 !important;
}

.en_tramite {
  background-color: #eea600 !important;
}

.solicitado {
  background-color: #03ac63 !important;
}

.gestión_proveedor {
  background-color: #28a3af !important;
}

.disponible_para_retiro {
  background-color: #046074 !important;
}

.entregado {
  background-color: #008040 !important;
}

.desistido {
  background-color: #565656 !important;
}

.no_retirado {
  background-color: #323232 !important;
}

.sin_contacto {
  background-color: #d43900 !important;
}

.is-display {
  display: none !important;
}

/* Estilos del formulario de entrega #4 */
.gps_container-entrega {
  border-radius: 3px;
  width: 340px;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem;
  padding-right: 0;
}

.gps_container-entrega img {
  width: 24px;
}

.gps_container-entrega_titleimg {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.gps_container-entrega_titleimg img {
  width: 32px;
  margin-right: 10px;
  margin-bottom: 7px;
}

.gps_container-entrega_titleimg h4 {
  color: var(--color-six);
  margin: 0;
  font-size: 1.25rem;
}

.gps_container-entrega_item {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}

.gps_container-entrega_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-twenty-seven);
  border-radius: 100%;
  height: 49px;
  width: 49px;
}

.gps_container-entrega p {
  margin: 0;
}

.gps_container-entrega p.label {
  color: var(--color-twelve);
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.gps_container-entrega p.title {
  color: var(--color-four);
  line-height: 1.6;
  font-weight: 600;
  font-size: 16px;
}

.gps_tiempo-entrega {
  border: 1px solid #c0bfc0;
  border-left: 6px solid #0061f5;
  border-radius: 3px;
  position: relative;
  color: #0061f5;
  margin-bottom: 1.4rem;
  font-weight: 600;
  padding: 0 2rem;
  max-width: 578px;
}

.gps_tiempo-entrega:before {
  content: "i";
  font-size: 12px;
  height: 18px;
  border: 1px solid;
  border-radius: 100%;
  padding: 0 6px;
  position: absolute;
  left: 10px;
  top: 19px;
}

.gps_tiempo-entrega_title {
  margin-bottom: 0;
}

.gps_tiempo-entrega_content {
  color: var(--color-six);
  font-weight: 400;
  margin-top: 0;
}

@media (min-width: 700px) {
  .gps_container-entrega_titleimg h4 {
    font-size: 24px;
  }

  .gps_container-entrega {
    margin: 0 auto;
    padding: 0;
    padding-top: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    width: 450px;
    justify-content: center;
    align-items: flex-start;
  }

  .gps_container-entrega_item {
    width: 220px;
    margin-bottom: 2rem;
  }
}

.row_input-items {
  display: flex;
  flex-direction: column;
}

@media (min-width: 700px) {
  .row_input-items {
    display: flex;
    gap: 1rem;
    flex-direction: row;
  }
}

#edit-group1 {
  display: flex;
  max-width: 575px;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
}

#edit-group1 .column2 {
  margin: 0px 0px 0px 10px;
}

#edit-group2 {
  display: flex;
  max-width: 575px;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
}

#edit-group2 .column2 {
  margin: 0px 0px 0px 10px;
}

/* Estilos envio a domicilio */

.group1 input,
.group2 input,
.select_sucursal_custom input {
  padding: 1.4em 0.8em 0.5em;
}

/* Estilos Retiro con proveedor */

.gps_container-proveedor {
  background-color: var(--color-one);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem;
  padding-right: 0;
}

.gps_container-proveedor img {
  width: 24px;
}

.gps_container-proveedor_titleimg {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.gps_container-proveedor_titleimg img {
  width: 32px;
  margin-right: 10px;
  margin-bottom: 7px;
}

.gps_container-proveedor_titleimg h4 {
  color: var(--color-six);
  margin: 0;
  font-size: 1.25rem;
}

.gps_container-proveedor_item {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}

.gps_container-proveedor_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-twenty-seven);
  border-radius: 100%;
  height: 49px;
  width: 49px;
}

.gps_container-proveedor_item-img.img_ovalado {
  width: 83px;
}

.gps_container-proveedor p {
  margin: 0;
}

.gps_container-proveedor p.label {
  color: var(--color-twelve);
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.gps_container-proveedor p.title {
  color: var(--color-four);
  line-height: 1.6;
  font-weight: 600;
  font-size: 16px;
}

.gps_tiempo-proveedor {
  border: 1px solid #c0bfc0;
  border-left: 6px solid #0061f5;
  border-radius: 3px;
  position: relative;
  color: #0061f5;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  padding: 0 2rem;
  max-width: 703px;
}

.gps_tiempo-proveedor:before {
  content: "i";
  font-size: 12px;
  height: 18px;
  border: 1px solid;
  border-radius: 100%;
  padding: 0 6px;
  position: absolute;
  left: 10px;
  top: 19px;
}

.gps_tiempo-proveedor_title {
  margin-bottom: 0;
}

.gps_tiempo-proveedor_content {
  color: var(--color-six);
  font-weight: 400;
  margin-top: 0;
}

@media (min-width: 700px) {
  .gps_container-proveedor_titleimg h4 {
    font-size: 24px;
    color: var(--color-four);
  }

  .gps_container-proveedor {
    margin: 0 auto;
    padding: 0;
    padding-top: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    width: 703px;
    justify-content: center;
    align-items: flex-start;
  }

  .gps_container-proveedor_item {
    width: 300px;
    margin-bottom: 2rem;
  }
}

/* Estilos de solicitud registrada con exito*/
.gps_heading_title {
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
  color: var(--color-four);
  padding: 20px 0 10px 0;
  margin: auto;
  align-items: center;
}

.title-solicitud {
  width: 220px;
}

.gps_container-solicitud img {
  margin: 0 auto;
  margin-top: 1rem;
  width: 340px;
  height: 455px;
}

.gps_container-solicitud_imgdesktop {
  display: none;
}

.gps_costo_instalacion {
  border: 1px solid #c0bfc0;
  border-left: 6px solid #0061f5;
  border-radius: 3px;
  position: relative;
  color: #0061f5;
  margin-top: 2.5rem;
  font-weight: 600;
  padding: 0 2rem;
}

.gps_costo_instalacion:before {
  content: "i";
  font-size: 12px;
  /* height: 18px; */
  border: 1px solid;
  border-radius: 100%;
  padding: 0px 5px;
  position: absolute;
  left: 10px;
  top: 16px;
}

.gps_costo_instalacion_title {
  margin-bottom: 0;
}

.gps_costo_instalacion_content {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-six);
  font-weight: 400;
  margin-top: 0;
}

@media (min-width: 700px) {
  .gps_container-solicitud img {
    width: 100%;
    height: 228px;
  }

  .gps_heading_title {
    font-size: 28px;
  }

  .gps_container-solicitud_imgdesktop {
    display: block;
  }

  .gps_container-solicitud_imgmobile {
    display: none;
  }

  .title-solicitud {
    width: 400px;
  }
}

/* Ulrimas tres paginas de algo salio mal */
.screens_img {
  width: 125px;
  height: 116px;
}

.screens_title {
  font-size: 32px;
  color: var(--color-four);
  width: 300px;
  text-align: center;
  font-weight: 400;
}

.screens_subtitle {
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
  width: 350px;
}

.screens_body {
  color: var(--color-six);
  text-align: center;
  font-size: 16px;
  margin-bottom: 3rem;
  width: 290px;
}

.screens_span {
  display: none;
}

.screens_feet {
  margin-top: 3rem;
  border-top: 2px solid var(--color-twenty-wight);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  color: var(--color-nine);
  width: 328px;
  height: 33px;
}

.power-adapter {
  width: 154px;
  height: 156px;
}

.power-adapter_title {
  width: 260px;
}

.power-adapter_subtitle {
  width: 360px;
}

.page_notFound {
  display: none;
}

@media (min-width: 700px) {
  .screens_title {
    font-size: 48px;
    width: 830px;
  }

  .screens_subtitle {
    font-size: 17px;
    width: 700px;
  }

  .screens_span {
    color: var(--color-two);
    text-align: center;
    font-size: 12px;
    display: block;
  }

  .screens_feet {
    border: none;
  }

  .page_notFound {
    display: block;
  }
}

/* Form contacto */

.conditions-terms {
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: flex-start;
}

.conditions-terms label#check-error {
  position: absolute;
  top: -22px;
}

.conditions-terms .form-checkbox {
  margin: 0;
  margin-right: 10px;
  width: 2rem;
  height: 20px !important;
}

.conditions-terms_text {
  font-size: 12px;
  margin: 0;
}

.conditions-terms_text_link {
  color: var(--color-twenty-one);
  line-height: 1.5;
}

#edit-success {
  max-width: 100%;
}

.select2-results__group {
  display: none !important;
}

.select2-selection {
  height: 2rem;
}

/* Estilos del input tipo select */
.select2-selection.select2-selection--single {
  display: flex !important;
  align-items: center !important;
  height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--color-two) !important;
  height: 38px;
  outline: none;
}

.select2-results__option--selectable {
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-twenty-six) !important;
  color: #1e1045;
  font-weight: bold;
}

#edit-phone--description {
  font-size: 12px;
  color: var(--color-seven);
}

.gps_modal-content.gps_full_modal {
  height: auto;
}

@media (max-width: 920px) {

  .form-saop-row,
  .form-bank-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    align-items: center;
  }

  #radio-flujo-wrapper-2[data-drupal-selector="edit-container-flujo-form-3"] {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }

  .form-saop-row .form-item,
  .form-bank-row .form-item {
    width: 100%;
  }

  #flujo-wrapper-5.form-bank-row .form-item label.form-item__label {
    white-space: normal;
  }

  #flujo-wrapper-5.form-bank-row .form-item {
    align-items: flex-start;
  }

  .lib-gps-v2-gps #edit-submit.button {
    max-width: 236px;
    display: block;
    margin: auto;
    margin-top: 2rem;
  }

  #radio-flujo-wrapper-2 .button {
    margin-top: 0.5rem;
  }

  #radio-flujo-wrapper-2[data-drupal-selector="edit-container-flujo-form-3"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
  }

  .table-info-rut .info-rut {
    display: block;
  }

  .table-info-rut .row {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }

  .row.info-rut .rut .icon-rut-asegurado {
    margin: auto;
    margin-bottom: 0.3rem;
  }

  .form-saop-row .form-item,
  .form-bank-row .form-item {
    width: 100%;
    position: relative;
  }

  .popup-bak {
    padding: 1rem;
  }

  .popup-bak h2 {
    font-size: 22px;
    line-height: 1.1;
  }

  .lib-gps-v2-gps .form-saop-row .form-item .form-item__label.active,
  .lib-gps-v2-gps .form-bank-row .form-item .form-item__label.active {
    font-size: 12px;
    top: 4px;
  }

  .lib-gps-v2-gps .form-saop-row .form-item .form-item__label,
  .lib-gps-v2-gps .form-bank-row .form-item .form-item__label {
    position: absolute;
    top: 13px;
    left: 17px;
    font-weight: 300;
    color: #707070;
    transition: all 0.1s ease;
  }

  .response-rut {
    margin-left: 0;
    margin-right: 0;
  }

  .table-info-rut {
    margin-left: 0;
    margin-right: 0;
  }

  .table-info-rut .rut {
    padding-left: 0;
  }

  .table-info-rut .rut::after {
    display: none;
  }

  .table-info-rut .car {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-right: 0.5rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .table-info-rut .car::after {
    display: none;
  }

  .gps_input .form-item .form-item__label {
    position: absolute;
    top: 77px;
    left: 17px;
    font-weight: 300;
    color: #707070;
    transition: all 0.1s ease;
  }

  .gps_input .form-item .form-item__label.active {
    font-size: 12px;
    top: 70px;
  }
}

@media (max-width: 700px) {

  #flujo-bank-wrapper,
  #flujo-soap-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* @media (min-width: 768px) and (max-width: 844px) {
  .lib-gps-v2-gps .form-saop-row .form-item .form-item__label.active,
  .lib-gps-v2-gps .form-bank-row .form-item .form-item__label.active {
    font-size: 12px;
    top: 37px;
  }

  .lib-gps-v2-gps .form-saop-row .form-item .form-item__label,
  .lib-gps-v2-gps .form-bank-row .form-item .form-item__label {
    position: absolute;
    top: 45px;
    left: 17px;
    font-weight: 300;
    color: #707070;
    transition: all 0.1s ease;
  }

  .gps_input .form-item .form-item__label {
    position: absolute;
    top: 77px;
    left: 17px;
    font-weight: 300;
    color: #707070;
    transition: all 0.1s ease;
  }

  .gps_input .form-item .form-item__label.active {
    font-size: 12px;
    top: 70px;
  }
} */

.image_poliza {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.w-50 {
  width: 50%;
}

.gps_input_actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
}

.gps_input_actions input#edit-submit {
  padding: .9375rem .6rem;
}
