/* Main Slider */

#slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    height: 100%;
}

@media(max-width: 991px){
    #slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide{
        background-image: none !important;
    }
}

#slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide .grid .left{
    background-image: url();
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

#slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide .grid .left .subtitle{
    color: var(--darkpurple);
    font-weight: 700;
}

#slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide .grid .left .title{
    color: var(--darkpurple);
}

#slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide .grid .left .title span{
    color: var(--darkpurple);
}

#slides .owl-main-slider .owl-stage-outer .owl-stage .owl-item .slide .grid .left .description{
    color: var(--darkpurple);
}

/* Botões CTA  */

.btns-wrap{
    margin-top: 30px;
}

/* SLIDER BUTTONS */
.owl-nav{
    display: none;
}
.beneficios:not(.beneficios--grid) .owl-nav{
    position: absolute;
    top: 30%;
    width: 49vw;
    display: flex;
    justify-content: space-between;
    margin-left: -75px;
}

.beneficios.beneficios--grid .owl-beneficios-v2 .owl-nav {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}
.beneficios .owl-dots {
    position: absolute;
    left: 308px;
    bottom: -70px;
}
.beneficios .owl-item {
    opacity: .5;
}
.beneficios .owl-item.active {
    opacity: 1;
}
.slider-buttons button{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.programas .slider-buttons button:hover{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.programas .slider-buttons button{
    background: var(--nexxus);
    transition: var(--transition);
}
.programas .slider-buttons button i img{
    filter: var(--convertPurple);
}
.programas .slider-buttons button:hover i img{
    filter: var(--convertYellow);
}
.processo .slider-buttons button:hover,
#section-5 .slider-buttons button:hover{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lightgrey2);
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.processo .slider-buttons button:hover i img{
    filter: var(--convertPurple);
}
#section-5 .slider-buttons button:hover i img{
    filter: var(--convertGray);
}
.slider-buttons button:last-child{
    margin-left: 10px;
}
.slider-buttons button:hover{
    background: var(--darkpurple);
    transition: var(--transition);
}
.slider-buttons button.disabled{
    opacity: .4;
    cursor: default!important;
}
.slider-buttons button.disabled:hover{
    background: var(--orange);
}
.programas .slider-buttons button.disabled:hover{
    background: var(--nexxus);
}
.slider-buttons button.disabled:hover i img{
    filter: var(--invert);
}
.slider-buttons i img{
    filter: var(--invert);
}
.slider-buttons button:hover i img{
    filter: initial;
}
.processo .btns-wrap{
    margin-top: 60px;
}
/* FIM SLIDER BUTTONS */

/* BANNER */
.trabalhe-banner {
    position: relative;
}
.trabalhe-banner .grid {
    display: grid;
    grid-template-columns: 390px 384px;
    padding-top: 88px;
    padding-bottom: 88px;
    justify-content: space-between;
    min-height: 500px;
}
.trabalhe-banner .description {
    display: flex;
    flex-direction: column;
    position: relative;
}
.trabalhe-banner .description::before {
    content: '';
    display: block;
    background-image: url('../svg/trabalhe-banner-vector.svg');
    height: 500px;
    width: 598px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    left: -106px;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}
.trabalhe-banner .titulo-auxiliar {
    color: var(--darkpurple);
}
.trabalhe-banner .titulo-2 {
    margin-top: 25px;
    color: var(--darkpurple);
}
.trabalhe-banner .descricao {
    max-width: 390px;
    margin-top: 42px;
    color: var(--darkpurple);
}
.trabalhe-banner .gptw{
   position: absolute;
   left: -10px;
   bottom: -66px;
   filter: drop-shadow(0px 14px 54px rgba(0, 0, 0, 0.15));
}
.trabalhe-banner .imagem-destaque {
    position: relative;
    z-index: 1;
}
.trabalhe-banner .img-container {
    width: 100%;
    height: 323px;
}
.trabalhe-banner .imagem-destaque img{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.trabalhe-banner .imagem-destaque::before {
    content: '';
    display: block;
    background-image: url('../svg/trabalhe-banner-vector-2.svg');
    width: 248px;
    height: 451px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: absolute;
    right: -124px;
    top: -39px;
    pointer-events: none;
}
@media(max-width: 1200px){
    .trabalhe-banner .descricao{
        margin-top: 22px;
    }
    .trabalhe-banner .titulo-2{
        margin-top: 18px;
    }
    .trabalhe-banner .grid{
        column-gap: 55px;
    }
}
@media(max-width: 992px){
    .trabalhe-banner .img-container{
        display: none;
    }
    .trabalhe-banner .imagem-destaque::before{
        display: none;
    }
}

/* COMO TRABALHAR NA DIGIX - MODELO 1 */
.como-trabalhar-modelo1{
    padding-top: 108px;
    padding-bottom: 108px;
}
.como-trabalhar-modelo1 .grid {    
    display: grid;
    grid-template-columns: 315px 1fr;
    column-gap: 208px;
}
.como-trabalhar-modelo1 .gptw{
    position: absolute;
    top: -121px;
    left: 0;
    filter: drop-shadow(0px 14px 54px rgba(0, 0, 0, 0.15));
}
.como-trabalhar-modelo1 .content {
    display: flex;
    flex-direction: column;
}
.como-trabalhar-modelo1 .content span.titulo-auxiliar {
    color: var(--grey);
}
.como-trabalhar-modelo1 .content h2.titulo-2 {
    color: var(--darkblue);
    margin-top: 40px;
}
.como-trabalhar-modelo1 .content p {
    margin-top: 30px;
    color: var(--grey)
}
.como-trabalhar-modelo1 .imagem-destaque {
    width: 100%;
    height: 407px;
}
.como-trabalhar-modelo1 .imagem-destaque img {
    width: 100%;
}
.como-trabalhar-modelo1 .owl-dots{margin-top: 30px;}
@media(max-width: 1300px){
    .como-trabalhar-modelo1 .grid{
        column-gap: 115px;
    }
}
@media(max-width: 1200px){
    .como-trabalhar-modelo1 .content h2.titulo-2{
        margin-top: 18px;
    }
}
@media(max-width: 992px){
    .como-trabalhar-modelo1 .grid{
        grid-template-columns: 1fr;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .como-trabalhar-modelo1 .content{
        order: 1;
        margin-top: 30px;
    }
    .como-trabalhar-modelo1 .imagem-destaque{
        height: auto;
    }
    .como-trabalhar-modelo1 .gptw{
        width: 90px;
        top: -92px;
    }
}

/* COMO TRABALHAR NA DIGIX - MODELO 2 */
/* Esta sendo usado o mesmo css de 'benefícios' */
.como-trabalhar-modelo2 .left .titulo-2 {
    color: var(--purple) !important;
}

/* RECONHECIMENTO */
.reconhecimento {
    padding: 60px 0;
    background-color: var(--lightblue);
    position: relative;
}
.reconhecimento .grid {
    display: grid;
    grid-template-columns: 312px 1fr;
    column-gap: 161px;
    justify-content: space-between;
    align-items: center;
}
.reconhecimento .conteudo {
    display: flex;
    flex-direction: column;
    padding: 136px 0;
}
.reconhecimento span.titulo-auxiliar {
    color: var(--darkblue);
}
.reconhecimento h2 {
    margin-top: 30px;
    color: var(--darkpurple);
}
.reconhecimento p {
    margin-top: 30px;
    color: var(--grey);
    font-family: var(--sf-pro);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
}
.reconhecimento .slider-buttons {
    display: inline-flex;
    align-items: center;
    margin-top: 59px;
}
.reconhecimento .img-container img {
    width: 100%;
}
.reconhecimento .owl-dots{margin-top: 30px;}
@media(max-width: 1200px){
    .reconhecimento{
        padding: 60px 0;
    }
    .reconhecimento h2{
        margin-top: 18px;
    }
    .reconhecimento h2 br{
        display: none;
    }
    .reconhecimento p{
        margin-top: 23px;
    }
}
@media(max-width: 992px){
    .reconhecimento .grid{
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }
    .reconhecimento .grid{
        grid-template-columns: 1fr;
    }
    .reconhecimento .left{
        order: 1;
        margin-top: 30px;
    }
}
/* BENEFICIOS */
.beneficios {
    padding: 120px 0 134px 0;
}

/* Benefícios V2 — header + slide (4 por vez) */
.beneficios--grid {
    background: var(--lightgrey2);
}

.beneficios--grid .beneficios__header {
    max-width: none;
    margin-bottom: 0;
}

.beneficios--grid .beneficios__header .titulo-auxiliar {
    color: var(--grey);
}

.beneficios--grid .beneficios__header .titulo-2 {
    margin-top: 24px;
    color: var(--purple);
}

.beneficios--grid .beneficios__header p {
    margin-top: 24px;
    font-family: var(--sf-pro);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: var(--grey);
}

.beneficios--grid .beneficios__items {
    position: relative;
    min-width: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.beneficios--grid .owl-beneficios-v2 {
    position: relative;
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}

.beneficios--grid .owl-beneficios-v2 .owl-stage-outer {
    overflow: hidden;
}

.beneficios--grid .owl-beneficios-v2 .owl-item {
    opacity: 1;
    display: flex;
    align-items: stretch;
}

.beneficios--grid .owl-beneficios-v2 .owl-stage {
    display: flex;
    align-items: stretch;
}

.beneficios--grid .owl-beneficios-v2 .owl-item .item {
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.beneficios--grid .beneficio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--white);
    border-radius: 12px;
    padding: 8px 4px 10px;
    box-shadow: 0 2px 12px rgba(44, 0, 106, 0.05);
    transition: var(--transition);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    flex: 1;
}

.beneficios--grid .beneficio-item:hover {
    box-shadow: 0 6px 20px rgba(44, 0, 106, 0.08);
    transform: translateY(-2px);
}

.beneficios--grid .beneficio-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(44, 0, 106, 0.06) 0%, rgba(252, 103, 29, 0.1) 100%);
    margin-bottom: 8px;
    flex-shrink: 0;
}

.beneficios--grid .beneficio-item__icon img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
}

.beneficios--grid .beneficio-item__title,
.beneficios.beneficios--grid .item h3 {
    font-family: var(--campton);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: var(--darkpurple);
    margin: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.beneficios--grid .owl-beneficios-v2 .owl-nav button {
    pointer-events: all;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin: 0;
    flex-shrink: 0;
}

.beneficios--grid .owl-beneficios-v2 .owl-nav button.owl-next {
    left: auto;
}

.beneficios__items .owl-prev,
.beneficios--grid .beneficios__items .owl-nav button.owl-prev {
    left: 10%;
}

.beneficios__items .owl-next,
.beneficios--grid .beneficios__items .owl-nav button.owl-next {
    right: -5% !important;
}

.beneficios--grid .owl-beneficios-v2 .owl-dots {
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 28px;
    text-align: center;
}

.beneficios.beneficios--grid .owl-beneficios-v2 .owl-dots {
    position: static;
    left: auto;
    bottom: auto;
}

.beneficios.beneficios--grid .owl-beneficios-v2 .owl-item,
.beneficios.beneficios--grid .owl-beneficios-v2 .owl-item.active {
    opacity: 1;
}

@media (max-width: 992px) {
    .beneficios--grid .beneficios__header .titulo-2 {
        margin-top: 18px;
    }

    .beneficios--grid .beneficios__header p {
        margin-top: 18px;
    }

    .beneficios--grid .owl-beneficios-v2 {
        padding: 0 56px;
    }
}

@media (max-width: 768px) {
    .beneficios--grid .beneficio-item {
        padding: 8px 4px 10px;
    }

    .beneficios--grid .beneficio-item__icon,
    .beneficios--grid .beneficio-item__icon img {
        width: 110px;
        height: 110px;
        max-width: 110px;
        max-height: 110px;
    }

    .beneficios--grid .beneficio-item__title,
    .beneficios.beneficios--grid .item h3 {
        font-size: 14px;
    }
}

/* PRÊMIOS / SELOS */
.premios-section {
    padding: 80px 0 100px;
    background: var(--darkpurple);
}

.premios-section .grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.premios-section__header {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: center;
}

.premios-section__intro .titulo-auxiliar {
    color: var(--lightblue);
    display: block;
    margin-bottom: 16px;
}

.premios-section__title {
    color: var(--white);
    margin: 0 0 24px;
}

.premios-section__title-accent {
    color:#FC671D;
}

.premios-section__lead,
.premios-section__lead p {
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--sf-pro);
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0.02em;
}

.premios-section__lead p + p {
    margin-top: 12px;
}

.premios-section__hero {
    border-radius: 20px;
    overflow: hidden;
}

.premios-section__hero img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.premios-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.premio-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    align-items: start;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px;
    transition: var(--transition);
}

.premio-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.premio-card__selos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.premio-card__selos--multi {
    flex-wrap: wrap;
    gap: 8px;
}

.premio-card__selo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 12px;
    padding: 12px;
    min-height: 120px;
}

.premio-card__selo img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.premio-card__title {
    font-family: var(--campton);
    font-weight: 600;
    font-size: 17px;
    line-height: 1.35;
    color: var(--white);
    margin: 0 0 10px;
}

.premio-card__text,
.premio-card__text p {
    font-family: var(--sf-pro);
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

.premio-card__text p + p {
    margin-top: 8px;
}

/* Prêmios V2 — timeline ano + selo */
.premios-section--timeline .premios-categorias {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.premios-section--timeline .premio-categoria {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    transition: border-color var(--transition), background var(--transition);
}

.premios-section--timeline .premio-categoria.is-open {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.premios-section--timeline .premio-categoria__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

.premios-section--timeline .premio-categoria__toggle:hover {
    background: rgba(255, 255, 255, 0.04);
}

.premios-section--timeline .premio-categoria__title {
    font-family: var(--campton);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: var(--white);
    margin: 0;
}

.premios-section--timeline .premio-categoria__chevron {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--nexxus);
    border-bottom: 2px solid var(--nexxus);
    transform: rotate(45deg);
    transition: transform var(--transition);
    margin-top: -4px;
}

.premios-section--timeline .premio-categoria.is-open .premio-categoria__chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.premios-section--timeline .premio-categoria__panel {
    display: none;
    padding: 0 24px 24px;
}

.premios-section--timeline .premio-categoria.is-open .premio-categoria__panel {
    display: block;
}

.premios-section--timeline .premio-categoria__panel-inner {
    overflow: hidden;
}

.premios-section--timeline .premio-categoria__gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 12px;
    margin-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.premios-section--timeline .premio-categoria__gallery-item {
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    background: var(--white);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premios-section--timeline .premio-categoria__gallery-item img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
}

.premios-section--timeline .premio-categoria__timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premios-section--timeline .premio-timeline-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: start;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.premios-section--timeline .premio-timeline-item__selo {
    width: 100px;
    height: 100px;
    background: var(--white);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premios-section--timeline .premio-timeline-item__selo img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.premios-section--timeline .premio-timeline-item__selo-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(44, 0, 106, 0.08);
}

.premios-section--timeline .premio-timeline-item__year {
    display: inline-block;
    font-family: var(--campton);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--nexxus);
    margin-bottom: 8px;
}

.premios-section--timeline .premio-timeline-item__content p {
    margin: 0;
    font-family: var(--sf-pro);
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .premios-section--timeline .premio-categoria__toggle {
        padding: 16px;
    }

    .premios-section--timeline .premio-categoria__panel {
        padding: 0 16px 16px;
    }

    .premios-section--timeline .premio-categoria__title {
        font-size: 16px;
    }

    .premios-section--timeline .premio-timeline-item {
        grid-template-columns: 80px 1fr;
        gap: 14px;
        padding: 12px;
    }

    .premios-section--timeline .premio-timeline-item__selo {
        width: 80px;
        height: 80px;
    }

    .premios-section--timeline .premio-categoria__gallery-item {
        flex: 0 0 92px;
        width: 92px;
        height: 92px;
    }
}

.beneficios .grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 97px;
}

.beneficios.beneficios--grid .grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    column-gap: 16px;
    align-items: center;
    width: 100%;
}

.beneficios.beneficios--grid .beneficios__header {
    grid-column: 1;
    grid-row: 1;
}

.beneficios.beneficios--grid .beneficios__items {
    grid-column: 2;
    grid-row: 1;
}
.beneficios .left {
    display: flex;
    flex-direction: column;
}
.beneficios .left .titulo-auxiliar {
    color: var(--grey);
}
.beneficios .left .titulo-2 {
    margin-top: 40px;
    color: var(--purple);
}
.beneficios .left p {
    margin-top: 30px;
    font-family: var(--sf-pro);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: var(--grey);
}
.beneficios .beneficios-itens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 40px;
}
.beneficios .item {
    display: flex;
    flex-direction: column;
    background-color: var(--lightgrey4);
    padding: 16px 20px;
    border-radius: 24px;
}
.beneficios .item i img {
    max-height: 35px;
    object-fit: contain;
    width: auto;
}
.beneficios .item h3 {
    font-family: var(--campton);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: var(--grey);
    margin-top: 16px;
}
.beneficios .item p {
    margin-top: 30px;
    font-family: var(--sf-pro);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: var(--grey);
    margin-top: 16px;
}

/** dots purple **/
.beneficios .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 30px;
} 
.beneficios .owl-dots .owl-dot.active span, 
.beneficios .owl-dots .owl-dot:hover span{
    background: var(--darkpurple);
    border: 1px solid var(--darkpurple);
    width: 14px;
    height: 14px;
}
.beneficios .owl-dots .owl-dot span{
    background: none;
    border: 1px solid var(--darkpurple);
    width: 14px;
    height: 14px;
}
.beneficios .owl-carousel .owl-nav button {
    height: 64px;
    width: 64px;
    background-color: var(--orange);
    border-radius: 50%;
}
.beneficios .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--lightgrey2);
}
.beneficios .owl-carousel .owl-nav button img {
    filter: brightness(0)invert(1);
}
.beneficios .owl-theme .owl-nav [class*="owl-"]:hover img {
    filter:none;
}

@media(max-width: 1366px){
    .beneficios .grid{
        row-gap: 70px;
    }
    .beneficios .item{
        padding: 16px;
    }
}
@media(max-width: 1200px){
    .beneficios .left .titulo-2{
        margin-top: 23px;
    }
    .beneficios .left p{
        margin-top: 23px;
    }
}
@media(max-width: 992px){
    .beneficios .grid{
        grid-template-columns: 1fr;
    }
    .beneficios.beneficios--grid .grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }
    .beneficios.beneficios--grid .beneficios__header,
    .beneficios.beneficios--grid .beneficios__items {
        grid-column: 1;
        grid-row: auto;
    }
    .beneficios{
        padding: 60px 0;
    }
    .premios-section__header {
        grid-template-columns: 1fr;
    }
    .premios-section__hero img {
        height: 240px;
    }
    .premios-cards {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 768px){
    .beneficios .beneficios-itens{
        display: none;
    }
    .beneficios-slider{
        display: block;
        min-width: 100%;
    }
    .beneficios .item{
        align-items: flex-start;
    }
    .beneficios .grid{
        row-gap: 30px;
    }
}

/* IMPACTO SOCIAL */
.impacto-social .grid {
    display: grid;
    grid-template-columns: 1fr 315px;
    column-gap: 64px;
    min-height: 650px;
}
.impacto-social .description {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.impacto-social .titulo-auxiliar {
    color: var(--grey);
}
.impacto-social .titulo-2 {
    max-width: 384px;
    margin-top: 30px;
    text-align: end;
}
.impacto-social .descricao {
    max-width: 384px;
    margin-top: 40px;
    color: var(--grey);
    text-align: end;
}
.impacto-social .imagem-destaque {
    position: relative;
}
.impacto-social .imagem-destaque::before {
    content: '';
    display: block;
    background-image: url('../img/impacto-vector.png');
    background-position: right center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 948px;
}
.impacto-social .img-container {
    width: 77vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.impacto-social img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
@media(max-width: 1200px){
    .impacto-social .descricao{
        margin-top: 32px;
    }
    .impacto-social .titulo-2{
        margin-top: 18px;
    }
    .impacto-social .grid{
        column-gap: 55px;
    }
}
@media(max-width: 992px){
    .impacto-social {
        background: linear-gradient(101.75deg, #FC671D 61.16%, #EF570C 98.86%);
    }
    .impacto-social .grid{
        grid-template-columns: 1fr;
        min-height: auto;
        column-gap: 0;
    }
    .impacto-social .titulo-2{
        color: var(--white);
        -webkit-background-clip: inherit;
        background: transparent;
        -webkit-text-fill-color: inherit;
    }
    .impacto-social .imagem-destaque{
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
        width: 100%;
    }
    .impacto-social .imagem-destaque::before{
        right: 405px;
    }
    .impacto-social .img-container {
        right: 21%;
    }
}
/* PROGRAMAS */
.programas {
    padding: 72px 0 148px 0;
    background: var(--darkpurple);
}
.programas .grid {
    display: grid;
    grid-template-columns: 1fr 312px;
    column-gap: 60px;
}
.programas .featured-images {
    min-width: 100%;
    position: relative;
    border-radius: 20px;
}
.programas .owl-carousel.owl-theme img {
    border-radius: 20px;
    width: 100%;
}
.programas .slider-buttons {
    display: flex;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.programas .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.programas .content span.titulo-auxiliar {
    color: var(--white);
    text-align: end;
}
.programas .content h2.titulo-2 {
    color: var(--nexxus);
    text-align: end;
    margin-top: 30px;
}
.programas .content p {
    margin-top: 30px;
    color: var(--white);
    text-align: end;
}
@media(max-width: 1200px){
    .programas .grid {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 30px;
    }
    .programas .content p{
        max-width: 400px;
    }
    .programas .featured-images{
        order: 1;
    }
    .programas .content h2.titulo-2 {
        margin-top: 18px;
    }
}
@media(max-width: 992px){
    .programas{
        padding: 60px 0;
    }
}
@media(max-width:580px){
    .impacto-social .img-container {
        right: 23%;
    }
    .impacto-social .description {
        z-index: 1;
    }
    .trabalhe-banner .descricao {
        max-width: 90vw;
    }
}
/* PROCESSO SELETIVO */
.processo {
    padding: 106px 0 132px 0;
}
.processo .grid {
    display: grid;
    grid-template-columns: 335px 1fr;
    column-gap: 82px;
}
.processo .content {
    display: flex;
    flex-direction: column;
}
.processo .content .titulo-auxiliar {
    color: var(--grey);
}
.processo .content .titulo-2 {
    color: var(--darkpurple);
    margin-top: 18px;
}
.processo .content .slider {
    margin-top: 94px;
    position: relative;
}
.processo .content .slider {
    min-width: 100%;
}
.processo .content .slider .owl-stage-outer{
    overflow: inherit;
}
.processo .content .slider .owl-item{
    opacity: 0;
    transition: var(--transition);
}
.processo .content .slider .owl-item.active{
    opacity: 1;
}
.processo .content .slider .content-container {
    position: relative;
}
.processo .content .slider .content-container .nr-passo {
    position: absolute;
    top: -73px;
    left: -50px;
    font-family: var(--campton);
    font-style: normal;
    font-weight: 100;
    font-size: 102px;
    line-height: 120px;
    letter-spacing: -0.01em;
    color: var(--lightgrey);
    z-index: -1;
}
.processo .content .slider .content-container h3 {
    font-family: var(--campton);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.01em;
    color: var(--darkpurple);
}
.processo .content .slider .content-container p {
    margin-top: 10px;
    color: var(--grey);
    font-family: var(--sf-pro);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
}
.processo .content .slider .slider-buttons {
    display: flex;
    margin-top: 34px;
}
.processo .imagem-destaque {
    position: relative;
    width: 100%;
}
.processo .imagem-destaque img {
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    filter: grayscale(1);
}
.processo .imagem-destaque img.active {
    visibility: visible;
    opacity: 1;
    transition: var(--transition);
    filter: grayscale(0);
}
@media(max-width: 1200px){
    .processo .grid{
        column-gap: 45px;
    }
}
@media(max-width: 992px){
    .processo{
        padding: 60px 0;
    }
    .processo .grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 30px;
    }
    .processo .content{
        min-width: 100%;
    }
    .processo .imagem-destaque {
        position: relative;
        height: 350px;
        width: 100%;
    }
    .processo .imagem-destaque img {
        border-radius: 20px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: var(--transition);
        filter: grayscale(1);
    }
}
@media(max-width: 576px){
    .premio-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .premio-card__selo {
        max-width: 160px;
        margin: 0 auto;
    }
    .processo .imagem-destaque {
        height: 260px;
    }
}
/* DEPOIMENTOS */
#section-5{
    padding: 70px 0;
    background: linear-gradient(180deg, #F4F4F4 46.88%, rgba(244, 244, 244, 0) 53%);
}
#section-5 > .content .subcontent.subcontent-2 .share-testimony-content {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}
#section-5 > .content .subcontent.subcontent-1 {
    text-align: center;
}
#section-5 > .content .subcontent.subcontent-1 h2 {
    color: var(--grey);
    margin: 0 0 10px;
}
#section-5 > .content .subcontent.subcontent-1 span {
    color: var(--orange);
    font-family: var(--campton);
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
#section-5 > .content .subcontent.subcontent-2 {
    margin: 80px 0 0;
}
@media (max-width: 1199px) {
    #section-5 > .content .subcontent.subcontent-1 span {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 1199px) {
    #section-5 > .content .subcontent.subcontent-2 .inner-testimony span {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 991px) {
    #section-5 > .content .subcontent.subcontent-2 .owl-testimony {
        width: 30%;
        margin: auto;
    }
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-stage-outer {
    overflow: visible !important;
}
@media (max-width: 991px) {
    #section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-stage-outer {
        overflow: inherit;
    }
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-stage-outer .owl-item {
    opacity: 0.4;
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-stage-outer .owl-item figure {
    display: none;
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-stage-outer .active {
    opacity: 1.0;
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-stage-outer .active figure {
    display: block;
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-nav [class*="owl-"] #myAnchor img,
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-nav [class*="owl-"] #myAnchor2 img {
    transition: 0.3s;
}
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-nav [class*="owl-"]:hover #myAnchor img,
#section-5 > .content .subcontent.subcontent-2 .owl-testimony .owl-nav [class*="owl-"]:hover #myAnchor2 img {
    filter:invert(0.8);
}
#section-5 > .content .subcontent.subcontent-2 .inner-testimony {
    background: var(--white);
    padding: 57px 72px 84px;
    border-radius: 20px;
    position: relative;
}
#section-5 > .content .subcontent.subcontent-2 .photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    overflow: hidden;
}
#section-5 > .owl-stage-outer {
    overflow: inherit;
}
#section-5 > .content .subcontent.subcontent-2 .img {}
@media (max-width: 991px) {
    #section-5 > .content .subcontent.subcontent-2 .inner-testimony {
        padding: 30px;
    }
    #section-5 > .content .subcontent.subcontent-2 .photo{
        top: -65px;
    }
    #section-5 {
        padding: 70px 0 170px;
    }
}
#section-5 > .content .subcontent.subcontent-2 .inner-testimony h3 {
    font-family: var(--campton);
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--grey);
}
@media (max-width: 1199px) {
    #section-5 > .content .subcontent.subcontent-2 .inner-testimony h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
#section-5 > .content .subcontent.subcontent-2 .inner-testimony p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: var(--grey2);
    margin-block: 11px 30px;
}
#section-5 > .content .subcontent.subcontent-2 .inner-testimony span {
    font-family: var(--campton);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--grey);
    display: block;
}
#section-5 .slider-buttons {
    justify-content: center;
    display: flex;
}
@media (max-width: 1199px) {
    #section-5 > .content .subcontent.subcontent-2 .inner-testimony span {
        font-size: 20px;
        line-height: 24px;
    }
}

/* Setas nos Slides */

#slides .owl-carousel {
    position: relative;
}
#slides .owl-carousel .owl-nav {
    width: 100%;
    max-width: 1206px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 992px) {
    #slides .owl-carousel .owl-nav {
        display: none !important;
    }
}
#slides .owl-carousel .owl-nav button {
    height: 64px;
    width: 64px;
    background-color: var(--orange);
    border-radius: 50%;
    margin: 0;
}
#slides .owl-carousel .owl-nav button img {
    display: block;
    margin: 0 auto;
    filter:brightness(0) invert(1);
}
#slides .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: calc(-64px - 30px);
}
#slides .owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: calc(-64px - 30px);
}
#slides .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: var(--lightgrey2);
}
#slides .owl-carousel .owl-nav [class*="owl-"]:hover img {
    filter:none;
}

#como-trabalhar {
    position: relative;
}
#como-trabalhar .owl-nav {
    width: 100%;
    max-width: 1206px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 32px));
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 992px) {
    #como-trabalhar .owl-nav {
        display: none !important;
    }
}
#como-trabalhar .owl-nav button {
    height: 64px;
    width: 64px;
    background-color: var(--orange);
    border-radius: 50%;
    margin: 0;
}
#como-trabalhar .owl-nav button img {
    display: block;
    margin: 0 auto;
    filter:brightness(0) invert(1);
}
#como-trabalhar .owl-nav button.owl-prev {
    position: relative;
    left: calc(-64px - 30px);
}
#como-trabalhar .owl-nav button.owl-next {
    position: relative;
    right: calc(-64px - 30px);
}
#como-trabalhar .owl-nav [class*="owl-"]:hover {
    background: var(--lightgrey2);
}
#como-trabalhar .owl-nav [class*="owl-"]:hover img {
    filter:none;
}

section#reconhecimento {
    position: relative;
    background-color: #0BC0D3 !important;
}
#reconhecimento .owl-nav {
    width: 100%;
    max-width: 1206px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 32px));
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 992px) {
    #reconhecimento .owl-nav {
        display: none !important;
    }
}
#reconhecimento .owl-nav button {
    height: 64px;
    width: 64px;
    background-color: var(--orange);
    border-radius: 50%;
    margin: 0;
}
#reconhecimento .owl-nav button img {
    display: block;
    margin: 0 auto;
    filter:brightness(0) invert(1);
}
#reconhecimento .owl-nav button.owl-prev {
    position: relative;
    left: calc(-64px - 30px);
}
#reconhecimento .owl-nav button.owl-next {
    position: relative;
    right: calc(-64px - 30px);
}
#reconhecimento .owl-nav [class*="owl-"]:hover {
    background: var(--lightgrey2);
}
#reconhecimento .owl-nav [class*="owl-"]:hover img {
    filter:none;
}
