.solution.container {
    display: flex;
    flex-direction: column;
}

/* Product Card */
.product-button {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.product-card .title {
    height: 100%;
    display: flex;
    align-items: center;
}

.product-button:hover {
    cursor: pointer;
}

.product-card .title,
.last-product-card .title {
    background-color: var(--color-primary);
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: var(--color-white);
    text-align: left;
    font-size: 16px;
    padding: 16px;
    margin: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.product-card:hover .title,
.last-product-card:hover .title {
    background-color: var(--color-green-hover);
}

.product-card .link {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.product-card,
.product-card .link p,
.last-product-card,
.last-product-card p,
.solution-card,
.product-card .link img,
.last-product-card:hover img {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.product-card {
    border-radius: 8px;
    background-color: var(--color-backgroud-gray);
}

.product-card .link a,
.product-card .link p,
.product-card .link img {
    height: 48px;
}

.product-card .link p, .last-product-card p {
    width: 81%;
    background-color: var(--color-backgroud-gray);
    margin-bottom: 0;
    color: var(--color-primary);
    font-size: 16px;
    text-align: start;
    padding: 16px;
    font-family: "Montserrat bold", sans-serif;
}

.product-card .link img {
    background-color: var(--color-orange);
    width: 80px;
    border-bottom-right-radius: 5px;
    padding: 12px;
}

.product-card:hover .link img,
.last-product-card:hover .image {
    background-color: var(--color-orange-hover);
}

.last-product-card {
    display: flex;
    text-align: left;
}

.last-product-card a {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

.last-product-card .image {
    width: 20%;
    padding: 0 12px;
    background-color: var(--color-orange);
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Solution Card */
.solution-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 23.7%;
    padding: 24px;
    border: 1px solid var(--color-border-gray);
    border-radius: 13px;
}

.solution-card:hover {
    -webkit-box-shadow: 0px 2px 15px 2px var(--color-border-gray);
    box-shadow: 0px 2px 15px 2px var(--color-border-gray);
}

.solution-block .solution-card {
    width: auto;
    max-width: 280px;
    height: 100%;
}

.solution-card img {
    max-width: 150px;
}

.solution-text .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.solution-text h6 {
    color: var(--color-black);
    font-size: 16px;
    padding: 16px 0;
}

.solution-card .link {
    margin-top: auto;
}

.solution-card .link p {
    color: var(--color-orange);
    text-decoration: underline;
    font-size: 18px;
    margin-top: 16px;
}

.solution-card .link img {
    max-width: 24px;
}

.solution-card .product-list {
    display: none;
}

.solution-card .imagem {
    height: 48px;
}

.solution-card .imagem img {
    max-width: 150px;
    height: 48px;
    object-fit: contain;
}

/* Solution Block */
.solution-block button:not(.slider-button) {
    cursor: pointer;
    width: 100%;
}

.culture-cards {
    justify-items: center;
}

.culture-cards,
.products-cards,
.stage-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.products-cards {
    padding: 0 0 32px 0;
}

.products-cards.complete {
    border-top: 1px solid var(--color-dark-gray-i);
    padding: 32px 0 0 0;
}

.solution-cards .hide-mb.hide-tb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.solution-block,
.solution-block .hide-ds {
    width: 100%;
}

.solution-block .hide-ds .button.ghost {
    margin-top: 48px;
}

.solution-block .hide-ds .button {
    color: var(--color-orange);
    font-family: "Montserrat Regular", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.solution-block .hide-ds button img {
    transform: rotate(180deg);
}

.solution-block .button.ghost {
    max-height: 44px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.solution-block .button.ghost a {
    margin-left: 8px;
}

/* Progress Bar */
.barra-progresso {
    width: 100%;
}

.barra-progresso .bar {
    padding: 16px;
}

/* Breadcrumb */
.bar-text {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
}

.bar-text span {
    font-size: 16px;
}

.bar-text__culture,
.bar-text__need,
.bar-text__solution-steps {
    display: flex;
}

.bar-text__solution-steps {
    justify-content: space-between;
}

/* Solution Head */
.culturas-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.listagem-culturas .head-text h4 {
    font-family: "Montserrat ExtraBold";
    margin-bottom: 16px;
}

.listagem-culturas .head-text p {
    line-height: 20px;
}

.listagem-culturas .flex-container {
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 100%;
}

.culturas-head .hide-mb.hide-tb {
    width: 20%;
}

.culturas-head .button {
    width: 20%;
}

.button.ghost {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--color-orange);
    border-radius: var(--border-radius);
    font-family: "Montserrat Regular", sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
}

.button.ghost:hover {
    cursor: pointer;
    background-color: var(--color-orange);
    color: #fff;
}

.button.ghost path {
    transition: all 0.3s;
}

.button.ghost:hover path {
    fill: #fff;
    stroke: #fff;
}

.button.ghost svg {
    transform: rotate(180deg);
}

.culturas-head .cultura-image {
    transform: rotate(180deg);
}

/* Transition */
.fade-height-enter-active,
.fade-height-leave-active {
    max-height: 360px;

    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.fade-height-enter-from,
.fade-height-leave-to {
    opacity: 0;
    max-height: 0px;
}

.listagem-culturas .solution-block .culture-card-arrow-block img {
    transform: rotate(0deg);
}

.listagem-culturas .solution-block .montserrat-400 {
    padding: 14px;
    text-decoration: none;
    text-align: start;
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    .solution-cards .hide-mb.hide-tb {
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .culture-cards,
    .products-cards,
    .stage-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .hide-ds .button.ghost {
        width: 100%;
    }    
}

@media screen and (max-width: 767px) {
    .listagem-culturas .flex-container {
        width: 100%;
    }

    .listagem-culturas h4 {
        font-size: 24px;
    }

    .bar-text {
        margin-bottom: 32px;
    }

    .solution-card {
        gap: 8px;
        padding: 16px;
        border: 1px solid var(--color-border-gray);
    }

    .solution-text h6 {
        padding: 16px 0;
    }

    .solution-text p {
        font-size: 12px;
    }

    .solution-text h6 {
        font-size: 14px;
    }

    .solution-card .link {
        margin-top: 0;
    }

    .solution-card .link p {
        font-size: 14px;
    }

    .solution-card .link a {
        margin-top: 16px;
    }

    .listagem-culturas .solution-block .culture-card-arrow-block, .product-card .link img {
        width: 48px;
    }

    .product-card .link p, .last-product-card p {
        font-size: 14px;
    }
}

/* Stage Card */
.stage-button {
    width: 100%;
}

.stage-button:hover {
    cursor: pointer;
}

.stage-card .title {
    background-color: var(--color-backgroud-gray);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #2c2828;
    text-align: center;
    font-size: 20px;
    padding: 32px 0;
    margin: 0;
}

.stage-card .link {
    display: flex;
}

.stage-card .link a,
.stage-card .link p,
.stage-card .link img {
    height: 48px;
}

.stage-card .link p {
    width: 80%;
    background-color: var(--color-primary);
    margin-bottom: 0;
    border-bottom-left-radius: 5px;
    color: var(--color-white);
    font-size: 16px;
    text-decoration: underline;
    text-align: start;
    padding: 12px 24px;
}

.stage-card .link img {
    background-color: var(--color-orange);
    width: 20%;
    border-bottom-right-radius: 5px;
    padding: 12px;
}

.list-solution-block {
    width: 100%;
}

.stages-image {
    width: 100%;
    margin-top: 32px;
}

@media (max-width: 425px) {
    .culture-cards .image {
        height: 110px;
    }
}

@media screen and (max-width: 350px) {
    .stage-card .link p {
        font-size: 14px;
    }
}

/* Culture List Card */
.culture-button:hover {
    cursor: pointer;
}

.culture-list-card {
    margin-bottom: 16px;
}

.culture-list-card .image {
    bottom: -10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.culture-list-card .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-backgroud-gray);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.culture-list-card .image,
.culture-list-card .text {
    max-width: 380px;
    width: 100%;
}

.culture-list-card .text {
    padding: 0 24px;
}

.culture-list-card .text p {
    padding: 12px 0px;
}

.culture-list-card p {
    color: var(--color-primary);
    font-family: "Montserrat ExtraBold";
    font-size: 16px;
    text-decoration: underline;
    margin: 0;
}

.culture-list-card .text img {
    width: 24px;
    padding: 12px 0;
}

.culture-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 32px;
    justify-items: center;
}

.protocol-inline,
.bloco-solucoes-inline,
.noticias-inline {
    display: none;
}

.protocol-desktop,
.bloco-solucoes-desktop{
    display: block;
}

.protocol-inline a {
    display: flex;
    overflow: hidden;
}

.protocol-inline img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.protocol-inline h5 {
    margin-bottom: 16px;
    font-size: 32px;
}

.protocol-inline section {
    padding: 32px 0;
} 

.noticias-inline {
    display: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--color-backgroud-gray) !important;
    padding: 40px 0;
}

.noticias-desktop {
    background-color: var(--color-backgroud-gray) !important;
    padding: 120px 0;
    display: block;
}

.noticias-desktop .news-card, .noticias-inline .news-card {
    background-color: #fff !important;
}

@media screen and (max-width: 1199px) {
    .culture-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-card {
        width: 31%;
    }
}

@media screen and (max-width: 767px) {
    .culture-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .solution-card {
        width: 48%;
    }

    .protocol-inline,
    .bloco-solucoes-inline,
    .noticias-inline {
        display: block;
    }

    .protocol-desktop,
    .bloco-solucoes-desktop, .noticias-desktop {
        display: none;
    }

    .noticias .row {
        flex-direction: column;
        gap: 16px;
    }

    .noticias .news-body,
    .noticias .col-lg-11,
    .noticias .col-lg-9,
    .noticias .col-lg-2 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .noticias .news-body {
        text-align: center;
        margin-bottom: 24px;
    }

    .noticias-inline .news-body {
        text-align: start;
        padding: 0 16px;
    }
    
    .noticias-inline {
        margin-bottom: 40px !important;
    }

    .bar-text {
        display: flex !important;
    }

    .product-card .title,
    .last-product-card .title {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .solution-card {
        width: 100%;
    }
}

.bar-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 8px;
  justify-items: center;
}