<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* REMOVE A BORDA QUANDO O BOTÃƒO Ã‰ CLICADO */
.nossa-historia-carrossel button:focus {
    outline: none !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.nossa-historia-carrossel .owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 5px;
    background: #FF4445;
    display: block;
    transition: all ease 0.5s;
    border-radius: 30px;
}

.nossa-historia-carrossel .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF4445;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.nossa-historia-carrossel .owl-theme .owl-dots .owl-dot.active span{
    margin-bottom: 2px !important;
    background: #353B46 !important;
    width: 10px !important;
    height: 10px !important;
}

/* PAGINAÃ‡ÃƒO CARROSSEL */
.nossa-historia-carrossel .owl-carousel .owl-nav button.owl-prev,
.nossa-historia-carrossel .owl-carousel .owl-nav button.owl-next,
.nossa-historia-carrossel .owl-carousel button.owl-dot {
    text-transform: none;
    border: none !important;
    outline: none !important;
    height: 100px;
}

.nossa-historia-carrossel .owl-carousel .owl-nav button.owl-next {
   z-index: 99999999999999999999999999;
}


/* REMOVE PADDING ESQUERDO CARROSSEL */
.carrossel-nossa-historia .nossa-historia-carrossel ul {
    padding-left: 0;
}

/* AJUSTE SETAS DO CARROSEL MOBILE */
@media only screen and (max-width: 600px) {
   /*
   .nossa-historia-carrossel .owl-prev {
        display: none !important;
    }

    .nossa-historia-carrossel .owl-next {
        display: none !important;
    }
    */

    .nossa-historia-carrossel .owl-theme .owl-dots {
        float: none;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
}

/* NOSSA HISTÃ“RIA */
.nossa-historia-carrossel .nossa-historia-item {
    background-color: #F7F8FC;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    width: 100%;
    transition: all ease 0.5s;
    margin-right: 10px;
}
/* AJUSTE BARRA LATERAL CARROSEL LARISSA - 22/02/2022 */
.nossa-historia-carrossel .item .first::after {
    content: '';
    width: 7px;
    height: 100%;
    border-radius: 4px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
}

.nossa-historia-carrossel h2{
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    font-weight: 700;
}

.nossa-historia-carrossel h2::after{
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background-color: #FF4445;
    margin-top: 5px;
    margin-bottom: 13px;
}

.nossa-historia-carrossel p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    max-width: 100%;
    word-wrap: break-word;
}

.nossa-historia-carrossel .nossa-historia-item span {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FF4445;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;

}

.nossa-historia-carrossel .nossa-historia-item span::before {
    content: '';
    display: block;
    background: url('../img/unidades.svg');
    width: 25px;
    height: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;

}

.nossa-historia-carrossel .item {
    display: flex;
    align-items: stretch;
}

.nossa-historia-carrossel .item img {
    margin-left: 8px;
    margin-right: 9px;
    max-width: 15px;
}

@media(max-width: 767px) {
    .nossa-historia-carrossel .nossa-historia-item {
       /*max-width: 253px;
        padding: 20px 20px 40px 20px;*/
    }
}

/* SETA ESQUERDA CARROSSEL */
.nossa-historia-carrossel .owl-prev {
    float: left;
    margin-left: -30px !important;
    margin-top: -220px !important;
    font-size: 80px !important;
    color: #FF4445 !important;
    transition: all ease 0.5s;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

/* SETA DIREITA CARROSSEL */
.nossa-historia-carrossel .owl-next {
    float: right !important;
    margin-right: -30px !important;
    margin-top: -220px !important;
    font-size: 80px !important;
    color: #FF4445 !important;
    transition: all ease 0.5s;
}

/* HOVER SETA ESQUERDA CARROSSEL */
.nossa-historia-carrossel .owl-prev:hover {
    background: transparent !important;
    color: #BB140F !important;
}

/* HOVER SETA DIREITA CARROSSEL */
.nossa-historia-carrossel .owl-next:hover {
    background: transparent !important;
    color: #BB140F !important;
}

/* REMOVE BORDAR DO BOTÃƒO DAS SETAS */
.nossa-historia-carrossel .owl-nav button,
select {
    text-transform: none;
    border: none !important;
    outline: none !important;
}</pre></body></html>