﻿@charset "UTF-8";
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url("ajax-loader.0b80f665.gif") 50% no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url("slick.25572f22.eot");
  src: url("slick.25572f22.eot") format('embedded-opentype'),
    url("slick.653a4cbb.woff") format('woff'),
    url("slick.6aa1ee46.ttf") format('truetype'),
    url("slick.f895cfdf.svg") format('svg');
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.info__imp{
  font-size: 18px;
  font-style: italic;
  border-left: 5px solid #C4170C;
  padding-left: 5px;
}

.day{
  text-align: center;
  padding: 5px;
  border: 1px solid #000000;
  font-size: 26px;
}

/*==============CHECK==============*/

.check {
  box-shadow: 0px 0px 10px 0px;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  background-color: #fff;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__top {
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 0.7rem;
  }
}

.sc-eb7bd5f6-0.fYAfXe a{
  color: #C4170C;
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 95%;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}
.comment-display {
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.comment-display div {
  display: flex;
  gap: 1rem;
}
.comment-display div span:nth-child(1) {
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
}
.comment-block-answer {
  margin-left: 2rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
}
.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}
.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 20px;
  padding: 5px;
}
.block-info-comment__name {
  font-weight: 700;
  color: #052962;
  padding-bottom: 1rem;
}
.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}
.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 0.7rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}

.block-info-comment__name {
  position: relative;
  margin-bottom: 10px;
  padding-right: 50px;
}

.block-info-comment__name span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 0;
}

.block-info-comment__svg {
  display: flex;
  align-items: center;
  gap: 5px;
}

.check__bot-grid {
  grid-template-columns: 1fr 5fr auto 1fr auto!important;
}
.button-link {
  background-color: #b80000;
  color: #fff!important;
  display: block;
  margin: 3rem auto;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 4px;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}

a {
  color: #b80000;
/*  text-decoration: none;*/
}

.urgency-banner {
  background: #fff8e6;
  border: 2px solid #e6a800;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.5;
}

.editorial-test {
  background: #f4f7fb;
  border-left: 4px solid #C4170C;
  padding: 1.5rem;
  margin: 2rem 0;
  border-radius: 0 6px 6px 0;
}

.editorial-test__title {
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  color: #052962;
}

.editorial-test__intro {
  margin: 0 0 1.25rem;
  color: #333;
}

.editorial-test__author {
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  color: #052962;
}

.editorial-test__day {
  display: inline-block;
  background: #C4170C;
  color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

/* Investigation block */
.investigation {
  margin: 2.5rem 0;
  max-width: 722px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.investigation__header {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  padding: 1.5rem;
}

.investigation__badge {
  display: inline-block;
  background: #b80000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
}

.investigation__title {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.investigation__intro {
  margin: 0;
  font-size: 0.92rem;
  opacity: 0.85;
  line-height: 1.5;
}

.investigation__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.investigation__author-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.investigation__author-name {
  font-weight: 700;
  color: #1a1a2e;
  font-size: 1rem;
}

.investigation__author-role {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.15rem;
}

.investigation__timeline {
  padding: 1.5rem;
  position: relative;
}

.investigation__timeline::before {
  content: "";
  position: absolute;
  left: 2.35rem;
  top: 1.5rem;
  bottom: 1.5rem;
  width: 2px;
  background: #e0e0e0;
}

.timeline-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item__marker {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1a1a2e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  z-index: 1;
}

.timeline-item__content {
  flex: 1;
  padding-bottom: 0.25rem;
}

.timeline-item__label {
  font-weight: 700;
  color: #b80000;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}

.timeline-item__text {
  margin: 0 0 0.6rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: #333;
}

.timeline-item__stat {
  display: inline-block;
  background: #f0f0f0;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #555;
}

.timeline-item__stat--highlight {
  background: #e8f5e9;
  color: #2e7d32;
}

.timeline-item__stat strong {
  color: inherit;
}

.investigation__screenshot {
  max-width: 100%;
  border-radius: 6px;
  margin: 0.75rem 0;
  border: 1px solid #eee;
}

.investigation__conclusion {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid #eee;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
  background: #fafafa;
}

/* Bank receipt — editorial / official document style */
.pix-receipt {
  margin: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
}

.pix-receipt__caption {
  font-size: 0.8rem;
  color: #666;
  margin: 0 0 0.5rem;
  font-style: normal;
}

.pix-receipt__caption:before {
  content: "— ";
}

.pix-receipt__doc {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 3px solid #c4170c;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.pix-receipt__top {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
}

.pix-receipt__logo {
  flex-shrink: 0;
  object-fit: contain;
}

.pix-receipt__top-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.pix-receipt__doc-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
}

.pix-receipt__doc-ref {
  font-size: 0.75rem;
  color: #888;
}

.pix-receipt__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-bottom: 1px solid #e8e8e8;
}

.pix-receipt__summary-item {
  padding: 1rem 1.25rem;
  border-right: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.pix-receipt__summary-item:last-child {
  border-right: none;
}

.pix-receipt__key {
  font-size: 0.72rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.pix-receipt__amount {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
}

.pix-receipt__val {
  font-size: 0.88rem;
  color: #222;
  font-weight: 600;
}

.pix-receipt__status {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #2e7d32;
  background: #e8f5e9;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  width: fit-content;
}

.pix-receipt__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.pix-receipt__table th,
.pix-receipt__table td {
  padding: 0.65rem 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: top;
}

.pix-receipt__table th {
  width: 38%;
  color: #666;
  font-weight: 600;
  background: #fcfcfc;
}

.pix-receipt__table td {
  color: #222;
}

.pix-receipt__table tr:last-child th,
.pix-receipt__table tr:last-child td {
  border-bottom: none;
}

.pix-receipt__legal {
  margin: 0;
  padding: 0.75rem 1.25rem;
  font-size: 0.72rem;
  color: #999;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .pix-receipt {
    margin: 1rem;
  }

  .pix-receipt__summary {
    grid-template-columns: 1fr;
  }

  .pix-receipt__summary-item {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }

  .pix-receipt__summary-item:last-child {
    border-bottom: none;
  }

  .pix-receipt__table th {
    width: 42%;
    font-size: 0.78rem;
  }
}

@media (max-width: 480px) {
  .investigation__timeline::before {
    left: 1.85rem;
  }
}

.reviews-block {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 722px;
}

.testimonial {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.testimonial__photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial__body {
  flex: 1;
}

.testimonial__info {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #052962;
}

.testimonial__info strong {
  font-weight: 700;
}

.testimonial__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #222;
}

@media (max-width: 480px) {
  .testimonial {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* G1 instructions block */
.g1-instructions {
  margin: 2rem 0 1.5rem;
}

.g1-instructions .content-intertitle {
  margin-top: 32px;
  margin-bottom: 12px;
}

.g1-instructions .content-intertitle h2 {
  font-family: var(--font-family-display), "Globotipo", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin: 0;
}

.g1-instructions__list {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 1.25rem 1.25rem 1.25rem 0.5rem;
  margin: 1rem 0 1.5rem;
}

.g1-instructions__list li {
  padding-left: 2rem;
  margin-bottom: 0.85rem;
  line-height: 1.55;
}

.g1-instructions__list li:last-child {
  margin-bottom: 0;
}

.g1-instructions__list li:before {
  color: #c4170c;
  font-weight: 700;
}

.g1-instructions__note {
  margin: 0;
}

.g1-instructions__note p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.g1-instructions__label {
  display: inline-block;
  background: #c4170c;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.2rem 0.55rem;
  border-radius: 3px;
  margin-right: 0.4rem;
  vertical-align: middle;
}

.g1-instructions__accent {
  color: #c4170c;
  font-weight: 700;
  font-size: 1.05em;
}
b{
  font-weight: bold!important;
}