@import url('https://fonts.googleapis.com/css2?family=Katibeh&display=swap'); h1,h2 {
    font-family: "Katibeh", serif !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); /* menu */
.navbar-fixed-top {
    background-color: #e6f2fe !important;
    background: unset;
    border-bottom: unset;
    box-shadow: unset !important;
}

.navbar-fixed-top .navbar-nav>li>a {
    color: #032e87 !important;
}

.navbar-fixed-top .navbar-nav>li>a:hover {
    color: #2371ff !important;
}

.intro {
    background: url(/images/bg-slide.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

h3.name-intro {
    font-size: 18px;
    color: #007bff;
    background-color: #c5ebff;
    width: 24%;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 23px;
}

h1.title-intro {
    font-size: 84px;
    color: #000647;
    line-height: 0.6;
    margin-bottom: 30px;
}

p.desc-intro {
    font-size: 17px;
    color: #000647;
}

.button-intro a {
    text-transform: uppercase;
    background-color: #09b818;
    color: #fff;
    padding: 13px 25px;
    border-radius: 22px;
    box-shadow: 0 14px 11px -13px #333;
    border-bottom: 5px solid;
    border-color: #03810e;
    transition: .3s ease-in-out;
}

.button-intro {
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

/* formulario */
form.register-form.register.formSubmit {
    position: absolute;
    display: flex;
    bottom: 16px;
    left: 0;
    right: 0;
    background: #fff !important;
    width: 85%;
    margin: auto;
    height: 22%;
    border-radius: 30px;
    box-shadow: 0 4px 20px -11px #00000099 !important;
    padding-left: 40px;
    padding-top: 20px;
    z-index: 1;
}

form.register-form.register.formSubmit p {
    margin: 0px 5px;
    color: #000 !important;
    padding-top: 22px;
    padding-bottom: 22px;
}

.small-col-inside {
    padding-left: unset;
    height: 100%;
    padding-top: 40px;
    padding-right: unset;
}

input.register-input, select.register-input {
    border: 1px solid #b6b6b6 !important;
    margin-bottom: 30px !important;
}

.section-blue.no-padding.intro .form-control:focus {
    color: #2371ff !important;
    background-color: unset;
    outline: 0;
    border-color: #2371ff !important;
    box-shadow: 0 0 0 2px #2371ff63;
}

/* <---------> */
/* sec-empresa */
.section__title p {
    font-size: 19px;
    color: #d4d8ff !important;
    background-color: #000647d9;
    width: 50%;
    text-align: center !important;
    border-radius: 20px;
    padding: 4px 0px;
    margin-bottom: 0;
}

h2.m-0.text-dark {
    margin-bottom: 25px !important;
    font-size: 70px;
    color: #000647 !important;
    margin-top: 20px !important;
    line-height: .6;
}

h4.title-sobre {
    margin-bottom: 3px;
    font-size: 20px;
    color: #2371ff;
}

span.round-on {
    border: 2px solid #ebebeb;
    border-radius: 480px;
    height: 480px;
    left: 15px;
    position: absolute;
    top: -16px;
    width: 480px;
    z-index: 1;
}

span.round-two {
    border: 2px solid #f0f0f0;
    border-radius: 708px;
    height: 478px;
    left: -38px;
    position: absolute;
    top: -3px;
    width: 478px;
    z-index: 1;
}

.award {
    background: #fff;
    border-radius: 25px;
    bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(34, 31, 60, .1);
    display: flex;
    padding: 30px;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    left: 90px;
}

.award .icon img {
    filter: invert(1);
}

.icon {
    background-color: #000647;
    width: 70px;
    height: 70px;
    margin: 0px 30px;
    border-radius: 100%;
}

.icon:before {
    content: "";
    position: absolute;
    border: 2px solid;
    width: 90px;
    height: 90px;
    left: 50px;
    top: 31px;
    border-radius: 50%;
    border-color: #000647;
}

.icon img {
    padding: 13px !important;
}

.text h3 {
    font-size: 36px;
    font-family: 'Katibeh';
    color: #000647;
}

/* <-------> */
/* sec-solucoes */
p.sub-title {
    margin: auto;
    width: 23%;
}

.text p {
    color: #767676;
}

#solucao {
    background-color: #ffff;
}

#vantagens {
    background-color: #fff;
    padding: 30px 0px 30px;
}

.testim-inner p {
    color: #767676;
}

#vantagens h2 {
    color: #000647 !important;
    font-size: 60px;
}

.main__servicos h3 {
    color: #fff;
    font-weight: 700;
    padding: 20px;
}

.valor-destaque span {
    font-size: 60px;
}

.main__servicos li {
    font-size: 20px;
    color: #494848;
    padding: 10px 0px;
}

.button-plano a {
    padding: 15px 40px;
    background-color: #2371ff;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 18px 17px 0px 0px;
}

.button-plano {
    margin-bottom: 10px;
}

#servicos {
    background-color: #fff;
}

#servicos h2 {
    color: #000647 !important;
    font-size: 70px;
    padding-bottom: 30px;
}

#servicos .main__servicos {
    background-color: #eeeeee;
}

.valor-destaque h4 {
    color: #333;
    font-weight: 800;
}

.main__servicos ul {
    margin-bottom: 40px;
}

.main__servicos h3 {
    background: linear-gradient(0deg, #8f8f8f00, #7aa5f2, #005aff);
    border-radius: 20px 20px 0px 0px;
}

.cta {
    display: flex;
    align-items: center;
}

.icon-cta img {
    width: 70px;
}

.icon-cta {
    position: relative;
    margin-right: 80px;
}

.icon-cta:before {
    position: absolute;
    content: "";
    background-color: #ededed;
    width: 100px;
    height: 100px;
    bottom: -12px;
    right: -18px;
    z-index: -1;
    border-radius: 50%;
}

.section-bg-overlay {
    background: unset;
}

.img-banner {
    position: absolute;
    top: 0;
    right: 150px;
    margin: auto;
}

#depoimentos {
    background-color: #d4d8ff;
}

#depoimentos .text-white {
    font-size: 70px !important;
    color: #000647 !important;
}

.text span.counter, h2.data {
    color: #000647;
    line-height: 30px;
    font-size: 128px;
}

p.years-experience {
    position: relative;
    top: 16px;
}

i.fas.fa-check:before {
    content: "\f00c";
    font-size: 15px;
    color: #14d122;
}

.navbar-toggler {
    background-color: #2371ff;
}

#solucao h2 {
    margin-top: 20px;
    color: #000647 !important;
    font-size: 48px;
}

.element img {
    width: 100%;
}

.intro:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #ffffff, #ffffff52, transparent, transparent, transparent, transparent);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.text-intro {
    position: relative;
    z-index: 3;
}

.box-publico {
    background: #ffffff;
    height: 270px;
    margin-bottom: 20px;
    padding: 60px 40px 0px;
    border-radius: 25px;
    box-shadow: 0 8px 23px -23px #333;
}

#publico-alvo {
    position: relative;
    background: url(/images/bg-publico.webp);
    background-size: cover;
    padding: 40px 0px 30px;
}

.title-publico h1 {
    font-size: 4em;
    color: #000647;
}

#publico-alvo:before {
    position: absolute;
    content: "";
    background: #ececec;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.text-publico p {
    color: #919191;
}

.icon-publico img {
    position: absolute;
    width: 57px;
    left: -10px;
    top: 0px;
    background: #D4D8FF;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 11px 18px -18px #333;
}

.text-publico h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    color: #000647;
    font-weight: 600;
}

.passo {
    position: relative;
    top: 10px;
    background: #000647;
    display: flex;
    flex-direction: row-reverse;
    height: 110px;
    padding: 20px 20px 10px;
    justify-content: flex-end;
    border-radius: 15px;
    align-items: center;
}

p.desc-passo {
    font-size: 4em;
    margin-right: 30px;
    color: #d4d8ff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.text-passo p {
    color: #333;
    padding: 30px 10px 0px;
}

.text-passo {
    background: linear-gradient(180deg, #f1f1f1, transparent);
    height: 200px;
}

h3.title-passo {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
}

.img-services img {
    border-radius: 20px 20px 0px 0px;
}

h1.title-service {
    font-size: 4em;
    margin-bottom: 30px;
    color: #000647;
}

p.desc-resultados {
    width: 100%;
    background: unset;
    color: #333 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

span.destaque-resultados {
    font-weight: 600;
}

.image img {
    width: 260px;
    border-radius: 18px;
    border: 2px solid;
    border-color: #000647;
    box-shadow: 0 8px 14px -11px #333;
}

.image:before {
    position: absolute;
    content: "Antes & Depois";
    color: #000647;
    text-align: center;
    display: flex;
    font-weight: 700;
    font-family: 'Katibeh';
    font-size: 1.9em;
    padding-bottom: 8px;
    margin: auto;
    width: 262px;
    height: 32px;
    background: #d4d8ff;
    top: 213px;
    left: 6px;
    right: 0;
    justify-content: center;
    align-items: center;
}

p.desc-chamada {
    color: #333;
    width: 75%;
    text-align: center;
    margin: auto;
}

h1.title-chamada {
    text-align: center;
    font-size: 6em;
    color: #d4d8ff;
}

.cta-contato {
    position: relative;
    background: url(/images/bg-cta.webp);
    padding: 80px 0px 100px;
    border-radius: 40px;
    z-index: 1;
    box-shadow: 0 11px 22px -12px #000647;
}

.button-cta {
    text-align: center;
    margin-top: 60px;
}

.button-cta a {
    text-transform: uppercase;
    background: #09b818;
    color: #fff;
    padding: 20px 50px;
    border-radius: 30px;
    font-weight: 600;
    font-family: montserrat;
    border-bottom: 4px solid;
    border-color: #04760e;
    box-shadow: 0 14px 11px -13px #09b818bd;
    transition: .3s ease-in-out;
}

.text-vantagens h3 {
    font-size: 1.1em;
    font-weight: 600;
    font-family: montserrat;
    color: #000647;
    margin-bottom: 3px;
}

.text-vantagens p {
    color: #a1a1a1;
}

.icon-topico img {
    width: 60px;
    background: #d4d8ff;
    padding: 10px;
    border-radius: 8px;
}

.topicos {
    display: flex;
}

.icon-topico {
    margin-right: 25px;
}

.cta-contato:before {
    position: absolute;
    content: "";
    background: #000647e3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 40px;
}

.cta-contato:after {
    position: absolute;
    content: "";
    background: url(/images/bg-div-slide-branca.svg);
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    width: 179px;
    margin: auto;
    z-index: -1;
}

.img-vantagens img {
    width: 100%;
}

#accordionExample .card-header {
    background: #ebebeb;
    border-radius: 10px;
    margin-bottom: 3px;
}

#diferenciais {
    background: #fff;
    padding: 20px 0px 60px;
}

.btn-link {
    color: #000647;
}

.btn-link:hover {
    color: #000647;
    text-decoration: none;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.card:has(.collapse.show) .card-header {
    background: #000647 !important;
}

.card:has(.collapse.show) .btn-link {
    color: #fff;
}

h2.titl-faq {
    font-size: 4em;
    color: #000647;
}

i.fas.fa-plus:before {
    content: "\f067";
}

i.fas.fa-plus {
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
}

button.btn.btn-link.btn-block.text-left.collapsed i.fas.fa-plus:not(.collapsed){
    transform: rotate(0deg);
}

#contact {
    background: #ececec;
}

.title-map h3 {
    font-family: 'Katibeh';
    color: #000647;
    font-size: 3em;
    text-align: center;
    margin-top: 20px;
}

.logo-footer {
    margin-bottom: 20px;
    text-align: center;
}

.info-footer p {
    line-height: 1.7;
}

.button-intro a:hover {
    border: unset;
    border-color: unset;
    box-shadow: unset;
    background-color: #09ed1d;
}

.button-cta a:hover {
    border-bottom: unset;
    box-shadow: unset;
    border-color: unset;
    background: #0ae71d;
}

i.fab.fa-whatsapp:before {
    content: "\f232";
    font-weight: 400;
    font-size: 20px;
}

i.fab.fa-whatsapp {
    margin-left: 4px;
}

@media(max-width: 720px) {
    h3.name-intro {
        width: 60%;
        padding-left: 0;
        text-align: center;
        margin: auto;
    }

    h1.title-intro {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .col-md-6.margin-top-50.p-5 {
        padding: 20px !important;
    }

    .button-intro {
        text-align: center;
    }

    .img-banner {
        position: absolute;
        right: 50px;
        bottom: -34px;
        margin: auto;
        width: 70%;
    }

    form.register-form.register.formSubmit {
        position: relative;
        display: flex;
        bottom: 16px;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        height: 100%;
        padding-left: unset;
        padding-top: 20px;
        padding-bottom: 30px;
        z-index: 1;
        flex-direction: column;
    }

    form.register-form.register.formSubmit p {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-blue.no-padding.intro .input-group {
        display: flex;
        justify-content: center;
    }

    .element {
        position: relative;
        top: 0;
    }

    span.round-on {
        height: 290px;
        left: 20px;
        position: absolute;
        top: -27px;
        width: 290px;
        z-index: 1;
    }

    span.round-two {
        height: 308px;
        left: 30px;
        position: absolute;
        top: -20px;
        width: 318px;
        z-index: 1;
    }

    .award {
        bottom: 0;
        display: flex;
        left: 10px;
        bottom: 50px;
        padding: 20px;
        position: relative;
        z-index: 2;
        align-items: flex-start;
        justify-content: space-around;
    }

    .text span.counter, h2.data {
        max-height: 30px;
        line-height: 0;
    }

    .icon {
        width: 70px;
        height: 70px;
        margin: 0px 14px;
    }

    .icon:before {
        width: 86px;
        height: 86px;
        left: 27px;
        top: 12px;
    }

    .section__title p {
        width: 100%;
    }

    h2.m-0.text-dark {
        font-size: 53px;
    }

    h2.mb-0.text-dark {
        font-size: 41px !important;
        line-height: 1;
    }

    #servicos .main__servicos {
        margin-bottom: 60px;
    }

    .button-plano {
        margin-bottom: 0px;
    }

    .section-bg-2 {
        padding: 30px 0px 30px;
    }

    #html-cta .image {
        display: none;
    }

    #html-cta h3 {
        font-size: 20pt;
    }

    #html-cta p {
        font-size: 17px;
    }

    .icon-cta {
        position: relative;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .icon-cta:before {
        right: 120px;
    }

    .cta:before {
        left: 0;
        bottom: -22px;
        right: 0;
        padding: 113px;
        margin: 10px;
    }

    .cta {
        display: block;
    }

    p.years-experience {
        margin-bottom: 0;
        margin-top: 35px;
    }

    .word-card {
        margin: 0 auto 30px;
    }

    #empresa p {
        text-align: left;
    }

    .word-card .image span {
        line-height: unset;
    }

    #vantagens {
        padding-top: 0px;
        padding-bottom: 0;
    }

    #servicos {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .owl-nav button {
        background: #00064773 !important;
    }

    .owl-nav button.owl-prev {
        left: -10px;
    }

    .owl-nav button.owl-next {
        right: -10px;
    }

    .icon-publico img {
        left: 11px;
    }

    h1.title-service {
        font-size: 3em;
    }

    h1.title-chamada {
        font-size: 40px;
    }

    .image:before {
        right: 5px;
    }

    div#accordionExample .btn-block {
        white-space: normal;
    }

    .box-publico {
        padding: 29px 40px 0px;
        text-align: center;
    }

    p.desc-intro {
        text-align: center;
    }

    .image {
        text-align: center;
    }

    #vantagens h2 {
        font-size: 46px;
    }

    h2.titl-faq {
        font-size: 2.5em;
    }

    #solucao {
        padding: 30px 0px 30px !important;
    }

    .icon-topico {
        position: relative;
        left: 10px;
    }

    .button-intro a {
        font-size: 13px;
    }

    h2.titl-faq {
        font-size: 2.5em;
        
    }
}

@media only screen and (max-width: 767px) {
    #home .no-gutters img {
        position: relative;
        opacity: 1;
        margin-top: 40px !important;
        width: 100%;
        display: block;
        margin: auto;
    }
}

/* Estilização da seção */
#depoimentos {
  padding: 60px 20px;
  background: linear-gradient(180deg, #f7f7f7, #fff);
}

#depoimentos .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Título e descrição da seção */
#depoimentos h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000647 !important;
    font-size: 48px;
}

#depoimentos .section-description {
    max-width: 800px;
    margin:
  0 auto 40px;
      margin-top: 0px;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
    background:
  unset;
    color: #333 !important;
    margin-top: 10px;
}

/* Grid responsiva para os vídeos */
#depoimentos .video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  padding: 0 10px;
}

/* Cada card com efeito "clean" inspirado no layout da imagem */
#depoimentos .video-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  
  /* Mantém a proporção 16:9; se o navegador não suportar "aspect-ratio", comente essa linha e utilize a técnica de padding-bottom */
  aspect-ratio: 16 / 9;
}

/* Caso prefira utilizar a técnica clássica para manter a proporção, comente o "aspect-ratio" acima e utilize: */
/*
.video-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  overflow: hidden;
  background: #fff;
}
.video-card::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;  // 16:9 = 56.25%
}
.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

/* Os iframes ocuparão 100% do espaço do card */
#depoimentos .video-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.logo img {
    width: 300px;
}