*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

svg {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/* Breakpoints */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
header {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgb(241, 240, 240);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header a {
  width: 80px;
  height: auto;
}
header nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer {
  padding-bottom: 150px;
  background: rgb(90, 90, 90);
}
.footer__box {
  padding: 24px 0;
  background-color: rgb(40, 40, 40);
}
.footer__box h3 {
  font-weight: 700;
  color: rgb(0, 157, 78);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 32px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__top p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.footer__top ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.footer__top ul li {
  display: flex;
  align-items: center;
}
.footer__top ul li + li {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid #fff;
}
.footer__top ul li svg {
  width: 18px;
  height: auto;
  fill: #fff;
}
.footer__copy {
  padding: 8px 0;
}
.footer__copy p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body footer {
  margin-top: auto;
}

.btn {
  width: max-content;
  max-width: 100%;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #662716;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
}

.c-pagamento {
  padding: 20px 8px;
  border-radius: 10px;
  background: #F6F2E5;
}
.c-pagamento__profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.c-pagamento__profile .icone {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.c-pagamento__profile h4 {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #3a3a3a;
}
.c-pagamento__pagar h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #282828;
  text-align: center;
  margin-bottom: 14px;
}
.c-pagamento__pagar form label {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}
.c-pagamento__pagar form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #282828;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #282828;
  margin-bottom: 20px;
}
.c-pagamento__pagar form button {
  width: 100%;
  border-radius: 4px;
  padding: 16px 10px; /* MOBILE FIRST - Padding adequado */
  text-align: center;
  color: #fff;
  background: #662716;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
  transition: all 0.3s;
  min-height: 48px; /* MOBILE FIRST - Altura mínima para toque */
  font-size: 16px; /* MOBILE FIRST - Fonte legível */
  touch-action: manipulation; /* Remove delay de 300ms */
  -webkit-tap-highlight-color: rgba(102, 39, 22, 0.3);
}
.c-pagamento__pagar form button:disabled {
  background: #bebebe;
}
.c-pagamento__pagar form p {
  margin: 0;
  font-size: 14px;
}
.c-pagamento .coracoes {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}
.c-pagamento .coracoes span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-pagamento .text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  color: #282828;
}

.l-banner__video {
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* Oculta o vídeo quando qualquer modal estiver aberto */
body.modal-open .l-banner__video {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-banner__video > button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 12;
  border-radius: 50%;
}
.video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  aspect-ratio: 16/9;
}
.video-overlay-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.video-overlay-play:hover { 
  transform: scale(1.01);
  background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.85) 100%);
}
.video-overlay-play.hidden { 
  opacity: 0; 
  pointer-events: none; 
}
.overlay-hint {
  font-size: 0.85rem;
  font-weight: 600;
  color: #f3a605;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
@media (max-width: 768px) {
  .video-wrapper {
    touch-action: manipulation;
  }
  .hero-video {
    -webkit-playsinline: true;
    playsinline: true;
  }
  .video-overlay-play {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
}
.l-banner__content {
  margin-top: 22px;
}
.l-banner__content h1 {
  font-size: 24px;
  line-height: 28.8px;
  color: #282828;
  margin: 0;
}
.l-banner__percentual {
  margin-top: 22px;
}
.l-banner__percentual .progress-bar {
  background: rgb(241, 240, 240);
  height: 4px;
  margin-bottom: 22px;
}
.l-banner__percentual .progress-bar .progress {
  height: 100%;
  background: #662716;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.l-banner__percentual p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(138, 138, 138);
}
.l-banner__percentual p strong {
  font-size: 20px;
  line-height: 1;
  color: #662716;
  font-weight: bold;
}
.l-banner .c-pagamento {
  margin-top: 22px;
}
.l-banner__resumo {
  font-size: 12px;
  line-height: 18px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #3a3a3a;
}
.l-banner__resumo a {
  text-decoration: none;
  font-weight: bold;
  color: #3BA7B8;
}
.l-banner__apoio {
  position: relative;
  margin-top: 16px;
}
.l-banner__apoio__box {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  padding: 8px;
  border: 1px solid rgb(241, 240, 240);
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 5px 0px;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
.l-banner__apoio__box:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.l-banner__apoio__box h6 {
  margin-bottom: 12px;
  font-size: 12px;
  color: #8a8a8a;
  font-weight: 600;
  line-height: 1;
  display: block;
}
.l-banner__apoio__box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-banner__apoio__box ul li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.l-banner__apoio__box ul li:nth-child(1) {
  background: rgb(255, 165, 0);
}
.l-banner__apoio__box ul li:nth-child(2) {
  background: rgb(0, 157, 78);
}
.l-banner__apoio__box ul li:nth-child(3) {
  background: rgb(10, 127, 145);
}
.l-banner__apoio__box ul li:nth-child(4) {
  background: rgb(181, 34, 48);
}
.l-banner__apoio__box ul li svg {
  width: 14px;
  height: 14px;
}
.l-banner__apoio__toggle {
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-abas {
  margin-top: 40px;
}
.l-abas__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 16px;
  margin-bottom: 44px;
}
.l-abas__list li {
  color: #282828;
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  border-bottom: 2px solid rgb(223, 223, 223);
  transition: all 0.3s;
}
.l-abas__list li.is-active {
  font-weight: 700;
  color: #662716;
  border-color: #662716;
}
.l-abas .pagamento {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(223, 223, 223);
}
.l-abas .pagamento h6 {
  margin-bottom: 8px;
  color: rgb(40, 40, 40);
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.l-abas .pagamento__copy {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.l-abas .pagamento__copy span {
  font-weight: 600;
  letter-spacing: 1px;
}
.l-abas .pagamento p {
  margin: 0;
  font-size: 14px;
}
.l-abas__item {
  transition: all 0.3s;
}
.l-abas__item:not(.is-active) {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.l-abas__item .texto > *:last-child {
  margin-bottom: 0;
}
.l-abas__item .texto p {
  font-size: 14px;
  color: #282828;
}
.l-abas__item .texto img {
  border-radius: 4px;
}
.l-abas__item .quem-ajudou {
  padding: 15px;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 3px;
}
.l-abas__item .quem-ajudou ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.l-abas__item .quem-ajudou ul li {
  position: relative;
  padding-left: 48px;
}
.l-abas__item .quem-ajudou ul li + li {
  margin-top: 20px;
}
.l-abas__item .quem-ajudou ul li > svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-abas__item .quem-ajudou ul li h6 {
  margin: 0;
  color: #404040;
  font-size: 16px;
}
.l-abas__item .quem-ajudou ul li p {
  margin: 0;
  color: #404040;
  font-size: 16px;
}
.l-abas .c-pagamento {
  margin-top: 54px;
}

.l-fixed-button {
  position: fixed;
  bottom: 0px;
  width: 100%;
  box-shadow: rgba(214, 214, 214, 0.62) 0px -3px 9px 2px;
  z-index: 19;
  background: #F6F2E5;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.l-fixed-button__protected {
  padding: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-fixed-button__box {
  padding: 16px 0;
  background: #fff;
  border-radius: 16px 16px 0px 0px;
}
.l-fixed-button__box button {
  width: 100%;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  background: #662716;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1;
  animation: pulse 1.5s ease-out infinite;
  cursor: pointer;
}

.c-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4ade80;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 50;
  width: max-content;
  max-width: calc(100% - 30px);
}
.c-toast.show {
  opacity: 1;
}
.c-toast h6 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.l-dialog {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  padding: 16px 0px;
  top: 0px;
  left: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: all 0.3s;
}
.l-dialog:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.l-dialog__box {
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  margin: 0px auto;
  padding: 16px 8px;
  width: 560px;
  height: auto;
  overflow: auto;
  max-width: calc(100% - 12px);
  max-height: calc(100% - 12px);
  /* MOBILE FIRST - Melhor comportamento em mobile */
  -webkit-overflow-scrolling: touch; /* Scroll suave em iOS */
  overscroll-behavior: contain; /* Previne scroll do body quando modal scrolla */
}

/* MOBILE FIRST - Ajustes para telas pequenas */
@media (max-width: 576px) {
  .l-dialog__box {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 16px 16px 0 0;
    max-height: 90vh;
    padding: 20px 12px;
  }
  
  .l-dialog {
    padding: 0;
    align-items: flex-end; /* Modal aparece de baixo em mobile */
  }
  
  .l-dialog__close {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-dialog__close {
  padding: 0;
  margin: 0;
  border: none;
  margin-left: auto;
  margin-bottom: 8px;
  display: block;
}
.l-dialog--coracao .icon {
  margin: 0 auto 8px;
}
.l-dialog--coracao .title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  color: rgb(58, 58, 58);
  margin-bottom: 8px;
}
.l-dialog--coracao .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  color: rgb(58, 58, 58);
  margin-bottom: 8px;
}
.l-dialog--coracao .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.l-dialog--coracao .list li .item {
  border: 1px solid transparent;
  box-shadow: rgb(223, 223, 223) 2px 2px 4px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 8px;
  position: relative;
}
.l-dialog--coracao .list li .item__icone {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: #662716;
}
.l-dialog--coracao .list li .item__icone svg {
  width: 28px;
  height: auto;
}
.l-dialog--coracao .list li .item__icone span {
  font-size: 12px;
  line-height: 1;
}
.l-dialog--coracao .list li .item__text {
  max-width: 165px;
}
.l-dialog--coracao .list li .item__text h6 {
  font-weight: 700;
  color: rgb(58, 58, 58);
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.l-dialog--coracao .list li .item__text p {
  margin: 0;
  font-size: 10px;
  line-height: 16px;
  color: rgb(58, 58, 58);
  font-weight: 400;
}
.l-dialog--coracao .list li .item__text form {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  width: max-content;
  max-width: 100%;
}
.l-dialog--coracao .list li .item__text form input {
  border: 1px solid rgb(58, 58, 58);
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 2px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  width: 70px;
}
.l-dialog--coracao .list li .item__text form button {
  padding: 4px 8px;
  border-radius: 4px;
  background: #662716;
  color: #fff;
  border: none;
}
.l-dialog--coracao .list li .item__value {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px;
  background-color: #8a821f;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 8px;
  letter-spacing: 0.5px;
}
.l-dialog--pix .c-pagamento {
  padding: 0;
  background: transparent;
}
.l-dialog--pix .c-pagamento .coracoes {
  display: none;
}
.l-dialog--pix .c-pagamento__pagar h5 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #282828;
  text-align: center;
}
.l-dialog--pix .c-pagamento__pagar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 0;
  margin-bottom: 22px;
}
.l-dialog--pix .c-pagamento__pagar ul li {
  width: calc(50% - 8px);
}
.l-dialog--pix .c-pagamento__pagar ul li:last-child {
  width: 100%;
}
/* MOBILE FIRST - Botões de doação devem ser grandes o suficiente para toque */
.l-dialog--pix .c-pagamento__pagar ul li button,
.js-apiPix-toggle,
.js-dialog-toggle {
  min-height: 44px; /* Tamanho mínimo recomendado para toque */
  min-width: 44px;
  -webkit-tap-highlight-color: rgba(102, 39, 22, 0.3);
  touch-action: manipulation; /* Remove delay de 300ms em mobile */
  user-select: none;
  -webkit-user-select: none;
}

.l-dialog--pix .c-pagamento__pagar ul li button {
  border: none;
  background: transparent;
  padding: 12px 8px; /* MOBILE FIRST - Padding maior para toque fácil */
  border-radius: 4px;
  background: #662716;
  color: #fff;
  font-size: 16px; /* MOBILE FIRST - Fonte maior para legibilidade */
  line-height: 1.4;
  text-align: center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  min-height: 48px; /* MOBILE FIRST - Altura mínima para toque confortável */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Estado selecionado dos botões de valor */
.l-dialog--pix .c-pagamento__pagar ul li button.selected,
.js-amount-select.selected {
  background: #8a821f;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(102, 39, 22, 0.3);
}

/* Botão Quero Ajudar */
.js-confirm-donation {
  transition: all 0.3s ease;
  cursor: pointer;
}

.js-confirm-donation:hover {
  background: #8a821f !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 39, 22, 0.3);
}

.js-confirm-donation:active {
  transform: translateY(0);
}
.l-dialog--pix .c-pagamento__pagar h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #282828;
  text-align: center;
}
.l-dialog--pixPayment {
  z-index: 21;
}
.l-dialog--pixPayment__box__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-dialog--pixPayment__box__form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #282828;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #282828;
}
.l-dialog--pixPayment__box__form input[aria-invalid=true] {
  border-color: red;
}
.l-dialog--pixPayment__box__form button {
  width: 100%;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  background: #662716;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1;
}
.l-dialog--pixPayment__box__form button:disabled {
  background: #bebebe;
}
.l-dialog--pixPayment__box__pagamento .loading {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top: 6px solid #662716;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-dialog--pixPayment__box__pagamento > img,
.l-dialog--pixPayment__box__pagamento > svg {
  display: block;
  margin: 0 auto;
}
.l-dialog--pixPayment__box__pagamento h2,
.l-dialog--pixPayment__box__pagamento h3 {
  font-size: 22px;
  margin: 10px 0;
  line-height: 1.2;
  text-align: center;
  color: #3a3a3a;
}
.l-dialog--pixPayment__box__pagamento h3 {
  margin-top: 30px;
  font-size: 18px;
}
.l-dialog--pixPayment__box__pagamento p,
.l-dialog--pixPayment__box__pagamento span {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0;
  display: block;
  text-align: center;
  color: #3a3a3a;
}
.l-dialog--pixPayment__box__pagamento .txt-alert-1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282828;
  margin: 8px 0 0;
}
.l-dialog--pixPayment__box__pagamento #qr-timer {
  color: #282828;
  margin: 8px 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.l-dialog--pixPayment__box__pagamento .txt-alert-2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #282828;
  margin: 0 0 8px;
}
.l-dialog--pixPayment__box__pagamento input {
  width: 100%;
  padding: 10px;
  border: 1px solid #282828;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #282828;
}
.l-dialog--pixPayment__box__pagamento button {
  border: none;
  padding: 16px 8px;
  border-radius: 4px;
  background: #662716;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  margin: 10px 0;
}
.l-dialog--pixPayment__box__pagamento ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-dialog--pixPayment__box__pagamento ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
.l-dialog--pixPayment__box__pagamento ul li svg {
  flex-shrink: 0;
  margin: 0;
}

.notificacao {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(13, 13, 13, 0.2);
  position: fixed;
  z-index: 9999; /* MOBILE FIRST - Z-index alto para aparecer acima de tudo */
  left: 12px;
  bottom: 185px;
  padding: 10px 20px;
  transition: all 0.3s ease-out;
  transform: translateY(0); /* Inicia visível */
  opacity: 1; /* Garante que está visível */
  display: flex;
  align-items: center;
  pointer-events: none;
  max-width: calc(100% - 24px); /* MOBILE FIRST - Responsivo */
}

/* Animação de entrada */
.notificacao:not(.hidden) {
  animation: slideInNotification 0.3s ease-out;
}

@keyframes slideInNotification {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* MOBILE FIRST - Ajuste para telas pequenas */
@media (max-width: 576px) {
  .notificacao {
    left: 8px;
    right: 8px;
    bottom: 100px; /* Ajuste para não ficar atrás do botão fixo */
    max-width: calc(100% - 16px);
    padding: 12px 16px;
    font-size: 14px;
  }
}
.notificacao .avatar {
  display: none !important;
}
.notificacao .avatar img {
  display: none !important;
}
.notificacao .content {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.notificacao .content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  line-height: 1.2;
  margin: 0;
}
.notificacao .content p {
  color: #282828;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.page-pagamento-aprovado .thankyou {
  border-radius: 10px;
  background: #F6F2E5;
  text-align: center;
  margin: 4rem auto;
  max-width: 600px;
  padding: 2rem 12px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.page-pagamento-aprovado .thankyou__icon {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.page-pagamento-aprovado .thankyou h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #222;
}
.page-pagamento-aprovado .thankyou .subtitle {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 1.5rem;
}
.page-pagamento-aprovado .thankyou__highlight {
  background: rgba(102, 39, 22, 0.08);
  border: 1px solid rgba(102, 39, 22, 0.4);
  border-radius: 12px;
  padding: 1rem 12px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #151d19;
}
.page-pagamento-aprovado .thankyou a {
  margin-top: 32px;
  width: 100%;
  border-radius: 4px;
  padding: 20px 10px;
  text-align: center;
  display: block;
  color: #fff;
  background: #662716;
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
  transition: all 0.3s;
  text-decoration: none;
}
.page-pagamento-aprovado footer {
  padding-bottom: 0;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(102, 39, 22, 0.7);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(102, 39, 22, 0);
  }
  51%, 100% {
    box-shadow: 0 0 0 0 rgba(138, 130, 31, 0);
  }
}

/*# sourceMappingURL=style.css.map */
