.decisoes-container {
    color: #707070;
    background: #238B99;
    padding: 20px;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
}

.decisoes-title {
    font-size: 45px;
    text-transform: uppercase;
    color: #FFB200;
    margin: 0;
    font-family: 'Montserrat Extra Bold';
    line-height: 25px;
}

.decisoes-title-white {
    font-size: 45px;
    text-transform: uppercase;
    color: white;
    margin: 0;
    font-family: 'Montserrat Extra Bold';
    line-height: 25px;
}

.cards-decisoes-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 2%;
}

.card-decisoes {
    width: 215px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5%;
    border-radius: 10px;
    background: white;
}

.ajudamos-milhoes {
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
}

.detalhe-ajudamos {
    margin-top: -340px;
    margin-left: 37px;
}

.detalhe-marcas {
    margin-left: 40px;
    margin-top: -660px;
    margin-bottom: 5%;
}

.img-decisoes {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.content-card-decisoes {
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: left;
    font-size: 21px;
}

.content-card-decisoes div:first-child {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-card-decisoes h3 {
    font-family: 'Montserrat Extra Bold';
    color: white;
}

.content-card-decisoes a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    /* height: 100%; */
    cursor: pointer;
    max-width: 133px;
    margin-left: auto;
    text-decoration: none;
}

.content-card-decisoes div p {
    color: #707070;
}

.content-card-decisoes a span {
    background: #707070;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 25px;
    padding-left: 15px;
    color: #FFFFFF;
    font-size: 14px;
}

.content-card-decisoes a div {
    background: #FFB200;
    color: #707070;
    font-family: 'Montserrat Extra Bold';
    padding: 3px 5px;
}

.closed-button-decisoes {
    position: absolute;
    left: 85%;
    top: 0px;
    cursor: pointer;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    /* .card-decisoes:hover .img-decisoes {
        animation: slide-segment 0.1s both;
    } */
    .visibled-content-card-decision {
        animation: slide-segment 0.1s both;
    }


    .card-decisoes:hover {
        background: white;
    }
}

@media (max-width: 768px) {
    .cards-decisoes-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-left: 40px;
    }
    .img-decisoes {
        background: #FFFFFF;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        position: relative;
        display: block;
        margin-top: 50px;
        width: auto;
        height: auto;
    }
    .decisoes-title {
        font-size: 3rem;
    }
    .card-decisoes {
        display: block;
    }
    .margin-text {
        margin-top: 50px;
    }
}