

.dor {
    padding: 6rem 0 4rem;
    text-align: center;
    color: #fff;
}

.dor h2 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
    text-align: center;
}

.dor h2 b {
    font-family: 'Bebas Neue';
    font-weight: 500;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
}

.dor .titulo {
    margin-bottom: 2rem;
}

.dor .topicos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.dor .topicos .cada {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    background-color: #252525;
    border-radius: 8px;
    transition: .3s;
}

.dor .topicos .cada:hover {
    transform: scale(1.05);
}

.dor .topicos .cada span {
    font-size: 14px;
}

.dor .topicos .cada .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: var(--amarelo);
}

.dor .topicos .cada .icone img {
    max-width: 32px;
    width: 100%;
}

.dor p b {
    font-family: 'Bebas Neue';
    font-weight: 600;
    font-size: 28px;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
}

.vsl {
    display: none;
    padding: 2rem 0 4rem;
    text-align: center;
    color: #fff;
    background-image: url("../img/grade.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vsl h3 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.vsl h3 b {
    font-family: 'Bebas Neue';
    font-weight: 500;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.vsl h3 b img {
    position: absolute;
    right: -30px;
    bottom: 40px;
    width: 40px;
    transform: rotate(20deg);
}

.vsl iframe {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    max-width: 560px;
}

.vsl .caixa {
    max-width: 600px;
    width: 100%;
    height: 340px;
    border-radius: 15px;
    background-color: gray;
    margin: 0 auto 20px;
}

.meli {
    margin: 2rem 0 0;
    padding: 1rem 0;
    background-color: var(--amarelo);
}

.meli img {
    max-width: 200px;
}

.owl-carousel span {
    display: block;
    width: fit-content;
    padding: 12px 26px;
    background: linear-gradient(90deg, #6fc1ff, #007bff);
    border: 1px solid var(--azul);
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
}

.owl-carousel .owl-item {
    width: auto !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel.left .owl-stage {
    animation: moveLeft 85s linear infinite;
}

.owl-carousel.right .owl-stage {
    animation: moveRight 85s linear infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.modulos {
    padding: 4rem 0;
    color: #fff;
    background-image: url("../img/banner-modulos.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.modulos h4 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.modulos h4 b {
    font-family: 'Bebas Neue';
    font-weight: 500;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.modulos .grade {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.modulos .grade .caixa {
    flex: 0 0 30%;
    padding: 20px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.modulos .grade .caixa .titulo {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

.modulos .grade .caixa .titulo img {
    max-width: 32px;
}

.modulos .grade .caixa .titulo h6 {
    font-family: 'Bebas Neue';
    text-align: initial;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}

.modulos .grade .caixa p{
    font-size: 14px;
}

.cta {
    padding: 6rem 0;
    background-image: url("../img/grade.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.cta .caixa {
        max-width: 400px;
    width: 100%;
    padding: 3px;
    border-radius: 9px;
    margin: auto;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    transition: .2s;
}

.cta .caixa:hover {
    transform: scale(1.05);
}

.cta .caixa .interno {
        z-index: 2;
    position: relative;
    background: black;
    padding: 20px;
    border: 1px solid silver;
    border-radius: 10px;
}

.cta .caixa::before {
    position: absolute;
    content: "";
    top: -200%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-image: linear-gradient(90deg, #ed8a06, var(--amarelo)); */
    background-image: var(--degrade);
    z-index: 2;
    transition: opacity 0.2s linear;
    opacity: 1;
    width: 300px;
    height: 500%;
    filter: blur(15px);
    border-radius: 12px;
    animation: rodar 5s infinite linear;
    transform-origin: center bottom;
}

@keyframes rodar {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.cta .caixa img {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: auto;
    max-height: 150px;
    object-fit: cover;
}

.cta .caixa ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.cta .caixa ul li {
    margin-bottom: 5px;
}

.cta .caixa a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}

.cta .caixa a:hover {
    background-image: linear-gradient(360deg, #ed8a06, var(--amarelo));
    transform: scale(1.05);
}

.cta .caixa span {
    font-family: 'Bebas Neue';
    font-size: 22px;
}

.cta .caixa span b {
    font-family: 'Bebas Neue';
    color: #FE4D46;
    text-decoration: line-through;
}

.cta .caixa h5 {
    font-family: 'Bebas Neue';
    font-size: 22px;
}

.cta .caixa h5 b {
        font-family: 'Bebas Neue';
    font-weight: 600;
    font-size: 70px;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    text-shadow: 0 0 30px #edba0696;
}

.cta .caixa .interno nav {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    justify-content: center;
    margin: 15px 0 0;
}

.cta .caixa .interno nav i {
    font-size: 12px;
    color: #666;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cta .caixa .interno nav i img {
    max-width: 14px;
}

.cta p {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.cta .interno h6 {
        font-size: 20px;
    font-weight: 500;
    font-family: 'Bebas Neue';
}

.cta .interno h6 b {
    font-family: 'Bebas Neue';
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
}

.emerson {
    margin: 6rem 0 4rem;
    color: #fff;
}

.emerson .caixa {
    /* border: 1px solid #444; */
    border-radius: 20px;
    position: relative;
    background-image: url("../img/fundo-emerson.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
}

.emerson .caixa span {
    font-family: 'Bebas Neue';
    font-size: 26px;
    line-height: 22px;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
}

.emerson .caixa h4 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
}

.emerson .caixa h4 b{
    font-family: 'Bebas Neue';
    font-weight: 500;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.emerson .caixa h4 b img {
    position: absolute;
    right: -30px;
    top: -0px;
    max-width: 40px;
    transform: rotate(10deg);
}

.emerson img.main {
    position: absolute;
    bottom: 1px;
    left: 1px;
    max-width: 400px;
}

.emerson .caixa p b{
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.emerson .caixa img.certificado {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
}

.duvidas {
    padding: 4rem 0;
    color: #fff;
}

.duvidas h5 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 2rem;
}

.duvidas a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 10px;
    background-color: #252525;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    transition: .2s;
    margin-bottom: 20px;
}

.duvidas a .icone {
    background-color: var(--amarelo);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 8px;
}

.duvidas a:hover {
    transition: .2s;
    text-decoration: none;
    color: #fff;
}

.duvidas a:focus .icone i {
    transform: rotate(180deg);
}

.duvidas .panel {
    display: none;
}

.duvidas .panel p {
    margin-bottom: 30px;
}

.rodape .container{
    padding: 4rem 0;
    color: #fff;
    border-top: 1px solid #444;
}

.rodape img.main {
        max-width: 440px;
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.rodape ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rodape ul li {
    margin-bottom: 10px;
}

.rodape ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.ecf {
    padding: 10px 0;
    background-color: #555;
    color: #fff;
}

.ecf .texto {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.ecf .texto p {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
}

.cases {
    padding: 4rem 0;
    color: #fff;
}

.cases h5 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
}

.cases h5 b {
    font-family: 'Bebas Neue';
    font-weight: 600;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.cases .img-comp-container {
  position: relative;
  height: 340px; /*should be the same height as the images*/
}

.cases .img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: gray 0px 0px 22px;
}

.cases .img-comp-img img {
  display: block;
  vertical-align: middle;
  width: 600px;
}

.cases .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  display: flex;
  justify-content: center;
  align-items: center;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  /* background-image: linear-gradient(90deg, #ed8a06, var(--amarelo)); */
  background-color: #222;
  border-radius: 50%;
}

.cases .img-comp-slider::after{
    content: '↔️';
    display: block;
    color: #000;
    font-weight: 700;
}

.cases .descri {
    display: flex;
    width: 100%;
    justify-content: space-around;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.cases .descri span {
    font-family: 'Bebas Neue';
    font-weight: 600;
    color: #000;
    font-size: 22px;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.cases .caixa {
    position: relative;
        padding: 18px 15px;
    border-radius: 15px;
    background: #252525;
    margin-bottom: 4rem;
}

.cases h6 {
    font-family: 'Bebas Neue';
    font-weight: 600;
    color: #fff;
    font-size: 32px;
}

.cases .col-md-5 {
    position: relative;
}

.cases .titulo {
    position: sticky;
    top: 120px;
}

.depoimentos {
    margin: 4rem 0 6rem;
    color: #fff;
    background-image: url("../img/banner-cell.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.depoimentos h5 {
    font-family: 'Bebas Neue';
    font-size: 42px;
    line-height: 40px;
}

.depoimentos .col-md-3 {
    align-self: center;
}

.depoimentos .titulo.esquerda {
    text-align: end;
}

.depoimentos .titulo {
    position: sticky;
    top: 120px;
}

.depoimentos h5 b {
    font-family: 'Bebas Neue';
    font-weight: 600;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.depoimentos .celular {
        max-width: 450px;
    width: 100%;
    display: block;
    margin: auto;
    background-image: url("../img/celular.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 55px 27px 0px;
    background-color: #171717;
    border-radius: 70px 70px 0 0;
}

.depoimentos .celular .tela {
        position: relative;
    background-image: url("../img/fundo-wpp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000c4;
    background-blend-mode: color;
}

.depoimentos .celular .tela .headerwpp {
    background-color: #222222a6;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(10px);
}

.depoimentos .celular .tela .headerwpp .grupo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.depoimentos .celular .tela .headerwpp .grupo .foto img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
}

.depoimentos .celular .tela .headerwpp .grupo h6 {
    margin-bottom: 0;
}

.depoimentos .celular .tela .canva {
    padding: 10px;
    max-height: 580px;
    overflow-y: scroll;
}

.depoimentos .celular .tela .canva::-webkit-scrollbar{
        background: transparent;
    width: 4px;
}
.depoimentos .celular .tela .canva::-webkit-scrollbar-thumb{
    background: #ffffff86;
    border-radius: 10px;
}

.depoimentos .celular .tela .canva .mensagemEsquerda {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.depoimentos .celular .tela .canva .mensagemEsquerda .user {
    display: flex;
    flex: 1 0 1;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 70px;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.depoimentos .celular .tela .canva .mensagemEsquerda .user i {
    font-style: normal;
    font-weight: 500;
}

.depoimentos .celular .tela .canva .mensagemEsquerda .msg {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 75%;
}

.depoimentos .celular .tela .canva .mensagemEsquerda .msg .envio {
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 8px 6px;
    background-color: #222;
    border-radius: 10px;
    width: fit-content;

}

.depoimentos .celular .tela .canva .mensagemEsquerda .msg .envio img {
    width: 100%;
    border-radius: 10px;
    margin: 5px 0;
    display: block;
}

.depoimentos .celular .tela .canva .mensagemEsquerda .msg .envio p {
    margin-bottom: 0px;
}

.depoimentos .celular .tela .canva .mensagemEsquerda .msg .envio span {
    color: #007bff;
    font-weight: 600;
}

/* mensagem direita */

.depoimentos .celular .tela .canva .mensagemDireita {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.depoimentos .celular .tela .canva .mensagemDireita .msg {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.depoimentos .celular .tela .canva .mensagemDireita .msg .envio {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 6px;
    background-color: #213620;
    border-radius: 10px;
}

.etapas {
    padding: 4rem 0;
    color: #fff;
}

.etapas h4 {
    font-family: 'Bebas Neue';
    font-size: 48px;
    line-height: 46px;
    margin-bottom: 1rem;
}

.etapas h4 b{
    font-family: 'Bebas Neue';
    font-weight: 700;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
}

.etapas .cada {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    flex: 1 0 25%;
    padding: 40px 20px 60px;
    border-radius: 10px;
    position: relative;
    background-color: #252525;
}

.etapas .cada .voce {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    z-index: 99;
}

.etapas .cada .voce img {
    max-width: 45px;
}

.etapas .cada .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(90deg, #ed8a06, var(--amarelo)); */
    color: #0000006d;
    font-weight: 800;
    font-size: 90px;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
    right: 25px;
}

.etapas .cada .texto h6 {
    font-family: 'Bebas Neue';
    font-weight: 500;
    color: #FFF;
    position: relative;
    font-size: 20px;
    margin-bottom: 0px;
}

.etapas .cada .texto h5 {
    font-family: 'Bebas Neue';
    font-weight: 700;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    position: relative;
    font-size: 32px;
    margin-bottom: 10px;
}

.etapas .col-md-12 {
    display: flex;
    gap: 1rem;
}

.etapas .cada p {
    font-size: 14px;
}

.etapas .titulo {
    text-align: center;
    margin-bottom: 40px;
}

.etapas .cada ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.etapas .cada ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

.etapas .cada p b {
    display: block;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #ed8a06, var(--amarelo));
    color: #000;
    font-weight: 700;
    margin: 20px 0 0px;
}

.etapas .explicacao {
    padding: 20px;
    background-color: #252525;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 10px;
    margin-bottom: 30px;
}

.etapas .explicacao img {
    max-width: 40px;
}

.etapas .explicacao h3 {
    font-size: 16px;
    font-weight: 600;
}

.etapas .explicacao p{
    font-size: 14px;
    margin: 0;
}

.etapas .cada .cadeado {
    position: absolute;
    top: 10px;
    right: 10px;

}

.etapas .cada .cadeado img {
    max-width: 40px;
}
