/********** Template CSS **********/

/* Desktop */
.p {
    font-family: "inter", sans-serif;
}

.container {
    max-width: 1900px;
    padding: 0;
}

.bg-image {
    padding: 208px 0 128px 0;
    background-color: var(--background-dark);
}

.h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.h2 {
    font-size: 28px;
    margin-top: 26px;
    line-height: 28px;
}

.subtitle {
    width: 481px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 26px;
}

.mockup {
    width: 100%;
    height: 100%;
}

.container-values {
    background: radial-gradient(
        50% 50% at 50% 50%,
        #fafafa 0%,
        rgba(212, 212, 216, 0.7) 100%
    );
    padding-top: 128px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.values-title {
    font-weight: 400;
}

.culture {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 64px;
    margin-top: 32px;
    line-height: 28px;
}

.container-all {
    width: auto;
    text-align: center;
}

.titles {
    color: var(--medium-light);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.content-container {
    background-color: var(--light-card);
    border: 2px solid var(--border-light);
    height: 220px;
    padding: 64px;
}

.mission-id-content,
.purpose-id-content {
    display: none;
}

.icon {
    width: 20px;
    height: 41px;
}

/* Hover values */
.titles.active-button.hovered,
.content-container.hovered {
    border: 2px solid var(--secondary);
    border-bottom: none;
}

.content-container.hovered {
    border: 2px solid var(--secondary);
}

.gray-bar {
    width: 1px;
    height: 92px;
    background-color: #fafafa70;
    transform: scaleX(1.5);
    transform-origin: left;
}

.description {
    margin: 10px 0px 2px 0px;
    width: 100%;
}

.description-mission {
    width: 10vw;
}

.description-purpose {
    width: 100%;
    padding-right: 2rem;
}

.active-button {
    border-radius: 16px 16px 0 0;
    border: 2px solid var(--border-light);
    border-bottom: none;
    background-color: #3a2b0ab2;
    color: var(--primary);
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.btn-values {
    width: 100%;
}

.values {
    gap: 32px;
}

.value-title {
    color: var(--primary);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: start;
}

.content-values {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    width: 220px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    text-align: start !important;
}

.content-mission {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    width: 290px;
    text-align: center;
    margin: 20px 20px;
}

.mission-icon {
    width: 40px;
    height: 40px;
}

.content-purpose {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: right;
    width: 300px;
}

.container-people {
    padding: 128px 0 128px 0 !important;
    background: radial-gradient(
        160.96% 60.17% at 13.21% 39.17%,
        #3a3a3a 0%,
        #0a0a0a 100%
    );
}

div > .people {
    padding: 0 !important;
}

.img-ceo {
    width: 440px;
    height: 440px;
    border-radius: 48px;
    border: 3px solid var(--border-light);
    margin-right: 42px !important;
}

.container-span {
    width: 584px !important;
}

.span {
    color: var(--primary);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    font-style: italic;
}

.ceo {
    color: var(--primary);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
}

.container-advantages {
    display: grid;
    background-color: var(--primary);
    gap: 16px;
    padding: 128px 0;
    justify-content: center;
    width: auto;
}

.grid-advantages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: var(--primary);
    gap: 16px;
    justify-content: center;
    width: 800px;
}

.cards {
    background-color: var(--light-card);
    position: relative;
    width: 379px;
    height: 162px;
    border-radius: 16px;
    border: 2px solid var(--border-light);
    padding: 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

.grid {
    display: grid;
    gap: 16px;
}

.card-title {
    color: var(--primary);
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.yellow-bar {
    width: 27px;
    height: 3px;
    background-color: #e5b244;
    position: absolute;
    top: 60px !important;
    left: 16px;
    right: 0;
}

.card-content {
    color: var(--primary);
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0;
    padding-top: 16px;
}

.different-card {
    background-color: #3a2b0ab2;
    width: 276px;
    height: 340px;
    border-radius: 16px;
    border: 2px solid var(--border-light);
    padding: 32px 16px;
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.card-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid-different-card {
    justify-content: center;
    width: 100%;
}

.card-icon-different {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.different-card-title {
    color: var(--primary);
    width: 200px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    padding-top: 34px;
    margin: auto;
    margin-bottom: 16px;
}

.different-card-content {
    color: var(--primary);
    width: 244px;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding-top: 40px;
}

.cards:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.cards:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}

.different-card {
    grid-area: 1 / 2 / 3 / 3;
}

.cards:nth-child(4) {
    grid-area: 1 / 3 / 2 / 4;
}

.cards:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
}

.container-solutions {
    padding: 128px 0;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #fafafa 0%,
        rgba(212, 212, 216, 0.7) 100%
    );
}

.grid-solutions {
    display: grid;
    gap: 12px;
    justify-content: center;
}

.solutions-title {
    color: var(--secondary);
    width: 995px;
    line-height: 67px;
    text-align: center;
}

.solutions-subtitle {
    color: var(--medium-light);
    width: 584px;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    padding: 32px 0;
}

.cards-solutions {
    width: 379px;
    height: 389px;
    border-radius: 32px;
    border: 2px solid var(--border-light);
    margin-top: 32px;
    position: relative;
    transition: border 0.3s ease;
    padding: 32px;
}

.grid-3 {
    display: grid;
    gap: 32px;
}

.img-solutions {
    width: 315px;
    height: 210px;
    border-radius: 16px;
    border: 2px solid var(--border-light);
    margin-top: -48px;
    transition: border 0.3s ease;
}

/* Hover cards */
.cards-solutions:hover {
    border: 2px solid var(--secondary);
}

.cards-solutions:hover .img-solutions {
    border: 2px solid var(--secondary);
}

.card-title-solutions {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 12px;
    margin-left: 6px;
}

.card-content-solutions {
    color: var(--medium-light);
    width: 280px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
}

.solutions-icon,
.span-solutions {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

.span-solutions {
    color: var(--secondary);
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-align: end;
}

.expand-icon {
    display: none;
}

/* Hover icon and botton */
.icon-border {
    position: absolute;
    bottom: 0;
    left: 14%;
    top: 66%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #e5b244;
}

.card:hover .icon-border {
    width: 32px;
}

.btn-solutions {
    position: relative;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.btn-border {
    position: absolute;
    bottom: 0;
    top: 84%;
    left: 0%;
    transform: translateX(0%);
    width: 0;
    height: 1px;
    background-color: #e5b244;
}

.btn-border {
    width: 73px;
}

.card:not(:hover) .icon-border,
.card:not(:hover) .btn-border {
    transition: width 0.5s ease;
    width: 0;
}

@media screen and (min-width: 1400px) and (max-width: 1626px) {
    /*  Estilização específica dos cards do carousel */
    .cards-solutions {
        width: 339px;
        height: 349px;
        padding: 32px;
    }

    .card-content-solutions {
        width: 100% !important;
    }

    .img-solutions {
        width: 270px;
        height: 170px;
        margin-top: -48px !important;
    }

    .icon-border {
        left: 16%;
        top: 62%;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1399px) {
    /*  Estilização específica dos cards do advantages e carousel */
    .grid-advantages {
        width: 680px;
        height: 338px;
    }

    .cards {
        width: 309px;
        height: 162px;
    }

    .card-content {
        font-size: 14px !important;
        width: 262px !important;
        line-height: 17px !important;
        box-sizing: border-box !important;
        overflow: hidden;
    }

    .yellow-bar {
        top: 54px !important;
    }

    .cards-solutions {
        width: 303px;
        height: 340px;
        padding: 32px;
    }

    .card-title-solutions {
        padding-top: 4px !important;
        font-size: 16px !important;
    }

    .card-content-solutions {
        width: 100% !important;
    }

    .img-solutions {
        width: 240px;
        height: 140px;
        margin-top: -48px !important;
    }

    .solutions-icon {
        width: 47px;
        height: 50px;
        margin-left: 4px;
        margin-top: 8px;
    }

    .icon-border {
        left: 19%;
        top: 56%;
    }
}

/* Tablet */
@media (max-width: 1279px) {
    .bg-image {
        padding-top: 128px;
        padding-bottom: 64px;
        height: auto !important;
    }

    .h1 {
        font-size: 26px;
        line-height: 36.4px;
    }

    .h2 {
        font-size: 20px;
        margin-top: 13px;
        line-height: 20px;
    }

    .subtitle {
        width: 280px;
        font-size: 14px;
        line-height: 19px;
        margin-top: 13px;
    }

    .mockup {
        border-radius: 32px;
        width: 376px;
        /* height: 236px; */
    }

    .values-title {
        font-size: 26px;
        line-height: 36px;
    }

    .container-values {
        padding-top: 64px;
    }

    .culture {
        font-size: 14px;
        margin-bottom: 48px;
        margin-top: 16px;
        line-height: 19px;
    }

    .container-all {
        width: auto;
    }

    .titles {
        font-size: 16px;
        line-height: 22px;
    }

    .content-container {
        padding: 32px;
    }

    .values {
        width: 100% !important;
        display: flex;
        gap: 16px;
    }

    .description {
        width: 100%;
    }

    .gray-bar {
        height: 120px;
    }

    .mission {
        width: 100% !important;
    }

    .description-mission {
        width: 100% !important;
    }

    .description-purpose {
        padding-right: 1rem;
    }

    .value-title {
        font-size: 14px;
        line-height: 22px;
        width: 100% !important;
        margin: 8px 0px 8px 8px !important;
    }

    .content-values {
        font-size: 12px;
        line-height: 16.8px;
        width: 160px;
    }

    .content-mission {
        font-size: 12px;
        line-height: 16px;
        width: 270px;
    }

    .content-purpose {
        font-size: 12px;
        line-height: 16px;
        width: 300px;
    }

    .content-purpose p {
        width: 100%;
    }

    .container-people {
        padding: 64px 0 !important;
    }

    .img-ceo {
        width: 310px;
        height: 310px;
        margin-right: 1rem !important;
    }

    .container-span {
        min-width: 357px !important;
        width: 357px !important;
    }

    .span {
        font-size: 18px;
        line-height: 25px;
    }

    .ceo {
        height: 30px;
        font-size: 18px;
        line-height: 25px;
    }

    .container-advantages {
        padding: 64px 0;
        width: 100%;
    }

    .grid-advantages {
        width: 677px;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    .cards {
        width: 200px;
        height: 157px;
        border-radius: 8px;
        margin: 0;
    }

    .card-title {
        font-size: 16px;
        line-height: 22px;
    }

    .yellow-bar {
        top: 45px !important;
    }

    .card-content {
        width: 99%;
        font-size: 11px;
        line-height: 16px;
        padding-top: 6px;
    }

    .different-card {
        width: 245px;
        height: 330px;
        border-radius: 8px;
    }

    .different-card-title {
        width: 180px;
        height: 44px;
        font-size: 16px;
        line-height: 22px;
        padding-top: 30px;
    }

    .different-card-content {
        width: 213px;
        height: 51px;
        font-size: 12px;
        line-height: 17px;
    }

    .container-solutions {
        padding: 64px 0;
    }

    .grid-solutions {
        gap: 8px;
    }

    .solutions-title {
        font-size: 26px;
        width: 570px;
        line-height: 36px;
    }

    .solutions-subtitle {
        width: 580px;
        font-size: 14px;
        line-height: 19px;
        padding: 16px 0;
    }

    .cards-solutions {
        width: 220px;
        height: 295px;
        border-radius: 16px;
        margin-top: 32px;
        justify-content: center !important;
        padding: 16px 8px !important;
    }

    .grid-3 {
        gap: 30px;
    }

    .img-solutions {
        width: 195px;
        height: 142px;
        border-radius: 8px !important;
        margin-top: -24px;
    }

    .card-title-solutions {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: 10px;
        margin-left: 3px;
    }

    .card-content-solutions {
        width: 193px;
        font-size: 12px;
        line-height: 16px;
        margin-left: 8px;
    }

    .solutions-icon {
        width: 22px;
        height: 22px;
        margin-left: 4px;
        margin-top: 12px;
    }

    .span-solutions {
        font-size: 12px;
    }
}

@media screen and (min-width: 1021px) and (max-width: 1278px) {
    /* Estilização específica de alguns componentes */
    .mockup {
        width: 376px;
        /* height: 236px; */
    }

    .people {
        margin: 0 !important;
    }

    .img-ceo {
        width: 379px;
        height: 379px;
    }

    .span {
        width: 357px;
        font-size: 18px;
        line-height: 25px;
    }

    .ceo p {
        width: 357px;
        height: 30px;
    }

    .ceo {
        font-size: 18px;
        line-height: 25px;
    }

    .grid-advantages {
        width: 732px;
    }

    .cards {
        width: 227px;
        height: 157px;
    }

    .container-cards-solutions {
        gap: 16px !important;
    }

    .card-content {
        font-size: 12px !important;
        width: 190px !important;
        line-height: 17px !important;
    }

    .yellow-bar {
        top: 44px !important;
    }

    .container-cards-solutions {
        gap: 16px !important;
    }

    /*Hover icon and botton  */
    .card:hover .icon-border {
        width: 16px;
    }

    .card:hover .btn-border {
        width: 64px;
    }

    .cards-solutions {
        width: 245px;
        height: 295px;
    }

    .card-content-solutions {
        width: 100% !important;
    }

    .img-solutions {
        width: 213px;
        height: 142px;
        margin-top: -32px !important;
    }

    .icon-border {
        left: 9.8%;
        top: 58%;
        height: 2px;
    }

    .btn-border {
        top: 85%;
    }
}

@media screen and (min-width: 300px) and (max-width: 1024px) {
    /* Remoção do hover e icons */
    /* Hover values */
    .content-container.hovered,
    .titles.active-button.hovered {
        border: 1.5px solid var(--border-light);
    }

    /* Hover icon and botton */
    .cards-solutions:hover {
        border: 2px solid var(--border-light);
    }

    .cards-solutions:hover .img-solutions {
        border: 2px solid var(--border-light);
    }

    .icon-border {
        display: none;
    }

    .btn-border {
        display: none;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bg-image {
        flex-direction: column;
        height: 611px !important;
        justify-content: center !important;
        padding: 140px 16px 80px 16px !important;
    }

    .bg-image .h2 {
        font-size: 20px;
        line-height: 20px;
        width: 100% !important;
        margin-top: 0;
    }

    .bg-image .h1 {
        font-size: 26px;
        line-height: 36px;
        width: 100% !important;
        text-align: center;
    }

    .bg-image .subtitle {
        width: 100% !important;
        max-width: 350px;
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 32px;
        text-align: center;
    }

    .hero {
        padding: 0;
    }

    .mockup {
        /* height: 225px; */
        width: 280px;
    }

    .container-values {
        display: none !important;
    }

    .container-values-mobile {
        background: radial-gradient(
            50% 50% at 50% 50%,
            #fafafa 0%,
            rgba(212, 212, 216, 0.7) 100%
        );
        padding: 48px 16px !important;
        width: 100%;
    }

    .values-title {
        width: 358px;
        text-align: center;
    }

    .culture {
        color: var(--medium-light);
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 32px;
        margin-top: 16px;
        line-height: 19px;
        text-align: center;
        width: 358px;
    }

    .container-all {
        width: 100% !important;
    }

    .titles {
        position: relative;
    }

    .btn-values-mobile {
        background-color: #3a2b0ab2 !important;
        width: 100% !important;
        height: 57px !important;
        border: 2px solid var(--border-light);
        border-radius: 8px;
    }

    .active-button-mobile {
        border-radius: 8px 8px 0 0 !important;
        border-bottom: 1.5px solid var(--border-light) !important;
        border-bottom: 0 !important;
        margin: 0 !important;
    }

    .titles {
        color: var(--primary) !important;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        justify-content: space-between !important;
        text-align: start !important;
        cursor: pointer;
        width: 100%;
        padding: 16px 32px;
    }

    .content-container-mobile {
        background-color: var(--light-card);
        border-radius: 0 0 8px 8px !important;
        border: 2px solid var(--border-light);
        padding: 32px !important;
    }

    .value-id-mobile-content,
    .mission-id-mobile-content,
    .purpose-id-mobile-content {
        display: none;
    }

    .description {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .description-mission {
        width: 180px;
    }

    .description-purpose {
        width: 100% !important;
        padding: 0 !important;
        justify-content: space-between !important;
    }

    .value-title {
        font-size: 16px !important;
        width: auto !important;
        line-height: 22px;
        margin-top: 0 !important;
    }

    .values {
        width: 100% !important;
        height: auto !important;
    }

    .value-icon {
        width: 20px;
        height: 22px;
        margin-bottom: 8px;
    }

    .content-values {
        font-size: 12px;
        line-height: 17px;
        width: 294px !important;
        display: flex;
        flex-direction: column !important;
        padding: 0;
        margin: 0;
    }

    .mission {
        width: 100% !important;
        height: 149px !important;
    }

    .mission-icon {
        display: none !important;
    }

    .content-mission {
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        margin: 0 !important;
    }

    .purpose {
        flex-direction: column-reverse !important;
        width: 100% !important;
        height: auto !important;
    }

    .purpose-icon {
        width: 25px !important;
        height: 25px !important;
    }

    .purpose-icon-users {
        width: 33px !important;
        height: 33px !important;
    }

    .content-purpose {
        line-height: 17px;
        text-align: center;
        width: 100%;
    }

    .btn-values:hover .titles.active-button {
        border-width: none !important;
    }

    .expand-icon {
        display: block !important;
        width: 12px;
    }

    .container-people {
        padding: 48px 32px !important;
    }

    .people {
        flex-direction: column !important;
        align-items: center !important;
    }

    .img-ceo {
        width: 265px !important;
        height: 265px !important;
        border-radius: 32px;
        margin: 0 !important;
    }

    .container-span {
        width: 326px !important;
        margin-top: 32px;
    }

    .span {
        font-size: 16px !important;
        line-height: 22px !important;
        text-align: center !important;
        padding-top: 32px !important;
        width: 326px;
    }

    .ceo {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        padding-top: 16px !important;
        margin: 0 !important;
        width: 100%;
    }

    .container-advantages {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 48px 16px !important;
    }

    .advantages {
        padding: 0;
    }

    .grid-advantages {
        grid-template-columns: 1fr;
        gap: 8px !important;
        width: 100%;
    }

    .cards {
        position: none !important;
        width: 100% !important;
        height: 124px !important;
        border-radius: 8px !important;
    }

    .grid {
        gap: 10px !important;
    }

    .card-title {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .yellow-bar {
        top: 45px !important;
    }

    .card-content {
        width: 300px !important;
        font-size: 12px !important;
        line-height: 16px !important;
        padding-top: 8px;
    }

    .different-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
        background-color: transparent !important;
        width: auto !important;
        height: auto !important;
        border-radius: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .grid-different-card {
        padding: 0 !important;
    }

    .card-icon-different {
        display: none !important;
    }

    .different-card-title {
        color: var(--secondary) !important;
        width: 340px !important;
        font-size: 26px !important;
        font-weight: 400 !important;
        line-height: 36px !important;
        text-align: center;
        padding-top: 0px !important;
        margin: auto;
        margin-bottom: 16px;
        grid-column: 1 !important;
        text-transform: uppercase !important;
    }

    .different-card-content {
        color: var(--medium-light) !important;
        width: 346px !important;
        height: auto !important;
        font-size: 14px;
        font-weight: 300 !important;
        line-height: 19px;
        margin: 42px auto auto auto !important;
        padding-top: 0px !important;
        padding-bottom: 8px;
    }

    .cards:nth-child(1) {
        grid-area: auto !important;
    }

    .cards:nth-child(2) {
        grid-area: auto !important;
    }

    .different-card {
        grid-area: 1 / 1 / 2 / 2 !important;
    }

    .cards:nth-child(4) {
        grid-area: auto !important;
    }

    .cards:nth-child(5) {
        grid-area: auto !important;
    }

    .container-solutions-mobile {
        padding: 48px 0px !important;
        background: radial-gradient(
            50% 50% at 50% 50%,
            #fafafa 0%,
            rgba(212, 212, 216, 0.7) 100%
        );
    }

    .solutions-title.h1 {
        width: 358px;
        font-size: 26px;
        line-height: 36px;
    }

    .solutions-subtitle {
        width: 375px !important;
        font-size: 14px;
        line-height: 19px;
        padding: 0;
    }

    .cards-solutions {
        width: 245px;
        height: 295px;
        border-radius: 16px;
        padding: 16px 8px !important;
    }

    .img-solutions {
        width: 213px;
        height: 142px !important;
        border-radius: 8px;
        margin-top: -24px !important;
    }

    .card-title-solutions {
        font-size: 16px;
        line-height: 22px;
        margin-left: 4px;
        margin-top: 10px;
    }

    .card-content-solutions {
        width: 200px;
        font-size: 12px;
        line-height: 16px;
        margin-top: -5px;
        margin-left: 8px;
    }

    .solutions-icon {
        width: 30px;
        height: 30px;
        margin-left: 4px;
        margin-top: 8px;
    }

    #carouselExampleControls {
        scroll-behavior: smooth;
    }

    .carousel-inner {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-left: 16px;
        padding-right: 16px;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 545px) and (max-width: 767px) {
    /*  Estilização específica dos cards do carousel */
    .cards-solutions {
        width: 23rem !important;
        height: 312px !important;
    }

    .img-solutions {
        width: 250px !important;
        height: 156px !important;
        margin-left: 4px !important;
    }
}
