* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Cabin', Arial, sans-serif;
    scroll-behavior: smooth;
    box-sizing: content-box;
}

:root {
    --blue: #5178CB;
    --dark-blue: #385aa2;
    --light-blue: #CEDAFB;
}

body {
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 70px;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

#menu-margin {
    width: 1150px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

li {
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    color: #ffffff;
}

ul li a.active {
    font-weight: 800;
    color: #ffffff !important;
    border-bottom: 6px solid #ffffff !important;
    padding: 0 0 20px 0 !important;
}

#logo {
    width: auto;
    height: auto;
}

#logo img {
    width: 95px;
    height: auto;
}

#menu {
    width: 450px;
    height: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

#menu a {
    text-decoration: none;
    transition: 0.2s;
    color: #ffffff;
    border-bottom: 6px solid rgba(255, 255, 255, 0);
    padding: 0 0 20px 0;
    transition: .3s;
}

#menu a:hover {
    border-bottom: 6px solid #ffffff;
    padding: 0 0 20px 0;
}

#button-consultar {
    padding: 0 0 0 30px;
}

#button-consultar a {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 13px 20px;
    transition: .2s;
}

#button-consultar a:hover {
    color: var(--blue);
    border: 1px solid #ffffff;
    background: #ffffff;
}

/* ###### Menu Mobile ###### */
#menu-mobile {
    display: none;
}

/* ###### CheckBox Menu Hamburguer ###### */
label[for="menu-hamburguer"]{
    display: none;
}

#menu-hamburguer {
    display: none;
}

/* ###### Estilo dos textos dos Frames ###### */
h1 {
    color: #383838;
    font-size: 3rem;
    font-weight: 500;
    line-height: 50px;
    padding: 0 0 30px 0;
}

h2 {
    color: #383838;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 30px;
}

p {
    color: #848484;
    font-size: 1rem;
    font-weight: 100;
    line-height: 20px;
    margin: 0;
}

.white-color {
    color: white;
}

.light-blue {
    color: var(--light-blue);
}

/* ###### Frame App ###### */
#app {
    width: 100%;
    height: 700px;
    background: linear-gradient(90deg, var(--blue), var(--dark-blue));
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.app-margin {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 2;
}

.img-loja {
    width: 150px;
    margin: 30px 5px 0 0;
}

.app-left {
    width: 50%;
}

.app-right {
    width: 50%;
}

.cellphone-download {
    width: 80%;
    margin: 450px 0 0 0;
}

/* ###### Home 1 ###### */
#home-1 {
    width: 100%;
    height: 700px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 0 0;
    overflow: hidden;
}

.home-1-margin {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    z-index: 2;
}

.home-1-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.home-1-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.home-1-text {
    width: 550px;
    height: auto;
}

.p-home-1 {
    font-size: 1.15rem;
    font-weight: 100;
    line-height: 25px;
    margin: -20px 0 60px 0;
}

.home-1-boxes {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.box {
    width: 120px;
    height: auto;
    padding: 25px 30px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.background-mobile {
    display: none;
}
.background-desktop {
    width: 1200px;
    position: absolute;
    margin: 75px 0 0 730px;
    z-index: 1;
}

/* ###### Formulário ###### */
.ls-login-box {
    width: 250px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    text-align: center;
    border-radius: 10px;
    z-index: 2;
}

.ls-login-box p {
    padding: 0 0 10px 0;
}

.ls-login-box h1 {
    margin: 0;
    font-size: 30px;
    padding: 0 0 20px 0!important;
}

fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ls-label {
    width: 100%;
    display: flex;
}

.ls-label-text {
    display: none;
}

.ls-btn-input {
    width: 100%;
    font-size: 14px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    line-height: 1.42857;
    padding: 11px;
}

.ls-btn-icon {
    padding-left: 35px;
    background-image: url('/img/icon-avatar.jpeg');
    background-repeat: no-repeat;
    background-position: 10px center;
}

.ls-btn-primary {
    width: 100%;
    color: white;
    font-size: 16px;
    padding: 11px;
    background: #6c6c6c;
    border-color: #5e5e5e;
    border-radius: 4px;
    margin: 20px 0;
}

.ls-login-box a {
    color: #5078cb;
}

/* ###### Como Funciona ###### */
#comofunciona {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

.comofunciona-margin {
    width: 1150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.comofunciona-boxes {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    padding: 70px 100px 50px 100px;
    margin: 20px 0 0 0;
}

.comofunciona-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #cccccc;
    padding: 0 50px 0 0;
}

h3 {
    color: #383838;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 30px;
    margin: 20px 0;
}

.blue-text {
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 2px;
    background: var(--blue);
}

#comofunciona ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#comofunciona li {
    font-size: 1rem;
    color: #848484;
    list-style: none;
    background-image: url('/img/li-right.png');
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 18px;
    padding: 0 0 0 30px;
    margin: 15px 0;
}

.comofunciona-left img {
    width: 350px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}

#comofunciona p {
    color: #383838;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
}

.comofunciona-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 0 50px;
}

/* ###### Planos ###### */
#planos {
    width: 100%;
    height: auto;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

.planos-margin {
    width: 1150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#planos h1 {
    text-align: center;
    padding: 0 50px;
}

#planos p {
    font-size: 1rem;
    text-align: center;
}

#planos-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.planos-boxes {
    width: 270px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 30px 20px;
    margin: 20px 0;
    transition: .1s;
}

.planos-boxes h4 {
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: 500;
}

.planos-boxes p {
    color: #848484;
    font-size: 0.9rem !important;
    font-weight: 300;
    margin: 10px 0;
}

.planos-boxes-valores {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.planos-boxes-valores-rs {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.planos-boxes-valores-rs p {
    font-size: 0.7rem !important;
    margin: -20px 0 0 0 !important;
    padding: 10px 0 !important;
}

.planos-boxes-valores-valor {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.planos-boxes-valores-valor p {
    color: #383838;
    font-size: 4rem !important;
    margin: 0 5px;
}

.planos-boxes-valores-valor-cents {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.planos-boxes-valores-valor-cents p {
    font-size: 0.7rem !important;
    padding: 10px 0 !important;
}

.planos-boxes-valores-mensalidade {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.planos-boxes-valores-mensalidade p {
    font-size: 0.7rem !important;
    margin: -20px 0 0 0 !important;
    padding: 10px 0 !important;
}

.planos-boxes a {
    color: #ffffff;
    font-size: 0.8rem;
    text-decoration: none;
    border-radius: 5px;
    background: var(--blue);
    padding: 15px 20px;
    margin: 10px 0;
    transition: .1s;
}

.planos-boxes a:hover {
    filter: brightness(120%);
}

.mais-vendido {
    width: 270px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--blue);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 50px 20px 40px 20px !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.faixa-mais-vendido {
    width: 120%;
    height: auto;
    background: var(--blue);
    margin: -50px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faixa-mais-vendido p {
    color: #ffffff !important;
    font-size: 0.7rem !important;
    padding: 10px 0 !important;
}

/* ###### FAQ According ###### */
#faq-accordion {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.faq-accordion-margin {
    width: 1150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
}

.container h1 {
    text-align: center;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid var(--blue);
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1.5em 1em 0;
    color: #383838;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--blue);
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: var(--blue);
    border: 1px solid var(--blue);
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 10px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 10px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: var(--blue);
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* ###### Footer ###### */
#footer {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer li {
    color: #ffffff !important;
}

#footer li:hover {
    color: var(--blue) !important;
}

.footer-border {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #333333;
    background: #171717;
}

.footer-border-margin {
    width: 1150px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #171717;
}

.footer-left-margin {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 100px 0 0 0;
}

.footer-left p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    margin: 50px 0;
}

.footer-left-margin img {
    width: 130px;
    margin: 5px 0;
    transition: 0.2s;
}

#whatsapp {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.whatsapp {
    width: 30px !important;
    margin: 0 10px 0 0 !important;
}

.footer-right {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    background: #171717;
}

.footer-right-margin {
    margin: 0;
}

.footer-right-margin ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

.footer-right-margin li {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 30px;
}

.footer-right-margin a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}

.footer-right-margin a:hover {
    color: var(--blue) !important;
}

.adress {
    margin: 60px 0 0 30px;
}

.adress p {
    color: #ffffff;
}

/* ###### Footer / Copyright ###### */
.footer-copyright {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #171717;
}

.footer-copyright-margin {
    width: 1150px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copyright p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

.email {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 50px;
}

.email img {
    width: 30px;
    margin: 0 10px 0 0;
}

.email p {
    color: #ffffff;
    font-size: 14px;
}

.social-medias {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.social-medias img {
    width: 30px;
    height: auto;
    margin: 0 5px;
}

.social-medias a {
    text-decoration: none;
}

/* ###### Formulário - Contato ###### */
#bg-form {
    background: #ffffff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 110px 0 40px 0;
}

#bg-form h2 {
    font-size: 26px;
    font-weight: 100;
    line-height: 25px;
}

#bg-form img {    
    width: 22px;
    height: auto;
    filter: brightness(500%);
    margin: 0 0 0 130px;
}

.mauticform_wrapper {
    width: 700px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}

.mauticform-description {
    margin-top: 2px;
    margin-bottom: 10px;
}

.mauticform-error {
    margin: 10px 0 0 0;
    color: #ef2710;
}

.mauticform-message {
    font-size: 20px;
    margin: 0 0 30px 0;
    color: #ef2710;
    text-align: center;
}

.mauticform-row {
    display: block;
    margin-bottom: 20px;
}

.mauticform-label {
    color: #111111;
    font-size: 15px;
    display: block;
    font-weight: 300;
    margin: 5px 0 0 0;
}

.mauticform-row.mauticform-required .mauticform-label:after {
    color: #ef2710;
    content: " *";
    display: inline;
}

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    font-size: 14px;
    color: #ef2710;
    margin: 10px 0 0 15px;
}

.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
    width: 100%;
    color: #111111;
    font-size: 15px;
    padding: 5px 15px;
    border: none;
    border-bottom: 1px solid #CCC;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    box-sizing: border-box;
}

.mauticform-checkboxgrp-label {
    font-weight: normal;
}

.mauticform-radiogrp-label {
    font-weight: normal;
}

.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-radius: 50px;
    background: var(--blue);
    transition: 0.2s;
    margin: 20px 0 0 0;
}

.mauticform-button.btn-default:hover {
    filter: brightness(120%);
}

.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #ffffff;
    border-color: #dddddd;
    opacity: 0.75;
    cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline;
}

.mauticform-page-wrapper {
    margin: 40px 0 0 0;
}

#mauticform_input_contatosite_perguntaduvida {
    height: 70px;
}

::placeholder {
    color: #c4c4c4;
    font-weight: 300;
}

/* ###### Modal ###### */
.modal-body{
    padding: 0;
}

.modal-content {
    border-radius: 1.5rem;
    overflow: hidden;
}

.modal-img-banner-desktop {
    width: 101% !important;
    margin: 0 0 0 -1px;
}

/*  ###### Versao Mobile ######  */
@media (max-width:767px) {
    header {
        height: 80px;
        justify-content: flex-end;
    }

    #menu-margin {
        width: 63%;
    }

    li {
        font-size: 18px;
        font-weight: 500;
    }

    ul li a.active {
        color: var(--blue) !important;
    }

    #logo {
        width: 30%;
    }

    #logo img {
        width: 100px;
    }

    #menu {
        display: none;
    }

    #button-consultar {
        padding: 0 20px 0 0;
    }

    #button-consultar a {
        font-size: 12px;
        padding: 13px 10px;
    }
    
    /* ###### Menu Mobile ###### */
    #menu-mobile {
        width: 100%;
        height: 100vh;
        background: #f9f9f9;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 0 0 -1200px;
        z-index: 3;
        transition: 0.4s ease-in-out;
        opacity: 0;
    }

    .menu-mobile-open {
        margin: 0 !important;
        opacity: 1 !important;
    }

    #nav-mobile {
        margin: -10% 0 0 0;
    }

    #menu-mobile ul {
        display: block;
        list-style: none;
    }

    #menu-mobile li {
        font-size: 30px;
        margin: 20px 0;
    }

    #menu-mobile a {
        text-decoration: none;
        color: #383838;
    }

    /* ###### Menu Hamburguer ###### */
    #menu-hamburguer {
        width: 80px;
        height: 80px;
        cursor: pointer;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .line {
        width: 40px;
        height: 3px;
        border-radius: 10px;
        background: #ffffff;
    }

    #menu-topline {
        position: absolute;
        margin: -15px 0 0 0;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-topline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(45deg) translateX(-3px) translateY(3px) !important;
    }

    #menu-bottomline {
        margin: 15px 0 0 0;
        position: absolute;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-bottomline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(-45deg) translateX(-3px) translateY(-3px) !important;
    }

    /* ###### Estilo dos textos dos Frames ###### */
    h1 {
        padding: 0 0 40px 0;
    }

    h2 {
        line-height: 25px;
    }

    /* ###### Frame App ###### */
    #app {
        height: auto;
    }

    .app-margin {
        width: 85%;
        height: 900px;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .app-left {
        width: 85%;
    }

    .app-right {
        width: 85%;
        padding: 130px 0 0 0;
    }

    .box-lojas {
        display: flex;
        margin: 20px 0 0 0;
    }

    .img-loja {
        width: 140px;
        margin: 0 10px 0 0;
    }

    .cellphone-download {
        width: 90%;
        margin: 20px 0 0 0;
    }

    /* ###### Home 1 ###### */
    #home-1 {
        height: auto;
        padding: 140px 0 0 0;
    }

    .home-1-margin {
        width: 85%;
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        background-image: url('/img/mobile.png');
        background-position: center bottom;
        background-size: 363px;
        background-repeat: no-repeat;
        padding: 0 0 100px 0;
    }

    .home-1-left {
        width: 100%;
    }

    .home-1-right {
        width: 100%;
        padding: 150px 0 0 0;
    }

    .home-1-text {
        width: 100%;
    }

    .p-home-1 {
        margin: -20px 0 30px 0;
    }

    .home-1-boxes {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .box {
        width: auto;
        margin: 5px 0;
    }

    .background-desktop {
        display: none;
    }

    /* ###### Como Funciona ###### */
    .comofunciona-margin {
        width: 85%;
    }

    .comofunciona-margin h1 {
        text-align: center;
    }

    .comofunciona-boxes {
        align-items: center;
        flex-direction: column;
        padding: 50px 20px 50px 20px;
    }

    .comofunciona-left {
        width: 100%;
        padding: 0 0 50px 0;
    }

    h3 {
        font-weight: 800;
    }

    .comofunciona-left img {
        width: 300px;
    }

    .comofunciona-right {
        width: 100%;
        border-top: 1px solid #cccccc;
        padding: 30px 0 0 0;
    }

    /* ###### Planos ###### */
    .planos-margin {
        width: 85%;
    }

    #planos p {
        font-size: 1.2rem;
    }

    #planos-box {
        align-items: center;
        flex-wrap: wrap;
    }
    
    .planos-boxes {
        padding: 30px 20px;
        margin: 30px 0 0 0;
    }

    .planos-boxes h4 {
        font-size: 1.8rem;
    }

    .planos-boxes-valores-valor-cents {
        align-items: flex-end;
    }

    .faixa-mais-vendido {
        width: 120%;
        height: auto;
        background: var(--blue);
        margin: -50px 0 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .faixa-mais-vendido p {
        color: #ffffff !important;
        font-size: 0.7rem !important;
        padding: 10px 0 !important;
    }

    /* ###### FAQ According ###### */

    .faq-accordion-margin {
        width: 85%;
        flex-direction: column;
    }

    .container {
        padding: 4rem 0;
        width: 100%;
    }

    /* ###### Footer ###### */
    #footer {
        height: auto;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .footer-border {
        height: auto;
        flex-direction: column;
    }

    .footer-border-margin {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .footer-left {
        width: 100%;
        height: auto;
    }

    .footer-left-margin {
        width: 80%;
        height: auto;
        justify-content: center;
        margin: 30px auto;
    }

    .footer-left p {
        font-size: 20px;
        margin: 33px 0 30px 0;
    }

    .footer-left-margin img {
        width: 150px;
    }

    .footer-left-margin img:hover {
        filter: brightness(150%);
    }

    .footer-right {
        width: 100%;
        height: auto;
        align-items: center;
    }

    .footer-right-margin {
        width: 80%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 30px 0;
    }

    .footer-right-margin ul {
        flex-direction: column;
    }

    .footer-right-margin p {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 30px 0;
    }

    .footer-right-margin li {
        font-size: 20px;
        font-weight: 700;
        margin: 5px 0;
    }

    .adress {
        width: 85%;
        margin: 40px 0 40px 30px;
    }

    /* ###### Footer / Copyright ###### */
    .footer-copyright {
        flex-direction: column;
    }

    .copyright {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .copyright p {
        line-height: 18px;
    }

    .copyright a {
        text-decoration: none;
        color: var(--blue);
    }

    .email {
        padding: 20px 0 0 90px;
    }

    .social-medias {
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 30px 0;
    }

    /* ###### Formulário - Contato ###### */
    .mauticform_wrapper {
        width: 80%;
        padding: 20px 30px;
    }
    
    .mauticform-label {
        font-size: 16px;
    }

    .mauticform-errormsg {
        font-size: 16px;
    }
    
    .mauticform-button-wrapper .mauticform-button.btn-default,
    .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
        height: 60px;
        font-size: 16px;
        margin: 30px 0 0 0;
    }

    ::placeholder {
        color: #c4c4c4;
        font-size: 15px;
    }
}

/*  ###### Versao Tablet ######  */
@media (min-width:768px) and (max-width:1150px){
    header {
        height: 80px;
        justify-content: flex-end;
    }

    #menu-margin {
        width: 57%;
    }

    li {
        font-size: 18px;
        font-weight: 500;
    }

    #logo {
        width: 30%;
    }

    #logo img {
        width: 100px;
    }

    #menu {
        display: none;
    }

    #button-consultar {
        padding: 0 20px 0 0;
    }

    /* ###### Menu Mobile ###### */
    #menu-mobile {
        width: 100%;
        height: 100vh;
        background: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 0 0 -1200px;
        z-index: 1;
        transition: 0.4s ease-in-out;
        opacity: 0;
    }

    .menu-mobile-open {
        margin: 0 !important;
        opacity: 1 !important;
    }

    #nav-mobile {
        margin: -10% 0 0 0;
    }

    #menu-mobile ul {
        display: block;
        list-style: none;
    }

    #menu-mobile li {
        font-size: 30px;
        margin: 20px 0;
    }

    #menu-mobile a {
        text-decoration: none;
        color: #383838;
    }

    /* ###### Menu Hamburguer ###### */
    #menu-hamburguer {
        width: 80px;
        height: 80px;
        cursor: pointer;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .line {
        width: 40px;
        height: 3px;
        border-radius: 10px;
        background: #ffffff;
    }

    #menu-topline {
        position: absolute;
        margin: -8px 0 0 0;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-topline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(45deg) translateX(-3px) translateY(3px) !important;
        transition: 0.4s all !important;
    }

    #menu-bottomline {
        margin: 8px 0 0 0;
        position: absolute;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-bottomline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(-45deg) translateX(-3px) translateY(-3px) !important;
        transition: 0.4s all !important;
    }

    /* ###### Frame App ###### */
    #app {
        height: 700px;
    }

    .app-margin {
        width: 85%;
    }

    .cellphone-download {
        width: 90%;
        margin: 240px 0 0 0;
    }

    /* ###### Home 1 ###### */
    #home-1 {
        height: auto;
        padding: 150px 0 0 0;
        overflow-x: hidden;
    }

    .home-1-margin {
        width: 85%;
        flex-direction: column;
        overflow-x: hidden !important;
    }

    .home-1-left {
        width: 100%;
        padding: 0 0 100px 0;
    }

    .home-1-right {
        width: 100%;
        padding: 40px 0 140px 0;
    }

    .home-1-boxes {
        height: 150px;
        flex-direction: row;
        margin: 0;
    }

    .box {
        width: 100%;
        height: 100%;
        margin: 0 5px;
    }

    .background-mobile {
        display: none;
    }

    .background-desktop {
        width: 1100px;
        position: absolute;
        margin: 490px 0 0 0px;
        z-index: 1;
    }

    /* ###### Como Funciona ###### */
    .comofunciona-margin {
        width: 85%;
    }

    .comofunciona-margin h1 {
        text-align: center;
    }

    .comofunciona-boxes {
        align-items: center;
        flex-direction: column;
        padding: 40px 50px 50px 50px;
    }

    .comofunciona-left {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    h3 {
        font-size: 1.3rem;
    }

    .comofunciona-left img {
        width: 500px;
    }

    .comofunciona-right {
        width: 100%;
        border-top: 1px solid #cccccc;
        margin: 50px 0 0 0;
        padding: 30px 0 0 0;
    }

    /* ###### Planos e precos ###### */
    .planos-boxes {
        width: 190px;
    }

    /* ###### FAQ According ###### */
    .faq-accordion-margin {
        width: 85%;
        flex-direction: column;
    }

    .container {
        padding: 4rem 0;
        width: 100%;
    }

    /* ###### Footer ###### */
    .footer-border-margin {
        width: 85%;
        flex-direction: row;
    }

    .footer-left {
        width: 30%;
    }

    .footer-left-margin {
        margin: 100px 0 0 0;
    }

    .footer-right {
        width: 70%;
        justify-content: center;
        align-items: flex-end;
    }

    .footer-right-margin {
        display: flex;
        justify-content: flex-end;
        margin: 0;
    }

    .footer-right-margin ul {
        flex-direction: row;
    }

    .footer-right-margin a {
        margin: 0 4px;
    }

    .footer-right-margin li {
        font-size: 18px;
        font-weight: 500;
        margin: 5px 10px;
    }

    .adress {
        width: 400px;
        margin: 0;
    }

    /* ###### Footer / Copyright ###### */
    .footer-copyright-margin {
        width: 85%;
    }

    .copyright {
        padding: 0;
    }

    /* ###### Formulário - Contato ###### */
    #bg-form {
        padding: 150px 0 80px 0;
    }

    .mauticform_wrapper {
        width: 82%;
    }
    
    .mauticform-label {
        font-size: 18px;
    }
    
    .mauticform-errormsg {
        font-size: 16px;
        margin: 10px 0 30px 15px;
    }
    
    .mauticform-button-wrapper .mauticform-button.btn-default,
    .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
        height: 60px;
        font-size: 16px;
        margin: 30px 0 0 0;
    }

}

/*  --------- Compatibilidade do Menu Icon (iOS) ---------  */
@supports (-webkit-touch-callout: none) {
    #menu-topline {
        position: absolute;
        margin: -7px 0 0 0;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-topline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(45deg) translateX(-3px) translateY(3px) !important;
        transition: 0.4s all !important;
    }

    #menu-bottomline {
        margin: 7px 0 0 0;
        position: absolute;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-bottomline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(-45deg) translateX(-3px) translateY(-3px) !important;
        transition: 0.4s all !important;
    }
}