@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;
}

#mensagem {
    height: 345px;
}

section.platform-description {
    padding: 100px 0;
    background-image: linear-gradient(0deg, #ffffff 0%, #dfebfa 100%)
}

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.platform-users {
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #fff 0%, #dfebfa 100%);
}

.section-title h2 {
    max-width: 950px;
    margin-bottom: 40px;
    font-size: 2.8rem;
    font-weight: 500;
}

#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.8rem !important;
    }
}

section.dashboard-home {
    padding-bottom: 100px;
    background-image: linear-gradient(0deg, #fff 0%, #dfebfa 100%);
}

section.features-section {
    padding-bottom: 100px;
    background: #fff;
}

.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-top: -2%;
}

#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 {
    padding-bottom: 100px;
    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
}

section.support-section .row {
    background-image: linear-gradient(135deg, rgb(2, 6, 60) 0%, rgb(102, 205, 255) 100%);
    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 {
    max-width: 100%;
    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 {
    background-image: linear-gradient(180deg, #dfedff 0%, #fff 100%);
}

.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;
}
