.carrossel {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.carrossel-content {
    display: none;
    height: fit-content;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.carrossel-content.ativo {
    display: flex;
}


.carrossel-content .carrossel-informations {
    width: 40%;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Bree Serif', serif;
}

.carrossel-informations .categoria {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #373739 !important;
    padding-bottom: 12px;
}

.carrossel-informations .categoria::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 117px;
    height: 3px;
    background-color: #00B5AB;
    z-index: 1;
}

.carrossel-informations .categoria::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 117px;
    height: 1px;
    width: calc(100% - 117px);
    background-color: gray;
    z-index: 0;
}

.carrossel-informations .titulo {
    font-size: 32px;
    line-height: 38.4px;
    color: #373739 !important;
    font-family: 'Bree Serif';
}

.carrossel-informations .descricao {
    font-size: 13px;
    line-height: 15.6px;
    color: #373739;
    font-family: 'Chivo';
}

.carrossel-pointers {
    display: flex;
    width: 100%;
    justify-content: center;
}

.carrossel-pointers ul {
    display: flex;
    gap: 21px;
}

.carrossel-pointers ulli {
    cursor: pointer;
}

.carrossel-informations .btn-participe {
    color: #000000;
    background-color: #00B5AB;
    height: 29px;
    width: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    gap: 5px;
    text-decoration: none !important;
}

.carrossel-pointers ul li a{
    font-size: 30px;
    color: #B5B5B5;
    
}
.carrossel-pointers a, .carrossel-pointers a:hover, .carrossel-pointers a:visited {
    text-decoration: none !important;
    color: #B5B5B5;
}

.carrossel-pointers ul li a.ativo {
    color: #000000;
    font-weight: bold;
}

.carrossel-img {
    width: 483px;
    height: fit-content;
}

.carrossel-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carrossel-informations .categoria.negocios::before, .btn-participe.negocios {
    background-color: #926288;
    color: #373739 !important;
}

.carrossel-informations .categoria.editorial::before, .btn-participe.editorial {
    background-color: #eb6351;
    color: #373739 !important;
}

.carrossel-informations .categoria.economia::before, .btn-participe.economia {
    background-color: #f59b85;
    color: #373739 !important;
}

.carrossel-informations .categoria.legislacao::before, .btn-participe.legislacao {
    background-color: #00b5ab;
    color: #373739 !important;
}

.carrossel-informations .categoria.sustentabilidade::before, .btn-participe.sustentabilidade {
    background-color: #00DAA7;
    color: #373739 !important;
}

.carrossel-informations .categoria.sindicatos::before, .btn-participe.sindicatos {
    background-color: #fd7c01;
    color: #373739 !important;
}

@media screen and (max-width: 731px) {
    .carrossel{margin-top:0px; margin-bottom: 0px;}.carrossel-content{flex-direction:column;gap:0}.carrossel-informations .titulo{font-size:18px;line-height:20px}.carrossel-informations .descricao{display:none}.carrossel-content .carrossel-informations{width:100%;padding:20px;height:auto;gap:30px}.carrossel-img{width:100%;height:220px}.carrossel-img img{height:100%!important}
}