    :root {
        --bs-primary: #fff;
        --bs-secondary: #f8f8f9;
        --bs-light: #fffeff;
        --bs-dark: #333333;
        --bs-warning: #FFEA70;
        --nav-height: 80px;
        --bg-color: #fff;
        --color-title: #1B375C;
        --text-color: #000;
        --highlight: #002e40;
        --color-app: #223d5b;
        --text-size: 20px;
        --title-text: 22px;
    }

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Calibri Light', Arial, Helvetica, Verdana, 'Georgia', 'Times New Roman';
        background-color: var(--bs-light);
        color: var(--bs-light);
        height: 100vh;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 0;
        color: var(--color-title);
        font-size: 28px;
        font-weight: bolder;
    }

    /* Hero section */
    .hero-section {
        height: 100vh;
        background-color: var(--bs-primary);
        color: var(--bs-secondary);
        padding: 100px 0 100px;
        text-align: center;
    }

    .hero-section .section-title {
        color: var(--color-title);
        text-align: center;
        padding: 20px 0;
    }

    .hero-section h5 {
        font-size: 24px;
        font-weight: bold;
    }

    .hero-section p {
        color: var(--color-app);
        font-size: var(--text-size);
        font-weight: bold;
    }

    .hero-section .side-image {
        max-height: 420px;
        object-fit: contain;
        margin: 0 auto;
    }

    .hero-section .gif-central {
        max-height: 575px;
        object-fit: contain;
        width: 100%;
    }

    .hero-section a.btn {
        font-weight: bold;
        background: var(--highlight);
        color: var(--bg-color);
        font-size: 18px;
        border-radius: 30px;
        margin: 15px 0;
        font-size: 18px;
        padding: 10px 24px;
    }

    /* NAVBAR */
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--bs-light);
        padding: 0 20px;
        height: var(--nav-height);
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    }

    .navbar-toggler {
        display: none;
        font-size: 28px;
        cursor: pointer;
        background: none;
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        color: var(--bg-color);
        display: inline-block;
        font-size: 40px;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23000'%3e%3cpath stroke='rgb(0 0 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .navbar-logo {
        flex: 0 0 auto;
        margin: 0 40px;
    }

    .navbar-logo img {
        height: 65px;
    }

    .nav-left,
    .nav-right {
        display: flex;
        gap: 15px;
        flex: 1;
    }

    .nav-left {
        justify-content: flex-end;
    }

    .nav-right {
        justify-content: flex-start;
    }

    .nav-item {
        position: relative;
        font-weight: bold;
        color: var(--color-app);
        cursor: pointer;
        white-space: nowrap;
        font-size: 28px;
        padding: 5px 40px;
    }

    .nav-item a {
        color: var(--color-app);
        text-decoration: none;
    }

    .nav-item:hover {
        background-color: var(--color-app);
        /* #002e40 */
        color: var(--bg-color);
        border-radius: 30px;
    }

    .nav-item a:hover {
        text-decoration: none;
        color: var(--bg-color);
    }

    .dropdown-menu.show {
        border-radius: 30px;
    }

    /* .nav-item:hover::after {
      content: "▾";
      font-size: 10px;
      position: absolute;
      top: 0;
      right: -10px;
    } */

    .nav-menu-mobile {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        padding: 13px 0;
        gap: 12px;
        background-color: var(--bg-color);
    }

    .nav-menu-mobile.active {
        display: flex;
        margin: 0px 0 -375px;
    }

    /* app-section  */
    .app-section {
        display: none;
    }

    /*Start service CSS*/
    #services {
        background: var(--bs-secondary);
        margin: 0;
        position: relative;
        padding-left: 0;
        border-radius: 10px;
        border: 0px solid;
    }

    #services .section-title h2 {
        color: var(--title-color);
        font-weight: bold;
        text-align: center;
    }

    #services .section-title {
        color: var(--color-app);
        text-align: center;
        padding: 20px 0;
    }

    #services .section-title h4 {
        font-weight: bold;
    }

    #services .section-title p {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }

    #services img {
        width: 65%;
        background-position: center;
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
        margin-left: 235px;
    }

    #services h4 {
        text-transform: capitalize;
        margin-bottom: 25px;
        color: #2C2D3F;
    }

    #services h4 a {
        color: var(--backgroud);
        font-size: 20px;
        font-weight: 600;
    }

    #services h4 a:hover {
        color: var(--background2);
    }

    #services a.btn {
        font-weight: bolder;
        background: var(--highlight);
        color: var(--bg-color);
        font-size: 18px;
        border-radius: 30px;
        padding: 10px 24px;
        margin-bottom: 30px;
    }

    #services p {
        color: var(--color-app);
        font-size: var(--text-size);
        font-weight: bolder;
        margin: 0;
        text-align: justify;
    }

    #services .subtitle {
        margin: 0;
    }

    #services .text-destaque {
        display: flex;
        align-items: baseline;
        color: var(--color-app);
        line-height: 1.1;
        max-width: 500px;
    }

    #services .text-destaque .letra-maior {
        font-size: 60px;
        line-height: 1;
    }

    #services .text-destaque .texto-normal {
        text-indent: 40px;
        margin: 0 -30px;
        font-size: var(--text-size);
        font-weight: bolder;
    }

    #services .prop {
        font-size: var(--text-size);
        font-weight: bolder;
        margin: 0;
        text-align: center;
    }

    #services ul.listserve {
        list-style-type: none;
        text-align: justify;
        padding: 0;
        margin: 0;
    }

    #services ul.listserve li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 5px;
        text-align: left;
    }

    #services ul li svg {
        color: var(--color-app);
        /* ícone verde ou a cor desejada */
        min-width: 20px;
        font-size: 24px;
    }

    #services ul li span {
        flex: 1;
        font-size: var(--text-size);
        font-weight: bolder;
    }

    #services span #footer-section footer {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    /* About styles */
    #about {
        background: var(--color-primary);
        margin: 0;
        position: relative;
        padding-left: 0;
        border-radius: 10px;
        border: 0px solid;
        padding: 120px 0;
    }

    #about .section-title {
        color: var(--color-title);
        text-align: center;
        padding: 20px 0;
    }

    #about .section-title h2 {
        font-weight: bold;
    }

    #about .section-title h4 {
        font-weight: bold;
    }

    #about p {
        color: var(--color-app);
        font-weight: 400;
        font-size: var(--text-size);
        font-weight: bolder;
        margin: 0;
        text-align: justify;
    }

    #about .text-destaque {
        display: flex;
        align-items: baseline;
        color: var(--color-app);
        line-height: 1.1;
        padding-left: 12rem;
    }

    #about .text-destaque .letra-maior {
        font-size: 60px;
        line-height: 2.1;
        margin: 0 -25px;
    }

    #about .text-destaque .texto-normal {
        font-size: var(--text-size);
        font-weight: bolder;
        text-indent: 25px;
    }

    #about .prop {
        font-size: var(--text-size);
        font-weight: bolder;
        margin: 0;
        text-align: center;
    }

    #about img {
        width: 55%;
        background-position: center;
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
    }

    #about i {
        font-size: 24px;
        color: #1a76d1;
        position: absolute;
        left: 59rem;
        margin: 0px 25px 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #about a:hover {
        color: var(--background2);
    }

    #about a.btn {
        font-weight: bolder;
        background: var(--highlight);
        color: var(--bg-color);
        font-size: 18px;
        border-radius: 30px;
        padding: 10px 24px;
    }


    #about ul {
        list-style-type: none;
    }

    #about span #footer-section footer {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    /* how functions styles */
    #howfunctions {
        background: var(--bs-secondary);
        margin: 0;
        position: relative;
        padding-left: 0;
        border-radius: 10px;
        border: 0px solid;
        padding: 120px 0;
    }

    #howfunctions .section-title {
        color: var(--color-title);
        text-align: center;
        padding: 20px 0;
    }

    #howfunctions .section-title h2 {
        font-weight: bold;
    }

    #howfunctions .section-title h4 {
        font-weight: bold;
    }

    #howfunctions .section-title p {
        color: var(--color-app);
        font-size: var(--text-size);
        font-weight: bolder;
        margin: 0;
        text-align: justify;
    }

    #howfunctions .text-destaque {
        display: flex;
        align-items: baseline;
        color: var(--color-app);
        line-height: 1.1;
        padding-right: 12rem;
    }

    #howfunctions .text-destaque .letra-maior {
        font-size: 60px;
        line-height: 2.1;
        margin: 0 -30px;
    }

    #howfunctions .text-destaque .texto-normal {
        font-size: var(--text-size);
        font-weight: bolder;
        text-indent: 27px;
    }

    #howfunctions .prop {
        font-size: var(--text-size);
        font-weight: bolder;
        margin: 0;
        text-align: center;
    }

    #howfunctions img {
        width: 65%;
        background-position: center;
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
        margin-left: 215px;
    }

    #howfunctions i {
        font-size: 24px;
        color: #1a76d1;
        position: absolute;
        left: 59rem;
        margin: 0px 25px 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    #howfunctions a:hover {
        color: var(--background2);
    }

    #howfunctions a.btn {
        font-weight: bolder;
        background: var(--highlight);
        color: var(--bg-color);
        font-size: 18px;
        border-radius: 30px;
        padding: 10px 24px;
    }

    #howfunctions p,
    ul {
        color: var(--bs-secondary);
        font-size: var(--text);
        list-style-type: none;
        text-align: center;
    }

    #howfunctions span #footer-section footer {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    /* Blogs */
    .blog {
        background: var(--bs-primary);
        margin: 0;
        position: relative;
        padding-left: 0;
        border-radius: 10px;
        border: 0px solid;
        padding: 120px 0;
    }

    .blog .card {
        border: none !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        background-color: var(--white);
        color: var(--title-color);
        font-weight: 600;
        font-size: 1.2rem;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .blog .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .blog .card img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 0 !important;
    }

    .blog .card .card-body svg {
        font-size: 26px;
        color: var(--blue);
        margin-bottom: -3px;
        cursor: pointer;
    }

    .blog .card .card-body h3 a {
        font-weight: 600;
        margin-top: 10px;
        color: var(--color-app);
        letter-spacing: 0px;
        font-size: 21px;
        text-decoration: none;
    }

    .blog .card .card-body p {
        font-size: 16px;
        color: var(--color-app);
    }

    .blog .card .card-body a.link {
        font-size: 18px;
        color: var(--highlight);
        text-decoration: none;
    }

    .blog .card .col-md-4 {
        padding: 20px;
        text-align: center;
    }

    /* Blog sigle-news */

    .blog .section-title {
        color: var(--title-color);
        font-weight: bold;
        text-align: center;
        padding: 20px 0;
    }

    .blog .section-title h3 {
        color: var(--black-light);
        padding: 10px auto;
    }

    .blog .blog-title {
        text-align: center;
    }

    .blog .single-news {
        background: var(--white);
        position: relative;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        box-shadow: 0px 0px 10px #00000014;
    }

    .blog .single-news img {
        width: 100%;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .blog .single-news .news-head {
        position: relative;
        overflow: hidden;
    }

    .blog .single-news .news-content {
        text-align: left;
        background: var(--color-title);
        z-index: 99;
        position: relative;
        padding: 100px;
        left: 0;
        z-index: 0;
    }

    .blog .single-news .news-content:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0%;
        background: #1A76D1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .blog .single-news:hover .news-content:before {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .blog .single-news .news-body h2 {
        font-size: var(--text);
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .blog .single-news .news-body h2 a {
        color: #2C2D3F;
        font-weight: 500;
        text-decoration: none;
    }

    .blog .single-news .news-body h2 a:hover {
        color: var(--backgroud);
    }

    .blog .single-news .news-content p {
        font-weight: 400;
        text-transform: inherit;
        font-size: var(--text);
        letter-spacing: 0px;
        line-height: 23px;
    }

    .blog .single-news .news-body .date {
        display: inline-block;
        font-size: var(--text);
        margin-bottom: 5px;
        background: var(--backgroud);
        color: var(--white);
        padding: 4px 15px;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .blog.grid .single-news {
        margin-top: 30px;
    }

    .blog p {
        color: var(--bs-secondary);
        font-size: var(--text);
        list-style-type: none;
        text-align: center;
        margin-top: 10px;
    }

    .blog a.btn {
        font-weight: bolder;
        background: var(--highlight);
        color: var(--bg-color);
        font-size: 16px;
        border-radius: 30px;
        padding: 10px;
    }

    /* Geral */
    #geral {
        background: var(--bs-secondary);
        margin: 0;
        position: relative;
        padding-left: 0;
        border-radius: 10px;
        border: 0px solid;
    }

    #geral .section-title h2 {
        color: var(--title-color);
        font-weight: bold;
        text-align: center;
    }

    #geral .section-title h4 {
        color: var(--title-color);
        font-weight: bold;
        text-align: center;
    }

    #geral .section-title p {
        font-size: 16px;
        font-weight: 400;
    }

    #geral .apple img,
    .google img {
        width: 20%;
        background-position: center;
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
        margin: 10px;
        cursor: pointer;
    }

    #geral h4 {
        text-transform: capitalize;
        margin-bottom: 25px;
    }

    #geral h4 a {
        color: var(--backgroud);
        font-size: 20px;
        font-weight: 600;
    }

    #geral h4 a:hover {
        color: var(--background2);
    }

    #geral p,
    ul {
        color: var(--color-app);
        font-size: var(--text);
        list-style-type: none;
        text-align: center;
        font-weight: 400;
    }

    #geral span #footer-section footer {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    #geral ul li svg {
        font-size: 32px;
        color: var(--letter);
    }

    #geral .single-footer .social {
        margin-top: 0;
        padding-left: 0;
    }

    #geral .single-footer .social li {
        display: inline-block;
        color: var(--black);
    }

    #geral .single-footer li {
        color: var(--black);
    }

    #geral .single-footer .social li:last-child {
        margin-right: 0px;
    }

    #geral .single-footer .social li a {
        text-align: center;
        text-decoration: none;
    }

    #geral .single-footer .social li a:hover {
        color: #1A76D1;
        background: var(--black);
        border-color: transparent;
    }

    #geral .single-footer .social li a img {
        width: 100%;
        background-position: center;
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
        margin: 0 auto;
    }


    .banner {
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

    .banner-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(50, 67, 239, 0.3);
    }

    .banner-head {
        color: #fff;
        margin-top: 70px;
        line-height: 50px;
        font-family: sans-serif;
        font-size: 35px;
        font-weight: 600;
        text-shadow: 1px 0.5px #414141;
    }

    .banner-head .strong {
        color: #fff;
    }

    .banner-form {
        background-color: #fff;
        border-top: 10px solid #eee;
        padding: 30px;
        border-radius: 5px;
    }

    .banner-form .fields {
        margin-bottom: 20px !important;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .banner-form .left {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .banner-form .right {
        margin-left: 70px;
    }

    .banner-form h3 {
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 20px;
    }

    .banner-form h5 {
        margin: 0;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #2b4c6e;
    }

    .banner-form h5:hover {
        color: #2b4c6e !important;
    }

    .banner-form h5 i:hover {
        color: #2b4c6e !important;
    }

    .banner-form h5 i {
        color: #2b4c6e !important;
        -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
        transition: all .1s cubic-bezier(.9, 0, .1, 1);
    }

    .banner-form .right a {
        text-decoration: none;
    }

    .banner-form .right a:hover h5,
    .banner-form .right a:focus h5,
    .banner-form .right a:active h5 {
        color: #278064;
    }

    .banner-form .right a:hover h5 i,
    .banner-form .right a:focus h5 i,
    .banner-form .right a:active h5 i {
        color: #278064;
        position: relative;
        left: 5px;
        -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
        transition: all .1s cubic-bezier(.9, 0, .1, 1);
    }

    .note-or a {
        color: #2b4c6e;
    }

    .note-or:hover a,
    .note-or:active a,
    .note-or:focus a {
        color: #278064;
        text-decoration: none;
    }

    .menu-btn {
        padding: 10px 15px !important;
        margin: 10px;
        font-weight: 500;
        font-size: 16px !important;
        background-color: #2b4c6e;
        color: #fff;
        border-radius: 30px;
        box-shadow: 1px 1px 5px #998daf;
    }

    .white-section {
        background-color: #fff;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .gray-section {
        background-color: #f8f8f9;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .img-block img {
        max-height: 300px;
        margin: 0 auto;
        max-width: 100%;
    }

    .content-block h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 600;
        font-family: sans-serif;
        color: #333;
    }

    .content-block p {
        margin-bottom: 20px;
        line-height: 30px;
    }

    .title-divider {
        display: inline-block;
        width: 95vw;
        height: 3px;
        background-color: #eee;
        margin-bottom: 20px;
    }

    .content-more {
        margin: 0;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #2b4c6e;
    }

    .content-more i {
        color: #ffffff;
        -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
        transition: all .1s cubic-bezier(.9, 0, .1, 1);
    }

    .content-more {
        text-decoration: none;
    }

    .content-more:hover,
    .content-more:focus,
    .content-more:active {
        color: #ffffff;
    }

    .content-more:hover i,
    .content-more:focus i,
    .content-more:active i {
        color: #ffffff;
        position: relative;
        left: 5px;
        -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
        transition: all .1s cubic-bezier(.9, 0, .1, 1);
    }


    .full-section {
        position: relative;
    }

    .full-img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 45%;
        background-size: cover;
        background-position: center center;
    }

    .content-block h3 {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .content-more-btn {
        margin: 0;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        background-color: #2b4c6e;
        color: #fff;
        padding: 15px 20px;
        display: inline-block;
        padding-top: 18px;
    }

    .content-more-btn i {
        /*background-color: #2b4c6e;*/
        color: #fff;
        -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
        transition: all .1s cubic-bezier(.9, 0, .1, 1);
    }

    .content-more-btn {
        text-decoration: none;
    }

    .content-more-btn:hover,
    .content-more-btn:focus,
    .content-more-btn:active {
        background-color: #278064;
        color: #fff;
    }

    .content-more-btn:hover i,
    .content-more-btn:focus i,
    .content-more-btn:active i {
        /*background-color: #278064;*/
        color: #fff;
        /*position: relative;
    left: 5px;*/
        -webkit-transition: all .1s cubic-bezier(.9, 0, .1, 1);
        transition: all .1s cubic-bezier(.9, 0, .1, 1);
    }


    .no-margin {
        margin: 0 !important;
    }

    /* Footer section styles*/
    /*  #footer-section a img {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 50%;
        margin: 0 210px;
    }
 */

    footer .nav i {
        font-size: 30px;
    }

    footer p {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        color: var(--color-app);
        font-size: var(--text-size);
        font-weight: 600;
    }

    footer p a {
        text-decoration: none;
        color: var(--color-app) !important;
        font-weight: 600;
        font-size: var(--text-size);
    }

    .modal-content {
        border-radius: 25px;
    }

    #scrollUp {
        bottom: 85px;
        right: 23px;
        font-size: 17px;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        padding: 0;
        border-radius: 28px;
        box-shadow: 0px 0px 15px var(--color-app);
        background: transparent !important;
        border: 1px solid var(--bs-dark);
    }

    #scrollUp svg {
        color: var(--color-app);
        font-size: 40px;
        margin-top: 1px;
        margin-left: -3px;
        margin-right: 0px;
        margin-bottom: 0;
        transition: 0.3s;
        cursor: pointer;
    }

    #scrollUp svg:hover {
        color: var(--bg-color);
        background-color: var(--color-app);
        border-radius: 28px;
        transform: scale(1.2);
    }

    .button_app {
        background-color: #223d5b;
        color: #fff;
        border-radius: 30px;
    }

    @media (max-width: 1694px) {
        .hero-section .gif-central {
            max-height: 440px;
        }

        .hero-section .side-image {
            max-height: 300px;
        }

        .hero-section .btn-custom {
            padding: 10px 22px;
            font-size: 17px;
        }

        .hero-section .section-title {
            font-size: 20px;
            padding: 5px 0;
        }

        .hero-section a.btn {
            margin: 15px 0;
            font-size: 18px;
            padding: 10px 24px;
        }

        .hero-section .section-title {
            font-size: 20px;
            padding: 5px 0;
        }

        #services img {
            margin-left: 120px;
        }

        #services .text-destaque .letra-maior {
            font-size: 60px;
        }

        #about .text-destaque {
            padding-left: 10rem;
        }

        #services .text-destaque .texto-normal {
            font-size: 20px;
            font-weight: bolder;
        }

        #howfunctions img {
            margin-left: 150px;
        }

        #howfunctions .text-destaque {
            padding-right: 10rem;
        }
    }

    @media (max-width: 1494px) {
        .nav-item {
            font-size: 28px;
            padding: 10px 9px;
        }

        .navbar-logo img {
            height: 40px;
        }

        .navbar {
            height: 45px;
        }

        .hero-section {
            padding: 65px 0;
        }

        .hero-section h5 {
            font-size: 20px;
            margin: -5px 0;
        }

        .hero-section .gif-central {
            max-height: 325px;
            margin: 10px 0;
        }

        .hero-section .side-image {
            max-height: 200px;
        }

        .hero-section a.btn {
            margin: 5px 0;
            font-size: 18px;
            padding: 5px 12px;
        }

        .hero-section .section-title {
            font-size: 20px;
            padding: 5px 0;
        }

        #services img {
            margin-left: 120px;
        }

        #services .text-destaque .letra-maior {
            font-size: 60px;
        }

        #about .text-destaque {
            padding-left: 10rem;
        }

        #services .text-destaque .texto-normal {
            font-size: 20px;
            font-weight: bolder;
        }

        #howfunctions img {
            margin-left: 150px;
        }

        #howfunctions .text-destaque {
            padding-right: 10rem;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1280px) {
        .nav-item {
            font-size: 28px;
            padding: 10px 9px;
        }

        .navbar-logo img {
            height: 48px;
        }

        .navbar {
            height: 55px;
        }

        .hero-section {
            height: 100vh;
            padding: 70px 0;
        }

        .hero-section h5 {
            font-size: 20px;
            margin: -5px 0;
        }

        .hero-section p {
            font-size: var(--text-size);
        }

        .hero-section .gif-central {
            max-height: 345px;
            margin: 10px 0;
        }

        .hero-section .side-image {
            max-height: 180px;
        }

        .hero-section a.btn {
            margin: 5px 0;
            font-size: 16px;
            padding: 5px 12px;
        }

        .hero-section .section-title {
            font-size: 20px;
            padding: 5px 0;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar {
            height: 40px;
        }

        .nav-item {
            font-size: 20px;
            padding: 10px 12px;
        }

        .navbar-logo img {
            height: 48px;
        }

        .navbar-logo img {
            height: 35px;
        }

        .hero-section {
            padding: 42px 0 40px;
        }

        .hero-section .cont {
            margin: -8px 0;
        }

        .hero-section .gif-central {
            max-height: 315px;
            margin: 0;
        }

        .hero-section .side-image {
            max-height: 160px;
            margin-bottom: 10px;
        }

        .hero-section h5 {
            font-size: 1rem;
            margin: 10px 0;
        }

        .hero-section p {
            font-size: 14px;
        }

        .hero-section a.btn {
            font-size: 10px;
            padding: 2px 8px;
        }

        .app-section {
            display: none;
        }

        #services svg {
            left: 25rem;
            margin: 0px 18px 0;
        }

        #services a.btn {
            margin: 5px 0;
            font-size: 10px;
            padding: 2px 8px;
        }

        #about {
            padding: 20px 0;
        }

        #about a.btn {
            margin: 5px 0;
            font-size: 10px;
            padding: 2px 8px;
        }

        .nav-item {
            padding: 0;
        }
    }

    /* RESPONSIVO */
    @media (max-width: 767px) {
        .navbar {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            height: auto;
            padding: 20px 15px;
            height: 85px;
        }

        .navbar-toggler {
            display: block;
            order: 1;
        }

        .nav-item {
            font-size: 18px;
            padding: 0;
        }

        .navbar-logo {
            order: 2;
        }

        .navbar-logo {
            flex: 0 0 auto;
            margin: 0 auto;
        }

        .nav-left,
        .nav-right {
            display: none;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 20px;
        }

        .hero-section {
            padding: 37px 0 0;
        }

        .hero-section h5 {
            margin: 60px 0 20px;
            font-size: 1rem;
        }

        .hero-section p {
            display: none;
        }

        .hero-section .row.align-items-center {
            flex-direction: column-reverse;
            /* imagens laterais abaixo */
        }

        .hero-section .gif-central {
            max-height: 400px;
            margin: 0;
        }

        .hero-section .side-image {
            display: none;
        }

        .hero-section a.btn {
            display: none;
        }

        .app-section {
            display: block;
            padding: 0;
        }

        .app-section .row.align-items-center {
            flex-direction: column-reverse;
            /* imagens laterais abaixo */
        }

        .app-section p {
            color: var(--color-app);
            margin: 0;
        }

        .app-section .side-image {
            max-height: 420px;
            object-fit: contain;
            margin: 0 auto;
        }

        .app-section a.btn {
            font-weight: bold;
            background: var(--highlight);
            color: var(--bg-color);
            font-size: 14px;
            border-radius: 30px;
            padding: 8px 18px;
            margin-top: 0px;
        }

        #services {
            padding: 60px 0;
        }

        #services p {
            padding-right: 60px;
            padding-left: 5px;
        }

        #services img {
            width: 100%;
            margin-left: 0;
        }

        #services svg {
            left: 0rem;
            margin: 0px 5px 0;
        }

        #services .text-destaque {
            padding-right: 60px;
            padding-left: 5px;
        }

        #services .text-destaque .texto-normal {
            font-size: var(--text-size);
        }

        #about {
            padding: 60px 0;
        }

        #about img {
            width: 100%;
            margin-left: 0;
        }

        #about .text-destaque {
            width: 100%;
            padding-right: 30px;
            padding-left: 30px;
        }

        #about .text-destaque .letra-maior {
            margin: 0 -25px;
        }

        #howfunctions {
            padding: 60px 0;
        }

        #howfunctions img {
            width: 100%;
            margin-left: 0;
        }

        #howfunctions .text-destaque .letra-maior {
            margin: 0 -25px;
        }

        #howfunctions .text-destaque {
            width: 100%;
            padding-right: 30px;
            padding-left: 30px;
        }

        #blog {
            padding: 0;
        }

        #geral .apple img,
        .google img {
            width: 100%;
            margin: 0;
        }

        #downloadModal {
            display: none !important;
        }
    }

    @media only screen and (max-width: 450px) {
        .navbar-logo img {
            height: 50px;
        }
    }