.boxinfoos {
    height: 155px;
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 20px;
    background-image: url(../web3.jpg);
    background-position: -730px;
    background-size: cover;
    background-repeat: no-repeat;
}

.app-content {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.linha {
    content: '';
    position: relative;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;

    display: block;
    animation: linha 3s ease-in-out 0s infinite alternate;
}


.linha:after,
.linha:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100px;
}

.linha:after {
    background: linear-gradient(to right top, red 0%, green 50%, blue 100%);
    animation: GradAnim 3s ease-in-out -1s infinite alternate;
}

.boxCopia {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

@keyframes GradAnim {
    0% {
        opacity: 1.0
    }

    100% {
        opacity: 1.2
    }
}



.linha:after,
.linha:before {
    content: '';
    width: 100%;
    margin: 0 auto;
    display: block;
}

.linha:before {
    background: linear-gradient(90deg,
            rgba(180, 58, 123, 1) 0%,
            rgba(163, 151, 51, 1) 10%,
            rgba(160, 182, 46, 1) 22%,
            rgba(214, 193, 38, 1) 36%,
            rgba(239, 253, 29, 1) 50%,
            rgba(42, 253, 139, 1) 66%,
            rgba(55, 253, 252, 1) 82%,
            rgba(107, 69, 252, 1) 100%);
    animation: linha 3s ease-in-out 0s infinite alternate;
}

.linha:after {
    background: rgb(58, 180, 116);
    background: linear-gradient(90deg,
            rgba(58, 180, 116, 1) 0%,
            rgba(129, 51, 163, 1) 10%,
            rgba(182, 46, 118, 1) 22%,
            rgba(143, 38, 214, 1) 36%,
            rgba(29, 190, 253, 1) 50%,
            rgba(42, 253, 196, 1) 66%,
            rgba(55, 253, 119, 1) 82%,
            rgba(69, 252, 153, 1) 100%);
    animation: linha 3s ease-in-out -3s infinite alternate;
}

@keyframes linha {

    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.mh-25px {
    max-height: 34px !important;
    height: 70px;
}

.badgeNotification {
    position: absolute !important;
    right: -10px;
    z-index: 1;
    top: -10px !important;
    ;

}

.flutuante {
    display: none;

}

.owl-stage {
    left: -40px;
}

.item {
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-border-color: var(--bs-root-card-border-color);
    background-color: var(--bs-scrollbar-hover-color);
    background-color: var(--bs-card-bg);
    height: 125px;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bs-card-border-color);
    overflow: hidden;
}

.meusInvestimentos {
    gap: 10px;
    margin-bottom: 10px;
}

.itemInvestimentos {
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-border-color: var(--bs-root-card-border-color);
    background-color: var(--bs-scrollbar-hover-color);
    background-color: var(--bs-card-bg);
    height: 161px;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bs-card-border-color);
    overflow: hidden;
}

.mt15 {
    margin-top: 15px;
}

#destaques {
    margin-top: 8px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 12px;
}

.font12 {
    font-size: 9px;
    opacity: 0.5 !important;
}

.textoCards {
    gap: 14px;
    text-align: center;
    padding: 5px 10px 15px !important;

    justify-content: space-between;
}

.cursor {
    cursor: pointer;
}

.dias {
    font-size: 10px;
    border-spacing: 1px;
    letter-spacing: 1px;
    opacity: 1.5 !important;
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--bs-info-inverse);
    margin-top: 5px;
}

.ls-n2 {
    letter-spacing: 0 !important;
}

.btn.btn-info2 {
    color: var(--bs-info-inverse);
    border-color: var(--bs-info);
    background-color: #646ab8;
    padding: 6px 8px !important;
    border-radius: 10px;
    /* height: 32px; */
    background: linear-gradient(132deg, #c34a75 0%, rgb(0 142 255) 100%);
    font-size: 12px;
}

.btn.btn-infoInativo {
    color: var(--bs-info-inverse);
    border-color: var(--bs-info);
    background-color: #646ab8;
    padding: 6px 8px !important;
    border-radius: 10px;
    /* height: 32px; */
    background: linear-gradient(132deg, #464646 0%, rgb(78 78 78) 100%);
    font-size: 12px;
}

.btn.btn-info3 {
    color: var(--bs-info-inverse);
    border-color: var(--bs-info);
    background-color: #8d8d8d;
    padding: 6px 8px !important;
    border-radius: 10px;
    /* height: 32px; */

    font-size: 10px;
}

.dflexSingular {
    justify-content: space-between;
    width: 100%;
}

.accordion-collapse {
    padding: 20px;
}

.btnsPills {
    padding: 5px 5px !important;
    font-size: 11px;
    letter-spacing: 0;
}

.nav-line-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--bs-border-color);
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.nav-line-tabs .nav-item .nav-link {
    color: var(--bs-gray-500);
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color .2s ease;
    padding: .5rem 0;
    margin: 0 1px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.bodyDocumente {
    background-color: #bababa24;
    padding: 10px;
    border-radius: 10px;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1.75rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: var(--bs-body-bg3) !important;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0.85rem;
    --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    --bs-modal-inner-border-radius: 0.85rem;
    --bs-modal-header-padding-x: 1.75rem;
    --bs-modal-header-padding-y: 1.75rem;
    --bs-modal-header-padding: 1.75rem 1.75rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.imgQrCode {
    padding: 15px;
    border: solid 1px #cdcdcd;
    border-radius: 15px;
}

#destaques img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.font-bold {
    font-weight: bold;
}

#destaques .owl-stage {
    left: -10px;
}

.escondeD {
    display: none;
}

.subs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cardS {
    --bs-card-box-shadow: var(--bs-root-card-box-shadow);
    --bs-card-border-color: var(--bs-root-card-border-color);
    border: 1px solid var(--bs-card-border-color);
}

.cardS {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: var(--bs-gray-900);
    --bs-card-border-width: 1px;
    --bs-card-border-color: #F1F1F4;
    --bs-card-border-radius: 1rem;
    --bs-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    --bs-card-inner-border-radius: calc(1rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: transparent;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;

    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    box-shadow: var(--bs-card-box-shadow);
    overflow: hidden;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 0 1.25rem;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: 1px solid var(--bs-card-border-color);
}

.btnNovo {
    place-content: center;
    align-items: center;
    background-color: rgb(34, 34, 34);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.706592px 0.706592px -0.625px, rgba(0, 0, 0, 0.145) 0px 1.80656px 1.80656px -1.25px, rgba(0, 0, 0, 0.137) 0px 3.62176px 3.62176px -1.875px, rgba(0, 0, 0, 0.125) 0px 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.106) 0px 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.05) 0px 30px 30px -3.75px;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    gap: 10px;
    height: 40px;
    overflow: visible;
    padding: 15px;
    position: relative;
    color: #fff;
    transition: 0.4s;
    
}

/* .btnNovo:hover{
    transform: scale(1.1);
    transition: 0.4s;
} */

/* From Uiverse.io by zjssun */ 
.button {
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #232323;
    transition: all 0.2s ease;
    border-radius: .85rem;
}


  
  .button:active {
    transform: scale(0.96);
  }
  
  .button:before,
  .button:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  
  .button:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #ffcc00 20%, transparent 30%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #ffcc00 15%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .button:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #ffcc00 15%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%),
      radial-gradient(circle, #ffcc00 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

@media (max-width:1440px) {
    .font14m {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .escondeD {
        display: block !important;
        margin-right: 10px;
    }

    .escondeM {
        display: none !important;
    }

    .btnsPills {
        padding: 5px 1px !important;
        font-size: 11px;
        letter-spacing: 0;
    }

    .nav-line-tabs {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: var(--bs-border-color);
        display: flex;
        justify-content: space-between;
        gap: 5px;
    }

    .flutuante {
        display: block;
        position: fixed;
        bottom: 35px;
        background-color: var(--bs-body-bg2);
        width: 80%;
        margin-left: 10%;
        border-radius: 33px;
        box-shadow: 1px 9px 16px #47475828;
        backdrop-filter: blur(6px);
        z-index: 1;
        height: 52px;
    }

    .flutuante ul {
        padding: 0;
        margin-top: -3px;
    }

    .listaIcones {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .font22 {
        font-size: 22px;
        color: #ffffff;
        background-color: #00000038;
        padding: 9px 9px;
        border-radius: 20px;
    }

    .destaque {
        padding: 18px;
        font-size: 24px;
        background-color: #5693e7;
        background: linear-gradient(132deg, #c34a75 0%, rgb(0 142 255) 100%);
        border-radius: 100px;


    }

    .boxinfoos {
        background-image: linear-gradient(to bottom, #000000c9 0%, #000000db 50%), url(../web3.jpg);

    }


}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 1.3rem;
    }
}