<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pix-title {
    border: none;
    background: transparent;
    color: #474747;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
 }
 
 
 .pix-qrcode {
    width: 45%;
    max-width: 226.25px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
 }
 
 
 .pix-key-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
 }
 
 
 .pix-key {
    color: #FC04F2;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-family: 'Open Sans', sans-serif;
 }
 
 
 .pix-copy-icon {
    cursor: pointer;
    width: 20.24px;
    height: 23.87px;
    margin-left: -150px;
    position: absolute;
 }
 .arrow-left {
    cursor: pointer;
    width: 15px;
    height: 16px;
    margin-left: -200px;
    position: absolute;
 }
 .arrow-right {
    cursor: pointer;
    width: 15px;
    height: 16px;
    margin-left: 250px;
    position: absolute;
 }
 .pix-divider {
    width: 100%;
    max-width: 432px;
    height: 0;
    border-top: 1px solid #000;
    margin: 10px auto 0;
    margin-top: 20px;
    margin-bottom: 20px;
 }
 
 
 .font-light {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
 }
 
 
 .figure {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 56.25%;
  }
  .figure video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .div-tooltip {
    position: absolute;
    top: -18px;
    right: 10px;
    cursor: pointer;
 }
 
 .label-button {
    display: flex;
    justify-content: center;
    margin-top: 15px;
 }
 
 
 .shared-border {
    border-width: 3px;
    border-style: solid;
    border-color: #FF71F9;
    border-radius: 100px;
 }
 
 
 .label-button label {
    height: 48px;
    width: 364px;
    border: 3px solid transparent;
    border-radius: 50px;
    background-color: #F9F9F9;
    color: #9306AA;
    padding: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border-color: #FF71F9;
 }
 
 .info-box {
    position: absolute;
    background-color: #c8e6c9;
    border: 1px solid #ced4da;
    padding: 10px;
    z-index: 999;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
 }
 
 
 .visible {
    opacity: 1;
 }
 .copiar {
    cursor: pointer;
    font-size: 6px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 30px;
 }
 
 
 .tipo-doacao {
    margin-bottom: 20px;
    margin-top: 20px;
 }

 .image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
   @media only screen and (min-width: 768px) {
    .image-container {
      padding-top: 45%; 
    }
  }

  .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
   
  }
 
.duas-colunas {
    display: flex;
    flex-wrap: wrap;
  }
  
.duas-colunas &gt; div {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px;
  }

.outros-meios {
   display: none; 
   position: relative;
}

.button-voltar {
    margin-bottom: 30px;
}

.footer.glb-rodape {
   position: relative;
   z-index: 1;
}

.footer.glb-rodape a {
   pointer-events: auto;
}

.tooltip {
   z-index: 9999;
}

.custom-tooltip .tooltip-inner {
   background-color: #109DA0;
   color: white;
   font-size: 14px;
   padding: 10px;
   border-radius: 8px;
   opacity: 1 !important;
   text-align: left;
   font-family: 'Open Sans', sans-serif;
   z-index: 9999 !important;
}
.icon-success {
   z-index: 0;
}

.icon-error {
   z-index: 0;
}
.options-icon{
   z-index: 0;
}
.custom-tooltip .arrow::before {
   content: "";
   border-width: 7px;
   border-style: solid;
   border-color: #109DA0 transparent transparent transparent;
   position: absolute;
   top: calc(100% - 7px);
   left: 50%;
   transform: translateX(-50%);
}

.tooltip-center {
   text-align: center !important;
}

.card-doacao {
   text-align: center;
   display: grid;
   place-items: center;
   height: 450px;
   transition: height 1.3s ease-in-out;
}
.card-doacao.card-transition {
   overflow: hidden;
   height: 650px;
}


.div-box.slide-out-left {
   transform: translateX(-80%);
   opacity: 0; 
   transition: transform 0.5s ease-out, opacity 0.5s ease-out; 
}


.div-card {
   margin-left: 30px;
   opacity: 0;
  
}

.div-card.slide-in-left {
   margin-left: 0;
   opacity: 1;
   transition: margin-left 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.div-card.slide-out-left {
   left: -100%;
   opacity: 0;
}


@media (max-width: 768px) {
   .card-doacao {
      max-width: 100%;
      align-items: center;
      align-content: center;
      padding-left: 0;
      padding-right: 0;
    }
 
   
   .pix-qrcode {
     max-width: 200px;
   }
 
   .pix-copy, .label-button label {
     max-width: 300px;
     font-size: 14px;
     
   }
   .pix-divider {
      max-width: 330px;
   }
   .div-box {
      align-self: center;
      align-items: center;
   }
   .card-doacao.card-transition {
      height: 580px;
   }
   .tooltip-mobile {
      margin-left: -150px;
   }
   .div-tooltip {
      position: absolute;
      top: -23px;
      right: 8px;
   }
 }
</pre></body></html>