@import url(https://fonts.googleapis.com/css?family=Rubik+Mono+One|Roboto+Mono:400,700&display=swap);

:root {
    --color-primary: #18181A;
    --color-secondary: #75757C;
    --color-dark: #364C62;
    --color-light: #F5F5F5;
    --td: 150ms;
    --te: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navbar-background {
    -webkit-transition: .4s linear all;
    transition: .4s linear all;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 95, 88, .51)), to(rgba(74, 95, 88, 0)));
    background: linear-gradient(180deg, rgba(74, 95, 88, .51) 0, rgba(74, 95, 88, 0) 100%);
    padding: 8px 0 !important
}

.navbar-background-scroll {
    background: #050e04 !important;
    -webkit-transition: .4s linear all;
    transition: .4s linear all;
    border-bottom: 1px solid #4b7d00;
    padding: 16px 0 !important
}

.navbar-background-scroll [id=main-navigation-toggle-mobile]~label {
    -webkit-transition: .4s linear all;
    transition: .4s linear all;
    cursor: pointer;
    position: fixed;
    left: 32px;
    top: 2rem;
    z-index: 100
}

.button-whatsapp-header {
    border: 2px solid #79c300;
    border-radius: 24px;
    padding: 4px 48px;
    font-family: Sora, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd;
    margin-right: 24px;
    background-color: transparent;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.button-whatsapp-header svg {
    margin-right: 8px
}

.button-whatsapp-header:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #79c300
}

.button-enter-client {
    border: 2px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#79c300), to(#4b7d00));
    background: linear-gradient(180deg, #79c300 0, #4b7d00 100%);
    border-radius: 24px;
    padding: 4px 48px;
    border: none;
    font-family: Sora, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.button-enter-client svg {
    margin-left: 8px;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.button-enter-client:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.button-enter-client:hover svg {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0)
}

.page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 45rem;
    padding: 1rem
}

.page-container>*+* {
    margin-top: 1.5rem
}

.nav-main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: -100%;
    position: fixed;
    -webkit-transition: left 0s calc(var(--td) * 2), -webkit-transform 0s calc(var(--td) * 2);
    transition: left 0s calc(var(--td) * 2), -webkit-transform 0s calc(var(--td) * 2);
    transition: left 0s calc(var(--td) * 2), transform 0s calc(var(--td) * 2);
    transition: left 0s calc(var(--td) * 2), transform 0s calc(var(--td) * 2), -webkit-transform 0s calc(var(--td) * 2);
    width: 100%;
    top: 0
}

.nav-main::after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#000101), color-stop(48.96%, #4b7d00), to(#000101));
    background: linear-gradient(180deg, #000101 0, #4b7d00 48.96%, #000101 100%);
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform calc(var(--td) * 2) var(--td) var(--te);
    transition: -webkit-transform calc(var(--td) * 2) var(--td) var(--te);
    transition: transform calc(var(--td) * 2) var(--td) var(--te);
    transition: transform calc(var(--td) * 2) var(--td) var(--te), -webkit-transform calc(var(--td) * 2) var(--td) var(--te);
    width: 100%;
    z-index: -100
}

.nav-main::before {
    top: 0
}

.nav-main::after {
    bottom: 0
}

.nav-main .menu__item {
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    -webkit-transition: opacity var(--td) var(--te), -webkit-transform var(--td) var(--te);
    transition: opacity var(--td) var(--te), -webkit-transform var(--td) var(--te);
    transition: opacity var(--td) var(--te), transform var(--td) var(--te);
    transition: opacity var(--td) var(--te), transform var(--td) var(--te), -webkit-transform var(--td) var(--te)
}

[id=main-navigation-toggle] {
    opacity: 0;
    position: fixed;
    top: -100%
}

[id=main-navigation-toggle]~label {
    cursor: pointer;
    top: 1rem;
    z-index: 100
}

[id=main-navigation-toggle]~label span {
    display: block;
    padding: 1.2rem;
    position: relative;
    -webkit-transition: -webkit-transform calc(var(--td) * 5) var(--te);
    transition: -webkit-transform calc(var(--td) * 5) var(--te);
    transition: transform calc(var(--td) * 5) var(--te);
    transition: transform calc(var(--td) * 5) var(--te), -webkit-transform calc(var(--td) * 5) var(--te);
    width: 3rem
}

[id=main-navigation-toggle]~label span::after,
[id=main-navigation-toggle]~label span::before {
    background-color: #79c300;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform calc(var(--td) * 3) var(--te);
    transition: -webkit-transform calc(var(--td) * 3) var(--te);
    transition: transform calc(var(--td) * 3) var(--te);
    transition: transform calc(var(--td) * 3) var(--te), -webkit-transform calc(var(--td) * 3) var(--te);
    top: 0;
    width: calc(100% - 1rem)
}

[id=main-navigation-toggle]~label span::before {
    -webkit-transform: rotate(0) translateY(-100%);
    transform: rotate(0) translateY(-100%)
}

[id=main-navigation-toggle]~label span::after {
    -webkit-transform: rotate(0) translateY(100%);
    transform: rotate(0) translateY(100%)
}

[id=main-navigation-toggle]:checked~label span {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

[id=main-navigation-toggle]:checked~label span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[id=main-navigation-toggle]:checked~label span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[id=main-navigation-toggle]:checked~.nav-main {
    left: 0;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    top: 0
}

[id=main-navigation-toggle]:checked~.nav-main::after,
[id=main-navigation-toggle]:checked~.nav-main::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[id=main-navigation-toggle]:checked~.nav-main::after {
    -webkit-transition-delay: calc(var(--td)/ 2);
    transition-delay: calc(var(--td)/ 2)
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity calc(var(--td) * 2) var(--te), -webkit-transform calc(var(--td) * 2) var(--te);
    transition: opacity calc(var(--td) * 2) var(--te), -webkit-transform calc(var(--td) * 2) var(--te);
    transition: opacity calc(var(--td) * 2) var(--te), transform calc(var(--td) * 2) var(--te);
    transition: opacity calc(var(--td) * 2) var(--te), transform calc(var(--td) * 2) var(--te), -webkit-transform calc(var(--td) * 2) var(--te)
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(1) {
    -webkit-transition-delay: calc(var(--td) * 2 * (1 * .25));
    transition-delay: calc(var(--td) * 2 * (1 * .25));
    z-index: -1
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(2) {
    -webkit-transition-delay: calc(var(--td) * 2 * (2 * .25));
    transition-delay: calc(var(--td) * 2 * (2 * .25));
    z-index: -2
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(3) {
    -webkit-transition-delay: calc(var(--td) * 2 * (3 * .25));
    transition-delay: calc(var(--td) * 2 * (3 * .25));
    z-index: -3
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(4) {
    -webkit-transition-delay: calc(var(--td) * 2 * (4 * .25));
    transition-delay: calc(var(--td) * 2 * (4 * .25));
    z-index: -4
}

[id=main-navigation-toggle]:checked~.nav-main .menu__item:nth-child(5) {
    -webkit-transition-delay: calc(var(--td) * 2 * (5 * .25));
    transition-delay: calc(var(--td) * 2 * (5 * .25));
    z-index: -5
}

.menu {
    position: relative;
    text-align: center;
    z-index: 1
}

.menu>.menu__item {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 10vmin
}

.submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    top: 100%;
    width: 100%;
    visibility: hidden;
    z-index: 2
}

.submenu .menu__item {
    font-family: Montserrat, sans-serif;
    font-size: 3.5vmin;
    width: 100%
}

.submenu .menu__link {
    color: var(--color-secondary);
    text-shadow: 1px 1px 0 var(--color-primary), 2px 2px 0 var(--color-primary)
}

.submenu .menu__link::after,
.submenu .menu__link::before {
    display: none
}

.menu__item {
    display: block;
    position: relative
}

.menu__item:hover .menu__link::after,
.menu__item:hover .menu__link::before {
    -webkit-animation: blink 1s var(--td) steps(1, end) forwards infinite;
    animation: blink 1s var(--td) steps(1, end) forwards infinite;
    -webkit-transform: translateX(calc(100% - .5rem));
    transform: translateX(calc(100% - .5rem));
    -webkit-transition-duration: calc(var(--td) * 3);
    transition-duration: calc(var(--td) * 3)
}

.menu__item:hover .menu__link::after {
    -webkit-transition-delay: calc(var(--td)/ 2);
    transition-delay: calc(var(--td)/ 2)
}

.menu__item:hover .submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity calc(var(--td) * 2) calc(var(--td) * 3) var(--te), visibility 0s calc(var(--td) * 3), -webkit-transform calc(var(--td) * 2) calc(var(--td) * 3) var(--te);
    transition: opacity calc(var(--td) * 2) calc(var(--td) * 3) var(--te), visibility 0s calc(var(--td) * 3), -webkit-transform calc(var(--td) * 2) calc(var(--td) * 3) var(--te);
    transition: transform calc(var(--td) * 2) calc(var(--td) * 3) var(--te), opacity calc(var(--td) * 2) calc(var(--td) * 3) var(--te), visibility 0s calc(var(--td) * 3);
    transition: transform calc(var(--td) * 2) calc(var(--td) * 3) var(--te), opacity calc(var(--td) * 2) calc(var(--td) * 3) var(--te), visibility 0s calc(var(--td) * 3), -webkit-transform calc(var(--td) * 2) calc(var(--td) * 3) var(--te);
    visibility: visible
}

.menu__link {
    font-size: 48px;
    color: #f4fdf8;
    display: inline-block;
    overflow: hidden;
    padding: .5rem 1rem .125rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: color var(--td) var(--te), opacity var(--td) var(--te), -webkit-transform var(--td) var(--te);
    transition: color var(--td) var(--te), opacity var(--td) var(--te), -webkit-transform var(--td) var(--te);
    transition: color var(--td) var(--te), opacity var(--td) var(--te), transform var(--td) var(--te);
    transition: color var(--td) var(--te), opacity var(--td) var(--te), transform var(--td) var(--te), -webkit-transform var(--td) var(--te);
    z-index: 1
}

.menu__link::after,
.menu__link::before {
    content: '';
    background-color: var(--color-light);
    height: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0s var(--te);
    transition: -webkit-transform 0s var(--te);
    transition: transform 0s var(--te);
    transition: transform 0s var(--te), -webkit-transform 0s var(--te);
    width: 100%;
    z-index: -1
}

.menu__link::before {
    top: 0
}

.menu__link::after {
    bottom: 0
}

.menu:not(:focus-within):not(:hover) .menu__item .menu__link {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.menu__item {
    --pull: 30%
}

.menu__item .menu__link {
    opacity: .25;
    -webkit-transition-duration: calc(var(--td) * 3);
    transition-duration: calc(var(--td) * 3);
    -webkit-transform: translate(0, calc(var(--pull) * -1));
    transform: translate(0, calc(var(--pull) * -1))
}

.menu__item .submenu .menu__link {
    opacity: 1
}

.menu__item:hover>.menu__link {
    color: #b1e766;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.menu__item:hover>.menu__link:hover {
    color: var(--color-light);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.menu__item:hover~.menu__item>.menu__link {
    -webkit-transition-duration: calc(var(--td) * 3);
    transition-duration: calc(var(--td) * 3);
    -webkit-transform: translate(0, var(--pull));
    transform: translate(0, var(--pull))
}

[id=main-navigation-toggle-mobile] {
    opacity: 0;
    position: fixed;
    top: -100%
}

[id=main-navigation-toggle-mobile]~label {
    -webkit-transition: .4s linear all;
    transition: .4s linear all;
    cursor: pointer;
    position: fixed;
    left: 32px;
    top: 1.5rem;
    z-index: 100
}

[id=main-navigation-toggle-mobile]~label span {
    display: block;
    padding: 1.2rem;
    position: relative;
    -webkit-transition: -webkit-transform calc(var(--td) * 5) var(--te);
    transition: -webkit-transform calc(var(--td) * 5) var(--te);
    transition: transform calc(var(--td) * 5) var(--te);
    transition: transform calc(var(--td) * 5) var(--te), -webkit-transform calc(var(--td) * 5) var(--te);
    width: 3rem
}

[id=main-navigation-toggle-mobile]~label span::after,
[id=main-navigation-toggle-mobile]~label span::before {
    background-color: #79c300;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform calc(var(--td) * 3) var(--te);
    transition: -webkit-transform calc(var(--td) * 3) var(--te);
    transition: transform calc(var(--td) * 3) var(--te);
    transition: transform calc(var(--td) * 3) var(--te), -webkit-transform calc(var(--td) * 3) var(--te);
    top: 0;
    width: calc(100% - 1rem)
}

[id=main-navigation-toggle-mobile]~label span::before {
    -webkit-transform: rotate(0) translateY(-100%);
    transform: rotate(0) translateY(-100%)
}

[id=main-navigation-toggle-mobile]~label span::after {
    -webkit-transform: rotate(0) translateY(100%);
    transform: rotate(0) translateY(100%)
}

[id=main-navigation-toggle-mobile]:checked~label span {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

[id=main-navigation-toggle-mobile]:checked~label span::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[id=main-navigation-toggle-mobile]:checked~label span::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

[id=main-navigation-toggle-mobile]:checked~.nav-main {
    left: 0;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    top: 0
}

[id=main-navigation-toggle-mobile]:checked~.nav-main::after,
[id=main-navigation-toggle-mobile]:checked~.nav-main::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

[id=main-navigation-toggle-mobile]:checked~.nav-main::after {
    -webkit-transition-delay: calc(var(--td)/ 2);
    transition-delay: calc(var(--td)/ 2)
}

[id=main-navigation-toggle-mobile]:checked~.nav-main .menu__item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity calc(var(--td) * 2) var(--te), -webkit-transform calc(var(--td) * 2) var(--te);
    transition: opacity calc(var(--td) * 2) var(--te), -webkit-transform calc(var(--td) * 2) var(--te);
    transition: opacity calc(var(--td) * 2) var(--te), transform calc(var(--td) * 2) var(--te);
    transition: opacity calc(var(--td) * 2) var(--te), transform calc(var(--td) * 2) var(--te), -webkit-transform calc(var(--td) * 2) var(--te)
}

[id=main-navigation-toggle-mobile]:checked~.nav-main .menu__item:nth-child(1) {
    -webkit-transition-delay: calc(var(--td) * 2 * (1 * .25));
    transition-delay: calc(var(--td) * 2 * (1 * .25));
    z-index: -1
}

[id=main-navigation-toggle-mobile]:checked~.nav-main .menu__item:nth-child(2) {
    -webkit-transition-delay: calc(var(--td) * 2 * (2 * .25));
    transition-delay: calc(var(--td) * 2 * (2 * .25));
    z-index: -2
}

[id=main-navigation-toggle-mobile]:checked~.nav-main .menu__item:nth-child(3) {
    -webkit-transition-delay: calc(var(--td) * 2 * (3 * .25));
    transition-delay: calc(var(--td) * 2 * (3 * .25));
    z-index: -3
}

[id=main-navigation-toggle-mobile]:checked~.nav-main .menu__item:nth-child(4) {
    -webkit-transition-delay: calc(var(--td) * 2 * (4 * .25));
    transition-delay: calc(var(--td) * 2 * (4 * .25));
    z-index: -4
}

[id=main-navigation-toggle-mobile]:checked~.nav-main .menu__item:nth-child(5) {
    -webkit-transition-delay: calc(var(--td) * 2 * (5 * .25));
    transition-delay: calc(var(--td) * 2 * (5 * .25));
    z-index: -5
}

@-webkit-keyframes blink {

    100%,
    50% {
        opacity: 0
    }
}

@keyframes blink {

    100%,
    50% {
        opacity: 0
    }
}

.nav-bark-desktop {
    display: inline-block;
    visibility: visible
}

.navbar-mobile {
    display: none;
    visibility: hidden
}

@media (max-width:1000px) {
    .nav-bark-desktop {
        display: none !important;
        visibility: hidden !important
    }

    .navbar-mobile {
        display: inline-block;
        visibility: visible;
        padding-top: 16px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 95, 88, .51)), to(rgba(74, 95, 88, 0)));
        background: linear-gradient(180deg, rgba(74, 95, 88, .51) 0, rgba(74, 95, 88, 0) 100%)
    }

    .navbar-mobile a svg {
        width: 100%
    }

    .menu__link {
        font-size: 36px;
        padding: 0 0 0;
        margin-top: 8px
    }
}

html {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfffa), to(#ecf6ee));
    background: linear-gradient(180deg, #fcfffa 0, #ecf6ee 100%)
}

body,
html {
    overflow-y: overlay !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    font-display: swap
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #b1e766;
    border-radius: 40px;
    border: 6px solid transparent;
    background-clip: content-box
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf
}

.mao-toque-logo-desktop {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box
}

@-webkit-keyframes mao-toque-logo-desktop-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-1deg);
        transform: translate3d(0, 0, 0) rotate(-1deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(1deg);
        transform: translate3d(0, 0, 0) rotate(1deg)
    }
}

@keyframes mao-toque-logo-desktop-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-1deg);
        transform: translate3d(0, 0, 0) rotate(-1deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(1deg);
        transform: translate3d(0, 0, 0) rotate(1deg)
    }
}

.main-landpage {
    background-image: url(../img/image-inicio-landpage.webp);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh
}

.color-background-main {
    background: rgba(0, 0, 0, .8);
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    display: inline-block
}

.text-main-landpage {
    z-index: 2;
    height: 100vh
}

.text-main-landpage h1 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 125%;
    color: #f4fdf8;
    position: relative
}

.text-main-landpage a {
    text-decoration: none;
    display: inline-block;
    width: 564px;
    background: -webkit-gradient(linear, left top, left bottom, from(#79c300), to(#4b7d00));
    background: linear-gradient(180deg, #79c300 0, #4b7d00 100%);
    border-radius: 24px;
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fefffd;
    padding: 16px 0;
    margin-top: 32px;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.text-main-landpage a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

.adding-mobile-main {
    display: none;
    visibility: hidden;
    pointer-events: none
}

@media (max-width:1000px) {
    .main-landpage {
        background-image: url(../img/image-inicio-landpage-mobile.webp);
        height: 100vh
    }

    .adding-mobile-main {
        display: contents !important;
        visibility: visible;
        pointer-events: all
    }

    .color-background-main {
        background: rgba(0, 0, 0, .8);
        height: 100vh;
        width: 100%;
        position: absolute;
        top: 0;
        display: inline-block
    }

    .text-main-landpage {
        margin-top: 188px;
        z-index: 2;
        height: 100vh
    }

    .text-main-landpage h1 {
        font-family: Montserrat, sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 48px;
        line-height: auto;
        color: #f4fdf8;
        position: relative;
        margin-top: 24px
    }

    .text-main-landpage a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#79c300), to(#4b7d00));
        background: linear-gradient(180deg, #79c300 0, #4b7d00 100%);
        border-radius: 24px;
        font-family: Sora, sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        color: #fefffd;
        padding: 24px 0;
        margin-top: 32px;
        -webkit-transition: .4s ease-in-out all;
        transition: .4s ease-in-out all
    }

    .text-main-landpage a:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        color: #fefffd
    }
}

.modal-dialog {
    top: 0 !important;
    right: 0 !important;
    position: absolute !important
}

.modal-content {
    z-index: 5 !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #f4fdf8 !important;
    width: 424px !important;
    height: 86vh !important
}

.modal-backdrop {
    z-index: 1 !important
}

.modal {
    z-index: 2 !important
}

.modal-header {
    margin-top: 24px !important;
    border: none !important
}

.modal-body h1 {
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

.modal-body iframe {
    width: 100%
}

.btn-modal-sobre {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 32px;
    margin-right: 24px;
    z-index: 1000
}

.preencher-form-modal {
    margin-top: 24px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #707070
}

.modal-header-plano-500mb {
    background: linear-gradient(103.78deg, #4a759e 0, #052f5b 100%);
    padding: 8px 0;
    width: 100%;
    margin-top: 1px !important
}

.modal-header-plano-500mb h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #f2fbf6;
    text-align: center
}

.modal-header-plano-600mb {
    background: linear-gradient(103.78deg, #47b080 0, #006a2d 100%);
    padding: 8px 0;
    width: 100%;
    margin-top: 1px !important
}

.modal-header-plano-600mb h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #f2fbf6;
    text-align: center
}

.modal-header-plano-700mb {
    background: linear-gradient(103.78deg, #a82e36 0, #7d0000 100%);
    padding: 8px 0;
    width: 100%;
    margin-top: 1px !important
}

.modal-header-plano-700mb h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #f2fbf6;
    text-align: center
}

.input-500mb {
    width: 100%;
    display: -ms-grid;
    display: grid
}

.input-500mb input {
    margin-top: 16px;
    border: none;
    border-bottom: 1px solid #052f5b;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 4px;
    padding: 16px 8px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    outline: 0 !important;
    color: #0d1106;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.input-500mb input:focus {
    outline: 0;
    border: 2px solid #052f5b
}

.input-500mb a {
    margin-top: 32px;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#4a759e), to(#052f5b));
    background: linear-gradient(90deg, #4a759e 0, #052f5b 100%);
    border-radius: 24px;
    padding: 14px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fefffd;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.input-500mb a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

.input-600mb {
    width: 100%;
    display: -ms-grid;
    display: grid
}

.input-600mb input {
    margin-top: 16px;
    border: none;
    border-bottom: 1px solid #006a2d;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 4px;
    padding: 16px 8px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    outline: 0 !important;
    color: #0d1106;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.input-600mb input:focus {
    outline: 0;
    border: 2px solid #006a2d
}

.input-600mb a {
    margin-top: 32px;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#47b080), to(#006a2d));
    background: linear-gradient(90deg, #47b080 0, #006a2d 100%);
    border-radius: 24px;
    padding: 14px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fefffd;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.input-600mb a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

.input-700mb {
    width: 100%;
    display: -ms-grid;
    display: grid
}

.input-700mb input {
    margin-top: 16px;
    border: none;
    border-bottom: 1px solid #7d0000;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 4px;
    padding: 16px 8px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    outline: 0 !important;
    color: #0d1106;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.input-700mb input:focus {
    outline: 0;
    border: 2px solid #7d0000
}

.input-700mb a {
    margin-top: 32px;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#a82e36), to(#7d0000));
    background: linear-gradient(90deg, #a82e36 0, #7d0000 100%);
    border-radius: 24px;
    padding: 14px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fefffd;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.input-700mb a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

.modal-500mb-footer {
    background: -webkit-gradient(linear, left top, right top, from(#4a759e), to(#052f5b));
    background: linear-gradient(90deg, #4a759e 0, #052f5b 100%)
}

.modal-600mb-footer {
    background: -webkit-gradient(linear, left top, right top, from(#47b080), to(#006a2d));
    background: linear-gradient(90deg, #47b080 0, #006a2d 100%)
}

.modal-700mb-footer {
    background: -webkit-gradient(linear, left top, right top, from(#a82e36), to(#7d0000));
    background: linear-gradient(90deg, #a82e36 0, #7d0000 100%)
}

.button-whatsapp-modal {
    width: 100%;
    border: 2px solid #79c300;
    border-radius: 24px;
    padding: 4px 48px;
    font-family: Sora, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd;
    margin-right: 24px;
    background-color: transparent;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.button-whatsapp-modal svg {
    margin-right: 8px
}

.button-whatsapp-modal:hover {
    color: #fefffd;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #79c300
}

.iframe-video-toque {
    width: 100% !important;
    height: 100% !important
}

@media (max-width:1000px) {
    .modal-header {
        margin-top: 102px !important;
        border: none !important
    }

    .modal-content {
        width: 100% !important;
        height: 100% !important
    }

    .btn-modal-sobre {
        background-color: #79c300 !important;
        position: fixed;
        right: 0;
        top: 0;
        margin-top: 104px;
        margin-right: 24px;
        z-index: 100000 !important
    }
}

.text-somos-digitais {
    padding-top: 32px
}

.text-somos-digitais h1 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), to(#4b7d00));
    background: linear-gradient(90deg, #79c300 0, #4b7d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.text-somos-digitais h2 {
    margin-top: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0d1106
}

.text-componente-somos-100 div img,
.text-componente-somos-100 div svg {
    width: 100%
}

.text-componente-somos-100 div h2 {
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #020b06
}

.text-componente-somos-100 div h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #707070;
    margin-top: 8px
}

.text-componente-somos-100 div a {
    display: inline-block;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fefffd;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), to(#6eb300));
    background: linear-gradient(90deg, #79c300 0, #6eb300 100%);
    border-radius: 24px;
    width: 70%;
    padding: 12px 8px;
    text-decoration: none;
    margin-top: 16px;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.text-componente-somos-100 div a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

.mao-sem-burocracia-1 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: mao-sem-burocracia-1-animation 1.5s linear alternate infinite;
    animation: mao-sem-burocracia-1-animation 1.5s linear alternate infinite
}

.mao-sem-burocracia-2 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: mao-sem-burocracia-1-animation 1s linear alternate infinite;
    animation: mao-sem-burocracia-1-animation 1s linear alternate infinite
}

@-webkit-keyframes mao-sem-burocracia-1-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-6deg);
        transform: translate3d(0, 0, 0) rotate(-6deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(6deg);
        transform: translate3d(0, 0, 0) rotate(6deg)
    }
}

@keyframes mao-sem-burocracia-1-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-6deg);
        transform: translate3d(0, 0, 0) rotate(-6deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(6deg);
        transform: translate3d(0, 0, 0) rotate(6deg)
    }
}

.ponto-sem-burocracia-1 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: ponto-sem-burocracia-1-animation 1s linear 0s alternate infinite;
    animation: ponto-sem-burocracia-1-animation 1s linear 0s alternate infinite
}

@-webkit-keyframes ponto-sem-burocracia-1-animation {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }
}

@keyframes ponto-sem-burocracia-1-animation {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }
}

.coracao_digital-1 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: coracao_digital-1-animation 2s linear 0s normal infinite;
    animation: coracao_digital-1-animation 2s linear 0s normal infinite
}

@-webkit-keyframes coracao_digital-1-animation {
    0% {
        -webkit-transform: translate3d(48px, 48px, 0);
        transform: translate3d(48px, 48px, 0);
        opacity: 0
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        opacity: .3
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.3);
        transform: translate3d(0, 0, 0) scale(1.3);
        opacity: 1
    }
}

@keyframes coracao_digital-1-animation {
    0% {
        -webkit-transform: translate3d(48px, 48px, 0);
        transform: translate3d(48px, 48px, 0);
        opacity: 0
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        opacity: .3
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.3);
        transform: translate3d(0, 0, 0) scale(1.3);
        opacity: 1
    }
}

.coracao_digital-2 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: coracao_digital-2-animation 2s linear .5s normal infinite;
    animation: coracao_digital-2-animation 2s linear .5s normal infinite
}

@-webkit-keyframes coracao_digital-2-animation {
    0% {
        -webkit-transform: translate3d(-48px, 48px, 0);
        transform: translate3d(-48px, 48px, 0);
        opacity: 0
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        opacity: .3
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.3);
        transform: translate3d(0, 0, 0) scale(1.3);
        opacity: 1
    }
}

@keyframes coracao_digital-2-animation {
    0% {
        -webkit-transform: translate3d(-48px, 48px, 0);
        transform: translate3d(-48px, 48px, 0);
        opacity: 0
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        opacity: .3
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.3);
        transform: translate3d(0, 0, 0) scale(1.3);
        opacity: 1
    }
}

.coracao_digital-3 {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: coracao_digital-3-animation 2s linear 1s normal infinite;
    animation: coracao_digital-3-animation 2s linear 1s normal infinite
}

@-webkit-keyframes coracao_digital-3-animation {
    0% {
        -webkit-transform: translate3d(48px, 48px, 0);
        transform: translate3d(48px, 48px, 0);
        opacity: 0
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        opacity: .3
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.3);
        transform: translate3d(0, 0, 0) scale(1.3);
        opacity: 1
    }
}

@keyframes coracao_digital-3-animation {
    0% {
        -webkit-transform: translate3d(48px, 48px, 0);
        transform: translate3d(48px, 48px, 0);
        opacity: 0
    }

    70% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        opacity: .3
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.3);
        transform: translate3d(0, 0, 0) scale(1.3);
        opacity: 1
    }
}

.icone-plano-liberty-melhores {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: icone-plano-liberty-melhores-animation 2s linear alternate infinite;
    animation: icone-plano-liberty-melhores-animation 2s linear alternate infinite
}

@-webkit-keyframes icone-plano-liberty-melhores-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(12deg);
        transform: translate3d(0, 0, 0) rotate(12deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-12deg);
        transform: translate3d(0, 0, 0) rotate(-12deg)
    }
}

@keyframes icone-plano-liberty-melhores-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(12deg);
        transform: translate3d(0, 0, 0) rotate(12deg)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-12deg);
        transform: translate3d(0, 0, 0) rotate(-12deg)
    }
}

.icone-plano-speed-melhores {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-animation: icone-plano-speed-melhores-animation 2s linear alternate infinite;
    animation: icone-plano-speed-melhores-animation 2s linear alternate infinite
}

@-webkit-keyframes icone-plano-speed-melhores-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes icone-plano-speed-melhores-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (max-width:1000px) {
    .text-somos-digitais {
        padding-top: 32px
    }

    .text-somos-digitais h1 {
        font-family: Sora, sans-serif;
        font-weight: 800;
        font-size: 48px;
        line-height: auto;
        background: -webkit-gradient(linear, left top, right top, from(#79c300), to(#4b7d00));
        background: linear-gradient(90deg, #79c300 0, #4b7d00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .text-somos-digitais h2 {
        margin-top: 16px;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: auto;
        text-align: center;
        color: #0d1106
    }

    .text-componente-somos-100 div svg {
        margin-top: 24px;
        width: 100%;
        height: 100%
    }

    .text-componente-somos-100 div h2 {
        margin-top: 28px !important;
        font-family: Sora, sans-serif;
        font-weight: 600;
        font-size: 48px;
        line-height: auto !important;
        color: #020b06
    }

    .text-componente-somos-100 div h4 {
        margin-top: 32px !important;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 24px !important;
        line-height: 32px !important;
        color: #707070;
        margin-top: 8px
    }

    .text-componente-somos-100 div a {
        margin-top: 16px;
        width: 100%;
        padding: 18px 0;
        margin-bottom: 24px
    }
}

.text-planos h1 {
    margin-top: 32px;
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), color-stop(100%, #6eb300), to(#4b7d00));
    background: linear-gradient(90deg, #79c300 0, #6eb300 100%, #4b7d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.text-planos h3 {
    margin-top: 16px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0d1106
}

.card-planos {
    background: #ecf6ee !important;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 41px;
    margin-top: 40px;
    min-height: 800px
}

.margin-plano {
    padding: 0 16px
}

.edit-planos-500mb {
    background: linear-gradient(103.78deg, #4a759e 0, #052f5b 100%);
    border-radius: 41px 41px 0 0;
    padding: 8px 0
}

.edit-planos-500mb h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #f2fbf6
}

.edit-plano-light {
    background: -webkit-gradient(linear, left top, right top, from(#0084d5), color-stop(49.48%, #558ab7), to(#0f85d0));
    background: linear-gradient(90deg, #0084d5 0, #558ab7 49.48%, #0f85d0 100%);
    border-radius: 0
}

.edit-plano-light h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #f4fdf8;
    padding: 8px 0
}

.plano-500mb {
    margin-top: 24px
}

.plano-500mb h4 {
    margin-top: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000101
}

.plano-500mb img {
    margin-left: auto;
    margin-right: auto
}

.icons-check-planos {
    margin-top: 40px;
    margin-left: 15% !important;
}

.icons-check-planos h5 {
    font-family: Sora, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000101
}

.icons-check-planos h5 img {
    margin-right: 8px
}

.line-500mb {
    margin-top: 24px;
    border: 1px solid #0084d5
}

.card-desconto-500mb {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, from(#0084d5), color-stop(50%, #558ab7), to(#0f85d0));
    background: linear-gradient(90deg, #0084d5 0, #558ab7 50%, #0f85d0 100%);
    border-radius: 24px
}

.card-desconto-500mb h5 {
    display: block;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd
}

.corte-desconto-500mb {
    margin-top: 24px
}

.valor-plano img {
    margin-top: 24px
}

.valor-plano h5 {
    font-family: Sora, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000101
}

.final-card-planos {
    padding-bottom: 12px
}

.final-card-planos a {
    margin-top: 24px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #0084d5;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd !important;
    background-color: #0084d5;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #0084d5 !important;
    background-color: transparent
}

.final-card-planos p {
    text-align: left;
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000101
}

.final-card-planos p a {
    background-color: transparent;
    display: inline;
    border: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #79c300 !important;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos p a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #0084d5;
    background-color: transparent
}

.edit-planos-600mb {
    background: linear-gradient(103.78deg, #47b080 0, #006a2d 100%);
    border-radius: 41px 41px 0 0;
    padding: 8px 0
}

.edit-planos-600mb h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #f2fbf6
}

.edit-plano-speed {
    background: -webkit-gradient(linear, left top, right top, from(#79c300), color-stop(50%, #a5ca6a), to(#74c417));
    background: linear-gradient(90deg, #79c300 0, #a5ca6a 50%, #74c417 100%);
    border-radius: 0
}

.edit-plano-speed h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #f4fdf8;
    padding: 8px 0
}

.line-600mb {
    margin-top: 24px;
    border: 1px solid #79c300
}

.card-desconto-600mb {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), color-stop(50%, #a5ca6a), to(#74c417));
    background: linear-gradient(90deg, #79c300 0, #a5ca6a 50%, #74c417 100%);
    border-radius: 24px
}

.card-desconto-600mb h5 {
    display: block;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd
}

.final-card-planos-600mb {
    padding-bottom: 12px
}

.final-card-planos-600mb a {
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #79c300;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd !important;
    background-color: #79c300;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos-500mb a {
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd !important;
    background-color: #79c300;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos-600mb a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #79c300 !important;
    background-color: transparent
}

.final-card-planos-600mb p {
    text-align: left;
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000101
}

.final-card-planos-600mb p a {
    background-color: transparent;
    display: inline;
    border: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #79c300 !important;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos-600mb p a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #006a2d;
    background-color: transparent
}

.edit-planos-700mb {
    background: linear-gradient(103.78deg, #a82e36 0, #7d0000 100%);
    border-radius: 41px 41px 0 0;
    padding: 8px 0
}

.edit-planos-700mb h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    color: #f2fbf6
}

.edit-plano-liberty {
    background: -webkit-gradient(linear, left top, right top, from(#d50032), color-stop(50%, #c43b44), to(#d50032));
    background: linear-gradient(90deg, #d50032 0, #c43b44 50%, #d50032 100%);
    border-radius: 0
}

.edit-plano-liberty h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #f4fdf8;
    padding: 8px 0
}

.line-700mb {
    margin-top: 24px;
    border: 1px solid #d50032
}

.card-desconto-700mb {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, from(#d50032), color-stop(50%, #c43b44), to(#d50032));
    background: linear-gradient(90deg, #d50032 0, #c43b44 50%, #d50032 100%);
    border-radius: 24px
}

.card-desconto-700mb h5 {
    display: block;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd
}

.final-card-planos-700mb {
    padding-bottom: 12px
}

.final-card-planos-700mb a {
    margin-top: 15px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #d50032;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd !important;
    background-color: #d50032;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos-700mb a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #d50032 !important;
    background-color: transparent
}

.final-card-planos-700mb p {
    text-align: left;
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #000101
}

.final-card-planos-700mb p a {
    background-color: transparent;
    display: inline;
    border: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #79c300 !important;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-card-planos-700mb p a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    color: #d50032;
    background-color: transparent
}

.planos-desktop {
    display: contents;
    visibility: visible
}

.planos-mobile {
    display: none !important;
    visibility: hidden;
    pointer-events: none
}

@media (max-width:1000px) {
    .card-planos {
        background: #ecf6ee !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 41px;
        margin-top: 40px;
        height: 977px;
        margin-left: 8px;
        margin-right: 8px;
        padding-bottom: 48px !important
    }

    .planos-desktop {
        display: none !important;
        visibility: hidden !important
    }

    .planos-mobile {
        display: contents !important;
        visibility: visible;
        pointer-events: all
    }

    .corte-desconto-500mb img {
        margin-left: auto;
        margin-right: auto
    }

    .valor-plano img {
        margin-left: auto;
        margin-right: auto
    }
}

.card-desconto-500mb,
.card-desconto-600mb,
.card-desconto-700mb {
    -webkit-animation: promotion-animation-500mb 2s linear alternate infinite;
    animation: promotion-animation-500mb 2s linear alternate infinite
}

@-webkit-keyframes promotion-animation-500mb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes promotion-animation-500mb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@-webkit-keyframes valor-plano-animation-500mb {
    0% {
        -webkit-transform: scale(1.2) rotate(-10deg);
        transform: scale(1.2) rotate(-10deg)
    }

    100% {
        -webkit-transform: scale(1.2) rotate(10deg);
        transform: scale(1.2) rotate(10deg)
    }
}

@keyframes valor-plano-animation-500mb {
    0% {
        -webkit-transform: scale(1.2) rotate(-10deg);
        transform: scale(1.2) rotate(-10deg)
    }

    100% {
        -webkit-transform: scale(1.2) rotate(10deg);
        transform: scale(1.2) rotate(10deg)
    }
}

.background-depoimento {
    background: linear-gradient(103.78deg, #67ad00 0, #96d733 50%, #67ad00 100%)
}

.text-depoimento h1 {
    margin-top: 24px;
    font-family: Sora, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #f4fdf8
}

.container-swiper {
    padding: 72px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-slide {
    max-width: 420px;
    height: 303px !important;
    padding: 24px 36px;
    margin: 0 16px;
    border-radius: 50px;
    background: #f2fbf6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-slide h4 {
    margin-top: 32px;
    font-family: Sora, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #79c300;
    position: absolute;
    bottom: 16px;
    padding-top: 32px
}

.swiper-slide p {
    padding-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #868587
}

.button-next {
    position: absolute;
    right: 32px;
    top: 24px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-image: url(../svg/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.button-next:focus {
    border: none;
    outline: 0
}

.button-next:hover {
    right: 24px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.button-prev {
    position: absolute;
    right: 88px;
    top: 24px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-image: url(../svg/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: none;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.button-prev:focus {
    border: none;
    outline: 0
}

.button-prev:hover {
    right: 96px;
    -webkit-transform: rotate(180deg) scale(1.05);
    transform: rotate(180deg) scale(1.05)
}

.section-vantagens {
    margin-top: 48px;
    background-color: #020b06
}

@media (max-width:1000px) {
    .text-depoimento h1 {
        font-size: 48px
    }

    .swiper-slide h4 {
        font-size: 25px
    }

    .swiper-slide p {
        font-size: 17px
    }

    .swiper-slide {
        max-width: 820px;
        height: 323px !important;
        padding: 24px 36px;
        margin: 0 16px;
        border-radius: 50px;
        background: #f2fbf6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .swiper-slide h4 {
        margin-top: 32px;
        font-family: Sora, sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 110%;
        color: #79c300;
        position: absolute;
        bottom: 16px;
        padding-top: 32px
    }

    .swiper-slide p {
        padding-top: 16px;
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #868587
    }
}

.main-faq {
    padding-top: 114px
}

.main-faq div h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 78px;
    color: #79c300
}

.main-faq div p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #020b06
}

.main-faq div img {
    width: 100%
}

.input-faq {
    position: absolute;
    margin-top: -52px;
    margin-left: -64px
}

.input-faq input {
    padding: 14px 48px;
    background: #f4fdf8;
    border: 2px solid #79c300;
    border-radius: 8px 0 0 8px;
    width: 564px;
    background-image: url(../svg/icone-toque-telecom.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-position: 8px 8px
}

.input-faq input:focus {
    outline: 0;
    border: 2px solid #6eb300
}

.faq-todas-as-duvidas {
    padding-top: 48px
}

.faq-todas-as-duvidas h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #79c300
}

.accordion-button {
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #0d1106;
    text-transform: uppercase !important
}

.accordion-item {
    border-color: #577967 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important
}

.accordion-body {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #868587
}

.accordion-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    background: rgba(177, 231, 102, .05) !important;
    color: #79c300 !important
}

.final-faq {
    padding-top: 40px
}

.final-faq h1 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    color: #79c300
}

.final-faq h2 {
    margin-top: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #020b06
}

.final-faq p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    color: #020b06
}

.final-faq a {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 110%;
    color: #79c300;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.final-faq a:hover {
    color: #4b7d00
}

.text-faq-landpage h1 {
    margin-top: 48px;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), color-stop(100%, #6eb300), to(#4b7d00));
    background: linear-gradient(90deg, #79c300 0, #6eb300 100%, #4b7d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%
}

.button-faq-landpage a {
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), to(#6eb300));
    background: linear-gradient(90deg, #79c300 0, #6eb300 100%);
    border-radius: 24px;
    width: 60%;
    padding: 8px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fefffd;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.button-faq-landpage a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

@media (max-width:1000px) {
    .text-faq-landpage h1 {
        margin-top: 48px;
        font-size: 48px
    }

    .button-faq-landpage a {
        width: 100%;
        padding: 16px 0;
        font-size: 24px;
        line-height: 20px
    }

    .main-faq div h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 800;
        font-size: 74px;
        line-height: 78px;
        color: #79c300
    }

    .main-faq div p {
        font-family: 'Source Sans Pro', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 25px;
        color: #020b06
    }

    .main-faq div img {
        margin-top: 16px;
        width: 100%
    }

    .input-faq {
        position: absolute;
        margin-top: -52px;
        margin-left: 0;
        width: 95%
    }

    .input-faq input {
        padding: 14px 48px;
        background: #f4fdf8;
        border: 2px solid #79c300;
        border-radius: 8px 0 0 8px;
        width: 100%;
        background-image: url(../svg/icone-toque-telecom.svg);
        background-repeat: no-repeat;
        background-position: left;
        background-position: 8px 8px;
        font-size: 24px
    }

    .faq-todas-as-duvidas h1 {
        font-size: 58px
    }

    .accordion-button {
        font-size: 21px !important;
        text-transform: uppercase !important
    }

    .accordion-body {
        font-size: 18px !important
    }

    .final-faq {
        padding-top: 40px
    }

    .final-faq h1 {
        font-size: 54px
    }

    .final-faq h2 {
        font-size: 40px;
        text-align: center
    }

    .final-faq p {
        font-size: 24px
    }

    .final-faq a {
        display: block;
        text-align: center;
        font-size: 22px
    }
}

.background-final {
    margin-top: 48px;
    background-image: url(../img/image-final-toque.webp);
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh
}

.text-final-landpage h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #f4fdf8
}

.text-final-landpage h1 span {
    color: #79c300
}

.card {
    margin-top: 80px;
    background: #f2fbf6 !important;
    border-radius: 8px 8px 25px 8px !important;
    padding: 24px 24px
}

.card-final h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #0d1106
}

.card-final p {
    margin-top: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #40534d
}

.card-final input {
    margin-top: 16px;
    border: none;
    border-bottom: 1px solid #79c300;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 4px;
    padding: 16px 8px;
    font-family: Sora, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    outline: 0 !important;
    color: #0d1106;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.card-final input:focus {
    outline: 0;
    border: 2px solid #79c300
}

.card-final a {
    margin-top: 32px;
    text-align: center;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#79c300), to(#6eb300));
    background: linear-gradient(90deg, #79c300 0, #6eb300 100%);
    border-radius: 24px;
    padding: 14px 0;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fefffd;
    text-decoration: none;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.card-final a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    color: #fefffd
}

@media (max-width:1000px) {
    .background-final {
        margin-top: 48px;
        background-image: url(../img/image-final-toque-mobile.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 100%;
        padding-bottom: 48px
    }

    .text-final-landpage h1 {
        margin-top: 16px;
        font-weight: 800;
        font-size: 52px;
        color: #f4fdf8
    }

    .text-final-landpage h1 span {
        color: #79c300
    }

    .card {
        margin-top: 16px
    }

    .card-final h3 {
        font-size: 52px
    }

    .card-final p {
        font-size: 20px
    }

    .card-final input {
        padding: 16px 8px;
        font-size: 20px
    }

    .card-final a {
        padding: 16px 0
    }
}

footer {
    background: #020b06;
    padding-bottom: 40px
}

.slick-next {
    scale: 1.9;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-animation: animation-arrow-vantagem 1.5s linear alternate infinite;
    animation: animation-arrow-vantagem 1.5s linear alternate infinite
}

.slick-next:hover {
    right: -30px
}

.slick-prev {
    scale: 1.9;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-animation: animation-arrow-vantagem 1.5s linear alternate infinite;
    animation: animation-arrow-vantagem 1.5s linear alternate infinite
}

.slick-prev:hover {
    left: -30px
}

@-webkit-keyframes animation-arrow-vantagem {
    0% {
        scale: 2.5;
        opacity: 1
    }

    100% {
        scale: 1.9;
        opacity: .4
    }
}

@keyframes animation-arrow-vantagem {
    0% {
        scale: 2.5;
        opacity: 1
    }

    100% {
        scale: 1.9;
        opacity: .4
    }
}

.footer-parceiros {
    padding-top: 32px;
    padding-bottom: 40px
}

.footer-parceiros div {
    padding-left: 12px;
    padding-right: 24px
}

.footer-parceiros div h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 110%;
    color: #f4fdf8;
    padding-left: 16px;
    padding-right: 16px
}

.footer-parceiros div a {
    display: inline-block;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.footer-parceiros div a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.footer-parceiros div img {
    margin-top: 24px
}

.footer-parceiros div .imagem-qualifica {
    margin-top: 3px
}

.footer-parceiros div .image-final-vantagens {
    height: 84px
}

.footer-parceiros div p {
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    font-size: 20px;
    line-height: 130%;
    text-align: justify;
    color: #f4fdf8;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.footer-parceiros div p a {
    color: #f4fdf8
}

.footer-parceiros div p a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #79c300
}

.footer-parceiros hr {
    margin-top: 40px;
    border: 1px solid #f0eef1
}

.text-final-footer {
    padding-top: 32px
}

.text-final-footer div h2 {
    font-family: Sora, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    color: #fbf9fc
}

.text-final-footer div a {
    margin-top: 8px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #d2fae5;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all
}

.text-final-footer div a:hover {
    color: #79c300
}

.text-final-footer hr {
    margin-top: 40px;
    border: 1px solid #f0eef1
}

.images-footer {
    display: inline-block
}

.images-download-footer img {
    display: block;
    margin-left: 8px
}

.icons-final-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icons-final-footer a,
.icons-final-footer img {
    margin-left: 48px
}

.acceptcookies {
    background-color: #79c300 !important;
    border: 1px solid transparent !important
}

.slick-next:before,
.slick-prev:before {
    color: #79c300 !important
}