.main-numeros {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(135deg, #051622, #06223a);
}

.premio-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.premio-content {
    flex: 1;
    display: flex;
    gap: 20px;
}

.premio-texto {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ml-none {
    margin-left: 0 !important;
}

.premio-depoimento {
    margin: 82px 0 0 0;
    width: 100% !important;
}

.premio-titulo-botoes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}

.premio-titulo {
    margin: 0;
    text-align: left;
}

.premio-botoes {
    display: flex;
    gap: 10px;
    align-items: center;
}

.premio-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 601;
}

.premio-imagem {
    width: 250px;
    height: 250px;
}

.premio-imagem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.flip-x {
    transform: scaleX(-1);
}

.section-numeros {
    max-width: 1440px;
    width: 100%;
    padding: 60px 5.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.section-numeros h2 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 35px 0;
}

.section-numeros h2 strong {
    color: #009EE2;
    font-weight: bold;
}

.numeros-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-numero {
    position: relative;
    width: 295px;
    height: 150px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #000d16, #ffffff17);
    z-index: 0;
    transition: all 2s ease;
    border: 0px solid #00ccffff;

}

.card-numero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 14px;
    background: linear-gradient(90deg, #27272715, #6b6b6b3b);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    transition: all 2s ease;
    border: 0px solid #00ccffff;
    transition: border 0.6s ease;

}

.card-numero:hover::before {
    border: 1px solid #00ccffff;
    transition-delay: .2s;
}

.card-relative-top-right,
.card-relative-top-left,
.card-relative-bottom-left,
.card-relative-bottom-right {
    position: relative;
}

.card-relative-top-right::after,
.card-relative-bottom-right::after,
.card-relative-top-left::after,
.card-relative-bottom-left::after {
    content: "";
    position: absolute;
    width: 315px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: 499;
    filter: brightness(0) saturate(100%) invert(34%) sepia(12%) saturate(2641%) hue-rotate(170deg) brightness(107%) contrast(79%);
    transition: filter 1s ease;
}

.card-relative-top-left::after {
    left: 100%;
    top: 75%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='120'><defs><linearGradient id='fadeStroke' x1='0' y1='0' x2='1' y2='0'><stop offset='0%' stop-color='black' stop-opacity='1'/><stop offset='80%' stop-color='black' stop-opacity='1'/><stop offset='100%' stop-color='black' stop-opacity='0'/></linearGradient></defs><path d='M0 20 L320 20 Q360 20 360 60' stroke='url(%23fadeStroke)' fill='transparent' stroke-width='3'/></svg>");
}

.card-relative-bottom-left::after {
    left: 100%;
    bottom: 25%;
    transform: rotate(360deg) scaleY(-1);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='120'><defs><linearGradient id='fadeStrokeBottom' x1='0' y1='0' x2='1' y2='0'><stop offset='0%' stop-color='black' stop-opacity='1'/><stop offset='80%' stop-color='black' stop-opacity='1'/><stop offset='100%' stop-color='black' stop-opacity='0'/></linearGradient></defs><path d='M0 20 L320 20 Q360 20 360 60' stroke='url(%23fadeStrokeBottom)' fill='transparent' stroke-width='3'/></svg>");
}

.card-relative-bottom-right::after {
    right: 100%;
    bottom: 25%;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='120'><defs><linearGradient id='fadeStrokeBottom' x1='0' y1='0' x2='1' y2='0'><stop offset='0%' stop-color='black' stop-opacity='1'/><stop offset='80%' stop-color='black' stop-opacity='1'/><stop offset='100%' stop-color='black' stop-opacity='0'/></linearGradient></defs><path d='M0 20 L320 20 Q360 20 360 60' stroke='url(%23fadeStrokeBottom)' fill='transparent' stroke-width='3'/></svg>");
}

.card-relative-top-right::after {
    right: 100%;
    top: 31%;
    transform: rotate(180deg) scaleY(-1);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='120'><defs><linearGradient id='fadeStroke' x1='0' y1='0' x2='1' y2='0'><stop offset='0%' stop-color='black' stop-opacity='1'/><stop offset='80%' stop-color='black' stop-opacity='1'/><stop offset='100%' stop-color='black' stop-opacity='0'/></linearGradient></defs><path d='M0 20 L320 20 Q360 20 360 60' stroke='url(%23fadeStroke)' fill='transparent' stroke-width='3'/></svg>");
}

.card-relative-top-right:hover::after,
.card-relative-bottom-right:hover::after,
.card-relative-top-left:hover::after,
.card-relative-bottom-left:hover::after {
    filter: brightness(0) saturate(100%) invert(29%) sepia(90%) saturate(3010%) hue-rotate(201deg) brightness(180%) contrast(104%);
}

#svg-arrow {
    transition: transform 0.6s ease;
}

.card-numero .valor {
    font-size: 62px;
    color: #00AEEF;
    font-weight: 600;
    text-align: center;
}

.card-numero .descricao {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.circulo-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circulo-hover {
    border: 3px solid #fff !important;
    transition: 0.3s ease;
}

.svg-hover {
    filter: brightness(0) invert(1) !important;
    transition: 0.3s ease;
}


.circulo-externo {
    z-index: 500;
    position: absolute;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: radial-gradient(circle, #04243133, #42788d2b);
    box-shadow: 0 0 0px transparent;
    transition: box-shadow 0.6s ease;
}

.circulo-interno {
    width: 65px;
    height: 65px;
    background: #0f1e2b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #009EE2;
}

@media (max-width: 1200px) {


    .card-col {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .circulo-wrapper {
        display: none;
    }

    .card-numero::after {
        display: none;
    }

    .card-numero {
        width: 250px;
        max-width: 80vw;
        padding: 30px;
    }
}


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

.main-employer {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

.button-container-saiba {
    width: 100%;
    display: flex;
}

.button-container-saiba button {
    width: 226px;
    height: 50px;
    text-align: center;
    border-radius: 150px;
    background: linear-gradient(108deg, #009EE2 62.83%, #00F0FD 99.01%);
    border: 0px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    margin-top: 36px;
    transition: background 0.3s ease;
}

.button-container-saiba button:hover {
    background: linear-gradient(108deg, #00F0FD 10%.83%, #009EE2 99.01%);
}

.experiencia-comprovada {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}

#cards-container {
    display: grid;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
    justify-content: space-between;
    grid-template-columns: auto auto auto auto;
}



.solution-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.solution-header p {
    max-width: 626px;
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.6;
    color: #DDE1E7;
    text-align: end;
}

.main-solution {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
}

.solucao-card {
    width: 285px;
    border-radius: 20px;
    padding: 20px;
    color: white;
	height: 100%;
    position: relative;
    transition: 1s ease all;
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
}

.solucao-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(90deg, #182962, #3D6C9E);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.5s ease;
}

.solucao-card:hover::before {
    background: linear-gradient(90deg, #3D6C9E, #00AEEF);
}


@media (max-width: 1370px) {
    .solucao-card {
        width: 270px;
    }
}


.solucao-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #CCD3DB;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solucao-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}

.solucao-card h4 {
    margin: 5px 0 20px 0;
    font-size: 18px;
    color: #00AEEF;
    font-weight: 700;
}

.icone-solucao {
    width: 60px;
    height: 60px;
    background: #00AEEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    overflow: hidden;
}

.solucao-card:hover .icone-solucao img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

.premios-carrossel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 40px 2rem;
    width: 100%;
    max-width: 1920px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    position: relative;
    gap: 50px;
}

.premios-title-text {
    font-size: 26px;
    font-weight: 400;
}

.premio-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    transition: transform 0.3s ease;
    margin-right: 10px;
}

.premios-carrossel::-webkit-scrollbar {
    height: 8px;
}

.premios-carrossel::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 4px;
}

.premios-carrossel::-webkit-scrollbar-thumb {
    background-color: #0073aa;
    border-radius: 4px;
}

.premios-carrossel::-webkit-scrollbar-thumb:hover {
    background-color: #00577c;
}

.premios-carrossel-container {
    width: 100%;
    max-width: 1440px;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

.premios-carrossel {
    scrollbar-width: thin;
    scrollbar-color: #0073aa #f0f0f0;
}

.premios-header-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    height: 145px !important;
    margin-top: 50px !important;
}

.text-premios {
    max-width: 1440px;
    width: 100%;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
}

.resultados {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    width: 100%;
    max-width: 1440px;
    padding: 48px 5.5em;
}

.resultados strong,
.resultados p {
    text-align: start;
    width: 100%;
}

.text-premios-p {
    font-size: 18px;
    color: #13130A !important;
    font-weight: 400;
    width: 825px;

}

.text-premios h3 {
    font-size: 18px;
    font-weight: 600;
}

.premios-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.premios-wrapper {
    overflow: hidden;
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.premios-track {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.premios-carrossel {
    display: flex;
}

.premio-item img {
    height: 75px;
    max-width: 130px;
    object-fit: contain;
    margin-right: 20px;
}

.card-numero:hover .valor {
    color: white;
    transition: color 0.3s;

}

.premio-item {
    display: flex;
    align-items: center;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.premios-main-container {
    width: 100%;
    background-color: white;
    height: auto;
}


.relative-content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 4px;
    padding-right: 4px;
    max-width: 1440px;
    min-height: 500px;
}

.relative-content div p,
.relative-content div span,
.relative-content div a,
.relative-content div strong,
.relative-content div em,
.relative-content div h3,
.relative-content div h4,
.relative-content div h5,
.relative-content div h6 {
    max-width: 540px;
}

.expertises-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 661px;
    margin-bottom: 100px;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
}

.expertises-description p {
    font-size: 16px;
}

.expertises-header {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
}

.profissional-info {
    margin-bottom: 40px !important;
    height: 180px !important;
}

.profissional-card {
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0%) !important;
}

.expertises-header p {
    color: #012840;
    font-size: 16px;
    line-height: 1.5;
    max-width: 602px;
    text-align: end;
}



.expertises-header h2 {
    font-size: 36px;
    margin: 0;
    text-align: start;
    font-weight: 400;
}

.man-paper {
    position: absolute;
    right: 0;
    max-width: 710px;
    top: 5px;
    width: 49vw;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 124px;
    overflow: hidden;
    object-fit: cover;
}

@media (min-width: 1300px) {
    .man-paper {
        height: 440px;
    }
}

.man-paper video,
video.man-paper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


body.logged-in .ribbon-container-expertise,
body.logged-in .ribbon-expertise,
body.logged-in .ribbon-expertise::after,
body.logged-in .ribbon-expertise .bg-video-expertise {
    height: 37.6rem;
    max-height: 470px;
}

body.logged-in .ribbon-container-expertise h2 {
    font-size: 36px;
    font-weight: 600;
    color: white;
    width: 470px;
    margin-top: 5.688rem;
}

body:not(.logged-in) .ribbon-container-expertise,
body:not(.logged-in) .ribbon-expertise,
body:not(.logged-in) .ribbon-expertise::after,
body:not(.logged-in) .ribbon-expertise .bg-video-expertise {
    height: 466px;
    height: 29rem;
}

body:not(.logged-in) .ribbon-container-expertise h2 {
    font-size: 36px;
    font-weight: 600;
    color: white;
    width: 470px;
    margin-top: 6.225rem;
}


@media (max-width: 480px) {

    .margin-mobile {
        margin-bottom: clamp(12rem, 10vw, 7rem);
    }

    .premio-titulo-botoes {
        position: absolute;
        bottom: -392px;
    }
}



@media (max-width: 480px) {




    .resultados {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: start;
        padding: 20px;
    }


    .premio-botoes {
        position: absolute;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 390px;
        padding: 8px;
    }

    .premios-track {
        margin-top: 300px !important;
    }

    .ribbon-container-expertise,
    .ribbon-expertise,
    .ribbon-expertise::after,
    .ribbon-expertise .bg-video-expertise {
        height: 105vw;
        max-height: 605px;
    }
}



.ribbon-expertise::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(1, 40, 64, 0.65) 0%, rgba(1, 40, 64, 0.65) 100%);
    z-index: 0;
}

.ribbon-expertise .bg-video-expertise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;

}


.ribbon-container-expertise {
    max-width: 1440px;
    width: 100vw;
    padding: 0 5px 0 5.5rem;
    position: relative;
    z-index: 500;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}



.ribbon-container-expertise p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin-top: 19px;
    width: 540px;
}

.value-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
    padding-top: 70px;
}

#solucoes {
    width: 100%;
    background: #071221;
    padding: 60px 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mile-container {
    flex-direction: row-reverse;
    padding: 80px 5.5em;
}





@media (max-width: 480px) {

    .noticias-relacionadas h2 {
        width: 100%;
        text-align: start;
    }

    .mile-faq-less {
        margin-right: auto;
    }

    .experiencia-comprovada {
        padding-top: 0px;
    }

    #solucoes {
        padding-top: 20px;
    }

    .solution-header,
    .solution-header * {
        text-align: left;
    }

    .text-premios-p {
        text-align: start;
        color: #012840;
        font-size: 16px;
        margin-top: 30px;
        height: 242px !important;
    }

    .text-premios h3 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        margin-bottom: 21px;
        padding-bottom: 10px;
        border-bottom: 1px solid #BFBFBF;
    }

    .section-numeros h2 {
        font-size: 20px;
    }

    .text-premios p {
        text-align: start !important;
    }

    .card-numero {
        width: 43vw;
    }

    .card-numero .valor {
        font-size: 26px;
        width: 100%;
        text-align: start;
    }

    .card-numero .descricao {
        font-size: 16px;
        text-align: start;
    }

    .section-numeros {
        padding: 60px 20px;
    }


    body.logged-in .ribbon-container-expertise,
    body.logged-in .ribbon-expertise,
    body.logged-in .ribbon-expertise::after,
    body.logged-in .ribbon-expertise .bg-video-expertise {
        height: 23.8rem;
        max-height: 380px;
    }

    body.logged-in .ribbon-container-expertise h2 {
        width: 99%;
        font-size: 18px;
        margin-top: 22.7vw;
        margin-bottom: 20px;
    }

    body:not(.logged-in) .ribbon-container-expertise,
    body:not(.logged-in) .ribbon-expertise,
    body:not(.logged-in) .ribbon-expertise::after,
    body:not(.logged-in) .ribbon-expertise .bg-video-expertise {
        height: 23.7rem;
        max-height: 377px;
    }

    body:not(.logged-in) .ribbon-container-expertise h2 {
        width: 99%;
        font-size: 18px;
        margin-top: 16vw;
        margin-bottom: 20px;
    }


    .expertises-header h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }


    .ribbon-container-expertise p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.08px;

    }


    .premio-imagem {
        width: 100%;
        margin-top: 40px;
    }

    .premios-main-container {
        margin-top: 0px !important;
        padding-bottom: 50px;
    }

    .premios-wrapper {
        overflow: hidden;
        padding: 163px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-employer {
        margin-top: -32px;
    }

    .relative-content {
        flex-direction: column-reverse;
        padding-left: 4px;
        padding-right: 4px;
    }

    .premio-content {
        display: flex;
        flex-direction: column;
    }

    .ribbon-container-expertise {
        width: 100vw;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }



    .ribbon-container-expertise p {
        margin-top: 0px;

        width: auto;
    }

    .value-main {
        padding: 20px;
        flex-direction: column;
    }

    .expertises-header {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .expertises-header p {
        text-align: start;
    }

    .expertises-description {
        padding: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .solucao-card {
        width: 100%;
    }

    .premios-carrossel-container {
        padding: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 135px;
        height: 269px;
    }



    .premios-wrapper {
        margin-top: -20px;
    }

    #cards-container {
        grid-template-columns: auto;
        gap: 25px;
    }

    .container-employers {
        margin-top: -50px;
    }


    .man-paper {
        position: relative;
        width: 94vw;
        height: auto;
        margin-left: auto;
    }

    .premios-title-text {
        font-size: 18px;
    }

    .container-employers {
        padding: 20px;
    }

    .main-solution {
        padding: 20px;
    }

    .solution-header {
        flex-direction: column;
    }

    .solution-header h2 {
        width: 100%;
        text-align: start;
    }

    .solution-header p {
        text-align: start;
    }

    .cards-container {
        grid-template-columns: auto;
        gap: 50px;
    }

    .container-employers {
        padding: 20px !important;
        margin-top: 3px;
    }

    .mile-container {
        padding: 20px !important;
        flex-direction: column !important;
    }

    .card-noticia {
        width: 90vw !important;
    }
}