:root {
    --secondary-secondary-color: #02FF33;
}

.secondary-color {
    color: var(--secondary-secondary-color);
}

.hero {
    padding: 78px 0;
    background: url(/logo_25.png) no-repeat bottom right;
    background-size: contain;
    background-position-y: 20px;
    background-color: #202835;
    color: #FFF;
}

.hero-title {
    margin-left: 10%;
    width: 70%;
}

@media (max-width: 768px) {
    .hero {
        padding: 30px 0px !important;
    }

    .produto {
        display: block !important;
        margin-bottom: 0px !important;
    }

    .produto_text {
        display: block !important;
        padding-left: 0px !important;
    }

    .produto_controls {
        justify-content: center !important;
        align-items: center !important;
        padding-left: 0px !important;
    }
}

.solucoes,
.downloads {
    padding-top: 56px;
    padding-bottom: 56px;
}

.card_container {
    text-align: center;
    margin: 40px 20px;
    border-radius: 16px;
    box-shadow: 0px 5px 10px 0px #D7DFE0;
    background: #fff;
}

.card_subcontainer {
    padding: 24px 16px 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
}

.card_img {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.card_title {
    color: #6D32FF;
}

.card_text {
    margin-bottom: 20px;
}

.card_more {
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 60px;
    text-decoration: none !important;
    border-bottom: 1px solid var(--secondary-secondary-color);
}

.page-heading {
    margin-bottom: 0px;
}

.produto {
    display: grid;
    grid-template-columns: 55% 45%;
    margin-bottom: -6.6px;
}

.produto_glider {
    order: 1;
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 3;
}

.produto_text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    order: 2;
    grid-column: 2;
    padding-left: 55px;
}

.produto_controls {
    order: 3;
    grid-column: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 55px;
}

.downloads {
    background: #E6EBEC;
}

.download-img {
    width: 24px;
    height: 24px;
}

.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #000;
    background: #FFF;
}

.download-item:hover {
    color: #6D32FF;
    border-color: #6D32FF;
}