.cnn_brasil_cotacao_awesome .cnn_brasil_cotacao_awesome_content{
    position: relative;
}

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

.cnn_business_quotes .cnn-load-cotacao .lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.cnn_business_quotes .cnn-load-cotacao{
    display: none;
    transition: .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5%);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.cnn_business_quotes .cnn-load-cotacao.active{
    display: flex;
}

.cnn_business_quotes .cnn-load-cotacao .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 2px;
    border: 2px solid #c00;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #c00 transparent transparent transparent;
}

.cnn_business_quotes .cnn-load-cotacao .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.cnn_business_quotes .cnn-load-cotacao .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.cnn_business_quotes .cnn-load-cotacao .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden-observer header .quotation {
    display: none;
}

.cnn_business_quotes .cotacoes ul {
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cnn_business_quotes .cotacoes .title-cotacao {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}

.cnn_business_quotes .cotacoes li div {
    display: flex;
}

.cnn_business_quotes .cotacoes__venda {
    margin-right: 6px;
}

.cnn_business_quotes .cotacoes .title-cotacao,
.cnn_business_quotes .cotacoes p,
.cnn_business_quotes .cotacoes p span {
    font-weight: 400;
    color: #4D4D4D;
    font-style: normal;
}

.cnn_business_quotes .cotacoes p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    white-space: nowrap;
}

.cnn_business_quotes .cotacoes p:nth-child(2) {
    margin-right: 0;
}

.cnn_business_quotes .cotacoes p span {
    display: flex;
    font-size: 12px;
    line-height: 16px;
    color: #00A67A;
    text-transform: capitalize;
}

.cnn_business_quotes .cotacoes p span.down, .cnn_business_quotes .cotacoes p span.up {
    font-size: 14px;
    line-height: 24px;
    color: #4D4D4D;
}

.cnn_business_quotes .cotacoes p span.up::after{
    content: "\21E1";
    color: #00A67A;
}
.cnn_business_quotes .cotacoes p span.down::after{
    content: "\21E3";
    color: #c00;
}
.cnn_business_quotes .cotacoes p span.down::after, .cnn_business_quotes .cotacoes p span.up::after{
    margin-left: 3px;
}
.cnn_business_quotes img {
    opacity: 0;
    max-width: 100%;
    max-height: 60px;
    position: relative;
    object-fit: contain;
    left: 0;
    margin: 0 5px;
}

.cnn_business_quotes img.active{
    opacity: 1;
    transition: ease-in-out .4s;
}
