#header {
    background-color: #000;
}

#idiomas .glink {
    border-right: 1px solid #fff;
    color: #fff;
}

#header .container .esq .menu-desktop .menu-item,
#header .container .esq .menu-desktop .menu-item a {
    color: #fff;
}

#header .container .esq .menu-desktop .dropdown svg,
#header .container .esq .logo svg {
    filter: invert(1);
    -webkit-filter: invert(1);
}

#header .container .esq .menu-desktop .dropdown .submenu-solucoes svg {
    filter: invert(0);
    -webkit-filter: invert(0);
}

#header .container .esq .menu-desktop {
    border-left: 1px solid #fff;
}

#header.header-fixo {
    background-color: #000;
}

/***************** BANNER *****************/
#banner {
    padding: 0 15px;
    color: #fff;
    position: relative;
    background-color: #000;
    background-image: url(../../images/bg-lp-cloud.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#banner .banner-slide,
#banner .banner-slide .swiper-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

#banner .content {
    background-color: transparent;
    width: 100% !important;
    height: 100%;
    border-radius: 12px;
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 168px 50px 56px;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#banner .content .top,
#banner .content .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#banner .content .top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#banner .content .top .esq {
    width: 100%;
}

#banner .content .top .esq .titulo {
    font-size: 69px;
    letter-spacing: -0.05em;
    line-height: 100%;
    margin: 0 0 20px 0;
    font-family: var(--KonnectThin);
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

#banner .content .top .esq .texto {
    font-family: var(--Satoshi_Light);
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.05em;
    opacity: 0.95;
    text-transform: uppercase;
    text-align: center;
}

/**** SLIDE BANNER ****/
#banner .content .top .dir {
    position: relative;
    width: 513px;
    height: 300px;
    background: #00000073;
    border: 1px solid #FFFFFF;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

#banner .content .top .esq .btn {
    color: #010101;
    background-color: #fff;
    padding: 13px 18px 9px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-decoration: none;
    margin: 35px 0 0 0;
    display: inline-block;
    margin-left: calc(50% - 160px);
}

#banner .content .top .esq .btn svg {
    margin: -2px -2px 0 10px;
}

#banner .content .top .esq .btn:hover {
    background-color: var(--roxo-claro);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#banner .content .bottom {
    padding: 25px 0 0 0;
    margin: 149px 0 0 0;
    border-top: 1px solid #4d4d4e;
}

#banner .content .bottom .dir {
    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;
}

#banner .content .bottom .esq {
    width: 25%;
}

#banner .content .bottom .esq .texto {
    opacity: 0.7;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-family: var(--KonnectThin);
    font-weight: 600;
}

#banner .content .bottom .dir {
    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;
    padding: 0px;
    gap: 24px;
    width: 783px;
}

#banner .content .bottom .dir .destaque {
    font-size: 64px;
    letter-spacing: -0.05em;
    line-height: 100%;
    margin: 0 0 8px 0;
    height: 64px;
}

#banner .content .bottom .dir .destaque .low {
    font-size: 12px;
    letter-spacing: .02em;
}

#banner .content .bottom .dir .texto-kpi {
    font-family: var(--Satoshi_Light);
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 24px;
    opacity: 0.7;
    text-transform: uppercase;
}

#banner .content .bottom .dir .box {
    width: 226px;
}


/************** CLIENTES **************/
#clientes {
    border-bottom: 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: 336px;
    margin: 0 0 0 65px;
}

#clientes .esq .titulo {
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.05em;
    color: #010101;
}

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

#clientes .dir {
    width: 69%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#clientes .dir .swiper-slide {
    width: auto !important;
    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;
}

#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;
}

/************** CONTEUDO **************/
#conteudo-branco.conteudo {
    background-image: url(../../images/bg-parceiros.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

#conteudo-preto.conteudo {
    background-image: url(../../images/bg-conteudo-preto.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #000;
    color: #fff;
    padding-bottom: 10px;
}

.conteudo .container {
    padding: 80px 65px 0;
}

.conteudo .titulo {
    font-size: 48.17px;
    line-height: 50px;
    letter-spacing: -0.05em;
    text-align: center;
    margin-bottom: 30px;
}

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

.conteudo .titulo b {
    font-family: var(--KonnectSemiBold);
}

.conteudo .texto {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #4E4E4E;
}

#conteudo-preto.conteudo .texto {
    color: #fff;
}

.conteudo .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    margin: 60px 0 90px;
    padding: 0 60px;
    flex-wrap: wrap;
}

.conteudo .boxes .box {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -0.05em;
    background-color: #fff;
    padding: 33px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 33px;
    width: calc(25% - 22.5px);
    box-shadow: 0px 4px 11.8px 0px #0000001C;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

#conteudo-preto.conteudo .boxes .box {
    background: #2C2626;
    border: 1px solid #9A9A9A;
}

.conteudo .boxes .box .num {
    width: 50px;
    height: 50px;
    background-color: var(--roxo-escuro);
    color: var(--roxo-claro);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: var(--KonnectSemiBold);
    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;
    line-height: 25px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.conteudo .boxes .box.hv#box-mais {
    background-color: var(--roxo-claro);
    color: #fff;
    cursor: pointer;
}

.conteudo .boxes .box.hv#box-mais .num {
    color: var(--roxo-claro);
    background-color: #fff;
}

.conteudo .boxes .box.b-mais {
    display: none;
}

.conteudo .boxes .box.b-mais.atv {
    display: flex;
}

.conteudo .btn {
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 20px 14px 17px 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 90px;
    margin-left: calc(50% - 187.5px);
    display: inline-block;
}

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

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

.conteudo .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.conteudo .flex .esq,
.conteudo .flex .dir {
    width: 632px;
}

.conteudo .flex .texto,
.conteudo .flex .titulo {
    text-align: left;
}

.conteudo .flex .titulo {
    font-size: 40px;
}

/******************* PARCEIROS ********************/
#parceiros {
    padding: 80px 0 88px 0;
}

#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: 60px;
}

#parceiros .container .titulo {
    margin: 0 auto;
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.05em;
    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: 595px;
}

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

#parceiros .container .esq .depo-cargo {
    font-family: var(--KonnectThin);
    color: #000;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 28px;
    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 {
    width: calc(100% - 28px);
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.8px;
    margin-bottom: 25px;
}

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

#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: 515px;
    height: 303px;
    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 .dir .box-video {
    background-image: url("../../images/thumb-microsoft-vide.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;
}

/***************** FORMULARIO ********************/
#efeito-texto {
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgba(26, 26, 26, 0.15);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-family: var(--Satoshi_Light);
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1A1A1A;
    overflow: hidden;
}

#efeito-texto .bloco {
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0;
}

#efeito-texto .bloco .text .frase {
    margin: 0 20px 0 25px;
}

#efeito-texto .bloco .text {
    display: block;
    animation: scrollText 25s linear infinite;
}

#efeito-texto .bloco .text .icone {
    position: relative;
}

#efeito-texto .bloco .text .icone svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

#bloco-form {
    margin: 90px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 95px;
}

#bloco-form .esq {
    width: 632px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#bloco-form .esq .titulo {
    font-weight: 400;
    font-size: 50.29px;
    line-height: 54px;
    letter-spacing: -0.05em;
    text-align: right;
    color: #4E4E4E;
}

#bloco-form .esq .titulo span {
    color: var(--roxo-claro);
}

#bloco-form .esq .texto {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #4E4E4E;
    margin-top: 20px;
    text-align: right;
    opacity: 0.8;
    max-width: 600px;
}

#bloco-form .dir {
    width: 526px;
    background-color: #1A1A1A;
}

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

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

#bloco-form .dir .form-especialista .item-label {
    font-family: var(--Satoshi_Regular);
    font-size: 18px;
    line-height: 100%;
    color: #C2C2C2;
    margin: 0 0 10px;
    display: block;
}

#bloco-form .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;
    margin: 0 0 20px;
}

#bloco-form .dir .form-especialista .radio-group {
    font-family: var(--Satoshi_Regular);
    font-size: 18px;
    line-height: 100%;
    color: #C2C2C2;
    margin: 0 0 10px;
    display: block;
}

#bloco-form .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;
}

#bloco-form .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;
}

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

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

#bloco-form .dir .form-especialista .obrigatorios {
    color: #C2C2C2;
    font-size: 14px;
    text-align: center;
    font-family: var(--Satoshi_Regular);
    margin-top: 10px;
}

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

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

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

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

#bloco-form .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
}

#bloco-form .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: 22px;
    line-height: 26px;
    font-family: var(--Satoshi_Regular);
    letter-spacing: -0.04em;
    cursor: pointer;
}

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

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

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

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

@media only screen and (max-width:1440px) {
    #banner .content {
        padding: 14.444vw 50px 3.889vw;
    }

    #banner .content .top .esq .titulo {
        font-size: 50px;
    }

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

    #banner .content .top .esq .btn {
        padding: 11px 16px 7px 20px;
        font-size: 14px;
        line-height: 21px;
    }

    #banner .content .top .esq .btn svg {
        width: 12px;
    }

    #banner .content .bottom .dir .texto-kpi {
        font-size: 14px;
    }

    #banner .content .bottom .dir .destaque {
        font-size: 56px;
        height: 56px;
    }

    #banner .content .top .dir .titulo-video {
        font-size: 14px;
    }


    #banner .content .bottom .dir .box {
        width: 198px;
    }

    #banner .content .bottom .dir {
        width: 675px;
    }

    #banner .content .dir svg {
        width: 80%;
        height: auto;
    }

    #clientes .esq .titulo {
        font-size: 34px;
        line-height: 40px;
    }

    .conteudo .titulo,
    #parceiros .container .titulo {
        font-size: 3.333vw;
        line-height: 3.472vw;
    }

    .conteudo .texto,
    #parceiros .container .esq .depo-texto p,
    #bloco-form .esq .texto {
        font-size: 1.389vw;
        line-height: 2.083vw;
    }

    .conteudo .boxes {
        padding: 0 0px;
    }

    .conteudo .boxes .box {
        font-size: 1.736vw;
        line-height: 1.806vw;
    }

    .conteudo .btn {
        font-size: 18px;
        margin-left: calc(50% - 158px);
    }

    .conteudo .flex .esq {
        width: 50%;
    }

    .conteudo .flex .dir {
        width: 46%;
    }

    .conteudo .flex .titulo {
        font-size: 2.778vw;
    }

    #parceiros .container .esq .depo-nome {
        font-size: 3.194vw;
    }

    #parceiros .container .esq .depo-cargo {
        font-size: 1.875vw;
        line-height: 1.944vw;
    }

    #parceiros .container .esq {
        width: 42%;
    }

    #parceiros .container .dir .box-video {
        width: 100%;
        height: 25.5vw;
    }

    #parceiros .container .dir {
        width: 50%;
    }

    #parceiros .container {
        padding: 20px 65px 0;
    }

    #bloco-form {
        margin: 60px 0;
        padding: 0 65px;
    }

    #bloco-form .esq .titulo {
        font-size: 3.472vw;
        line-height: 3.75vw;
    }

    #bloco-form .esq {
        width: 45%;
    }

    #bloco-form .dir {
        width: 50%;
    }

    #bloco-form .dir .form-especialista .titulo {
        font-size: 36px;
    }
}

@media only screen and (max-width:1400px) {
    #clientes .dir {
        width: 65%;
    }

    #clientes .esq {
        width: 21%;
    }
}

@media only screen and (max-width:1024px) {
    #banner {
        padding: 120px 15px 60px;
    }

    #banner .content {
        padding: 12px;
    }

    #banner .content .top,
    #banner .content .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #banner .content .top {
        gap: 60px;
    }

    #banner .content .top .esq {
        width: 100%;
    }

    #banner .content .top .esq .titulo {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.05em;
    }

    #banner .content .top .esq .texto {
        font-size: 16px;
        line-height: 22px;
    }

    #banner .content .bottom .esq .texto {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.05em;
        opacity: 0.7;
        margin: 0 0 20px 0;
    }

    #banner .content .bottom .dir .destaque {
        font-size: 40px;
        line-height: 40px;
        height: 40px;
        letter-spacing: -0.05em;
    }

    #banner .content .bottom .dir .texto-kpi {
        font-size: 14px;
        line-height: 17px;
        opacity: 0.7;
    }

    #banner .content .top .esq .btn {
        max-width: 374px;
        margin: 35px auto 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #banner .content .top .esq .btn svg {
        margin: 1px 0 0 10px;
    }

    #banner .content .bottom {
        margin: 80px 0 0 0;
    }

    #banner .content .bottom .esq {
        width: 100%;
    }

    #banner .content .bottom .dir {
        width: 100%;
    }

    #banner .content .bottom .dir .box {
        width: 33%;
    }

    #banner .content .top .dir {
        width: 100%;
        height: 40vw;
    }

    #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: 176px;
        font-size: 16px;
        line-height: 18px;
        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: 20px 0;
        height: auto;
        border: none;
    }

    .conteudo .container {
        padding: 60px 15px 0;
    }

    .conteudo .titulo,
    #parceiros .container .titulo {
        font-size: 32px;
        line-height: 40px;
    }

    .conteudo .flex .titulo {
        font-size: 30px;
        line-height: 38px;
    }

    .conteudo .texto,
    #parceiros .container .esq .depo-texto p,
    #bloco-form .esq .texto {
        font-size: 16px;
        line-height: 22px;
    }

    .conteudo .boxes {
        gap: 20px;
        flex-wrap: wrap;
    }

    .conteudo .boxes .box {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
        width: calc(50% - 10px);
    }

    .conteudo .boxes .box .num {
        width: 40px;
        height: 40px;
    }

    .conteudo .btn {
        font-size: 15px;
        padding: 14px 14px 13px 17px;
        margin-left: calc(50% - 136px);
    }

    .conteudo .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .conteudo .flex .esq,
    .conteudo .flex .dir {
        width: 100%;
    }

    .conteudo .flex .texto,
    .conteudo .flex .titulo {
        text-align: center;
    }

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

    #parceiros .container .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: 28px;
        letter-spacing: -0.5px;
    }

    #parceiros .container .esq .depo-cargo {
        font-size: 18px;
        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%;
    }

    #bloco-form {
        margin: 60px 0;
        padding: 0 15px;
        flex-direction: column;
        gap: 60px;
    }

    #bloco-form .esq .titulo {
        font-size: 48px;
        line-height: 52px;
        text-align: center;
    }

    #bloco-form .esq,
    #bloco-form .dir {
        width: 100%;
    }

    #bloco-form .esq .texto {
        text-align: center;
        max-width: 100%;
    }

    #bloco-form .dir .form-especialista .radio-group {
        font-size: 16px;
    }
}

@media only screen and (max-width:600px) {
    #banner .content .top .esq .titulo {
        font-size: 36px;
    }

    #banner {
        padding: 100px 15px 60px;
    }

    #banner .content .bottom .dir {
        flex-direction: column;
        gap: 20px;
    }

    #banner .content .bottom .dir .box {
        width: 100%;
    }

    .conteudo .btn {
        font-size: 13px;
        padding: 13px 14px 12px 14px;
        margin-left: calc(50% - 120px);
    }

    .conteudo .boxes .box {
        width: 100%;
    }

    .conteudo .titulo,
    #parceiros .container .titulo {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }

    #bloco-form .esq .titulo {
        font-size: 32px;
        line-height: 38px;
    }

    #bloco-form .dir .form-especialista .titulo {
        font-size: 30px;
    }

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