@charset "UTF-8";
html, body {
  background: url("../img/bg-home-2.png") no-repeat scroll center top/cover rgb(54.5360824742, 92, 0);
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.2;
  cursor: default;
  position: relative;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}
body.page-home header.app-header, body.page-home footer.app-footer {
  background: transparent;
}
body.page-home .page-home-background {
  display: block;
}
body.page-home main.app-main {
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
}

p {
  font-weight: 300;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

input, select, textarea {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1rem;
  color: #1f1f1f;
  box-shadow: 0 0 !important;
  margin: 0 !important;
}

.grid-container {
  max-width: 768px;
}

.flex {
  display: flex;
}

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

.align-items-center {
  align-items: center;
}

.justify-content-start {
  justify-content: start;
}

.justify-content-end {
  justify-content: end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 1.25rem;
}

.gap-margin {
  gap: 1.875rem;
}

.ul-reset, .entities-causes, .page-steps ul, .menu-mobile .content nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.margin-none {
  margin: 0;
}

.margin-top-1, .mt-1 {
  margin-top: 0.625rem;
}

.margin-top-2 {
  margin-top: 1.25rem !important;
}

.margin-top-3, .margin-top {
  margin-top: 1.875rem;
}

.margin-bottom-2 {
  margin-bottom: 1.25rem !important;
}

.margin-bottom-3, .margin-bottom {
  margin-bottom: 1.875rem !important;
}

.margin-section {
  margin: 1.875rem 0;
}

.padding-section, .section-padding {
  padding: 1.875rem 0;
}

.position-relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.line-limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 0;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  outline: 0;
  cursor: pointer;
}
.btn .icon {
  display: inline-flex;
}
.btn .icon i {
  line-height: 1;
}
.btn.btn-green {
  background-color: #73C200;
  color: white;
}
.btn.btn-green:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}
.btn.btn-orange {
  background-color: #FF6A3C;
  color: white;
}
.btn.btn-orange:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}
.btn.btn-base {
  background-color: #eeeeee;
  color: #1f1f1f;
}
.btn.btn-base:hover {
  filter: brightness(0.98);
}
.btn.btn-whatsapp {
  background-color: #25d366;
  color: white;
  border: 0;
}
.btn.btn-whatsapp:hover {
  background-color: rgb(33.3, 189.9, 91.8);
  transform: translateY(-1px);
}
.btn.btn-white {
  background-color: white;
  color: #1f1f1f;
  border: 2px solid #eee;
}
.btn.btn-white:hover {
  filter: brightness(0.98);
  transform: translateY(-1px);
}
.btn.btn-block {
  width: 100%;
}

.input-control {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #F5F5F5;
  border-radius: 1rem;
  transition: border-color .4s ease;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}
.input-control .icon {
  color: #73C200;
  font-size: 1.1rem;
}
.input-control .input {
  flex: 1;
  position: relative;
}
.input-control .input input,
.input-control .input select,
.input-control .input textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0;
  font-family: "Roboto Slab", sans-serif;
  color: #1f1f1f;
}
.input-control .input input,
.input-control .input textarea {
  padding-top: 1.25rem;
}
.input-control .input label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: block;
  font-size: 0.95rem;
  line-height: 1;
  color: #777;
  margin: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  font-weight: 600;
}
.input-control .input input::-moz-placeholder, .input-control .input textarea::-moz-placeholder {
  color: transparent;
}
.input-control .input input::placeholder,
.input-control .input textarea::placeholder {
  color: transparent;
}
.input-control .input input:not(:-moz-placeholder) + label, .input-control .input textarea:not(:-moz-placeholder) + label {
  font-size: 0.75rem;
  opacity: 0.6;
  top: 0;
  transform: translateY(0);
}
.input-control .input input:focus + label,
.input-control .input input:not(:placeholder-shown) + label,
.input-control .input textarea:focus + label,
.input-control .input textarea:not(:placeholder-shown) + label {
  font-size: 0.75rem;
  opacity: 0.6;
  top: 0;
  transform: translateY(0);
}
.input-control .input select:focus + label,
.input-control .input select:valid + label {
  font-size: 0.75rem;
  opacity: 0.6;
  top: 0.1rem;
}

.checkbox-control {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1rem 0;
}
.checkbox-control input[type=checkbox] {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
}
.checkbox-control label {
  display: block;
  line-height: 1.5;
}
.checkbox-control label.collapsible.collapsed {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.checkbox-control label.collapsible.expanded {
  overflow: visible;
  display: block;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  -webkit-box-orient: initial;
}
.checkbox-control .more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #FF6A3C;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-control .more:focus {
  outline: 2px solid rgba(255, 106, 60, 0.5);
  outline-offset: 2px;
  border-radius: 0.25rem;
}

header.app-header {
  padding: 1.875rem 0;
  position: relative;
  z-index: 2;
  background-color: rgba(54.5360824742, 92, 0, 0.6);
}
header.app-header .mobile-menu {
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s ease;
}
header.app-header .mobile-menu > span {
  padding: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
header.app-header .mobile-menu > span:last-child {
  font-size: 1.5rem;
  color: #73C200;
  background-color: white;
  border-radius: 1rem;
  padding: 0.5rem;
}
header.app-header .mobile-menu:hover > span:last-child {
  background-color: #FF6A3C;
  color: white;
  transform: scale(1.1);
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}
.menu-mobile .content {
  padding: 1rem 0;
  background-color: #1f1f1f;
  position: relative;
  z-index: 2;
  float: left;
  width: 70%;
  max-width: 20rem;
  height: 100%;
  left: -100%;
  transition: all 0.3s ease;
}
.menu-mobile .content .logo {
  padding: 1rem 1.25rem;
  display: block;
  max-width: 12rem;
}
.menu-mobile .content nav.main-menu {
  padding: 1rem 1.25rem;
}
.menu-mobile .content nav.main-menu > ul > li > a {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  display: block;
  border-radius: 1rem;
  transition: all 0.2s ease;
}
.menu-mobile .content nav.main-menu > ul > li > a:hover {
  color: #73C200;
}
.menu-mobile .content nav.main-menu > ul > li.active > a {
  padding: 0.5rem 1rem;
  background-color: #73C200;
  color: white;
}
.menu-mobile .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: black;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-mobile.active {
  pointer-events: auto;
}
.menu-mobile.active .content {
  left: 0;
}
.menu-mobile.active .backdrop {
  opacity: 0.6;
}

footer.app-footer {
  padding-top: 3.75rem;
  position: relative;
  z-index: 2;
  color: white;
  background: rgba(54.5360824742, 92, 0, 0.6);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(54.5360824742, 92, 0, 0.7) 100%);
}
footer.app-footer h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
footer.app-footer .support {
  max-width: 140px;
  margin: 0 auto;
}
footer.app-footer .bottom {
  text-align: center;
  padding: 1.875rem 0;
}
footer.app-footer .bottom p {
  font-size: 0.875rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
}
@media (max-width: 640px) {
  footer.app-footer {
    text-align: center;
  }
}

main.app-main {
  position: relative;
  z-index: 1;
  background-color: white;
}

.page-home-background {
  display: none;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/bg-home-2.png") no-repeat scroll center top/cover transparent;
  opacity: 0.6;
}

.home-hero {
  color: white;
  text-align: center;
}
.home-hero h1 {
  max-width: 30rem;
  margin: 0 auto 1.875rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.home-hero .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.home-hero .actions > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 1.5rem 1rem 1rem;
  text-align: left;
  background-color: white;
  color: #1f1f1f;
  border-radius: 1rem;
  font-size: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  transition: all 0.2s ease-in-out;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
.home-hero .actions > a > span {
  display: block;
}
.home-hero .actions > a > span:first-child {
  font-size: 2rem;
  background-color: #e9e9e9;
  padding: 0.75rem 0.6rem;
  border-radius: 1rem;
}
.home-hero .actions > a.orange > span:first-child {
  background-color: #FF6A3C;
  color: white;
}
.home-hero .actions > a.orange:hover {
  border-bottom-color: rgb(213, 50.2461538462, 0);
}
.home-hero .actions > a.green > span:first-child {
  background-color: #73C200;
  color: white;
}
.home-hero .actions > a.green:hover {
  border-bottom-color: rgb(54.5360824742, 92, 0);
}
.home-hero .actions > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .home-hero .actions {
    flex-direction: column;
  }
}
.home-hero .image {
  margin: 3.75rem 0 0;
  position: relative;
}
.home-hero .image > img {
  position: relative;
  z-index: 1;
}
.home-hero .image .balloons {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero .image .balloons img {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}
.home-hero .image .balloons .b-1 {
  top: -20px;
  left: 5%;
  width: 110px;
}
.home-hero .image .balloons .b-2 {
  top: -30px;
  right: 6%;
  width: 140px;
}
.home-hero .image .balloons .b-3 {
  bottom: 10px;
  left: 10%;
  width: 90px;
}
.home-hero .image .balloons .b-4 {
  bottom: 50px;
  right: 6%;
  width: 90px;
}
.home-hero .image .confetti {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero .image .confetti img {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}
.home-hero .image .confetti .c-1 {
  bottom: -50px;
  left: 5%;
  width: 300px;
}
.home-hero .image .confetti .c-2 {
  bottom: -30px;
  right: 5%;
  width: 340px;
}
@media (max-width: 640px) {
  .home-hero .image > img {
    transform: scale(1.25);
  }
  .home-hero .image .balloons > img {
    width: 12vw !important;
  }
  .home-hero .image .confetti > img {
    width: 40vw !important;
  }
}
.home-hero .awards {
  position: relative;
  z-index: 2;
}
.home-hero .awards .item {
  background-color: #FF6A3C;
  color: white;
  border-radius: 1rem;
  padding: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.home-hero .awards .item .n {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #FF6A3C;
  font-weight: 800;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 2rem;
  border-radius: 50%;
}
.home-hero .awards .item .t {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 500;
}
.home-hero .awards .item.item-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.home-hero .awards .item.item-large > div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: start;
}
.home-hero .awards .item.item-large .n {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
}
.home-hero .awards .item.item-large .t {
  font-size: 1rem;
}
.home-hero .awards .row-one {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  margin-bottom: 0.9375rem;
}
.home-hero .awards .row-one > div {
  flex: 1;
}
@media (max-width: 640px) {
  .home-hero .awards .item .n {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
  .home-hero .awards .item .t {
    font-size: 1.5rem;
  }
  .home-hero .awards .item.item-large {
    flex-wrap: wrap;
  }
  .home-hero .awards .item.item-large > div {
    width: calc(50% - 0.5rem);
  }
}

.page-header {
  background-color: #1f1f1f;
  padding: 1.875rem 0;
  color: white;
}
.page-header h1 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.page-header .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background-color: #73C200;
  color: white;
  font-size: 1.5rem;
}

.page-steps {
  background-color: #F5F5F5;
  border-bottom: 3px solid #FF6A3C;
}
.page-steps ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-steps ul > li {
  flex: 1;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
}
.page-steps ul > li.active {
  font-weight: 700;
  color: #FF6A3C;
}
.page-steps ul > li.active:before {
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 8px 8px;
  border-color: transparent transparent #FF6A3C transparent;
  transform: rotate(0deg);
}
@media (max-width: 640px) {
  .page-steps ul > li {
    padding: 0.5rem 0.25rem;
    font-size: 0.75rem;
  }
}

.register-coupons {
  text-align: center;
}
.register-coupons h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.register-coupons p {
  margin-bottom: 1.875rem;
}

.input-submit {
  display: flex;
  gap: 0.5rem;
}
.input-submit .input {
  flex: 1;
}
.input-submit .input input {
  height: 100%;
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 0 1rem;
}
.input-submit .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background-color: #FF6A3C;
  color: white;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.input-submit .submit button:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.coupons-listing {
  margin-top: 1rem;
}
.coupons-listing .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  text-align: left;
}
.coupons-listing .item .content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.coupons-listing .item .content .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgb(250.9278350515, 255, 245);
  color: #73C200;
  font-weight: 800;
  line-height: 1;
}
.coupons-listing .item .content .a {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5;
  margin-bottom: 0.25rem;
}
.coupons-listing .item .content .b {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.25rem;
}
.coupons-listing .item .remove {
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.coupons-listing .item .remove:hover {
  color: #FF6A3C;
  transform: scale(1.1);
}

.register-complete {
  text-align: center;
  padding: 2rem 0;
}
.register-complete .icon > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  background-color: #73C200;
  color: white;
  font-size: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.register-complete h2 {
  margin-top: 1rem;
}

.purchase-coupons {
  text-align: center;
}
.purchase-coupons h2 {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.purchase-coupons .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 0.5rem;
  margin-bottom: 1.875rem;
}
.purchase-coupons .counter .counter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  background-color: white;
  color: #FF6A3C;
  border: 2px solid #FF6A3C;
  cursor: pointer;
  transition: all 0.2s ease;
}
.purchase-coupons .counter .counter-button:hover {
  background-color: #FF6A3C;
  color: white;
  transform: translateY(-3px);
}
.purchase-coupons .counter .counter-input {
  width: 6rem;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  border: 0;
  outline: 0;
  background: transparent;
}

.entities-page {
  text-align: center;
  padding: 3.75rem 0;
}
.entities-page h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.entities-page h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.entities-page .input-submit {
  max-width: 32rem;
  margin: 0 auto;
}

.entities-causes > li {
  display: inline-block;
  margin: 0.375rem;
}
.entities-causes .item {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10.5rem;
  height: 4rem;
  border-radius: 1rem;
  color: #1f1f1f;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.entities-causes .item > span {
  display: block;
  padding: 0 0.5rem;
  transition: all 0.3s ease;
}
.entities-causes .item > span:first-child {
  background-color: #73C200;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.entities-causes .item > span:last-child {
  text-align: left;
  font-size: 1rem;
}
.entities-causes .item:hover {
  background-color: #73C200;
}
.entities-causes .item:hover > span:first-child {
  background-color: rgb(24.3041237113, 41, 0);
  color: white;
}

.entities-listing {
  padding: 0 0 3.75rem;
  background-color: #fafafa;
  border-top: 3px solid #F5F5F5;
}
.entities-listing > div {
  padding: 1.875rem 0;
  max-width: 1024px;
  margin: 0 auto;
}
.entities-listing h3 {
  font-weight: 700;
}
.entities-listing .entity-item {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.entities-listing .entity-item .image {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center;
}
.entities-listing .entity-item .content {
  padding: 1rem;
}
.entities-listing .entity-item .content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.entities-listing .entity-item .content p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 9.8em;
  font-size: 0.95rem;
  color: #555;
}
.entities-listing .entity-item .content h5 {
  font-size: 0.85rem;
  text-transform: uppercase;
  opacity: 0.6;
  margin: 0.5rem 0 0.25rem;
}
.entities-listing .entity-item .content h6 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.entities-listing .entity-item .content .progress {
  background-color: #F5F5F5;
  border-radius: 99rem;
  height: 1rem;
  margin: 0.5rem 0 1rem;
  overflow: hidden;
}
.entities-listing .entity-item .content .progress > div {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #FF6A3C;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  height: 100%;
  text-align: right;
  padding-right: 0.35rem;
  border-radius: 99rem;
}
.entities-listing .entity-item .content .btn {
  width: 100%;
}

.purchase-pix {
  text-align: center;
}
.purchase-pix h2 {
  margin-bottom: 1.875rem;
}
.purchase-pix .pix-qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: #F5F5F5;
  border-radius: 1rem;
  max-width: 18rem;
  margin: 0 auto 1.875rem;
}
.purchase-pix .pix-qrcode img {
  width: 100%;
  height: auto;
}
.purchase-pix .input-submit {
  max-width: 26rem;
  margin: 0.5rem auto;
}
.purchase-pix .input-submit .input input {
  font-family: monospace;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.purchase-pix p small {
  opacity: 0.8;
}

.purchase-complete {
  text-align: center;
  padding: 3.75rem 0;
}
.purchase-complete .icon > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 1.25rem;
  background-color: #73C200;
  color: white;
  font-size: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.purchase-complete h2 {
  margin-top: 1rem;
}
.purchase-complete h4 {
  font-weight: 800;
}

.check-coupons-list {
  margin-top: 1rem;
}
.check-coupons-list .item {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
}
.check-coupons-list .content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.check-coupons-list .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgb(250.9278350515, 255, 245);
  color: #73C200;
  font-weight: 800;
  line-height: 1;
}
.check-coupons-list .details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.check-coupons-list .code {
  font-family: monospace;
  font-weight: 800;
  font-size: 1.25rem;
}
.check-coupons-list .meta {
  font-size: 0.875rem;
  display: flex;
  gap: 0;
}
.check-coupons-list .meta > span:after {
  content: "•";
  margin: 0 0.5rem;
  opacity: 0.5;
}
.check-coupons-list .meta > span:last-child:after {
  content: "";
  margin: 0;
}

.faq-page .intro {
  text-align: center;
}
.faq-page .intro p {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.faq-page .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.875rem;
}
.faq-page .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.faq-page .faq-tabs {
  display: inline-flex;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 1rem;
  padding: 0.25rem;
  margin-bottom: 1.875rem;
}
.faq-page .faq-tabs .tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #1f1f1f;
  cursor: pointer;
  transition: all 0.2s ease;
}
.faq-page .faq-tabs .tab.active {
  background-color: white;
  color: #FF6A3C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.faq-page .faq-tabs .tab:hover {
  filter: brightness(0.98);
}
.faq-page .faq-accordion {
  display: block;
}
.faq-page .faq-accordion .faq-item {
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.faq-page .faq-accordion .faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  width: 100%;
  padding: 0.75rem 0.5rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  color: #1f1f1f;
}
.faq-page .faq-accordion .faq-item .question .chevrons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FF6A3C;
}
.faq-page .faq-accordion .faq-item .question .chevrons i, .faq-page .faq-accordion .faq-item .question .chevrons svg {
  width: 1em;
  height: 1em;
}
.faq-page .faq-accordion .faq-item .question .chevrons .icon-open {
  display: none;
}
.faq-page .faq-accordion .faq-item .answer {
  display: none;
  padding: 0 0.5rem 0.75rem;
  color: #444;
}
.faq-page .faq-accordion .faq-item.open .question {
  color: #FF6A3C;
}
.faq-page .faq-accordion .faq-item.open .answer {
  display: block;
}
.faq-page .faq-accordion .faq-item.open .question .chevrons .icon-open {
  display: inline-flex;
}
.faq-page .faq-accordion .faq-item.open .question .chevrons .icon-closed {
  display: none;
}

.counter-page .donation-meter {
  text-align: center;
}
.counter-page .donation-meter .section-title {
  margin-bottom: 1rem;
}
.counter-page .donation-meter .amount {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.75rem 1rem;
  background-color: #fafafa;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) inset;
}
.counter-page .donation-meter .amount .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.counter-page .donation-meter .amount .group .digits {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.counter-page .donation-meter .amount .group .digits .digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 4.2rem;
  border-radius: 0.75rem;
  background: white;
  border: 2px solid #e9e9e9;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  font-family: monospace;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #1f1f1f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.counter-page .donation-meter .amount .group .text {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #666;
  opacity: 0.9;
}
@media (max-width: 640px) {
  .counter-page .donation-meter .amount {
    gap: 0.85rem;
  }
  .counter-page .donation-meter .amount .group .digits .digit {
    width: 2.2rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
  .counter-page .donation-meter .amount .group .label {
    font-size: 0.68rem;
  }
}
.counter-page .donation-meter .note {
  color: #555;
}

.partners-intro {
  text-align: center;
  margin-bottom: 1.875rem;
}
.partners-intro .lead-text {
  font-size: 1.125rem;
  line-height: 1.7;
}
.partners-intro .lead-text p + p {
  margin-top: 0.75rem;
}

.partners-rows {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.partners-rows .partner-row {
  display: flex;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.partners-rows .partner-row .image {
  width: 30%;
  background: no-repeat scroll center center/cover #1f1f1f;
}
.partners-rows .partner-row .content {
  width: 70%;
  padding: 1.875rem;
}
.partners-rows .partner-row .content .tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  background-color: #73C200;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
}
.partners-rows .partner-row .content .tag.orange {
  background-color: #FF6A3C;
}
.partners-rows .partner-row .content h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
}
.partners-rows .partner-row .content p {
  margin: 0;
}

@media (max-width: 640px) {
  .partners-rows .partner-row {
    flex-direction: column;     /* imagem em cima, texto embaixo */
  }

  .partners-rows .partner-row .image {
    width: 100%;
    height: 180px;              /* ajusta conforme o layout */
    margin: 0 auto;

    background-position: center;
    background-size: cover;

    border-radius: 12px 12px 0 0; /* remove a “borda” */
    overflow: hidden;
  }

  .partners-rows .partner-row .content {
    width: 100%;
    padding: 1.25rem;           /* um pouco menos de padding no mobile */
    text-align: center;         /* opcional: centraliza o texto também */
  }
}

.section-history .timeline {
  position: relative;
  margin: 2rem 0 3rem;
  padding-left: 56px; /* espaço para a linha e marcadores */
}
.section-history .timeline::before {
  content: "";
  position: absolute;
  left: 28px; /* posição fixa da linha vertical */
  top: 1rem; /* inicia no primeiro item visualmente */
  bottom: 1rem; /* termina no último item visualmente */
  width: 3px;
  background: linear-gradient(180deg, #73C200 0%, #73C200 40%, #FF6A3C 80%, rgba(255, 106, 60, 0) 100%);
  border-radius: 2px;
}
.section-history .timeline-item {
  position: relative;
  margin-bottom: 3rem;
}
.section-history .timeline-item:last-child {
  margin-bottom: 0;
}
.section-history .timeline-marker {
  position: absolute;
  left: -33px;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #73C200;
  box-shadow: 0 0 0 6px rgba(115, 194, 0, 0.15);
}
.section-history .timeline-year {
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .section-history .timeline-year {
    font-size: 1.75rem;
  }
}
.section-history .stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* sempre 2 por linha */
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.section-history .stat {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  font-size: 1rem;
}
.section-history .stat span {
  display: block;
}
.section-history .stat span.icon {
  font-size: 2rem;
  color: #FF6A3C;
}
.section-history .stat span.value {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.section-history .stat span.text {
  font-weight: 300;
}
@media (max-width: 640px) {
  .section-history .stat {
    font-size: 0.875rem;
  }
  .section-history .stat span.icon {
    font-size: 1.5rem;
  }
  .section-history .stat span.value {
    font-size: 1.25rem;
  }
}
.section-history .video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* responsivo moderno */
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.section-history .video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.section-history .download-report {
  margin-top: 1rem;
}
.section-history .download-report .btn {
  font-weight: 300;
}
.section-history .download-report .btn .icon {
  font-size: 2rem;
}

.entity-cover {
  width: 100%;
  height: 260px;
  background: no-repeat scroll center center/cover #1f1f1f;
}

.entity-header h1 {
  margin-top: 1rem;
}
.entity-header .lead {
  color: #667085;
}

.entity-details .about {
  margin-bottom: 1.25rem;
}
.entity-details .about p {
  color: #444;
}
.entity-details .entity-goal {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.entity-details .entity-goal h4 {
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.entity-details .entity-goal .progress {
  background-color: #F5F5F5;
  border-radius: 99rem;
  height: 1rem;
  margin: 0.25rem 0 0.5rem;
  overflow: hidden;
}
.entity-details .entity-goal .progress > div {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #FF6A3C;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
  height: 100%;
  text-align: right;
  padding-right: 0.35rem;
  border-radius: 99rem;
}
.entity-details .entity-share {
  margin-top: 1.875rem;
  text-align: center;
}

.entity-support {
  background: #fafafa;
  border-top: 3px solid #F5F5F5;
  border-bottom: 1px solid #f0f0f0;
}
.entity-support .purchase-coupons h2 {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.evaluation-form .rating-label {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 600;
}
.evaluation-form .rating-help {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
}
.evaluation-form .rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 6px;
  margin: 0.5rem 0;
}
.evaluation-form .rating-stars input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.evaluation-form .rating-stars label {
  font-size: 1.8rem;
  color: #c7c7c7;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
  line-height: 1;
}
.evaluation-form .rating-stars input[type=radio]:checked ~ label {
  color: #f9a825;
}
.evaluation-form .rating-stars label:hover,
.evaluation-form .rating-stars label:hover ~ label {
  color: #ffd54f;
}/*# sourceMappingURL=styles.css.map */