svg:not(:root) {
    overflow: hidden;
}

@keyframes pulse {
    0%, 100% {
        transform: scale3d(1,1,1);
    }
    50% {
        transform: scale3d(1.05,1.05,1.05);
    }
}
.botaopulse {
    transform: scale(0);
    animation: pulse 0.7s infinite;
}

body {
    font-family: "PT Sans", sans-serif;
}



.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0;
}
.elementor-aspect-ratio-169,
.elementor-fit-aspect-ratio {
    padding-bottom: 56.25%;
}
.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000;
}


.elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(10px/2);
}
.elementor-element .elementor-icon-list-item {
    align-items: baseline;
}
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit;
}
.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative;
}



.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align);
}
.elementor-widget .elementor-icon-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.elementor-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: baseline;
}

.elementor-icon-list-item > .elementor-icon-list-text,
.elementor-element .elementor-icon-list-item > a {
    font-family: "PT Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    align-self: center;
    padding-left: 5px;
    font-weight: 600;
}



.top {
    position: relative;
}

.top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(320deg, #6D59AC 0%, #011E81 100%);
}

.top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

    display: block;
    background-color: #6D59AC;
    background-image: url(../img/abstract-violet-background-1.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.65;
    mix-blend-mode: luminosity;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.navbar-brand {
    max-width: 30%;
}
@media (min-width: 768px) {
    .navbar-brand {
        max-width: 20%;
    }
}

.navbar-collapse .nav-item a {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.lp3-banner .container,
.lp3-resultados .container,
.lp3-origem .container,
.lp3-formula .container,
.lp3-depoimentos .container,
.lp3-produtos .container,
.lp3-faq .container,
.lp3-whatsapp .container,
.footer-extra .container {
    overflow: hidden;
}


.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, .75);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.lp3-banner .col-left {
    color: rgb(255, 255, 255);
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
}

.lp3-banner .col-left h2 {
    color: #fff;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 2.2px;
    text-align: center;
}
@media (min-width: 768px) {
    .lp3-banner .col-left h2 {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .lp3-banner .col-left h2 {
        font-size: 46px;
    }
}

.elementor-button-wrap {
    text-align: center;
}
@media (min-width: 992px) {
    .elementor-button-wrap {
        text-align: left;
    }
}


.auto-center {
    display: table !important;
    margin-right: auto;
    margin-left: auto;
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: 90%;
    font-family: "DM Serif Display", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    background-color: transparent;
    background-image: linear-gradient(90deg, #38E96E 0%, #0CB540 100%);
    text-decoration: none;
}
@media (min-width: 768px) {
    .elementor-button {
        font-size: 18px;
        padding: 20px 60px 20px 60px;
    }
}

.elementor-heading-title {
    color: #363636;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 2.2px;
}

@media (min-width: 768px) {
    .elementor-heading-title {
        font-size: 38px;
    }
}

.elementor-heading-title--2 {
    color: #363636;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 2.2px;
    text-align: center;
}





.lp3-banner .col-right .destaque {
    
}
.lp3-banner .col-right .destaque>div {
    position: relative;
}

.lp3-banner .col-right .destaque>div:first-child {
    margin-bottom: -100%;
    max-width: 65%;
}

.lp3-banner .col-right .destaque>div:last-child {
    width: 100%;
    text-align: center;
    margin-top: -15px;
}

.lp3-banner .col-right .destaque>div:last-child img {
    width: 50%;
}


.lp3-origem {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 0px 200px 0px;
    background-color: transparent;
    background-image: linear-gradient(320deg, #6D59AC 0%, #011E81 100%);
    position: relative;
}

.lp3-origem .elementor-shape-top {
    top: -1px;
}
.lp3-origem .elementor-shape-bottom {
    bottom: -1px;
}
.lp3-origem .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.lp3-origem .elementor-element > .elementor-shape-top svg {
    width: calc(100% + 1.3px);
    height: 77px;
}

.lp3-origem .elementor-shape-fill {
    fill: #fff;
}

.lp3-origem .elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 77px;
}

.lp3-origem .elementor-background-overlay,
.lp3-origem .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.lp3-origem .elementor-background-overlay {
    background-color: #6D59AC;
    background-image: url(../img/v748-toon-107.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.91;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}



.lp3-origem .elementor-icon-list-icon i {
    color: #38E96E;
}

.lp3-origem-left {
    padding-bottom: 30px;
}
@media (min-width: 992px) {
    .lp3-origem-left {
        padding-top: 88px;
        padding-bottom: 0;
    }
}


.lp3-formula-left img {
    width: 90%;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #021D83;
    border-radius: 15px 15px 15px 15px;
}

.lp3-formula-right a {
    color: #7e7e7e;
    text-decoration: none;
}

.lp3-formula-right>div {
    display: flex;
    align-items: flex-start;
}

.lp3-formula-right>div>p {
    padding-right: 15px;
}
.lp3-formula-right>div>img {
    margin-top: 6px;
}

.lp3-formula-right p {

}


.lp3-formula .elementor-background-overlay {
    background-image: url(../img/11_4_2500.jpg);
    background-size: cover;
    opacity: 0.18;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.lp3-formula .elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.lp3-formula .elementor-element:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap,
.lp3-formula .elementor-element > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(220deg, #6D59AC 37%, #011E81 73%);
}


.lp3-formula-row-2 .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}

.lp3-formula-row-2 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em;
}
.lp3-formula-row-2 .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left;
}
.lp3-formula-row-2 .elementor-toggle-title,
.lp3-formula-row-2 .elementor-toggle-icon {
    color: #F2E3A7;
    text-decoration: none;
}

.lp3-formula-row-2 .elementor-element {
    color: #FFFFFF;
    font-family: "PT Sans", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.lp3-formula-row-2 .elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none;
}

.lp3-formula .elementor-toggle .elementor-tab-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none;
}

.lp3-formula .elementor-tab-content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 20px 0px 20px;
}

.lp3-formula .elementor-tab-content a {
    text-decoration: none;
}
.lp3-formula .elementor-tab-content a:hover {
    text-decoration: underline;
}


.lp3-depoimentos {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(320deg, #6D59AC 0%, #011E81 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 0px 120px 0px;
}
.lp3-depoimentos .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.lp3-depoimentos .elementor-shape-top {
    top: -1px;
}
.lp3-depoimentos .elementor-shape-bottom {
    bottom: -1px;
}
.lp3-depoimentos .elementor-wrapper-container {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F2E3A7;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}
.lp3-depoimentos .elementor-heading-title--1 {
    color: #fff;
    font-size: 30px;
}
.lp3-depoimentos .elementor-background-overlay {
    background-color: #6D59AC;
    background-image: url(../img/v748-toon-107.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.91;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.lp3-depoimentos .elementor-shape svg {
    width: calc(100% + 1.3px);
    height: 77px;
}
.lp3-depoimentos .elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.lp3-depoimentos .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.lp3-depoimentos .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
}

.lp3-depoimentos .elementor-testimonial-content {
    color: #FFFFFF;
    font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.lp3-depoimentos .elementor-testimonial-details,
.lp3-depoimentos.elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle;
}

.lp3-depoimentos .elementor-testimonial-name {
    color: #F2E3A7;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 22px;
    font-weight: 300;
}


.lp3-produtos .elementor-widget-container--1 {
    margin: 0px -30px 0px -30px;
    padding: 30px 30px 30px 30px;
    background-color: transparent;
    background-image: linear-gradient(160deg, #011E81 0%, #6D59AC 100%);
    border-radius: 0px 0px 300px 300px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.22);
    color: #fff;
}

.lp3-produtos .elementor-widget-container--1 .elementor-heading-title {
    color: #fff;
}
.lp3-produtos .elementor-widget-wrap .elementor-heading-title {
    font-family: "DM Serif Display", Sans-serif;
    /* font-size: 17px; */
    /* font-weight: 500; */
    /* line-height: 1.2em; */
    letter-spacing: 2.2px;
}

.lp3-produtos .elementor-element-populated {
    border-radius: 0px 0px 30px 30px;
    background-image: url(../img/v748-toon-107.jpg);
    background-position: top center;
    background-size: cover;
}

.lp3-produtos .elementor-widget-wrap {
    padding: 0px 30px 30px 30px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-flow: column;
}

.lp3-produtos .old-price.old-price {
    text-align: center;
    color: #011E81;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.lp3-produtos .num-parcelas.num-parcelas {
    color: #011E81;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
}

.lp3-produtos .parcelas.parcelas {
    color: #011E81;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 110px;
    font-weight: 400;
    line-height: 1;
}

.lp3-produtos .new-price.new-price {
    text-align: center;
    color: #011E81;
    font-family: "DM Serif Display", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
}

.lp3-produtos .elementor-icon-list-icon.elementor-icon-list-icon i {
    color: #003898;
}
.lp3-produtos .elementor-icon-list-text.elementor-icon-list-text {
    font-size: 14px;
    font-weight: 400;
    color: #003898;
}

.lp3-faq {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(320deg, #6D59AC 0%, #011E81 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 120px 0px 120px 0px;
}

.lp3-faq .elementor-heading-title {
    color: #FFFFFF;
    font-family: "DM Serif Display", Sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 2.2px;
}

.lp3-faq .elementor-background-overlay {
    background-color: #6D59AC;
    background-image: url(../img/v748-toon-107.jpg);
    background-position: center center;
    background-size: cover;
    opacity: 0.91;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.lp3-faq .elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.lp3-faq .elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.lp3-faq .elementor-shape svg {
    width: 100%;
    height: 77px;
}
.lp3-faq .elementor-shape-top {
    top: -1px;
}
.lp3-faq .elementor-shape-bottom {
    bottom: -1px;
}
.lp3-faq .elementor-toggle-icon i {
    color: #F2E3A7;
}
.lp3-faq .elementor-toggle-title {
    color: #F2E3A7;
    text-decoration: none;
    font-weight: 700;
}

.lp3-faq .elementor-toggle-item {
    margin-bottom: 25px;
}
.lp3-faq .elementor-tab-content {
    border-bottom-color: #011E8121;
    background-color: #FFFFFF;
    color: #3C3C3C;
    font-family: "PT Sans", Sans-serif;
    font-weight: 400;
    padding: 15px;
}

.footer-extra .links {
    display: flex;
    flex-direction: column;

}

.footer-extra .links a {
    color: #363636;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 25px;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}
.footer-extra .links a:hover {
    color: #021D83;
    transform: translateY(-8px);
    text-decoration: underline;
}

img.ctc-analytics {
    max-width: 100%;
}