
.climate-and-quote {
    color: #222222;
    padding: 24px 0;
}

.bar-mobile{
    display: none;
}
.bar-desktop {
    display: block;
}
.climate-and-quote p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.climate-and-quote p > small {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}
.climate-and-quote .max-value, .climate-and-quote .min-value {
    color: #666666;
    font-size: 18px;
}
#climate-icon img {
    margin-right: 8px;
    max-width: 40px;
}
.max-value > sup, .min-value > sup {
    font-size: 10px;
    line-height: 12px;
}
.triangle-up, .triangle-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-right: 2.40px;
}
.triangle-up {
    border-bottom: 8px solid #E5391A;
}
.triangle-down {
    border-top: 8px solid #4EADED;
}
.climate-and-quote .max-min-text {
    color: #A0A0A0;
    font-weight: 700;
    font-size: 8px;
    line-height: 18px;
    text-transform: uppercase;
}
.mr-20 {
    margin-right: 20px;
}
.mx-20 {
    margin: 0 20px;
}
.commodity-wraper {
    border-right: 1px solid #B8B8B8;
    border-left: 1px solid #B8B8B8;
}
/*fade*/
div.commodity-item {
    display: grid !important;
    grid-template-columns: 1fr 24% 20% 4%;
    align-items: center;
    justify-items: center;
    padding: 0px 20px;
}
div.commodity-item.commodity-disabled {
    display: none !important;
}
div.commodity-item.fadein {
    animation: fadein 1s;
}
div.commodity-item.fadeout {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s;
}
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*fade*/
.commodity {
    font-size: 14px;
}
.contation-dolar p {
    font-size: 14px;
}
#valor_dolar {
    margin-left: 100px;
}
.slick-slider-climate-dots {
    display: flex;
    justify-content: center;
}
.slick-slider-climate-dots  ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slick-slider-climate-dots ul li {
    margin: 0 4px;
}
.slick-slider-climate-dots ul li button {
    background: rgba(60, 124, 0, 0.2);
    color: #3C7C00;font-size: 2px;
    height: 4px;
    width: 24px;
    overflow: hidden;
    border: none;
    border-radius: 4px;
}
.slick-slider-climate-dots ul .slick-active button {
    background: #3C7C00;
    color: #3C7C00;
}
.slick-slider-climate-dots .slick-dots li button::before {
    color: transparent;
}
.slick-slider-climate-dots .slick-dots {
    position: inherit;
}
.climate-and-quote .row {
    justify-content: center;
}
.carousel-climate .slick-track {
    display: block!important;
    align-items: center;
}
#modal-share .modal-share-social .modal-dialog {
    margin: auto !important;
}
#modal-share .modal-share-social .btn-close-modal {
    max-width: 1000px;
}
@media (max-width: 991px) {
    .climate-locale, .contation-dolar{
        justify-content: space-around !important;
    }
    .mx-20 {
        margin: 0 10px;
    }
    .commodity-element {
        padding: 0px 10px;
        margin: 0 10px;
    }
}
@media (max-width: 899px) {
    .bar-mobile{
        display: block;
    }
    .bar-desktop {
        display: none;
    }
    .commodity-wraper {
        border-right: 0;
        border-left: 0;
    }
    .commodity-element {
        padding: 0;
        justify-items: start;
    }
    .carousel-climate .slick-track {
        display: flex!important;
    }
}


