/**************** CTA *******************/
#cta {
    background-color: transparent;
    padding: 0;
    height: 261px;
    margin-bottom: 118px;
}

#cta .container {
    height: 100%;
}

#cta .news-container {
    background-color: #1a1a1afc;
    background-image: url(../../images/news-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cta .news-container .texto {
    font-family: var(--KonnectRegular);
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 650px;
    margin-bottom: 20px;
}

#cta .news-container .titulo {
    font-family: var(--KonnectMedium);
    text-align: center;
    font-size: 40px;
    color: #fff;
    width: 70%;
    margin: 9px auto 20px;
}

#cta .news-container .titulo span {
    color: var(--roxo-claro);
}

#cta .news-container .btn {
    font-family: var(--Satoshi_Regular);
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 13px 18px 13px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin: 0 0 0 0;
    display: inline-block;
}

#cta .news-container .btn svg {
    margin: -2px -2px 0 10px;
}

#cta .news-container .btn:hover {
    background-color: #7a3acf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/**************** DEPOIMENTOS *******************/
#depoimentos {
    height: 485px;
}

#depoimentos .container {
    height: 100%;
    padding: 70px 64.172px 0px;
}

#depoimentos .depo-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #00000017;
}

#depoimentos .depo-container .subtitulo {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

#depoimentos .depo-container .titulo {
    margin: 0 0 30px;
    font-weight: 600;
    width: 700px;
    font-size: 40px;
    line-height: 45px;
    color: #010101;
}

#depoimentos .depo-container .titulo span {
    color: var(--roxo-claro);
    display: block;
}

#depoimentos .depo-slide {
    margin-top: 67px;
    overflow-x: hidden;
    position: relative;
}

#depoimentos .depo-slide .depo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

#depoimentos .depo-slide .depo-content .depo-esq {
    width: 23.2%;
    margin-right: 14.7%;
}

#depoimentos .depo-slide .depo-content .depo-dir {
    width: 62.1%;
}

#depoimentos .depo-slide .depo-content .depo-esq .depoimento-img {
    margin-bottom: 9px;
}

#depoimentos .depo-slide .depo-content .depo-esq .depo-nome {
    font-family: var(--KonnectMedium);
    color: #000;
    font-size: 15.5px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

#depoimentos .depo-slide .depo-content .depo-esq .depo-cargo {
    font-family: var(--Satoshi_Regular);
    color: #000;
    text-transform: uppercase;
    font-size: 15.5px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

#depoimentos .depo-slide .depo-content .depo-dir .depo-texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#depoimentos .depo-slide .depo-content .depo-dir .depo-texto svg {
    width: 32px;
    height: auto;
    margin-right: 33px;
}

#depoimentos .depo-slide .depo-content .depo-dir .depo-texto p {
    width: calc(100% - 65px);
    font-size: 24px;
    letter-spacing: -0.8px;
    height: 140px;
    overflow: auto;
}

/*navegacoes do slide*/
#depoimentos .depo-slide .box-scroll-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 76px;
    width: 304px;
    position: absolute;
    top: 56px;
}

#depoimentos .depo-slide .box-scroll-nav .container-nav {
    width: 100%;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#depoimentos .depo-slide .depo-scrollbar {
    width: 100%;
    background-color: #00000017;
    height: 3px;
    z-index: 2;
}

#depoimentos .depo-slide .depo-scrollbar .swiper-scrollbar-drag {
    background-color: #000;
    cursor: pointer;
    border-radius: 0;
}

#depoimentos .depo-slide .box-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#depoimentos .depo-slide .box-nav .depo-next,
#depoimentos .depo-slide .box-nav .depo-prev {
    width: 64px;
    height: auto;
    top: initial;
    position: relative;
    left: initial;
    right: initial;
}

#depoimentos .depo-slide .box-nav .depo-next svg rect,
#depoimentos .depo-slide .box-nav .depo-next svg path,
#depoimentos .depo-slide .box-nav .depo-prev svg rect,
#depoimentos .depo-slide .box-nav .depo-prev svg path {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

#depoimentos .depo-slide .box-nav .depo-next:hover svg path,
#depoimentos .depo-slide .box-nav .depo-prev:hover svg path {
    fill: #fff;
}

#depoimentos .depo-slide .box-nav .depo-next .animacao-fundo,
#depoimentos .depo-slide .box-nav .depo-prev .animacao-fundo {
    height: 25px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-radius: 20px;
}

#depoimentos .depo-slide .box-nav .depo-next .animacao-fundo::before,
#depoimentos .depo-slide .box-nav .depo-prev .animacao-fundo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1A1A1A;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    z-index: -1;
}

#depoimentos .depo-slide .box-nav .depo-next:hover .animacao-fundo::before,
#depoimentos .depo-slide .box-nav .depo-prev:hover .animacao-fundo::before {
    height: 25px;
}

/******************* PARCEIROS ********************/
#parceiros {
    padding: 85px 0;
    border-bottom: 1px solid #00000021;
    position: relative;
    display: flex;
    justify-content: center;
}

#parceiros .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

#parceiros .container .titulo {
    margin: 0 auto;
    font-weight: 700;
    font-size: 40px;
    line-height: 27.6px;
    color: #010101;
}

#parceiros .container .titulo span {
    color: var(--roxo-claro);
}

#parceiros .container .organiza-parceiros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 122px;
}

#parceiros .container .esq {
    width: 435px;
}

#parceiros .container .esq .depo-nome {
    font-family: var(--KonnectMedium);
    font-weight: 500;
    color: #000;
    font-size: 32px;
    letter-spacing: -0.5px;
}

#parceiros .container .esq .depo-cargo {
    font-family: var(--KonnectThin);
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

#parceiros .container .esq .depo-texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#parceiros .container .esq .depo-texto svg {
    width: 23px;
    height: auto;
    margin-right: 5px;
}

#parceiros .container .esq .depo-texto p {
    font-family: var(--KonnectThin);
    width: calc(100% - 28px);
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    letter-spacing: -0.05em;
}

#parceiros .container .dir {
    width: 435px;
}

#parceiros .container .dir .box-video {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 401px;
    height: 236px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid var(--roxo-claro);
    background-size: cover;
}

#parceiros .container .wine .dir .box-video {
    background-image: url("../../images/thumb-data-center-video.jpg");
}

#parceiros .container .kora .dir .box-video {
    background-image: url("../../images/thumb-kora-video.jpg");
}

#parceiros .container .gdl .dir .box-video {
    background-image: url("../../images/thumb-gdl-video.jpg");
}

#parceiros .container .dir .filter-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.548);
    z-index: 1;
    border-radius: 12px;
}

#parceiros .container .dir .icone-play {
    position: relative;
    z-index: 2;
}

#parceiros .btn {
    font-family: var(--Satoshi_Regular);
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 13px 18px 13px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin: 0 0 0 0;
    display: inline-block;
    position: absolute;
    bottom: -21px;
}

#parceiros .btn svg {
    margin: -2px -2px 0 10px;
}

#parceiros .btn:hover {
    background-color: #7a3acf;
}

/* INFRAESTRUTURA */
#infra {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#infra .infra-container {
    background-color: #1A1A1A;
    background-image: url(../../images/lp-eventos-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 64.172px;
}

#infra .container .titulo {
    margin: 0 auto 30px;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    width: 700px;
}

#infra .container .titulo span {
    color: var(--roxo-claro);
}

#infra .container .texto {
    font-family: var(--KonnectRegular);
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    width: 550px;
    margin: 0 auto 30px;
}

#infra .box .icon {
    background-color: var(--roxo-claro);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

#infra .box {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    background: #D9D9D9CC;
    width: calc(20% - 24px);
    padding: 30px 25px;
}

#infra .box p {
    font-size: 14px;
    font-weight: 400;
}

#infra .boxes {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

#infra .btn {
    font-family: var(--Satoshi_Regular);
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 13px 18px 13px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin: 0 0 0 0;
    display: inline-block;
    position: absolute;
    bottom: -21px;
}

#infra .btn svg {
    margin: -2px -2px 0 10px;
}

#infra .btn:hover {
    background-color: #7a3acf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* SOLUÇÕES */
#solucoes .solucoes-container {
    padding: 70px 64.172px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#solucoes .container .titulo {
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    color: #000;
}

#solucoes .container .titulo span {
    color: var(--roxo-claro);
}

#solucoes .container .texto {
    font-family: var(--KonnectRegular);
    font-weight: 400;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

#solucoes .box .icon {
    background-color: var(--roxo-claro);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

#solucoes .box {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    border: 1px solid #B8B8B8;
    width: calc(20% - 24px);
    padding: 30px 25px;
}

#solucoes .box p {
    font-size: 14px;
    font-weight: 400;
}

#solucoes .boxes {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

#solucoes .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

#solucoes .esq {
    width: 32%;
}

#solucoes .dir {
    width: 49.5%;
}

#solucoes .btn {
    font-family: var(--Satoshi_Regular);
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 13px 18px 13px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-decoration: none;
    display: inline-block;
}

#solucoes .btn svg {
    margin: -2px -2px 0 10px;
}

#solucoes .btn:hover {
    background-color: #7a3acf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* DESAFIOS */
#desafios {
    border-bottom: 1px solid #00000021;
}

#desafios .desafio-container {
    padding: 70px 64.172px;
    display: flex;
    justify-content: space-between;
}

#desafios .btn {
    font-family: var(--Satoshi_Regular);
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 13px 18px 13px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin: 30px 0 0 0;
    display: inline-block;
}

#desafios .btn svg {
    margin: -2px -2px 0 10px;
}

#desafios .btn:hover {
    background-color: #7a3acf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#desafios .titulo {
    font-family: var(--KonnectMedium);
    font-size: 76px;
    font-weight: 700;
    line-height: 91px;
    letter-spacing: -0.02em;
}

#desafios .esq {
    width: 45%;
}

#desafios .dir {
    width: 49.5%;
}


#desafios .texto {
    font-family: var(--KonnectMedium);
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
}

#desafios .box {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
}

#desafios .boxes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

/* BANNER */
#banner_indv {
    height: 568px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

#banner_indv .content {
    background: rgb(28, 0, 74);
    background-image: url(../../images/lp-pentest-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

#banner_indv .content .esq {
    width: 52.3%;
    z-index: 1;
}

#banner_indv .content .esq .titulo {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

#banner_indv .content .esq .titulo .block {
    font-weight: 400;
}

#banner_indv .content .esq .texto {
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: var(--KonnectRegular);
    letter-spacing: -0.03em;
}

#banner_indv .content .esq .obs {
    font-size: 14px;
    line-height: 27px;
    color: #9B9B9B;
    font-family: var(--KonnectRegular);
    letter-spacing: -0.05em;
}

#banner_indv .content .esq .cta {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -0.03em;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 20px 37px;
    position: relative;
    margin: 20px 0 10px;
    width: 640px;
    cursor: pointer;
}

#banner_indv .content .esq .cta span {
    color: var(--cian);
}

#banner_indv .content .esq .cta:hover .seta-cta {
    width: 50px;
}

#banner_indv .content .esq .cta .seta-cta {
    background-color: var(--roxo-claro);
    width: 31px;
    height: 31px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 15.5px);
    left: calc(100% - 15.5px);
    transition: width .3s;
}

#banner_indv .content .esq .obs {
    color: #9B9B9B;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.05em;
}

#banner_indv .content .dir {
    width: 526px;
    background-color: #1A1A1A;
    z-index: 1;
}

#banner_indv .content .dir .form-especialista {
    padding: 30px 25px;
}

#banner_indv .content .dir .form-especialista .titulo {
    font-size: 40px;
    line-height: 100%;
    color: #F2F2F2;
    margin: 0 0 25px;
    font-family: var(--KonnectSemiBold);
}

#banner_indv .content .dir .form-especialista label {
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

#banner_indv .content .dir .form-especialista label>div {
    width: 100%;
    position: relative;
}

#banner_indv .content .dir .form-especialista .item-label {
    font-family: var(--Satoshi_Regular);
    font-size: 14px;
    color: #C2C2C2;
    display: block;
    position: absolute;
    top: 11px;
    left: 17px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    z-index: 1;
}

#banner_indv .content .dir .form-especialista .item-label.subir {
    left: 0;
    font-size: 14px;
    background: #D9D9D9;
    padding: 0.5px 4px;
    color: #000;
    top: -12px;
    z-index: 1;
}

#banner_indv .content .dir .form-especialista .form-control {
    border: 1px solid #C2C2C2;
    border-radius: 2px;
    font-family: var(--Satoshi_Regular);
    font-size: 14px;
    line-height: 100%;
    color: #C2C2C2;
    background-color: #1A1A1A;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

#banner_indv .content .dir .form-especialista .form-control:focus-visible {
    outline: none;
}

#banner_indv .content .dir .form-especialista .form-control.box-select {
    border: 1px solid #C2C2C2;
    border-radius: 2px;
    font-family: var(--Satoshi_Regular);
    font-size: 14px;
    line-height: 100%;
    color: #C2C2C2;
    background-color: #1A1A1A;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    box-sizing: border-box;
}

#banner_indv .content .dir .form-especialista .form-control.box-select select {
    border: none;
    font-family: var(--Satoshi_Regular);
    font-size: 14px;
    line-height: 100%;
    color: #C2C2C2;
    background-color: #1A1A1A;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 12px;
    margin: 0;
    opacity: .5;
}

#banner_indv .content .dir .form-especialista .form-control.box-select .ativo {
    opacity: 1;
}

#banner_indv .content .dir .form-especialista .checkbox .checkbox-item {
    font-size: 14px;
    display: inline-flex;
    cursor: pointer
}

#banner_indv .content .dir .form-especialista .checkbox {
    margin: 10px 0;
    font-family: var(--Satoshi_Regular);
    font-size: 14px;
    line-height: 100%;
    color: #C2C2C2;
}

#banner_indv .content .dir .form-especialista .checkbox a {
    color: #C2C2C2;
    text-decoration: underline;
}

#banner_indv .content .dir .form-especialista .checkbox strong {
    font-weight: 600
}

#banner_indv .content .dir .form-especialista .checkbox span {
    margin-left: 10px
}

#banner_indv .content .dir .form-especialista .checkbox .checkbox-control {
    flex-shrink: 0;
    accent-color: var(--cian);
    height: 16px;
    width: 16px;
    border: 1px solid var(--cian);
    margin: 0;
    position: relative;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

#banner_indv .content .dir .form-especialista .btn {
    color: #fff;
    background-color: var(--roxo-claro);
    transition: .3s;
    border-radius: 2px;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--Satoshi_Regular);
    letter-spacing: -0.04em;
    cursor: pointer;
}

#banner_indv .content .dir .form-especialista .btn svg {
    margin: 0 0 -2px 10px;
}

#banner_indv .content .dir .form-especialista .status {
    text-align: center;
    color: #fff;
    font-family: var(--Satoshi_Light);
    margin: 0 0 15px 0;
}

#banner_indv .content .dir .form-especialista .status:empty {
    margin: 0;
}

#banner_indv .content .dir .form-especialista .status .status-erro {
    color: red;
}

#banner_indv .content .dir .form-especialista .status .status-ok {
    color: green;
}

/*ANIMACAO SHAKE*/
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

/* CLIENTES */
#clientes {
    border-bottom: 1px solid #cccecd;
    border-top: 1px solid #cccecd;
    padding: 0;
    overflow: hidden;
    height: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#clientes .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#clientes .esq {
    width: 245px;
    margin: 0 0 0 70px;
}

#clientes .esq .titulo {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.05em;
    color: #010101;
    opacity: 0.7;
}

#clientes .esq .titulo span {
    display: block;
    color: var(--roxo-claro);
    font-weight: 600;
}

#clientes .divisao {
    height: 72px;
    width: 1px;
    background-color: #cccecd;
    opacity: 0.7;
}

#clientes .dir {
    flex: 1;
    overflow: hidden;
    padding: 0 0 0 30px;
    position: relative;
}

#clientes .dir .swiper-slide {
    width: auto !important;
    min-width: 120px;
    height: 64px;
    margin: 0 30px 0 0;
    border: 1.14286px solid #D7D9D8;
    border-radius: 9.14286px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clientes .dir .swiper-slide img {
    height: 100%;
    width: auto;
}

#clientes .dir:before {
    content: ' ';
    position: absolute;
    width: 150px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#E2E4E3), color-stop(50.47%, rgba(226, 228, 227, 0)));
    background: -o-linear-gradient(left, #E2E4E3 0%, rgba(226, 228, 227, 0) 50.47%);
    background: linear-gradient(90deg, #E2E4E3 0%, rgba(226, 228, 227, 0) 50.47%);
    z-index: 2;
}

#clientes .dir:after {
    content: ' ';
    position: absolute;
    width: 150px;
    height: 100%;
    right: 0;
    top: 0px;
    background: -webkit-gradient(linear, right top, left top, from(#E2E4E3), color-stop(50.47%, rgba(226, 228, 227, 0)));
    background: -o-linear-gradient(right, #E2E4E3 0%, rgba(226, 228, 227, 0) 50.47%);
    background: linear-gradient(270deg, #E2E4E3 0%, rgba(226, 228, 227, 0) 50.47%);
    z-index: 2;
}

/* KPI */
#kpi .texto-kpi {
    font-family: var(--Satoshi_Regular);
    font-size: 16px;
    line-height: 18px;
    opacity: 0.7;
    text-transform: uppercase;
}

#kpi .texto-kpi b {
    font-family: var(--Satoshi_Bold);
    display: block;
}

#kpi .destaque {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.05em;
    margin: 8px 0 0 0;
}

#kpi .destaque span {
    color: var(--roxo-claro);
}

#kpi .box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
}

#kpi .container {
    display: flex;
    justify-content: space-between;
    padding: 35px 64.172px;
}

/* CERTIFICADOS */
#certificados {
    padding: 85px 0;
}

#certificados .titulo {
    margin: 0 auto 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 27.6px;
    color: #010101;
    padding-top: 10px;
}

#certificados .titulo span {
    color: var(--roxo-claro);
}

#certificados .cert-container {
    display: flex;
    flex-direction: row;
}

#certificados .box-textos {
    flex: 1;
}

#certificados .texto {
    font-family: var(--KonnectRegular);
    font-weight: 400;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}

#certificados .boxes {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 700px;
}

#certificados .box {
    background: #fff;
    width: calc(33.330% - 20px);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#certificados .box img {
    max-width: 145px;
}

/******************** QUEBRAS ***********************/
@media only screen and (max-width:1440px) {
    #parceiros {
        padding: 5.9028vw 0;
    }

    #parceiros .container .titulo,
    #infra .container .titulo,
    #solucoes .container .titulo,
    #certificados .titulo {
        font-size: 2.7778vw;
        line-height: 3.125vw;
    }

    #parceiros .container .organiza-parceiros {
        gap: 8.4722vw;
    }

    #parceiros .container .esq {
        width: 35.4722vw;
    }

    #parceiros .container .esq svg {
        width: 7.638vw;
    }

    #parceiros .container .esq .depo-nome {
        font-size: 2.2222vw;
        letter-spacing: -0.0347em;
    }

    #parceiros .container .esq .depo-cargo {
        font-size: 1.3889vw;
        line-height: 1.3889vw;
        letter-spacing: -0.0347em;
        margin-bottom: 1.3889vw;
    }

    #parceiros .container .esq .depo-texto svg {
        width: 1.5972vw;
        margin-right: 0.3472vw;
    }

    #parceiros .container .esq .depo-texto p {
        width: calc(100% - 2.9167vw);
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.05px;
        margin-bottom: 1.7361vw;
    }

    #parceiros .container .dir {
        width: 27.9861vw;
    }

    #parceiros .container .dir .box-video {
        width: 27.9861vw;
        height: 16.3889vw;
    }

    #cta {
        height: 18.125vw;
    }

    #cta .news-container .texto {
        font-size: 14px;
        line-height: 19px;
        width: 41.9861vw;
        margin-bottom: 1.3889vw;
    }

    #cta .news-container .titulo {
        font-size: 2.7778vw;
        margin: 0.625vw auto 1.3889vw;
    }

    #cta .news-container .btn,
    #parceiros .btn,
    #solucoes .btn,
    #desafios .btn {
        padding: 0.9028vw 1.25vw 0.9028vw 1.5278vw;
        font-size: 14px;
    }

    #cta .news-container .btn svg,
    #parceiros .btn svg,
    #solucoes .btn svg,
    #desafios .btn svg {
        margin: -0.1389vw -0.1389vw 0 0.6944vw;
        width: 12px;
    }

    #depoimentos {
        height: 33.68vw;
    }

    #depoimentos .container {
        padding: 4.8611vw 4.4444vw 0;
    }

    #depoimentos .depo-container {
        padding-bottom: 2.7778vw;
    }

    #depoimentos .depo-container .subtitulo {
        font-size: 1.3889vw;
        letter-spacing: -0.0347em;
        margin-bottom: 0.7639vw;
    }

    #depoimentos .depo-container .titulo {
        margin: 0 0 2.0833vw;
        font-size: 2.7778vw;
        line-height: 3.125vw;
        letter-spacing: -0.0347em;
        width: 49vw;
    }

    #depoimentos .depo-slide {
        margin-top: 3.6806vw;
    }

    #depoimentos .depo-slide .depo-content .depo-esq {
        width: 29.2%;
        margin-right: 8.7%;
    }

    #depoimentos .depo-slide .depo-content .depo-esq .depoimento-img {
        margin-bottom: 0.625vw;
    }

    #depoimentos .depo-slide .depo-content .depo-esq .depo-nome {
        font-size: 14px;
        letter-spacing: -0.3px;
        margin-bottom: 0.3472vw;
    }

    #depoimentos .depo-slide .depo-content .depo-esq .depo-cargo {
        font-size: 14px;
        letter-spacing: -0.3px;
    }

    #depoimentos .depo-slide .depo-content .depo-dir .depo-texto svg {
        width: 2.2222vw;
        margin-right: 2.2917vw;
    }

    #depoimentos .depo-slide .depo-content .depo-dir .depo-texto p {
        width: calc(100% - 4.5139vw);
        font-size: 1.6667vw;
        letter-spacing: -0.0417em;
        height: 11.8889vw;
    }

    #infra .container .titulo {
        width: 53vw;
    }

    #infra .container .texto {
        font-size: 1.3888vw;
        line-height: 1.6666vw;
        margin: 0 auto 2.0833vw;
    }

    #solucoes .container .texto,
    #certificados .texto {
        font-size: 1.3888vw;
        line-height: 1.6666vw;
    }

    #infra .container .texto {
        width: 38.19vw;
    }

    #infra .box,
    #solucoes .box {
        font-size: 13px;
        line-height: 17px;
        padding: 2.083vw 1.736vw;
        width: calc(20% - 16px);
    }

    #certificados .boxes {
        width: 580px;
        padding: 0;
    }

    #certificados .box {
        width: calc(33.33% - 13.33px);
    }

    #infra .boxes,
    #solucoes .boxes,
    #certificados .boxes {
        gap: 20px;
    }

    #certificados,
    #infra .infra-container,
    #solucoes .solucoes-container,
    #desafios .desafio-container {
        padding: 4.8611vw 4.4444vw;
    }

    #solucoes .header {
        margin-bottom: 4.166vw;
    }

    #desafios .titulo {
        font-size: 5.486vw;
        line-height: 6.319vw;
    }

    #desafios .texto {
        font-size: 16px;
        line-height: 20.2px;
    }

    #desafios .box {
        gap: 15px;
        font-size: 14px;
    }

    #desafios .boxes {
        margin-top: 16px;
        gap: 8px;
    }

    #clientes .dir {
        width: 65%;
    }

    #clientes .esq {
        width: 21%;
    }

    #kpi .destaque {
        font-size: 54px;
        line-height: 54px;
    }

    #kpi .texto-kpi {
        font-size: 14px;
        line-height: 16px;
    }

    #banner_indv {
        height: 45.0278vw;
    }

    #banner_indv .content {
        padding: 3.4722vw;
    }

    #banner_indv .content .esq .titulo {
        font-size: 2.77777vw;
        line-height: 3.1944vw;
        margin: 0 0 1.7778vw 0;
    }

    #banner_indv .content .esq .texto {
        font-size: 16px;
        line-height: 20px;
    }

    #banner_indv .content .esq .cta {
        font-size: 2.0833vw;
        padding: 2.0833vw 5.5556vw 2.0833vw 2.3611vw;
        margin: 1.3889vw 0 0.6944vw;
        width: 45vw;
    }

    #banner_indv .content .esq .cta:hover .seta-cta {
        width: 3.4722vw;
    }

    #banner_indv .content .esq .cta .seta-cta {
        width: 2.1528vw;
        height: 2.1528vw;
        border-radius: 0.3472vw;
        top: calc(50% - 1.0417vw);
        left: calc(100% - 1.0417vw);
    }

    #banner_indv .content .esq .obs {
        font-size: 14px;
        line-height: 1.1806vw;
    }

    #banner_indv .content .dir {
        width: 36.5278vw;
    }

    #banner_indv .content .dir .form-especialista {
        padding: 2.0833vw 1.7361vw;
    }

    #banner_indv .content .dir .form-especialista .titulo {
        font-size: 2.7778vw;
        margin: 0 0 1.7361vw;
    }

    #banner_indv .content .dir .form-especialista .item-label {
        font-size: 1.25vw;
        margin: 0 0 0.6944vw;
    }

    #banner_indv .content .dir .form-especialista .form-control.box-select {
        font-size: 0.9722vw;
        margin: 0 0 1.3889vw;
    }

    #banner_indv .content .dir .form-especialista .form-control.box-select select {
        font-size: 0.9722vw;
        padding: 0.6944vw 0.8333vw;
    }

    #banner_indv .content .dir .form-especialista .checkbox .checkbox-item {
        font-size: 0.9722vw;
    }

    #banner_indv .content .dir .form-especialista .checkbox {
        font-size: 12px;
    }

    #banner_indv .content .dir .form-especialista .checkbox span {
        margin-left: 0.6944vw;
    }

    #banner_indv .content .dir .form-especialista .checkbox .checkbox-control {
        height: 0.8889vw;
        width: 0.8889vw;
    }

    #banner_indv .content .dir .form-especialista .btn {
        padding: 0.8333vw 1.0417vw;
        font-size: 14px;
        line-height: 1.5278vw;
        letter-spacing: -0.0278vw;
    }

    #banner_indv .content .dir .form-especialista .btn svg {
        width: 12px;
    }

    #banner_indv .content .dir .form-especialista .status {
        margin: 0 0 1.0417vw 0;
    }

}

/******************** MOBILE ***********************/
@media only screen and (max-width:1024px) {
    #parceiros {
        padding: 50px 0 60px;
    }

    #parceiros .container {
        padding: 0 15px;
    }

    #parceiros .container .titulo,
    #certificados .titulo {
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 35px;
    }

    #parceiros .container .esq,
    #parceiros .container .dir {
        width: 100%;
    }

    #parceiros .container .organiza-parceiros {
        gap: 50px;
    }

    #parceiros .container .organiza-parceiros {
        gap: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #parceiros .container .organiza-parceiros.kora {
        flex-direction: column !important;
    }

    #parceiros .container .esq .depo-nome {
        font-size: 24px;
        letter-spacing: -0.5px;
    }

    #parceiros .container .esq .depo-cargo {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.3px;
        margin-bottom: 15px;
    }

    #parceiros .container .esq .depo-texto p {
        width: calc(100% - 33px);
        font-size: 18px;
        line-height: 25px;
    }

    #parceiros .container .esq .depo-texto svg {
        width: 23px;
        margin-right: 10px;
    }

    #parceiros .container .esq svg {
        width: 80px;
    }

    #parceiros .container .dir .box-video {
        width: 85%;
        height: 43vw;
        margin-left: 7.5%;
    }

    #cta {
        height: auto;
        margin-bottom: 50px;
    }

    #cta .news-container {
        padding: 50px 0;
    }

    #cta .news-container .titulo {
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    #cta .news-container .texto {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.2px;
        width: 65%;
        margin-bottom: 30px;
    }

    #cta .news-container .btn,
    #parceiros .btn,
    #solucoes .btn,
    #desafios .btn {
        padding: 13px 18px 13px 22px;
    }

    #depoimentos {
        height: auto;
    }

    #depoimentos .container {
        padding: 60px 15px 0px;
    }

    #depoimentos .depo-container {
        padding-bottom: 39px;
    }

    #depoimentos .depo-container .botao-depo {
        font-size: 15.5px;
        color: #1A1A1A;
        padding-bottom: 0px;
    }

    #depoimentos .depo-container .botao-depo svg {
        margin-left: 8px;
    }

    #depoimentos .depo-container .botao-depo svg path {
        fill: #1A1A1A;
    }

    #depoimentos .depo-slide .depo-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #depoimentos .depo-slide .depo-content .depo-esq,
    #depoimentos .depo-slide .depo-content .depo-dir {
        width: 100%;
        margin: 0;
    }

    #depoimentos .depo-slide .depo-content .depo-dir .depo-texto svg {
        width: 25px;
        height: auto;
        margin-right: 15px;
    }

    #depoimentos .depo-slide .depo-content .depo-dir .depo-texto p {
        width: calc(100% - 40px);
        font-size: 20px;
        letter-spacing: -0.7px;
        height: 150px;
    }

    #depoimentos .depo-slide .depo-content .depo-esq .depoimento-img {
        margin-top: 30px;
        margin-bottom: 12px;
        width: 30.769vw;
    }

    #depoimentos .depo-slide .depo-content .depo-esq .depo-nome {
        margin-top: 30px;
        font-size: 15.5px;
        letter-spacing: -0.5px;
        margin-bottom: 5px;
    }

    #depoimentos .depo-slide .depo-content .depo-esq .depo-cargo {
        font-size: 15.5px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    #depoimentos .depo-slide .box-scroll-nav {
        height: 83px;
        width: 100%;
        position: relative;
        top: auto;
    }

    #depoimentos .depo-slide .box-scroll-nav .container-nav {
        height: 50px;
    }

    #depoimentos .depo-slide .box-nav {
        height: 53px;
        width: 130px;
    }

    #depoimentos .depo-slide .box-nav .depo-next,
    #depoimentos .depo-slide .box-nav .depo-prev {
        width: 61px;
    }

    #depoimentos .depo-slide .depo-scrollbar {
        height: 3px;
    }

    #depoimentos .depo-slide {
        margin-top: 40px;
    }

    #depoimentos .depo-container .titulo {
        font-size: 32px;
        line-height: 35px;
        margin: 0 0 10px;
        width: 80%;
    }

    #depoimentos .depo-container .subtitulo {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.2px;
    }

    #clientes .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #clientes .divisao {
        height: 1px;
        width: 100px;
        margin: 15px auto;
    }

    #clientes .esq .titulo {
        width: 210px;
        font-size: 22px;
        line-height: 23px;
        text-align: center;
        letter-spacing: -0.05em;
        color: #010101;
        opacity: 0.7;
        margin: 0 auto;
    }

    #clientes .dir {
        width: 100%;
    }

    #clientes .dir:before {
        width: 61px;
        background: -webkit-gradient(linear, left top, right top, from(#E2E4E3), to(rgba(226, 228, 227, 0)));
        background: -o-linear-gradient(left, #E2E4E3 0%, rgba(226, 228, 227, 0) 100%);
        background: linear-gradient(90deg, #E2E4E3 0%, rgba(226, 228, 227, 0) 100%);
    }

    #clientes .dir:after {
        width: 61px;
        background: -webkit-gradient(linear, right top, left top, from(#E2E4E3), to(rgba(226, 228, 227, 0)));
        background: -o-linear-gradient(right, #E2E4E3 0%, rgba(226, 228, 227, 0) 100%);
        background: linear-gradient(270deg, #E2E4E3 0%, rgba(226, 228, 227, 0) 100%);
    }

    #clientes .esq {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    #clientes {
        padding: 30px 0;
        height: auto;
    }

    #banner_indv {
        height: auto;
    }

    #banner_indv .content {
        padding: 80px 22px 30px;
        background-size: cover;
        background-position: 55% 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #banner_indv .content .banner-overlay {
        height: 100%;
        width: 100%;
        background-color: var(--roxo-escuro);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.7;
    }

    #banner_indv .content .esq .titulo {
        font-size: 38px;
        line-height: 42px;
        margin: 0 0 20px 0;
    }

    #banner_indv .content .esq .texto {
        font-size: 16px;
        line-height: 24px;
    }

    #banner_indv .content .esq {
        margin-bottom: 30px;
    }

    #banner_indv .content .esq .cta {
        font-size: 26px;
        padding: 20px 24% 20px 37px;
        margin: 20px 0 10px;
        width: 100%;
    }

    #banner_indv .content .esq .cta:hover .seta-cta {
        width: 50px;
    }

    #banner_indv .content .esq .cta .seta-cta {
        width: 31px;
        height: 31px;
        border-radius: 5px;
        top: calc(50% - 15.5px);
        left: calc(93% - 15.5px);
    }

    #banner_indv .content .esq .obs {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -0.05em;
    }

    #banner_indv .content .dir,
    #banner_indv .content .esq {
        width: 100%;
    }

    #banner_indv .content .dir .form-especialista {
        padding: 30px 25px;
    }

    #banner_indv .content .dir .form-especialista .titulo {
        font-size: 40px;
        margin: 0 0 25px;
    }

    #banner_indv .content .dir .form-especialista .item-label {
        font-size: 14px;
    }

    #banner_indv .content .dir .form-especialista .form-control.box-select {
        font-size: 14px;
        margin: 0 0 20px;
    }

    #banner_indv .content .dir .form-especialista .form-control.box-select select {
        font-size: 14px;
        padding: 10px 12px;
    }

    #banner_indv .content .dir .form-especialista .checkbox .checkbox-item {
        font-size: 14px;
    }

    #banner_indv .content .dir .form-especialista .checkbox {
        font-size: 14px;
    }

    #banner_indv .content .dir .form-especialista .checkbox span {
        margin-left: 10px
    }

    #banner_indv .content .dir .form-especialista .checkbox .checkbox-control {
        height: 16px;
        width: 16px;
    }

    #banner_indv .content .dir .form-especialista .btn {
        padding: 12px 15px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.04em;
    }

    #banner_indv .content .dir .form-especialista .btn svg {
        margin: 0 0 -2px 10px;
    }

    #banner_indv .content .dir .form-especialista .status {
        margin: 0 0 15px 0;
    }

    #certificados,
    #infra .infra-container,
    #solucoes .solucoes-container,
    #desafios .desafio-container {
        padding: 50px 15px;
    }

    #kpi .container {
        padding: 35px 15px;
        justify-content: space-around;
    }

    #kpi .destaque {
        font-size: 52px;
        line-height: 52px;
    }

    #kpi .box {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    #desafios .desafio-container {
        flex-direction: column;
        gap: 30px;
    }

    #desafios .esq,
    #desafios .dir {
        width: 100%;
    }

    #desafios .titulo {
        font-size: 64px;
        line-height: 88px;
    }

    #desafios .boxes {
        margin-top: 20px;
        gap: 10px;
    }

    #infra .container .titulo,
    #infra .container .texto {
        width: 80%;
    }

    #parceiros .container .titulo,
    #infra .container .titulo,
    #solucoes .container .titulo,
    #certificados .titulo {
        font-size: 32px;
        line-height: 35px;
    }

    #infra .container .texto {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 25px;
    }

    #solucoes .container .texto,
    #certificados .texto {
        font-size: 16px;
        line-height: 24px;
    }

    #infra .box,
    #solucoes .box {
        font-size: 15px;
        line-height: 20px;
        padding: 30px 25px;
        width: calc(50% - 10px);
    }

    #certificados .box img {
        max-width: 90%;
    }

    #solucoes .header {
        flex-direction: column;
        margin-bottom: 40px;
    }

    #solucoes .esq,
    #solucoes .dir {
        width: 100%;
    }

    #certificados .cert-container {
        flex-direction: column;
        gap: 30px;
    }

    #certificados .boxes {
        width: 100%;
    }

    #certificados .box {
        width: 175px;
        padding: 20px;
    }

    #certificados .titulo,
    #certificados .texto {
        text-align: center;
    }

}



@media only screen and (max-width: 600px) {
    #cta .news-container .texto {
        width: 90%;
    }

    #parceiros .container .dir .box-video {
        width: 100%;
        height: 47vw;
        margin-left: 0%;
    }

    #banner_indv .content .dir .form-especialista {
        padding: 30px 15px;
    }

    #banner_indv .content .esq .titulo {
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 35px;
    }

    #banner_indv .content .esq .titulo .block {
        display: inline;
    }

    #banner_indv .content .esq .cta {
        font-size: 20px;
        padding: 20px 16% 20px 15px;
    }

    #banner_indv .content .esq .cta .seta-cta {
        width: 28px;
        height: 28px;
        top: calc(50% - 14px);
        left: calc(97% - 14px);
    }

    #banner_indv .content .esq .cta:hover .seta-cta {
        width: 38px;
    }

    #solucoes .dir {
        flex-direction: column;
    }

    #solucoes .dir .cloud {
        border-bottom: 1px solid #ffffff41;
        border-right: none;
    }

    #infra .box,
    #solucoes .box {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 15px;
        width: calc(50% - 10px);
    }

    #certificados .box {
        padding: 10px;
        width: calc(33.33% - 13.33px);
    }

    #solucoes .box .icon {
        width: 40px;
        height: 40px;
    }

    #solucoes .box .icon svg {
        scale: 0.8;
    }

    #desafios .titulo {
        font-size: 12vw;
        line-height: 15vw;
    }

    #kpi .destaque {
        font-size: 36px;
        height: 36px;
    }

    #kpi .texto-kpi {
        font-size: 12px;
        line-height: 16px;
    }

    #kpi .texto-kpi b {
        display: inline;
    }

    #kpi .box {
        width: 30%;
    }

    #kpi .container {
        justify-content: space-between;
    }

    #parceiros .btn {
        width: 90%;
        text-align: center;
        bottom: -31px;
    }

    #depoimentos .depo-container .titulo,
    #cta .news-container .titulo,
    #cta .news-container .texto,
    #infra .container .titulo,
    #infra .container .texto {
        width: 100%;
    }

    #banner_indv .content .dir .form-especialista label {
        flex-direction: column;
        gap: 15px;
    }

    #banner_indv .content .dir .form-especialista .checkbox .checkbox-item {
        flex-direction: row;
    }

    #clientes .dir .swiper-slide {
        min-width: auto;
    }

    #solucoes .dir .tex {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 398px) {

    #parceiros .container .titulo,
    #depoimentos .depo-container .titulo,
    #certificados .titulo {
        font-size: 28px;
    }

    #depoimentos .depo-slide .depo-content .depo-dir .depo-texto p {
        font-size: 18px;
    }

    #banner_indv .content .esq .cta .seta-cta {
        left: calc(96% - 14px);
    }

    #parceiros .btn {
        font-size: 12px;
    }

    #infra .box,
    #solucoes .box {
        width: 100%;
    }
}