.bg__heroService {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section_content--service {
    max-width: 1200px;
    gap: 0;
}

.section__title--large-service {
    color: var(--black-100);
    font-family: "Exo 2";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    letter-spacing: -0.48px;
    text-align: center;
}

.container__title--large {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.media--service {
    margin-top: 15%;
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
}
.custom__made-bt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom__made-title {

    text-align: center;
}

.media--e2e {
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
}

.cards-container-service-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    padding: 0 24px;
    margin-top: 56px;
}

.card-service-hero {
    flex: 1 0 0;
    align-self: stretch;
}

.card-icon-service-hero {
    font-size: 24px;
    color: var(--orange-light);
}

.card-title-service-hero {
    color: var(--black-100);
    text-align: center;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.36px;
}

.card-text-service-hero {
    color: var(--black-100);
    text-align: center;
    font-family: Saira;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bg__smart-software {
    background: linear-gradient(180deg, #F9F9F9 0%, #FFF 100%);
}

.container_cards_info_outsourcing {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.card_info_outsourcing {
    width: 100%;
    flex: 1 0 0;
    max-width: calc((100dvw - 240px)/4);
}

.card_info_outsourcing video {
    height: 105px;
    align-self: stretch;
    aspect-ratio: 218.00/104.81;
    border-radius: 16px;
    object-fit: cover;
}

.card_info_outsourcing i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    aspect-ratio: 1/1;
    color: var(--orange-light);
}

.card_info_outsourcing_title {
    color: var(--black-100);
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.18px;
}

.card_info_outsourcing_text {
    color: var(--black);
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: -0.16px;
}

/* Equipe experientes */
.bg__squad {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.card {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    transform: scale(1);
    justify-content: center;
    transition: transform 0.01s linear !important;
}

.card__container {
    text-align: start;
    border-radius: 16px;
    /* 2 por linha com gap */
    flex: 0 0 calc(35% - 8px);
    background-color: var(--white);
    box-shadow: 0px 3px 4px #04151c15;
    display: flex;
    box-sizing: border-box;

}

.card__content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

}

.card__title {
    gap: 8px;
    width: 280px;
    z-index: 2;
    padding: 12px;
    display: flex;
    line-height: 1.2;
    font-weight: 500;
    font-size: 1.25rem;
    position: absolute;
    flex-direction: row;
    align-items: center;
    color: var(--orange-light);
    white-space: normal;
    /* Permite quebras de linha */
    word-break: break-word;
}

.card__text {
    padding: 4.5rem 16px 0 16px;
    font-size: 0.8rem;
    color: var(--grey);
}

.card__sub-text {
    text-align: center;
    width: 350px;
}

.card__icon {
    display: flex;
    width: 32px;
    border: none;
    font-size: 2rem;
    border-radius: 100%;
    color: var(--orange-light);
    justify-content: center;
    align-self: baseline;

}

.image-container {
    position: relative;
    display: inline-block;
    /* ou block, dependendo do layout */
}

.image-container img {
    display: block;
    /* Garante que a imagem não tenha espaços extras */
}

.media--cloud-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.image-cloud {
    width: 50%;
    flex: 1 0 0;
    max-width: none;
    object-fit: cover; 
    border-radius: 10px; 
}   

/* serviços de gestão */
.ghost-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 20px 20px 20px 60px;
    flex: 1 0 0;
    width: 50%;
}

.ghost-cards__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ghost-cards__card {
    display: flex;
    max-width: 418px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;   
}

.ghost-cards__card--cta {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 418px;
}

.ghost-cards__icon {
    display: flex;
    justify-content: space-around;
    align-items: anchor-center;
    font-size: 24px;
    color: var(--orange-light);
    margin-bottom: 8px;
}

.ghost-cards__title {
    color: var(--black-100);
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.ghost-cards__text {
    color: #888;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.row-media-system {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;    
    gap: 24px;
}

.card-media-system {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 33.576px;
    border: 1px solid rgba(26, 26, 26, 0.24);
    overflow: hidden;
}

.system-media-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}

.content-card-media {
    display: flex;
    width: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding-left: 31px;
}

.media-saas, .media-portal {
    width: 500px;
    height: 308px;
    background-repeat: no-repeat; 
    background-size: 800px;
}

.media-saas {
    background-image: url(./../img/saas.png); 
    background-position: 25% 34px; 
}

.media-portal {
    background-image: url(./../img/mobileSystem.png); 
    background-position: 200px -162px; 
}

.card-content-system {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 30px;
    background: var(--orange-light);
    max-width: 287px;
}

.content-card-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.title-card-media {
    color: var(--black-100);
    width: 80%;
}

.title-card-content {
    color: var(--white);
}

.title-card-content, .title-card-media {
    font-family: Exo;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    letter-spacing: -0.32px;
}

.text-card-content {
    color: var(--white);
}

.text-card-media {
    color: #3D3D3D;
}

.text-card-content, .text-card-media {
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.card-media-e2e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
    flex: 1;
    min-width: 0;
    max-width: 353px;
}

.media-e2e-video {
    width: 100%;
    max-width: none;
    object-fit: cover; 
    border-radius: 10px; 
}

.container-header-card-e2e {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.title-card-e2e {
    color: var(--orange-light);
    text-align: center;
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.text-card-e2e{
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Saira;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    text-wrap: wrap;
}

.section_content--e2e {
    gap: 40px;
}

.section_tecnologies_text {
    padding: 0 14%;
}

.media--tecnologies {
    background-image: url(./../img/Stacks.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 210px;
    position: relative;
}

.section_content--tecnologies {
    gap: 0;
    border-radius: 24px;
    background-color: var(--white);
    display: flex;
    width: 100%;
    padding: 70px 120px;
    flex-direction: column;
    align-items: center;
    background-image: url(./../img/tecnologies-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.blur-stacks {
    background: rgba(255, 255, 255, 0.99);
    filter: blur(10px);
    width: 100%;
    height: 53px;
    position: absolute;
    top: 15px;
}

.content_outsourcing_container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}

.cards_position_one {
    align-items: flex-end;
    gap: 117px;
}

.cards_position_two {
    align-items: flex-start;
    justify-content: space-around;
    gap: 40px;
}

.card-one {
    margin-right: calc(30% * 0.25);
}

.card-two {
    margin-right: calc(30% * 0.45);
}

.card-three {
    margin-left: calc(23% * 0.50);
}

.card-four {
    margin-left: calc(23% * 0.55);
}

.cards_outsourcing_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card_outsourcing {
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid #D1D1D1;
    width: fit-content;
}

.card_outsourcing i {
    aspect-ratio: 1/1;
    font-size: 24px;
    color: var(--orange-light);
}

.text_card_outsourcing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    text-wrap: nowrap;
}

.title_card_outsourcing {
    color: var(--black-100);
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text_card_outsourcing {
    color: #888;
    font-family: Saira;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Responsivo para mobile */
@media (width <=1023px) {
    .section__title--large-service {
        font-size: 28px;
    }

    .cards-container-service-hero {
        flex-direction: column;
    }

    .row-media-system, .card-media-system {
        width: 100%;
    }

    .card-media-system__saas {
        height: 310px;
        position: relative;
        flex-direction: row-reverse;
    }

    .row-media-system {
       flex-direction: column;
    }

    .content-card-media {
        padding: 8px 24px;
        width: 100%;
        align-items: center;
        text-align: center;
        max-width: 50%;
    }

    .title-card-media {
        width: 100%;
    }

    .media-saas {
        width: 100%;
        background-position: -156px 34px;
        position: absolute;
        right: 0;
    }

    .media-portal {
        width: 100%;
        background-position: 33px -160px;
    }

    .card-content-system {
        max-width: unset;
    }

    .content-card-highlight {
        align-items: center;
        width: 100%;
    }

    .invert-row-media-system {
        flex-direction: column-reverse !important;
    }

    .custom__made-bt {
        margin-bottom: 0 !important;
    }

    .section_content--tecnologies {
        padding: 0;
    }

    .section_content--tecnologies .section__container-title {
        padding-top: 40px;
    }

    .media--tecnologies {
        background-size: cover;
        background-position: center -60px;
    }

    .content_outsourcing_container {
        gap: 24px;
    }

    .card-one, .card-two, .card-three, .card-four {
        margin: 0;
    }
    
    .cards_position_one, .cards_position_two {
        gap: 24px;
        width: 100%;
        align-items: center;
    }

    .card_outsourcing {
        width: 100%;
        flex-direction: column;
        height: 154px;
    }

    .text_card_outsourcing {
        text-align: center;
        width: 100%;
        align-items: center;
    }

    .card-media-e2e {
        max-width: none;
        width: 100%;
        height: 100%;
    }

    .container_cards_info_outsourcing {
        flex-wrap: wrap;
    }
    
    .card_info_outsourcing {
        max-width: none;
    }

    .container_cards_info_outsourcing {
        margin-top: 8px;
    }

    .btn__form--service {
        margin-top: 8px;
    }

    .media--cloud-support {
        flex-direction: column;
    }

    .image-cloud {
        width: 100%;
    }

    .ghost-cards {
        padding: 0;
    }

    .ghost-cards__card {
        align-items: center;
    }

    .ghost-cards__title, .ghost-cards__text {
        text-align: center;
    }

    .media--e2e {
        align-items: stretch;
    }
}

@media (width <= 767px) {
    .row-media-system, .card-media-system {
        flex-direction: column;
    }

    .media--e2e {
        flex-direction: column;
    }

    .media-saas {
        position: relative;
    }

    .section_content--tecnologies {
        padding: 0;
    }

    .section_content--tecnologies .section__container-title {
        padding-top: 0;
    }

    .media--tecnologies {
        background-position: center;
    }

    .content_outsourcing_container {
        flex-direction: column;
    }

    .container_cards_info_outsourcing {
        flex-direction: column;
    }


    /*  */

    .card-media-system__saas {
        height: 100%;
        position: unset;
    }

    .row-media-system, .card-media-system {
       flex-direction: column;
    }



    .content-card-media {
        max-width: 100%;
    }

    .title-card-media {
        width: 100%;
    }

    .media-saas {
        position: unset;
    }
    
}
