* {
    font-family: 'Mulish';
    margin: 0;
    padding: 0;
}

.bg-gray {
    background: #191919;
}

.bg-black {
    background: #0D0D0D;
}

.bg-white {
    background: #D9D9D9 !important;
}

.navbar-toggler {
    width: 1.5625rem;
    height: 1rem;
    position: relative;
    transition: .5s ease-in-out;
}

/* Remove outline and box-shadow */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    /* Remove border */
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #a1a1a1;
    border-radius: 1px;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
    width: 80%;
    right: 0rem;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
    width: 60%;
}

/* Color of 3 lines */

/* Navbar toggler icon style */
.navbar-toggler.collapsed .toggler-icon {
    background: #a1a1a1;
    /* Gray background color */
}

nav {
    width: 100vw;
}

@media screen and (max-width: 767px) {


    .image-desk,
    .button-desk,
    .graph-desk {
        display: none;
    }

    .image-mob {
        width: 3.94rem;
    }

    .container-fluid {
        margin: 0 1.25rem;
    }

    .lista-escondida {
        list-style: none;
        padding: 0;
        overflow: hidden;
    }

    .lista-escondida li {
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
        transition-delay: 0.2s;
    }

    .lista-visivel li {
        opacity: 1;
        transform: translateY(0);
    }

    .invisible {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }

    .visible {
        opacity: 1;
        /* Inicialmente visível */
        visibility: visible;
        /* Inicialmente visível */
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        /* Adicione uma transição para 'opacity' e 'visibility' */
        ;
    }

    .nav-item a {
        color: #FFF;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0.5rem;
        margin-bottom: 1.25rem;
    }

    .nav-button_link button {
        border: 0;
        background: #E6B665;
        color: #1E1E1E;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.0875rem;
        padding: 0.5rem 1rem;
        margin-bottom: 4rem;
    }

    .button {
        border: 0;
        background: #E6B665;
        color: #1E1E1E;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.0875rem;
        padding: 0.5rem 1rem;
    }

    h1,
    h1 b {
        color: #FFF;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        margin-bottom: 3.13rem;
    }

    h1 b {
        color: #E6B665;
    }

    .void {
        height: 1rem;
    }

    .home {
        padding-top: 10rem;
    }

    h4,
    h4 b {
        color: #FFF;
        text-align: center;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0 auto;
    }

    h4 b {
        font-weight: 700;
    }

    .simulador {
        border: 1.787px solid;
        border-image: linear-gradient(to bottom, #E6B665, #00000000) 1;
        border-image-slice: 1;
        padding-top: 1.04rem;
        padding-bottom: 1.04rem;
    }

    .simulador label {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #D9D9D9;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 1rem;
    }

    .simulador p {
        color: #A0A0A0;
        text-align: center;
        font-size: 0.4375rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .input-div {
        padding-bottom: 1.4rem;
    }

    input {
        text-align: center;
        color: #A0A0A0;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0.46rem;
    }

    #enviar {
        background: #E6B665;
        border: 0;
        color: #1E1E1E;
        font-size: 1rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.09681rem;
        padding: 0.5rem;
    }

    .components {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .grafico button {
        margin: 2.5rem 0;
    }

    h2 {
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .vantagens h2 {
        color: #FFF;
    }

    .vantagens-div {
        margin: 2.5rem auto;
    }

    .p2 {
        color: #A0A0A0;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .p1 {
        color: #FFF;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0.5rem auto;
    }

    .whats h2 {
        text-align: right;
        margin-right: 0;
        position: relative;
        right: 0rem;
        float: right;
        color: #FFF;
        font-size: 2.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .whats h2 b {
        font-weight: 700;
    }

    .whats h2 {
        text-align: right;
    }

    .whats-mob {
        text-align: center;
    }

    .whats-mob img {
        margin: 2rem 0;
    }

    .whats a {
        position: relative;
        right: 0;
    }

    .whats-button {
        text-align: right;
        padding-top: 8rem;
    }

    .how h2 {
        color: #FFF;
        text-align: center;
        font-size: 2.1875rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .how h2 b {
        font-weight: 700;
    }

    .how p {
        color: #A0A0A0;
        text-align: center;
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 2.5rem auto;
    }

    .how b {
        font-weight: 700;
    }

    .how div {
        text-align: center;
    }

    .req p {
        margin-top: 0.5rem !important;
    }

    video {
        width: 16.08975rem;
        height: 31.125rem;
    }

    .why h2 {
        color: #FFF;
        font-weight: 700;
    }

    .why p {
        color: #A0A0A0;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 2rem 0;
    }

    .why p b {
        font-weight: 700;
    }

    .why-div {
        text-align: center;
        margin-top: 2rem;
    }

    .accordion-item {
        border: 0;
        background: none;
    }

    .accordion-header {
        border-bottom: 2px #E6B665 solid;
    }

    .accordion-button:not(.collapsed) {
        background: none;
        box-shadow: none
    }

    .accordion-button {
        color: #191919;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: none;
        box-shadow: none !important
    }

    .end h2 {
        color: #FFF;
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .end p,
    .end p b {
        color: #A0A0A0;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .end p b {
        font-weight: 700;
    }

    footer img {
        width: 6.25rem;
    }

    footer p {
        color: #2B2B2B;
        font-size: 0.625rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.0625rem;
        text-align: justify;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    a span {
        scale: 50%;
    }
    #fechar {
        color: #A0A0A0;
        text-align: center;
        font-size: 1rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: underline;
        margin-top: 1rem;
        cursor: pointer;
    }

    #div-resultado {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #191919;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
        /* Certifique-se de que o modal esteja acima de outros elementos */
    }

    #div-resultado p {
        color: #FFF;
        text-align: center;
        font-size: 1.99575rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #div-resultado h3 {
        color: #FFF;
        text-align: center;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media screen and (min-width: 767px) {

    #fechar {
        color: #A0A0A0;
        text-align: center;
        font-size: 1rem !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: underline;
        margin-top: 1rem;
        cursor: pointer;
    }

    #div-resultado {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #191919;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 999;
        /* Certifique-se de que o modal esteja acima de outros elementos */
    }

    #div-resultado p {
        color: #FFF;
        text-align: center;
        font-size: 1.99575rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #div-resultado h3 {
        color: #FFF;
        text-align: center;
        font-size: 6.09819rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .image-mob,
    .button-mob,
    .mob {
        display: none;
    }

    .image-desk {
        width: 3.94rem;
    }

    .container-fluid {
        margin: 0 1.25rem;
        align-items: center;
        justify-content: space-between;
    }

    nav ul {
        margin: 0 auto;
        align-items: center;
    }

    .nav-item a {
        color: #FFF;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0.5rem;
    }

    nav img {
        height: 4rem;
    }

    nav button {
        border: 0;
        background: #A0A0A0;
        ;
        color: #1E1E1E;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.0875rem;
        padding: 0.5rem 1rem;
    }

    .button {
        border: 0;
        background: #E6B665;
        color: #1E1E1E;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.0875rem;
        padding: 0.5rem 1rem;
    }

    .home div {
        justify-content: space-between;
    }

    h1,
    h1 b {
        color: #FFF;
        font-size: 5rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: left;
        margin-bottom: 3.13rem;
    }

    h1 b {
        color: #E6B665;
    }

    .void {
        height: 4rem;
    }

    .home {
        padding-top: 10rem;
    }

    h4,
    h4 b {
        color: #FFF;
        text-align: center;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0 auto;
    }

    h4 b {
        font-weight: 700;
    }

    .simulador {
        border: 1.787px solid;
        border-image: linear-gradient(to bottom, #E6B665, #00000000) 1;
        border-image-slice: 1;
        padding-top: 1.04rem;
        padding-bottom: 1.04rem;
    }

    .simulador label {
        width: 100%;
        margin: 0 auto;
        text-align: left;
        color: #D9D9D9;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .simulador p {
        color: #A0A0A0;
        text-align: center;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .input-div {
        padding-bottom: 1.4rem;
    }

    input {
        text-align: center;
        color: #A0A0A0;
        font-size: 0.8125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0.46rem;
    }

    #enviar {
        display: inline-flex;
        height: 3.8125rem;
        padding: 0.875rem 1.75rem;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        flex-shrink: 0;
        background: #E6B665;
        border: 0;
        font-size: 1.625rem;
    }

    .components {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .graph-desk {
        margin-right: 7rem;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }


    .grafico button {
        display: inline-flex;
        padding: 0.875rem 1.75rem;
        justify-content: space-between;
        align-items: center;
    }

    h2 {
        font-size: 3.75rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .esperando {
        text-align: center;
    }

    .vantagens h2 {
        color: #FFF;
    }


    .p2 {
        color: #A0A0A0;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .vantagens-gap {
        gap: 18.75rem;
    }

    .whats-desk {
        float: right;
    }

    .p1 {
        color: #FFF;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0.5rem auto;
    }

    .whats h2 {
        text-align: right;
        margin-right: 0;
        position: relative;
        right: 0rem;
        float: right;
        color: #FFF;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .whats h2 b {
        font-weight: 700;
    }

    .whats-gap {
        position: absolute;
        bottom: 0;
    }

    .whats h2 {
        text-align: left;
    }

    .whats-mob {
        text-align: center;
    }

    .whats-mob img {
        margin: 2rem 0;
    }

    .seila {
        position: relative
    }

    .whats a {
        position: relative;
        right: 0;
        text-align: left;
    }

    .whats-button {
        text-align: left;
        margin-top: 5rem;
        padding-top: 8rem;
    }

    .how h2 {
        color: #FFF;
        text-align: left;
        font-size: 3rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .how h2 b {
        font-weight: 700;
    }

    .how p {
        color: #A0A0A0;
        text-align: left;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 2.5rem auto;
    }

    .how b {
        font-weight: 700;
    }

    .how div {
        text-align: center;
    }

    .how-div {
        text-align: left !important;
    }

    .how a {
        text-align: left;
        margin-left: 0;
    }

    .feedback {
        margin-top: 10rem !important;
    }

    .req {
        text-align: left;
    }

    .req p {
        margin-top: 0.5rem !important;
        text-align: left;
    }

    .left-align {
        text-align: left;
    }

    .left-align a {
        text-align: left;
    }

    video {
        width: 22.9375rem;
        height: 40.80744rem;
    }

    .why h2 {
        color: #FFF;
        font-weight: 700;
    }

    .why p {
        color: #A0A0A0;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin: 2rem 0;
    }

    .why p b {
        font-weight: 700;
    }

    .why-div {
        text-align: center;
        margin-top: 2rem;
    }

    .accordion-item {
        border: 0;
        background: none;
    }

    .accordion-header {
        border-bottom: 2px #E6B665 solid;
    }

    .accordion-button:not(.collapsed) {
        background: none;
        box-shadow: none
    }

    .accordion-button,
    .accordion-body {
        color: #191919;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        background: none;
        box-shadow: none !important
    }

    .end h2 {
        color: #FFF;
        font-size: 3.75rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .end p,
    .end p b {
        color: #A0A0A0;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .end p b {
        font-weight: 700;
    }

    footer img {
        width: 6.25rem;
    }

    footer p {
        color: #2B2B2B;
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.0625rem;
        text-align: justify;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}