@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap'); 

body {
    font-family: "Sora", sans-serif !important;
}

.sora - <uniquifier> {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

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

.shared-background {
    background: url(/images/portafacil/bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff; /* Cor do texto branca */
}

#iconetopo {
    display: flex;
    gap: 10px;
    position: absolute;
    left: 62%;
    bottom: 86%;
    z-index: 50;
}

#iconetopo .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgba(255, 251, 251, 0.31);
    text-decoration: none;
    margin: 0px !important;
    filter: invert(1);
    
}

#iconetopo .icon img {
    width: 24px;
    height: 24px;
    padding: 0px !important;
}


/*.intro {
  background: url(/images/portafacil/bg4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 40px;
}*/

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: 38px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    font-family: "Sora", sans-serif;
    margin-left: 8%;
}

p.desc-intro {
    font-size: 16px;
    color: #fff;
    font-family: "Sora", sans-serif;
    margin-left: 8%;
}

.button-intro a {
    text-transform: uppercase;
    background-color: #37c1cc;
    color: #fff;
    padding: 13px 25px;
    border-radius: 22px;
    box-shadow: 0 14px 11px -13px #333;
    border-bottom: 5px solid;
      border-bottom-color: currentcolor;
    border-color: #2ca7b4;
    transition: .3s ease-in-out;
    margin-left: 8%;
}

.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 {
    width: 70px;
    height: 70px;
    margin: 0px 30px;
    border-radius: 100%;
}

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

.text h3 {
    font-size: 36px;
    font-family: "Sora", sans-serif;
    color: #000647;
}

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

.text p {
    color: #767676;
}

#solucao {
    background-color: #ffff;
}

#vantagens {
    background: #f2f2f2;
    padding: 30px 0px 30px;
}

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

#vantagens h2 {
    color: #404040 !important;
    font-size: 60px;
    font-family: "Sora", sans-serif;
}

.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%;
    margin-top: 15%;
}

.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 {
    padding: 40px 0px 30px;
    background: #f2f2f2;
}

.title-publico h1 {
    font-size: 3em;
    color: #404040;
    font-family: "Sora", sans-serif;
}

.text-publico p {
    color: #514f4f;
}

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

.text-publico h3 {
    font-family: "Sora", sans-serif;
    font-size: 18px;
    color: #404040;
    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: "Sora", 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: "Sora", 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: "Sora", sans-serif;
    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: "Sora", sans-serif;
    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: "Sora", sans-serif;
    color: #404040;
    margin-bottom: 3px;
}

.text-vantagens p {
    color: #fff;
    font-family: "Sora", sans-serif;
  }

.icon-topico img {
    width: 60px;
    background: #32e5f2;
    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: "Sora", sans-serif;
    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: #48deea;
}

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

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 {
        margin-bottom: 22px;
        text-align: center;
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.1em;
        letter-spacing: 0px;
        margin-left: 0%;
    }

    .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;
        margin-top: 45%;
    }

    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;
        margin-left: 0%;
    }

    .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;
        margin-left: 0%;
    }

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

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

@keyframes slideIn {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
  
  .element img {
    animation: slideIn 2s ease-in-out;
  }
  
#home .logo img {
    max-width: 65%;
  } 

/*funcional*/

#funcional body {
    font-family: "Sora", sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #eef2f3; /* Você pode alterar a cor de fundo se desejar */
}

#funcional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background-color: transparent; /* Caixa invisível */
    box-shadow: none; /* Sem sombra */
    width: 80%; /* Define a largura do contêiner */
}

#funcional .text {
    flex: 1;
    text-align: left;
    margin-right: 40px; /* Margem à direita do texto */
    max-width: 50%; /* Define a largura máxima do texto */
}

#funcional h1 {
    color: #ffffff;
    font-size: 2.2em;
    margin-bottom: 20px;
    font-family: "Sora", sans-serif;
}

#funcional p {
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.6;
    margin-top: 10px;
    font-family: "Sora", sans-serif;
}

#funcional .graphic {
    flex: 1;
    display: flex;
    justify-content: center; /* Centraliza horizontalmente a imagem */
    align-items: center;
    padding-left: 20px;
    max-width: 50%; /* Define a largura máxima da imagem */
}

#funcional .graphic img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
}

#funcional .graphic img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#funcional h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    color: #37c1cc;
    margin-top: 10px;
    border-radius: 2px;
}

#funcional p::before {
    content: '“';
    font-size: 2em;
    color: #37c1cc;
    vertical-align: middle;
    line-height: 0;
    margin-right: 10px;
}

#funcional p::after {
    content: '”';
    font-size: 2em;
    color: #37c1cc;
    vertical-align: middle;
    line-height: 0;
    margin-left: 10px;
}

/*frame*/

body {
    font-family: "Sora", sans-serif;
    margin: 0;
}

/* Estilos Específicos da Seção de Vídeo */
.video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #000a2f, #012d60);
}

.video-section .video-wrapper {
    width: 70%;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background-color: transparent;
}

.video-section .video-container {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: transparent;
}

.video-section .responsive-iframe {
    position: relative;
    padding-top: 50.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.video-section .responsive-iframe#frame {
    background-color: #000a2f;
}

.video-section .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none;
    background-color: transparent;
}




/*funcional*/


@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

.portaria-facil {
  font-family: 'Sora', sans-serif; /* Fonte personalizada */
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #012c5f, #38c2cd); /* Gradiente de fundo */
  color: #fff; /* Cor do texto padrão */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.portaria-facil .title-container {
  text-align: center;
  margin: 20px 0;
}

.portaria-facil .main-title {
  font-size: 20px; /* Ajuste no tamanho da fonte para 20px */
  color: #38c2cd; /* Cor #38c2cd */
  text-transform: uppercase;
  display: block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Sombra do texto mais sutil */
}

.portaria-facil .highlight-title {
  font-size: 48px;
  color: #FFF; /* Cor branca */
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Sombra do texto mais sutil */
}

.portaria-facil .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 75%;
  margin: 20px auto;
  width: 80%;
}

.portaria-facil .step, .portaria-facil .bonus {
  display: flex;
  flex-direction: column; /* Colocando itens em coluna */
  align-items: center; /* Centralizando itens */
  padding: 40px;
  border: 2px solid #38c2cd; /* Borda com cor temática */
  background-color: #fff; /* Fundo branco */
  color: #012c5f; /* Cor do texto */
  border-radius: 16px; /* Bordas mais arredondadas */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: auto;
  min-height: 200px;
  animation: fadeIn 1s ease-in-out; /* Animação de entrada */
  overflow: hidden; /* Garantir que o conteúdo não ultrapasse a borda */
}

.portaria-facil .step:hover, .portaria-facil .bonus:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background-color: #b4e1e6; /* Fundo ao hover */
  color: #012c5f; /* Cor do texto ao hover */
}

.portaria-facil .step-number {
  font-size: 200px; /* Aumentando ainda mais o tamanho dos números */
  font-weight: bold;
  color: rgba(1, 44, 95, 0.1); /* Cor dos números com opacidade para fundo */
  position: absolute;
  bottom: -30px; /* Ajuste para colar no fundo */
  right: -17px; /* Ajuste para colar à direita */
  margin: 0; /* Sem margem */
  line-height: 1; /* Ajuste de espaçamento vertical */
  padding: 0; /* Sem padding */
  transition: transform 0.3s ease, color 0.3s ease;
}

.portaria-facil .step:hover .step-number, .portaria-facil .bonus:hover .step-number {
  color: rgba(56, 194, 205, 0.2); /* Cor dos números ao hover */
}

.portaria-facil .step-description {
  flex: 1;
  font-size: 18px;
  text-align: center; /* Centralizando descrição */
  color: #012c5f;
  transition: color 0.3s ease;
}

/* Animação de entrada */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .portaria-facil .container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .portaria-facil .step, .portaria-facil .bonus {
    height: auto;
  }

  .portaria-facil .step-number {
    font-size: 120px; /* Ajuste no tamanho para telas menores */
    bottom: -10px; /* Ajuste na posição para evitar sair da caixa */
    right: -10px; /* Ajuste na posição para evitar sair da caixa */
    margin: 0; /* Sem margem */
    line-height: 1; /* Ajuste de espaçamento vertical */
    padding: 0; /* Sem padding */
  }

  .portaria-facil .step-description {
    margin-left: 0;
    text-align: center;
  }
}

/*difer*/

body {
    font-family: "Sora", sans-serif;
    background-color: #38c2cd;
    color: white;
    margin: 0;
    padding: 0;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  #difer .container {
    max-width: 70%; /* Ajuste para ocupar 70% da largura da página */
    margin: 0 auto;
    padding: 20px;
    border: none; /* Garantir que não há borda na container */
  }
  
  /* Classe para ajustar facilmente o background da access-wrapper */
  #difer .access-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 40px 20px 20px 20px; /* Ajuste para dar espaço ao título */
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    min-height: 200px; /* Defina a altura mínima */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.45)), url("/images/portafacil/phone1.png");
    background-size: cover;
    background-position: center 60%;
    border: none; /* Garantir que não há borda na access-wrapper */
  }
  
  #difer .highlight-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent; /* Fundo transparente */
    border: 2px solid white;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px; /* Ajuste do tamanho da fonte */
    font-weight: bold;
    color: white; /* Cor do texto */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra */
    text-align: center;
    margin: 20px; /* Espaço adicional */
  }
  
  #difer .access-methods {
    display: flex;
    justify-content: space-between;
    margin-top: 75px; /* Ajuste para dar mais espaço ao título */
    min-height: 140px; /* Defina a altura mínima */
  }
  
  #difer .access-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px; /* Reduzido */
    border-radius: 10px;
    text-align: center;
    flex: 1;
    margin: 0 5px; /* Reduzido */
    background-size: cover;
    background-position: center;
  }
  
  #difer .access-icon {
    max-width: 60px; /* Reduzido */
    height: auto;
    margin-top: 10%;
    filter: invert(100%); 
  }
  
  #difer .access-item p {
    margin: 5px 0 0;
    font-size: 16px;
    font-family: "Sora", sans-serif;
  }
  
  #difer .features {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  /* Classe para ajustar facilmente o background das feature-boxes */
  #difer .feature-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    text-align: left; /* Alinhar o texto à esquerda */
    flex: 1;
    margin: 0 10px;
    background-size: cover;
    background-position: center;
    min-height: 300px; /* Defina a altura mínima */
    position: relative;
    font-family: "Sora", sans-serif;
    background-image: url("background-feature-box.jpg"); /* Altere aqui */
    border: none; /* Garantir que não há borda nas feature-boxes */
  }
  
  #difer .feature-box-1 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.45)), url("/images/portafacil/phone3.png");
  }
  
  #difer .feature-box-2 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.45)), url("/images/portafacil/phone4.png");
  }

  #difer .feature-box h3 {
    color: #32e5f2;
    margin: 0 0 10px 10px;
    font-size: 28px;
    position: absolute;
    bottom: 90px;
    left: 20px;
    font-family: "Sora", sans-serif;
  }
  
  #difer .feature-box p {
    margin: 10px 0 0 10px; /* Ajuste de margem */
    font-size: 16px; /* Ajuste o tamanho da fonte conforme necessário */
    position: absolute;
    bottom: 20px; /* Ajuste para posicionar no canto inferior esquerdo */
    left: 20px; /* Ajuste para posicionar no canto inferior esquerdo */
    font-family: "Sora", sans-serif;
  }
  
  @media (max-width: 768px) {
    #difer .access-item,
    #difer .feature-box {
      flex: 1 1 100%; /* Ajuste para telas menores */
    }
  }
  

  /*banner*/

  .banner-body {
    margin: 0;
    font-family: "Sora", sans-serif;
    background: linear-gradient(180deg, #0c4b77, #38c2cd);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}

.banner-background {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#banner-publicitario {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.2)), url("/images/portafacil/phone5.png");
    color: #fff;
    padding: 20px;
    width: 75%;
    max-width: 1200px;
    height: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-position: center 38%;
    background-size: cover;
    position: absolute;
    margin-bottom: 4%;
}

#banner-publicitario .conteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

#banner-publicitario .texto {
    width: 50%;
    line-height: 1.4;
    color: #fff;
    padding-left: 20px; /* Alinhei o texto à esquerda */
    z-index: 2;
}

#banner-publicitario .texto h2 {
    font-family: "Sora", sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

#banner-publicitario .texto p {
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

#banner-publicitario .imagem {
    position: absolute;
    top: 0;
    left: 50%; /* Começa do meio da caixa */
    width: 50%;
    height: 100%;
    z-index: 1;
}

#banner-publicitario .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5; /* Reduzi a opacidade da imagem para dar mais contraste ao texto */
}

/*produt*/
  
  #produt .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  #produt header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  #produt .title {
    font-size: 18px;
    color: #000647;
    font-family: "Sora", sans-serif;
  }
  
  #produt .subtitle {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-family: "Sora", sans-serif;
  }
  
  #produt .equipment-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
  }
  
  #produt .equipment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: fadeIn 1s ease-in-out;
  }
  
  #produt .equipment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  }
  
  #produt .equipment-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#produt img {
    max-height: 200px;
}

  #produt .equipment-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000656;
  }
  
  #produt .equipment-description {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    color: #666;
  }
  
  #produt .learn-more-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 14px;
  }
  
  #produt .learn-more-btn i {
    margin-right: 5px;
  }
  
  #produt .learn-more-btn:hover {
    background-color: #0056b3;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  } 
  

  /*aplicant*/

  #aplicant {
    font-family: "Sora", sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    background: linear-gradient(180deg, #f2f2f2, #d1ebf7);
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes backgroundAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  
  #aplicant .container {
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    animation: slideIn 1s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }
  
  @keyframes slideIn {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  #aplicant .title {
    font-size: 2.5em;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    animation: titleFadeIn 1.5s ease-in-out;
    font-family: "Sora", sans-serif;
    margin-top: 10%;
  }
  
  @keyframes titleFadeIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  #aplicant .title:hover {
    color: #b4e1e6;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
  }
  
  #aplicant .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  #aplicant .button {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease,
      background 0.3s ease, filter 0.3s ease;
    border-radius: 15px;
    cursor: pointer;
    background: linear-gradient(135deg, #022e61, #36c2cd);
    padding: 10px;
    border: 2px solid #b4e1e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  #aplicant .button:active {
    transform: scale(0.95);
    animation: pulse 0.5s;
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  #aplicant .button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #36c2cd, #022e61);
    filter: brightness(1.2);
  }
  
  #aplicant .store-badge {
    width: 170px;
    height: 50px;
  }
  
  #aplicant a {
    text-decoration: none;
    color: inherit;
  }
  
  #aplicant a:hover {
    color: #fff;
  }
  
  @media (max-width: 600px) {
    #aplicant .container {
      padding: 10px;
    }
  
    #aplicant .title {
      font-size: 2em;
    }
  
    #aplicant .buttons {
      flex-direction: column;
    }
  
    #aplicant .button {
      margin-bottom: 10px;
    }
  }


  /*bannqr*/


  #bannqr {
    font-family: "Sora", sans-serif;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
  }
  
  #bannqr .banner {
    color: #ffffff; /* Texto branco */
    padding: 80px 70px; /* Aumentando o espaçamento interno */
    text-align: left; /* Texto à esquerda */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 75%; /* Ocupar 75% da largura da tela */
    border-radius: 12px;
    background-image: linear-gradient(to bottom, rgba(255, 253, 253, 0.01), rgba(255, 255, 255, 0.11)), url("/images/portafacil/phone6.png");
    background-size: cover;
    background-position: center bottom 22%;
    margin-bottom: -4%;
  }
  
  #bannqr .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  #bannqr .subtitle {
    font-size: 16px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    max-width: 47%;
  }
  
  /*contato*/


  /* CSS */
#contact-form-section .section-grey {
    background-color: #f8f8f8;
    padding: 40px 0;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
}

#contact-form-section .col-md-6 {
    width: 100%;
    margin: 0 auto;
    max-width: 75% !important;
    flex: 0 0 75%
}

#contact-form-section .contact-box {
    background: linear-gradient(to bottom, rgba(5, 24, 62, 0.9), rgba(26, 65, 85, 0.9)), url('/images/portafacil/bg5.png') no-repeat center center;
      background-size: auto, auto;
    background-size: auto, auto;
    background-size: cover;
    padding: 40px 15%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: white;
  }

.contact-input.captcha_result.captcha-contact-text {
    margin-bottom: 0px !important;
  }

  #contact-form-section h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #32e5f2;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#contact-form-section h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: white;
    margin: 10px auto 0;
    border-radius: 2px;
}

#contact-form-section .contact-subtitle {
    font-size: 36px; /* Tamanho aumentado para o subtítulo */
    font-weight: 400;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#contact-form-section .contact-input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(220, 220, 220, 0.7);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 16px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#contact-form-section .contact-input:hover,
#contact-form-section .contact-input:focus {
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
    border-color: #4CAF50;
}

#contact-form-section .contact-input::placeholder {
    color: #999;
}

#contact-form-section .contact-function {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

#contact-form-section .contact-function label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
}

#contact-form-section .contact-submit {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
}

#contact-form-section .contact-submit:hover {
    background-color: #45a049;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#contact-form-section .captcha-div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#contact-form-section .captcha {
    flex-shrink: 0;
    width: 150px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 220, 220, 0.7);
    margin-right: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}

#contact-form-section .captcha:hover {
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
}

#contact-form-section .captcha-contact-text {
    flex-grow: 1;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 220, 220, 0.7);
    transition: all 0.3s ease;
}

#contact-form-section .captcha-contact-text:hover,
#contact-form-section .captcha-contact-text:focus {
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
    border-color: #4CAF50;
}

#contact-form-section .alert {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #f8d7da;
    border-radius: 10px;
    background-color: #f8d7da;
    color: #721c24;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#contact-form-section input.contact-input,
#contact-form-section textarea.contact-input {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #contact-form-section .col-md-6 {
        width: 100%;
        padding: 0 20px;
    }

    #contact-form-section .contact-box {
        padding: 20px; /* Ajuste para dispositivos móveis */
    }
}

#vantagens p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #757474;
    margin-bottom: 10px;
    font-family: "Sora", sans-serif;
}

#banner-publicitario h2 {
    color: #32e5f2;
  }

#publico-alvo p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Sora", sans-serif;
}

#publico-alvo h2 {
    font-size: 22px;
    font-family: "Sora", sans-serif;
  }

#difer body {
    background-color: #38c2cd !important;
    margin: 0;
    padding: 0;
}

#aplicant .title {
    color: #fff;
}

.footer img {
    vertical-align: middle;
    border-style: none;
    max-width: 375px;
}

/*aplicativation*/

#aplicativation {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #d1ebf7;
}

#aplicativation .container {
    width: 90%;
    padding: 20px;
    margin: 20px auto; /* Centraliza o container horizontalmente */
}

#aplicativation .main-body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#aplicativation .section {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#aplicativation .section h2 {
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

#aplicativation .section img.main-image {
    max-width: 40%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#aplicativation #section-bottom img.main-image {
    order: 2;
    margin-left: 20px;
    margin-right: 0;
}

#aplicativation .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex: 1;
}

#aplicativation .feature {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: left;
  }

  #aplicativation .feature .icon {
    flex: 0 0 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#aplicativation .feature .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#aplicativation .feature .text {
    color: #514f4f;
    
}

#aplicativation .feature strong {
    display: block;
    font-weight: bold;
    color: #38c2d5;
}

#aplicativation h2 {
    color: #fff;
}

#aplicativation h2 {
    color: #404040;
    font-family: "Sora", sans-serif;
    position: absolute;
    margin-top: 6%;
    margin-left: 33%;
}

#aplicativation h3 {
    font-size: 36px;
    color: #404040;
    font-family: "Sora", sans-serif;
    position: absolute;
    margin-left: 3%;
}

/*new media*/

@media(min-width: 721px) {

#comofumob {
    display: none;
    }
    
#comoent {
    display: none;
    }
    
#formamob {
    display: none;
    }    

}
@media(max-width: 720px) {
    #home .logo img {
        max-width: 75%;
    }
    p.desc-intro {
        font-size: 12px;
        color: #fff;
        font-family: "Sora", sans-serif;
        line-height: 16px;
    }
    #funcional {
        display: flex;
        align-items: center;
        background-color: transparent;
        box-shadow: none;
        width: 100%;
        flex-direction: column;
        padding: 0px;
        margin-bottom: 5%;
    }
    #funcional h1 {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 20px;
        font-family: "Sora", sans-serif;
        text-align: center;
    }
    #funcional p {
        color: #ffffff;
        font-size: 12px;
        line-height: 1.1;
        margin-top: 10px;
        font-family: "Sora", sans-serif;
    }

    .portaria-facil {
        display: none;
    }

    #difer {
        display: none;
    }

    /*comofumob*/

    #comofumob {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: auto;
        overflow: hidden;
    }

    #comofumob button:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    
    
    #comofumob .slides {
        display: flex;
        transition: transform 0.5s ease;
    }
    
    #comofumob .slides img {
        width: 100%;
        flex-shrink: 0;
        border-radius: 15px;
        padding: 5px;
    }
    
    #comofumob button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        padding: 0;
        font-size: 15px;
    }
    
    #comofumob button.prev {
        left: 10px;
    }
    
    #comofumob button.next {
        right: 10px;
    }
    
    /*comoent*/

    #comoent {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: auto;
        overflow: hidden;
    }

    #comoent button:disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
    
    #comoent .slides {
        display: flex;
        transition: transform 0.5s ease;
    }
    
    #comoent .slides img {
        width: 100%;
        flex-shrink: 0;
        border-radius: 15px;
        padding: 5px;
    }
    
    #comoent button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: white;
        cursor: pointer;
        padding: 0;
        font-size: 15px;
    }
    
    #comoent button.prev {
        left: 10px;
    }
    
    #comoent button.next {
        right: 10px;
    }
    
    /*formamob*/

    #formamob {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, #0c4b77, #00002b);
    }
    
    #formamob .container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
    }
    
    #formamob .container .card {
        flex: 1 1 300px;
        margin: 10px;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        min-height: 230px;
    }
    
    #formamob .container .card img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
    }
    
    #formamob .container .card h2 {
        margin: 0;
        font-size: 24px;
        z-index: 1;
        position: relative;
        color: #32e5f2;
        position: absolute;
        bottom: 85px;
        left: 20px;
        z-index: 1;
        font-family: "Sora", sans-serif;
    }
    
    #formamob .container .card p {
        margin: 10px 0 0;
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 16px;
        z-index: 1;
        font-family: "Sora", sans-serif;
        line-height: 20px;
    }
    
    #formamob .container {
        padding: 0px !important;
    }

    body {
        background-color: #00002b !important;
    }

    #iconetopo {
        display: flex;
        gap: 10px;
        position: absolute;
        left: 15%;
        bottom: 93%;
        z-index: 50;
    }

    #home .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #home .logo {
        position: absolute;
        bottom: 258%;
    }
    #funcional .graphic {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
        max-width: 80%;
    }
    #funcional .text {
        flex: 1;
        text-align: center;
        max-width: 85%;
        margin-right: 0px !important;
    }
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .video-section {
        margin-bottom: 4%;
    }
    #vantagens .img-vantagens img {
        width: 100%;
        display: none;
    }
    #vantagens .col-md-6 {
        position: relative;
        width: 80%;
        padding-right: 15px;
        padding-left: 0px;
    }
    #banner-publicitario {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.29), rgba(4, 4, 4, 0.5)), url("/images/portafacil/phone5.png");
        color: #fff;
        padding: 20px;
        width: 85%;
        max-width: 1200px;
        height: 375px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        background-position: center 38%;
        background-size: cover;
        position: absolute;
        margin-bottom: 4%;
    }
    #banner-publicitario .texto h2 {
        font-family: "Sora", sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: none;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    #banner-publicitario .texto {
        width: 75%;
        line-height: 1.4;
        color: #fff;
        padding-left: 20px;
        z-index: 2;
    }
    #banner-publicitario .texto p {
        font-family: "Sora", sans-serif;
        font-size: 13px;
        line-height: 1.6;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    .banner-body {
        margin: 0;
        font-family: "Sora", sans-serif;
        background: linear-gradient(180deg, #f2f2f2 , #00002b);
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
    }
    #produt .title {
        color: #32e5f2;
        font-family: "Sora", sans-serif;
        font-size: 18px;
    }
    #produt .equipment-section {
        align-items: center;
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    #produt .equipment-item {
        width: 46%;
        height: 435px;
        margin: 5px;
    }

    #produt .equipment-description {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    color: #666;
    }

    #produt .equipment-section {
        display: flex;
        justify-content: center;
        gap: 0px;
        padding: 0px;
    }
    #publico-alvo {
        padding: 40px 0px 30px;
        background: #00002b;
    }
    .title-publico h1 {
        font-size: 2.5em;
        color: #fff;
        font-family: "Sora", sans-serif;
    }
    #publico-alvo h2 {
        font-size: 16px;
        font-family: "Sora", sans-serif;
    }
    .box-publico {
        background: #ffffff;
        height: 220px;
        border-radius: 25px;
        margin: 3%;
    }
    #bannqr .banner {
        color: #ffffff;
        padding: 20px 30px;
        text-align: left;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 95%;
        border-radius: 12px;
        background-image: linear-gradient(to bottom, rgba(255, 253, 253, 0.01), rgba(255, 255, 255, 0.11)), url("/images/portafacil/phone6.png");
        background-size: cover;
        background-position: center bottom 22%;
    }
    #bannqr .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: none;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    #bannqr .subtitle {
        font-size: 12px;
        line-height: 1.6;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        margin-top: 10px;
        max-width: 47%;
    }
    #bannqr {
        font-family: "Sora", sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        background: linear-gradient(180deg, #00002b, #f0f1f1);
        height: 30vh;
    }
    #aplicant {
        font-family: "Sora", sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
        background: linear-gradient(180deg, #f2f2f2, #d1ebf7);
    }
    #aplicant .buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    #aplicant .store-badge {
        width: 255px;
        height: 85px;
    }
    #aplicativation .section img.main-image {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #aplicativation h2 {
        color: #404040;
        font-family: "Sora", sans-serif;
        position: absolute;
        margin-top: 114%;
        margin-left: -6%;
        text-align: left !important;
    }
    #aplicativation .features {
        display: grid;
        grid-template-columns: auto;
        gap: 20px;
        flex: 1;
        margin-top: 20%;
        margin-left: -10%;
    }
    #aplicativation h3 {
        font-size: 36px;
        color: #404040;
        font-family: "Sora", sans-serif;
        position: absolute;
        margin-left: -6%;
        margin-top: -7%;
    }
    #contact-form-section .col-md-6 {
        margin: 0 auto;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    #publico-alvo p {
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 15px;
        font-family: "Sora", sans-serif;
    }

    #main-content .map-links {
        display: flex;
        gap: 15px;
        flex-wrap: wrap !important;
        justify-content: center;
    }
    #main-content .map-links a {
        text-decoration: none;
        color: #fff;
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
        width: 180px !important;
        text-align: center;
        margin-bottom: 0px !important;
    }

    #main-content h1 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .video-section .video-wrapper {
        width: 100%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        background-color: transparent;
        border-radius: 0px !important;
    }
}

/*footercidade*/

#main-content {
    font-family: "Sora", sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#main-content h1 {
    color: #fff;
    margin-bottom: 20px;
}

#main-content .map-links {
    display: flex;
    gap: 15px;
}

#main-content .map-links a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    width: 200px; /* Define uma largura fixa para as caixas */
    text-align: center; /* Centraliza o texto */
    margin-bottom: 20px;
}

#main-content .map-links a:hover {
    background-color: #0056b3;
    color: #fff;
}
