@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Barlow", sans-serif !important
}

.col-md-8 {
    flex: 0 0 auto;
    width: 50% !important;
    margin-top: 13% !important;
}

.logo img {
    max-height: 50px;
}

#wipSection {
  background-image: linear-gradient(180deg, #fdfdfd 0%, #fff 100%);
}

section.platform-description {
    padding: 100px 0;
    background-image: linear-gradient(0deg, #ffffff 0%, #dfebfa 100%)
}

.w-100 {
  width: 100% !important;
  margin-bottom: 60px !important;

}

section.platform-description h2 {
    font-size: 2.8rem;
    font-weight: 500;
}

section.platform-description h2 span {
    color: #0130c6;
    font-weight: 800
}

section.platform-description p {
    font-size: 1.4rem
}

strong {
    font-weight: bolder;
}

form.formulario h5 {
    font-weight: 700;
    text-align: center;
    padding: 10px 0
}

form.formulario .form-control {
    padding: 1rem
}

.section-title h2 {
  max-width: 950px;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
}

#empres h2 {
    font-size: 1.8rem !important;
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 1.4rem !important;
        margin-bottom: 40px !important;
    }

    h2 {
        font-size: 2.5rem !important;
    }
}

.platform-users {
  background: url('/images/ims/stacked-waves-haikei(3).svg') no-repeat center / cover;
}

section.dashboard-home {
    padding-bottom: 100px;
    background-image: linear-gradient(0deg, #fff 0%, #dfebfa 100%);
}

#graph {
  background-image: linear-gradient(0deg, #fff 0%, #dfebfa 100%);
}

section.features-section {
  padding-bottom: 100px;
  background: #fff;
    background-image: none;
  background-image: linear-gradient(180deg, #fff 0%, #dfebfa 100%);
}

.feature-box::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    height: 3px;
    background: linear-gradient(45deg, #0130c6, transparent, #0130c6);
    transition: .6s ease-in-out;
    opacity: 0;
    border-radius: 0px 0px 80px 80px;
}

.feature-box::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    height: 3px;
    background: linear-gradient(45deg, #0130c600, #0130c6, #0130c600);
    transition: .6s ease-in-out;
}

.feature-box:hover:before {
    opacity: 0;
}

.feature-box:hover:after {
    opacity: 1;
}

.reviews a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.dashboard-home .btn.btn-secondary.popup-trigger-clone {
    margin-top: 8%;
}

.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 16px;
    filter: hue-rotate(0deg) saturate(1) brightness(1) contrast(1) invert(0) sepia(0) blur(0) grayscale(0) drop-shadow(#e5e5e5 0 0 9px);
    padding: 0px 7px;
    transition: .6s ease-in-out;
}

.feature-ico {
    max-width: 70px;
    filter: invert(23%) sepia(100%) saturate(2002%) hue-rotate(199deg) brightness(83%) contrast(135%);
}

.feature-box p {
    color: #212529;
    font-weight: 400;
}

.fa-solid {
    font-weight: 900;
    font-size: 25px;
    padding-right: 10px;
}

button.btn {
  color: #fff;
  background-color: #2bd469;
  border-color: #2bd469;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 12px;
  transition: all .3s ease-in-out;
  width: auto;
  z-index: 998;
  margin-right: 20%;
  margin-left: 25%;
  margin-top: -16%;
}

#empres .openModalBtn {
    margin-left: 0%;
}

button.btn a {
    color: #fff;
    text-decoration: none
}

button.btn:hover {
    background-color: #1a9f4b;
    border-color: #1a9f4b
}

section.security-section {
    padding-bottom: 100px;
    background-image: linear-gradient(0deg, #fff 0%, #dfebfa 100%);
}

section.start-now-section {
    background-image: linear-gradient(180deg, #fff 0%, #dfebfa 100%);
}

section.support-section {
    padding-bottom: 100px
}

section.demo-section {
    padding: 50px 0;
    margin-bottom: 100px;
    background-color: #4a96c9;
}

section.demo-section .section-title {
    color: #fff
}

section.demo-section .description {
    color: #fff
}

.description p, .description li {
  font-size: 18px;
  color: #000;
}

section.support-section .row {
  background: #f0f8ff;
  border-radius: 16px;
  align-items: center;
}

footer.footer-copyright {
    background-color: #eee;
    padding: 16px 0
}

footer.footer-copyright a {
    text-decoration: none
}

footer.footer-copyright p {
    margin: 0
}

footer.footer-copyright img {
    margin-left: 3px;
    max-height: 16px
}

section.support-section .section-title {
    color: #fff
}

section.support-section .description {
    color: #fff;
    padding: 0px 21% 0px 1%;
}

section.faq-section {
    padding-bottom: 100px
}

a.btn-whatsapp {
    text-decoration: none
}

.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.btn-whatsapp i {
    color: #fff;
    font-size: 2.25rem
}

.price {
    margin: 20px 0
}

.original-price {
    color: #88e680;
    font-size: 46px;
    font-weight: bold;
    line-height: 100%
}

.description.info {
    display: flex;
    align-items: center;
    gap: 6px
}

.description.info p {
    margin-bottom: 0
}

.mockup-laptop {
    position: relative
}

.section-title {
    display: flex;
    justify-content: center;
}

.text-overlay {
    position: absolute;
    top: 63%;
    right: -2%;
    background-color: #0072ff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 16px 16px 22px;
    border-radius: 16px 16px 0 16px;
    width: 280px;
    line-height: normal;
}

.video iframe {
    width: 49%;
    border-radius: 16px;
}

.demo-section .video {
    display: flex;
    justify-content: center;
}

.input-error {
    box-shadow: 0 0 5px 0 #FF0028;
}

@media screen and (max-width:992px) {
    .logo {
        text-align: center
    }

    section.platform-description {
        padding-top: 50px
    }

    form.formulario {
        width: 100%;
        text-align: center
    }

    .section-title h2 {
        font-size: 2em !important;
    }

    .dashboard-home h2 {
        font-size: 2em !important;
    }

    h1 {
        font-size: 1.2em !important;
    }

    section.start-now-section img {
        margin-bottom: 30px
    }

    section.security-section img {
        margin-bottom: 30px
    }

    section.platform-description h2 {
        font-size: 1.8rem;
    }

    section.platform-description p {
        font-size: 18px;
        margin-bottom: 20px
    }

    section.support-section .row {
        flex-direction: column-reverse;
        margin: 0 auto
    }

    section.support-section .section-title h2 {
        margin-top: 26px
    }

    section.support-section .description p {
        text-align: center
    }

    section.support-section .col-md-6 {
        text-align: center
    }

    section.support-section button.btn {
        margin-bottom: 26px
    }

    section.demo-section img {
        margin-bottom: 30px
    }

    footer.footer-copyright p.text-start {
        text-align: center !important
    }

    footer.footer-copyright p.text-end {
        text-align: center !important
    }

    .text-overlay {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-bottom: 20px
    }

    .video iframe {
        margin-bottom: 30px;
        height: 210px
    }
}

#empres .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    background-color: #fff;
    margin: 20px auto;
    max-width: 81%;
    border-radius: 10px;
}

#empres .about-us {
    flex: 1;
    padding: 20px;
    min-width: 300px;
    padding-right: 40px;
}

#empres .about-us .about-title {
    color: #fff;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(090deg, #00000000, #0130c6, #0130c6, #00000000);
}

#empres .about-us .main-title {
    font-size: 1.5em;
    color: #444;
    /* Texto verde escuro */
    padding: 5px;
    /* Espaçamento interno */
    border-radius: 10px;
    /* Bordas arredondadas */
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#empres .about-us p {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #212529;
    font-weight: 400;
}

#empres .about-us .reviews {
    font-weight: bold;
    color: #444;
    /* Texto verde escuro */
    padding: 5px;
    /* Espaçamento interno */
    border-radius: 10px;
    /* Bordas arredondadas */
    margin-top: 20px;
    font-size: 1.1em;
}

#empres .about-us .button {
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    display: unset !important;
    background: #0130c6;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 12px;
    transition: all .3s ease-in-out;
    width: auto;
    margin-bottom: 0;
    margin-top: 14%;
}

#empres .about-us .button:hover {
    background-color: #0130c6;
    /* Fundo verde ainda mais escuro */
    transform: scale(1.05);
}

#empres .stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    min-width: 300px;
    padding-left: 40px;
}

#empres .stats img {
    max-width: 99%;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 675px;
}


#empres .stat-box {
    margin-top: 20px;
    padding: 20px;
    background-color: #e3edff;
    border-radius: 10px;
    font-weight: 400;
    width: 100%;
    /* Alinhamento para largura total */
    max-width: 300px;
    /* Limite de largura */
    text-align: left;
    /* Alinhamento do texto à esquerda */
}


#empres .stat-box:hover {
    background-color: #bcd4ff;
}


#empres .stat-box h2 {
    color: #444;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10%;
}

#empres .stat-box p {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #212529;
    font-weight: 400;
}

@media (max-width: 1024px) {
    #empres .container {
        padding: 30px;
    }

    #empres .about-us .about-title {
        font-size: 2.2em;
    }

    #empres .about-us .main-title {
        font-size: 1.3em;
    }
}

@media (max-width: 768px) {
    #empres .container {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    #empres .about-us,
    .stats {
        min-width: 100%;
        margin-bottom: 20px;
    }

    #empres .about-us {
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding-right: 0;
        padding-bottom: 20px;
    }

    #empres .about-us .about-title {
        font-size: 2em;
    }

    #empres .about-us .main-title {
        font-size: 1.3em;
    }

    #empres .about-us .button {
        text-align: center;
        margin-left: 20%;
        padding: 16px 26px !important;
        width: 220px;
    }

    .btnResponsiveModal {
        width: 220px;
    }

    .btn.btn-success {
        margin-left: 22%;
        margin-bottom: 11%;
    }

    .btn-video {
        position: relative;
        left: 25%;
        bottom: 50px;
        margin-top: 5%;
        max-width: fit-content;
    }

    #empres .openModalBtn {
        position: relative;
        left: 20%;
        bottom: 50px;
        margin-top: 20%;
    }

    .video iframe {
        margin-bottom: 30px;
        height: 400px;
    }

    .video iframe {
        width: 95%;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    #empres .about-us .about-title {
        font-size: 1.8em;
    }

    #empres .about-us .main-title {
        font-size: 1.2em;
    }

    #empres .about-us .button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

button:focus,
a:focus {
    outline: 2px solid #4CAF50;
    outline-offset: 4px;
}

#empres span {
    font-size: 50px;
    color: #0130c6;
    font-weight: 800;
}

.reviews img {
    max-height: 25px;
}

* {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

.section-como-funciona {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background: #ffffff;
    background-image: linear-gradient(0deg, #dfedff 0%, #fff 100%);
    padding-bottom: 8%;
}

.container-como-funciona {
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

.section-como-funciona h2 {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 500;
}

.steps-como-funciona {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.step-como-funciona {
    padding: 35px;
    background: #fff;
    border-radius: 10px;
    width: calc(33.333% - 20px);
    min-height: 210px;
}

@media (max-width: 768px) {
    .steps-como-funciona {
        flex-direction: column;
    }

    .step-como-funciona {
        width: 100%;
    }

    #empres .container {
        max-width: 100%;
    }

    #empres .about-us {
        padding: 0px;
    }

    #empres .stats img {
        max-width: 100%;
    }

    #empres .stats {
        padding: inherit;
    }

    .col-md-8 {
        width: 100% !important;
    }

    #empres .stat-box {
        max-width: inherit;
    }

    section.platform-description h2 {
        text-align: center;
    }

    section.platform-description p {
        text-align: center;
    }

    .col-6 {
        width: 95% !important;
    }

    .row>* {
        padding-left: calc(var(--bs-gutter-x) * 0.2) !important;
        padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
    }

    .feature-box p {
        font-size: 14px;
    }

    .feature-box {
        height: 260px;
    }

    .col-md-5 {
        text-align: center;
    }

    .openModalBtn {
        margin-top: 5%;
    }

    .card-planos {
        background: white;
        border-radius: 20px;
        padding: 60px;
        margin: 0px !important;
        width: 100% !important;
        height: auto;
    }

    .container-extra {
        padding: 0px 20px !important;
    }

    #videoModal iframe {
        max-width: 415px !important;
        max-height: 235px !important;
    }
    
    .modal-contento {
        margin-left: 0% !important;
        margin-top: 30% !important;
    } 

    #videoModal .fa-solid.fa-xmark {
        position: absolute;
        right: 0% !important;
        color: white;
        top: 10%;
    }

    .popup-content {
        margin: 40% 2% !important;
        width: 97% !important;
    }

    #mensagem {
        height: 150px;
    }

    .align-items-center {
        align-items: center !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }

    .justify-content-center img {
        max-width: 60%;
    }

    section.support-section .description {
        color: #fff;
        padding: 0px 1% 0px 1%;
    }

    .btn.btn-success.mt-4 {
        margin-left: 0% !important;
    }

    .price-button-wrapper {
        margin: 0px 12px 0px 12px;
    }

    section.demo-section .description {
        margin: 0px 12px 0px 12px;
    }

    section.demo-section .section-title {
        margin: 0px 12px 0px 12px;
    }

    .mockup-laptop::before {
        display: none;
    }
}

.step-como-funciona h3 {
    font-size: 24px;
    color: #007BFF;
    margin-bottom: 15px;
}

.step-como-funciona p {
    font-size: 1.4rem;
    color: #212529;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

.section-faq {
    padding: 50px 0;
    background: #ffffff;
}

.container-faq {
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.section-faq h2 {
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 500;
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background: #007BFF;
    color: #ffffff;
    text-align: left;
    border: none;
    outline: none;
    transition: background 0.3s ease;
    font-size: 1.4rem;
    font-weight: 400;
}

.faq-question:hover {
    background: #0056b3;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #f9f9f9;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.faq-answer p {
    font-size: 16px;
    color: #212529;
    font-weight: 400;
}

.faq-item.open .faq-answer {
    max-height: 200px;
    /* Adjust as needed */
    padding: 15px;
    transition: max-height 0.5s ease-in, padding 0.5s ease-in;
}

.start-now-section .img-fluid {
  min-width: 90%;
  height: auto;
  border-radius: 20px;
}

.security-section .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.justify-content-center img {
    max-width: 100%;
    margin-bottom: 30%;
}

.dashboard-home .img-fluid {
    border-radius: 25px;
}

.price-button-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Espaçamento entre o preço e o botão */
}

.price {
    margin: 0;
}

.btn a {
    color: white;
    text-decoration: none;
}

.btn.btn-success.mt-4 {
    margin-left: 9%;
}

.mt-4 {
    margin-top: 0rem !important;
}

.section-depoimentos {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dfedff;
    overflow: hidden;
}

.support-section .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 20px 0px 0px 20px;
  margin-left: -15px;
}

.carousel-container-depoimentos {
    max-width: 82%;
    overflow: hidden;
    border-radius: 15px;
}

.carousel-inner-depoimentos {
    display: flex;
    transition: transform 0.8s ease-in-out;
    cursor: grab;
}

.carousel-item-depoimentos {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10%;
}

@media (max-width: 768px) {
    .carousel-item-depoimentos {
        flex: 0 0 calc(50% - 20px);
        /* Ajusta para 2 itens por linha em telas médias */
    }
}

@media (max-width: 480px) {
    .carousel-item-depoimentos {
        flex: 0 0 calc(100% - 20px);
        /* Ajusta para 1 item por linha em telas pequenas */
    }
}

.carousel-item-depoimentos p {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 1.4rem;
    color: #212529;
    font-weight: 400;
}

.carousel-item-depoimentos h4 {
    margin-top: 15px;
    font-size: 20px;
    color: #007BFF;
    font-weight: bold;
}

.carousel-controls {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#prevBtn,
#nextBtn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#prevBtn:hover,
#nextBtn:hover {
    background-color: #0056b3;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    /* Escurece o background */
}

.popup-content {
    background-color: #fff;
    margin: 60% auto;
    padding: 0;
    border: 1px solid #888;
    width: 95%;
    max-width: none;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* Proporção 16:9 */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.image-container {
    position: relative;
    display: inline-block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url('/images/icon/play-button.png') no-repeat center center;
    background-size: cover;
    cursor: pointer;
    opacity: 0.8;
}


/* Estilos do carrossel */
.custom-carousel {
    position: absolute;
    top: 26px;
    left: 40px;
    width: 86%;
    height: 85%;
    overflow: hidden;
    z-index: 1;
}

.custom-carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.custom-carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    /* Remove os espaços entre as imagens */
}

.custom-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.mockup-laptop::before {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    background: transparent;
    border-radius: 230px;
    right: -50px;
    bottom: 170px;
    z-index: 0;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #0130c61a;
}

.mockup-laptop::after {
    position: absolute;
    content: "";
    width: 280px;
    height: 280px;
    background: transparent;
    border-radius: 230px;
    right: 10px;
    bottom: 230px;
    z-index: 0;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #0130c61c;
}

.mockup-laptop {
    position: relative;
    width: 100%;
    max-width: 640px;
    height: auto;
    /* Defina a altura conforme necessário */
}

.image-overlay {
    position: relative;
    z-index: 2;
}

.overlay-img {
    position: relative;
    width: 100%;
}

.text-overlay {
    position: absolute;
    z-index: 2;
    top: 65%;
    left: 80%;
    transform: translate(-50%, -50%);
    animation: pulse1 2s infinite;
    font-size: 20px;
}

strong {
    font-size: 24px;
}



/*formpopup*/

/* Estilos para o pop-up */
.popup-form-modified {
    display: none;
    position: fixed;
    top: 33%;
    left: 8%;
    transform: translate(0%, -33%);
    z-index: 1001;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

/* Estilos para o fundo escuro */
.popup-background-modified {
    display: none;
    /* Inicialmente escondido */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Estilos para o botão de abrir o pop-up */
.popup-trigger-modified {
    display: none;
    /* Inicialmente escondido */
}

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
    .popup-trigger-modified {
        display: block;
        /* Exibe o botão apenas em dispositivos móveis */
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1001;
    }

    .form .formulario {
        display: none;
        /* Esconde o formulário original em dispositivos móveis */
    }

    .popup-form-modified {
        display: none;
        /* Inicialmente escondido em dispositivos móveis */
    }

    #popup-background-modified {
        display: none;
        /* Inicialmente escondido em dispositivos móveis */
    }

    .custom-carousel {
        position: absolute;
        top: 18px;
        left: 29px;
        width: 86%;
        height: 85%;
        overflow: hidden;
        z-index: 1;
    }

    #open-popup-modified {
        position: relative;
        left: 25%;
        bottom: 50px;
    }

    .text-overlay {
        position: relative;
        width: 67%;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }

    button.btn {
        font-size: 15px;
    }

    .openModalBtn {
        padding: 16px 37px !important;
        font-size: 15px !important;
    }

    .text-overlay {
        position: absolute;
        z-index: 2;
        top: 63%;
        left: 64%;
        transform: translate(-50%, -50%);
    }

    .carousel-track img {
        max-width: 40%;
        border-radius: 5px;
        max-height: 10%;
    }

    .clientsdef-slide img {
        height: 400px;
        margin: 0px 5px;
        border-radius: 10px;
    }

    .clientsdef {
        padding: 0px !important;
    }

}

@media (min-width: 767px) {
    #meta768 {
        display: none;
        /*deixa o botão form ser utilizado em outros lugares*/
    }

    .popup-form-modified {
        display: none;
        position: fixed;
        top: 33%;
        left: -3%;
        transform: translate(100%, -33%);
        z-index: 1001;
        background-color: white;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .popup-content {
        background-color: #fff;
        margin: 0% 0% 0% 9%;
        margin-top: 0%;
        margin-left: 9%;
        margin-left: 9%;
        padding: 0;
        border: 1px solid #888;
        width: 60%;
        max-width: none;
        position: relative;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        margin-left: 20%;
        margin-top: 7%;
    }

    .btn-video {
        display: none;
    }
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.clientsdef {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
}

.clientsdef:before,
.clientsdef:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.clientsdef:hover .clientsdef-slide {
    animation-play-state: paused;
}

.clientsdef-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.clientsdef-slide img {
    height: 400px;
    margin: 0px 15px;
    border-radius: 10px;
}

.carousel-controls img {
    max-width: 30px;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 60, 0.7)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

@keyframes pulse1 {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 92, 211, 0.7)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

.openModalBtn {
    text-transform: uppercase;
    padding: 16px 26px;
    border-radius: 10px;
    background: #000633;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in-out;
    font-size: 15px;
}

.openModalBtn:hover {
    background: #000a57;
}

.feature-box h5 {
    color: #0130c6;
    font-weight: 600;
}

.feature-box p {
    font-size: 18px;
}



/*novo*/

.modal {
    display: none;
    /* Oculto por padrÃ£o */
    position: fixed;
    /* Fixa na tela */
    z-index: 1;
    /* Fica acima de outros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Rolagem caso o conteÃºdo ultrapasse a tela */
    background-color: rgba(0, 0, 0, 0.774);
    /* Fundo semitransparente */
}

/*.closeBtn {
    position: relative;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: end;
    bottom: 30px;
}*/

.closeBtn:hover,
.closeBtn:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn-video .openModalBtn {
    display: none;
}

.btnResponsiveModal {
    text-transform: uppercase;
    padding: 16px 13px;
    border-radius: 10px;
    background: #000633;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: .3s ease-in-out;
}

i.fa-solid.fa-circle-play {
    font-size: 24px;
    padding-right: 10px;
}

.formulario .openModalBtn {
    margin-left: 4%;
}

.link-avaliacao {
    position: absolute;
    width: 350px;
    color: unset !important;
    font-size: unset !important;
    font-weight: normal !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.close-popup {
    position: absolute;
    top: 0px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.close-popup:hover {
    color: #000;
}

.loading {
    position: relative;
}

.loading:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #ffffffe8;
    border-radius: 20px;
    z-index: 9999;
}

.loading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 60px);
    margin: auto;
    content: "";
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 99999;
}

.popup-form-modified textarea {
    height: 150px !important;
  }
  
  .popup-form-modified .openModalBtn {
    display: none !important;
  }
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dashboard-home .btn-secondary {
    margin-top: 50px !important;
}

.modal-body .openModalBtn {
  display: none;
}

.formulario {
    text-align: center;
}

.col-md-6.d-flex.justify-content-center {
    max-width: 500px;
    margin-left: 6%;
}

/* sec-planos */
/* Seção de Planos */
section#planos {
    padding: 80px 0;
    background: #dfebfa;
  }
  
  /* Container Extra */
  .container-extra {
    padding: 0 60px;
  }
  
  /* Título da Seção */
  .title-planos {
    text-align: center;
  }
  
  .title-planos h2 {

    margin-bottom: 30px;
  }
  
  /* Destaque com Gradiente para Texto */
  .highlight {
    background: #0130c6;
      background-clip: border-box;
    font-weight: 700;
    background-clip: text;
    color: transparent;
  }
  
  /* Container dos Cards */
  .cards-container {
    display: flex;
    justify-content: space-around;
  }
  
  /* Card dos Planos */
  .card-planos {
    background: white;
    border-radius: 20px;
    padding: 60px;
    margin: 20px 35px;
    width: 30%;
    height: auto;
  }
  
  /* Título do Card */
  .card-planos .title-card {
    font-size: 36px;
    margin-bottom: 32px;
  }
  
  /* Parágrafos com Opacidade Reduzida */
  p.opacity-minus {
    opacity: 0.7;
  }
  
  /* Área de Preço */
  .price-planos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  
  /* Ícone/Texto do Preço */
  span.elevel-text {
    font-size: 75px;
  }
  
  /* Lista de Vantagens */
  .vantagens-planos {
    margin: 20px 0;
  }
  
  /* Itens de Vantagens */
  .item-planos {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  
  .item-planos h4 {
    margin: 0 0 0 10px;
    font-size: 18px;
  }
  
  /* Container do Botão */
  .btn-planos-contain {
    margin-top: 40px;
    transition: all 0.5s;
  }
  
  /* Botão "Contratar Agora" */
  .btn-planos {
    background: #0130c6;
    padding: 20px;
    color: white;
    text-decoration: none;
    font-size: 25px;
    border-radius: 15px;
    width: 100%;
    border: none;
    filter: drop-shadow(2px 4px 10px black);
    transition: all 0.5s;
  }
  
  .btn-planos:hover {
    transform: scale(1.1);
  }
  
  h6 {
    font-size: 2rem !important;
    margin-bottom: 30px !important;
    color: #fff !important;
  }

#videoModal .fa-solid.fa-xmark {
    position: absolute;
    right: 21%;
    color: white;
}

.modal-contento {
    margin-left: 25%;
    margin-top: 5%;
}

#modalForm .btn-close {
    position: absolute;
    right: 0%;
    z-index: 99;
}

#digital-section {
  background-image: url('default-background.jpg'); /* Placeholder para a imagem de fundo */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  min-height: 100vh;
}

#digital-section .text-content {
  width: 45%;
  margin-left: 8%;
}

#digital-section .logo {
  margin-bottom: 20px;
}

#digital-section .logo img {
  max-width: 150px; /* Ajuste o tamanho conforme necessário */
  width: 100%;
  height: auto;
}

#digital-section h1 {
  font-size: 2rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0130c6;
  font-weight: 800;
}

#digital-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Botão de WhatsApp */
#digital-section .whatsapp-container {
  margin-top: 20px;
  text-align: center; /* Centraliza o botão */
}

#digital-section .whatsapp-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #2bd469;
  border-color: #2bd469;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 12px;
  transition: all .3s ease-in-out;
  width: auto;
}

#digital-section .whatsapp-button img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

#digital-section .whatsapp-button:hover {
  background-color: #1ebe5d;
}

/* Espaço para a imagem do computador à direita */
#digital-section .computer-image {
  width: 45%;
  text-align: center;
}

#digital-section .computer-image img {
  max-width: 80%;
  height: auto;
}

#wipSection {
  background-color: var(--background-color);
  color: var(--text-color);
  line-height: 1.6;
  padding: 20px;
}

#wipSection .container {
  display: flex;
  background-color: aliceblue;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Seção de Informações (Texto aprimorado) */
#wipSection .info {
  flex: 1;
  padding: 85px;
  background: linear-gradient(135deg, var(--info-bg-start), var(--info-bg-end));
}

/* Cabeçalho do texto */
#wipSection .info-header {
  margin-bottom: 20px;
}

#wipSection .info-header h1 {
  color: var(--primary-color);
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.2;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 8px;
}

#wipSection .info-header h1:hover {
  transform: scale(1.02);
}

/* Conteúdo textual */
#wipSection .info-content p {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 20px;
  opacity: 0;
  animation: textFadeIn 1s ease forwards;
  animation-delay: 0.5s;
}

@keyframes textFadeIn {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Seção de Avaliação */
#wipSection .rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

#wipSection .rating .stars {
  color: var(--accent-color);
  font-size: 22px;
}

#wipSection .rating .score {
  font-size: 16px;
  color: #666;
}

#wipSection .contact-links a {
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #2bd469;
  border-color: #2bd469;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 12px;
  transition: all .3s ease-in-out;
  width: auto;
}

.btn.btn-secondary.popup-trigger-clone {
  margin-top: 20px;
  margin-bottom: 20px;
}

.support-section .section-title {
  margin-top: 20px;
}

/* Seção da Imagem (campo estático) */
#wipSection .placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: #f0f4f8;
}

#wipSection .image-placeholder {
  width: 100%;
  max-width: 440px;
  height: 320px;
  background-color: var(--placeholder-bg);
  border: 2px dashed #999;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--subtext-color);
  font-size: 20px;
  text-align: center;
  padding: 12px;
}

/* Responsividade */
@media (max-width: 768px) {
  #wipSection .container {
    flex-direction: column;
  }
  
  #wipSection .placeholder {
    margin-top: 20px;
  }

   #digital-section {
  background-image: url('default-background.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px !important;
  min-height: 100vh;
  flex-direction: column-reverse !important;
  }

  #digital-section .text-content {
  width: 88% !important;
  margin: 10% !important;
  text-align: center !important;
  }

  #digital-section .computer-image {
  width: 85% !important;
  text-align: center;
  margin-top: 5%;
  }
  #wipSection .info {
  flex: 1;
  padding: 20px !important;
  background: linear-gradient(135deg, var(--info-bg-start), var(--info-bg-end));
  text-align: justify;
  }
  #digital-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: justify;
  }
  #wipSection .info-header {
  margin-bottom: 20px;
  text-align: center;
  }
  .from-deform {
  max-width: 45%;
  padding: 80px !important;
  border-radius: 15px;
  display: none;
  }
   #wipSection .contact-links a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #2bd469;
    border-color: #2bd469;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 12px;
    transition: all .3s ease-in-out;
    width: auto;
    text-align: center;
    margin-right: auto !important;
  }
  .support-section .img-fluid {
  margin-left: -1% !important;
  margin-bottom: 0px !important;
  }
  section.support-section .description p {
    text-align: justify;
  }
  section.support-section {
  padding-bottom: 50px;
  }
  section.support-section .col-md-6 {
    text-align: center;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  #graph h2 {
  text-align: center;
  padding-top: 50px;
  }
  .timeline {
  zoom: 0.5 !important;
  }
  .step-text p {
  display: none !important;
  }
  h2 {
  font-size: 2em !important;
  }
  .faq-question {
    font-size: 0.9em;
  }
  .contact-links {
  text-align: center;
  }
}

.container {
      max-width: 800px;
      margin: 0 auto;
    }
    h1 {

      font-size: 28px;
      color: #007bff;
      margin-top: 10px;
      line-height: 1.2;
    }
    
    /* Container da timeline */
    .timeline {
  position: relative;
  width: 800px;
  height: 420px;
  margin: -40px auto 0;
}
    
    /* O contêiner com efeito 'wipe' para revelar a linha */
    .line-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 0; /* Começa oculto */
      height: 300px;
      overflow: hidden;
      z-index: 0;
      transition: width 3s ease-out;
    }
    .line-wrapper.revealed {
      width: 800px;
    }
    
    /* SVG da linha (estático) – definindo um dash pattern aprimorado */
    .timeline svg {
      width: 800px;
      height: 300px;
      display: block;
    }
    .timeline svg path {
      fill: none;
      stroke: #ccc;
      stroke-width: 4;
      stroke-linecap: round;
      /* Dash pattern que cria um visual agradável */
      stroke-dasharray: 12 8;
      stroke-dashoffset: 0;
    }

    /* Itens – inicialmente ocultos; serão revelados conforme a linha alcança seu threshold.
       Removi a transformação vertical para que não haja movimento de baixo para cima.
    */
    .step {
      position: absolute;
      opacity: 0;
      transition: opacity 0.5s ease-out;
      z-index: 1;
    }
    .step.revealed {
      opacity: 1;
    }
    
    /* Estilo do ícone (círculo) – 60px de diâmetro */
    .circle {
      position: absolute;
      width: 60px;
      height: 60px;
      background: linear-gradient(135deg, #007bff, #0056b3);
      border: 3px solid #fff;
      border-radius: 50%;
      box-shadow: 0 3px 8px rgba(0,0,0,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
    }
    
    /* Caixa de texto */
    .step-text {
      position: absolute;
      width: 140px;
      text-align: center;
      color: #007bff;
      font-size: 14px;
    }
    .step-text h3 { margin: 0; }
    .step-text p {
      font-size: 12px;
      color: #555;
      margin: 4px 0 0;
      line-height: 1.3;
    }
    
    /* Posicionamento dos itens com base no 'centro desejado':
       Para centralizar um círculo de 60px no ponto (X, Y), posicione-o em (X – 30, Y – 30).
       Exemplo de layout:
         • Etapa 1: Centro desejado (80,250)
             Ícone: (80 - 30, 250 - 30) = (50,220)
             Texto: (10,290)
         • Etapa 2: Centro desejado (240,170)
             Ícone: (240 - 30, 170 - 30) = (210,140)
             Texto: (170,205)
         • Etapa 3: Centro desejado (400,250)
             Ícone: (400 - 30, 250 - 30) = (370,220)
             Texto: (330,290)
         • Etapa 4: Centro desejado (560,170)
             Ícone: (560 - 30, 170 - 30) = (530,140)
             Texto: (490,205)
         • Etapa 5: Centro desejado (720,250)
             Ícone: (720 - 30, 250 - 30) = (690,220)
             Texto: (650,290)
    */
    .step1 .circle { left: 50px; top: 220px; }
    .step1 .step-text { left: 10px; top: 290px; }
    
    .step2 .circle { left: 210px; top: 140px; }
    .step2 .step-text { left: 170px; top: 205px; }
    
    .step3 .circle { left: 370px; top: 220px; }
    .step3 .step-text { left: 330px; top: 290px; }
    
    .step4 .circle { left: 530px; top: 140px; }
    .step4 .step-text { left: 490px; top: 205px; }
    
    .step5 .circle { left: 690px; top: 220px; }
    .step5 .step-text { left: 650px; top: 290px; }
 
#digital-section {
  background: url('/images/ims/stacked-waves-haikei.svg') no-repeat center 72% / cover;
}

.from-deform {
  max-width: 45%;
  padding: 80px !important;
  border-radius: 15px;
}

.timeline {
  zoom: 1.2; /* Aumenta em 20% */
}


@media (min-width:1200px) {
  .h3,
  h3 {
    font-size:1.5rem !important;
  }
}

#graph h2 {
  text-align: center;
}

.whatsapp-button img {
  max-width: 25px;
  margin-right: 10px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #2bd469;
  border-color: #2bd469;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 12px;
  transition: all .3s ease-in-out;
  width: auto;
}

.whatsapp-container {
  text-align: center;
}

.support-section .whatsapp-button {
  margin-bottom: 40px;
}