@-webkit-keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lightboxLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes gfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes gfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}

@keyframes gslideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }
}

@-webkit-keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}

@keyframes gslideOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes gslideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
        visibility: visible
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}

@keyframes gslideOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        visibility: visible
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }
}

@-webkit-keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@keyframes gzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes gzoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@font-face {
    font-display: swap;
    font-family: ClashGrotesk;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/nazca-capital/assets/fonts/ClashGrotesk-Regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: ClashGrotesk;
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/nazca-capital/assets/fonts/ClashGrotesk-Medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: ClashGrotesk;
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/nazca-capital/assets/fonts/ClashGrotesk-Semibold.woff2) format("woff2")
}

@keyframes bounce {
    0% {
        transform: translateY(-6px)
    }

    15% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-6px)
    }

    45% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes appear {
    0% {
        transform: translateY(-100px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes stream {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes reveal {
    0% {
        opacity: .8;
        translate: 0 50px
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes revealSection {
    0% {
        opacity: .8;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    color: #000;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
    min-width: 300px;
    padding: 0;
    position: relative;
    text-size-adjust: 100%;
    background-color: #fff;
    font-family: ClashGrotesk;
    letter-spacing: .005em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width:64rem) {
    body {
        overflow-x: hidden
    }
}

a {
    text-decoration: none
}

p {
    letter-spacing: .5px;
    margin: 0 0 15px
}

p:last-child {
    margin: 0
}

b {
    font-family: ClashGrotesk;
    font-weight: 600
}

em {
    font-style: italic
}

picture {
    display: inline-block
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

ol,
ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

hr {
    margin-left: auto;
    margin-right: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ClashGrotesk;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 0
}

@media only screen and (min-width:27rem) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 30px
    }
}

button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto
}

img:not([src]) {
    display: none
}

.d-container {
    margin: 0 auto;
    padding: 0 26px;
    position: relative;
    width: 100%
}

@media only screen and (min-width:27rem) {
    .d-container {
        padding: 0 1.875rem
    }
}

@media only screen and (min-width:48rem) {
    .d-container {
        padding: 0 3.75rem
    }
}

@media only screen and (min-width:80rem) {
    .d-container {
        max-width: 75rem;
        padding: 0
    }
}

.section {
    padding-top: 50px
}

@media only screen and (min-width:64rem) {
    .section {
        padding-top: 95px
    }
}

.viewport {
    margin: 0 auto;
    max-width: 96rem
}

.svg {
    display: inline-block
}

.svg svg {
    height: 100%;
    width: 100%
}

.page-template ol {
    list-style: decimal;
    margin-left: 0;
    padding-left: 1rem
}

.page-template ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 1rem
}

.header {
    background-color: transparent;
    left: 0;
    padding-top: 35px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}

@media only screen and (min-width:64rem) {
    .header {
        padding-top: 58px
    }
}

.header .d-container {
    display: flex;
    justify-content: center
}

@media only screen and (min-width:64rem) {
    .header .d-container {
        justify-content: right
    }
}

.header .header__logo {
    display: inline-block
}

.footer {
    background-color: #000;
    color: #fff;
    font-size: 15px !important;
    font-weight: 300;
    padding-bottom: 180px;
    padding-top: 93px;
    position: relative
}

@media only screen and (min-width:64rem) {
    .footer {
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.footer a {
    color: #fff
}

.footer .logo svg path {
    fill: #fff
}

.footer .d-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    row-gap: 35px
}

@media only screen and (min-width:64rem) {
    .footer .d-container {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer .address {
    align-items: center;
    column-gap: 10px;
    display: flex
}

.footer .address p {
    margin: 0;
    font-size: 15px !important;
}

.footer .socials nav {
    column-gap: 24px;
    display: flex
}

@media only screen and (min-width:64rem) {
    .footer .socials {
        order: 2
    }
}

.page-template-page-landing-nazca .button {
    align-items: center;
    background-color: #000;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    min-width: 271px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    transition: transform .3s, color .3s, border .3s, background .3s
}

@media only screen and (min-width:64rem) {
    .button {
        font-size: 20px !important;
        padding: 0 50px
    }
}

.page-template-page-landing-nazca .button:hover {
    color: #000;
    border: 1px solid #000;
    background-color: white;
    transform: translateY(-1px);
}

.button:active {
    transform: translateY(1px)
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.modal {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.modal.js--open {
    opacity: 1;
    visibility: visible;
    z-index: 1000
}

.modal.js--open .modal__overlay {
    opacity: 1;
    transform: translateY(0)
}

.modal.js--open .modal__close {
    visibility: visible
}

.modal__overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .5s ease-in-out .2s
}

.modal__container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .09);
    margin: 20px;
    min-width: 300px;
    padding: 50px 20px;
    position: relative
}

@media only screen and (min-width:27rem) {
    .modal__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (min-width:48rem) {
    .modal__container {
        max-width: 600px;
        padding-left: 40px;
        padding-right: 40px
    }
}

.modal__close {
    background-color: transparent;
    border: 1.6px solid #000;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .3s linear .2s;
    width: 27px
}

.modal__close:after,
.modal__close:before {
    background-color: #000;
    border-radius: 1px;
    content: "";
    display: block;
    height: 1.6px;
    left: 50%;
    margin-left: -7px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 14px
}

.modal__close:before {
    transform: rotate(45deg)
}

.modal__close:after {
    transform: rotate(-45deg)
}

.tabs__options {
    margin: 0 -20px 10px;
    overflow: auto;
    padding: 0 20px 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width:27rem) {
    .tabs__options {
        margin: 0 -30px 10px;
        padding: 0 30px 5px
    }
}

@media only screen and (min-width:64rem) {
    .tabs__options {
        margin: 0 0 10px;
        padding: unset
    }
}

.tabs__options .tabs {
    display: flex;
    gap: 30px;
    margin: auto;
    width: fit-content
}

@media only screen and (min-width:64rem) {
    .tabs__options .tabs {
        gap: 42px
    }
}

.tabs__options .tab {
    width: max-content
}

.tabs__options .tab:hover {
    color: blue
}

.tabs__options .tab.active {
    color: red
}

.tabs__content>div {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .9s ease-in-out, height .3s
}

.tabs__content>div.active {
    height: auto;
    opacity: 1
}

.tabs__content>div .tabs__content-tab {
    padding-top: 20px
}

.whatsapp-btn {
    align-items: flex-end;
    animation-direction: alternate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    bottom: 13%;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    transition: all .3s;
    z-index: 10
}

@media only screen and (min-width:48rem) {
    .whatsapp-btn {
        right: 60px
    }
}

@media screen and (min-height:600px) {
    .whatsapp-btn {
        bottom: 12%
    }
}

@media screen and (min-height:700px) {
    .whatsapp-btn {
        bottom: 10%
    }
}

@media screen and (min-height:700px)and (min-width:64rem) {
    .whatsapp-btn {
        bottom: 8%
    }
}

.whatsapp-btn a {
    display: inline-block;
    filter: drop-shadow(0 3.88824px 18.4691px rgba(18, 140, 126, .16));
    line-height: 1;
    padding: 14px
}

.whatsapp-btn svg {
    height: 62px;
    width: 62px
}

.whatsapp-btn span {
    background-color: #1f80ff;
    border-radius: 10px;
    color: #fff;
    font-size: 10px !important;
    font-weight: 700;
    padding: 4px 12px;
    position: relative;
    right: 20px;
    top: -14px
}

@media only screen and (min-width:64rem) {
    .whatsapp-btn span {
        font-size: 12px !important;
        padding: 6px 16px;
        top: -10px
    }
}

.whatsapp-btn span:after {
    background-color: #1f80ff;
    border-radius: 1px;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 15px;
    top: -6px;
    transform: rotate(45deg);
    user-select: none;
    width: 14px;
    z-index: -1
}

.paginator ul {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px
}

@media only screen and (min-width:64rem) {
    .paginator ul {
        margin-top: 50px
    }
}

.paginator ul a,
.paginator ul span {
    align-items: center;
    border-radius: 10px;
    color: #000;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 600;
    height: 32px;
    justify-content: center;
    line-height: 22px;
    width: 32px
}

@media only screen and (min-width:64rem) {

    .paginator ul a,
    .paginator ul span {
        font-size: 16px !important;
        height: 42px;
        line-height: 24px;
        width: 42px
    }
}

.paginator ul a.active,
.paginator ul span.active {
    background-color: #285bea;
    color: #fff
}

.paginator ul .paginator__next,
.paginator ul .paginator__prev {
    background-color: transparent;
    background-image: url(/wp-content/themes/nazca-capital/assets/img/icon-arrow-paginator.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    font-size: 0 !important;
    height: 40px;
    width: 40px !important
}

@media only screen and (min-width:64rem) {

    .paginator ul .paginator__next,
    .paginator ul .paginator__prev {
        height: 56px;
        width: 56px !important
    }
}

.paginator ul .paginator__prev {
    margin-right: 10px
}

@media only screen and (min-width:64rem) {
    .paginator ul .paginator__prev {
        margin-right: 20px
    }
}

.paginator ul .paginator__next {
    margin-left: 10px;
    transform: scaleX(-1)
}

@media only screen and (min-width:64rem) {
    .paginator ul .paginator__next {
        margin-left: 20px
    }
}

.back-to-top {
    border: none;
    bottom: 30px;
    cursor: unset;
    opacity: 0;
    padding: 10px;
    position: fixed;
    right: 10px;
    transition: opacity .3s ease, visibility .3s;
    visibility: hidden;
    z-index: 3
}

@media only screen and (min-width:27rem) {
    .back-to-top {
        bottom: 30px;
        right: 20px
    }
}

@media only screen and (min-width:48rem) {
    .back-to-top {
        bottom: 70px;
        right: 60px
    }
}

.back-to-top>div {
    align-items: center;
    background-color: #851315;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.back-to-top svg {
    flex-shrink: 0
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible
}

.consentpopup {
    background-color: rgba(0, 0, 0, .6);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity .3s .3s, visibility .3s .3s;
    visibility: hidden;
    z-index: 15
}

.consentpopup.active {
    opacity: 1;
    visibility: visible
}

.consentpopup.active .consentpopup-body {
    transform: translateY(0)
}

.consentpopup .consentpopup__container {
    height: 100%
}

.consentpopup-body {
    background-color: #fff;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 26px 0 100px;
    position: absolute;
    right: 0;
    transform: translateY(100%);
    transition: transform .3s 1s
}

@media only screen and (min-width:64rem) {
    .consentpopup-body {
        padding: 26px 0 40px
    }

    .consentpopup-body .d-container {
        display: flex;
        gap: 120px
    }
}

.consentpopup-body h2 {
    color: #707070;
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 10px
}

.consentpopup-body p {
    color: #707070;
    font-size: 13px !important
}

.consentpopup-body p b {
    color: #000
}

.consentpopup-body .info {
    margin: 0 auto;
    max-width: 580px
}

@media only screen and (min-width:64rem) {
    .consentpopup-body .info {
        max-width: 700px
    }
}

.consentpopup-body .buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px
}

@media only screen and (min-width:64rem) {
    .consentpopup-body .buttons {
        flex-shrink: 0
    }
}

.consentpopup-body .buttons .button {
    background-color: #851315;
    font-weight: 400;
    height: 44px;
    min-width: 200px;
    text-transform: unset
}

@media only screen and (min-width:64rem) {
    .consentpopup-body .buttons .button {
        background-color: #fff;
        border: 1px solid #851315;
        color: #000
    }
}

.consentpopup-body .buttons a {
    color: #851315;
    text-decoration: underline
}

.faqs .accordion-box {
    border-bottom: 1px solid #000
}

.faqs .accordion-box:last-child {
    border-bottom: 0
}

.faqs .accordion-box.js--open .accordion-box__button:before {
    transform: translateY(-50%) rotate(-45deg)
}

.faqs .accordion-box.js--open .accordion-box__button:after {
    transform: translateY(-50%) rotate(45deg)
}

.faqs .accordion-box.js--open .accordion-box__content {
    height: auto
}

.faqs .accordion-box__button {
    background: #fff;
    background-color: transparent !important; 
    border: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: .0025em;
    line-height: 1.2;
    padding: 20px 60px 20px 0;
    position: relative;
    text-align: left;
    width: 100%;
    text-transform: none;
}

.faqs .accordion-box__button>* {
    pointer-events: none
}

@media only screen and (min-width:80rem) {
    .faqs .accordion-box__button {
        font-size: 25px !important;
        padding: 24px 90px 24px 0
    }
}

.faqs .accordion-box__button p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 8px
}

.faqs .accordion-box__button:after,
.faqs .accordion-box__button:before {
    background-color: #000;
    border-radius: 2px;
    content: "";
    height: 2px;
    position: absolute;
    top: 30px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 9px
}

@media only screen and (min-width:80rem) {

    .faqs .accordion-box__button:after,
    .faqs .accordion-box__button:before {
        top: 60px;
        width: 12px
    }
}

.faqs .accordion-box__button:before {
    right: 6px;
    transform: translateY(-50%) rotate(45deg)
}

@media only screen and (min-width:80rem) {
    .faqs .accordion-box__button:before {
        right: 18px
    }
}

.faqs .accordion-box__button:after {
    right: 1px;
    transform: translateY(-50%) rotate(-45deg)
}

@media only screen and (min-width:80rem) {
    .faqs .accordion-box__button:after {
        right: 10px
    }
}

.faqs .accordion-box__content {
    height: 0;
    overflow: hidden;
    transition: height .3s
}

.faqs .accordion-box__content>* {
    padding: 5px 5px 24px
}

.faqs .accordion-box__content p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 20px
}

.faqs .accordion-box__content p:last-child {
    margin: 0
}

.faqs .input,
.faqs .input-select,
.faqs .textarea {
    margin-bottom: 24px;
    width: 100%
}

.input input,
.input textarea,
.input-select input,
.input-select textarea,
.textarea input,
.textarea textarea {
    padding: 0 10px
}

@media only screen and (min-width:48rem) {

    .input input,
    .input textarea,
    .input-select input,
    .input-select textarea,
    .textarea input,
    .textarea textarea {
        padding: 0 14px
    }
}

.input input::placeholder,
.input textarea::placeholder,
.input-select input::placeholder,
.input-select textarea::placeholder,
.textarea input::placeholder,
.textarea textarea::placeholder {
    color: #7f7f7f
}

.input .select,
.input input,
.input textarea,
.input-select .select,
.input-select input,
.input-select textarea,
.textarea .select,
.textarea input,
.textarea textarea {
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #000;
    display: block;
    font-family: ClashGrotesk;
    font-size: 14px !important;
    font-weight: 300;
    height: 40px;
    position: relative;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

@media only screen and (min-width:48rem) {

    .input .select,
    .input input,
    .input textarea,
    .input-select .select,
    .input-select input,
    .input-select textarea,
    .textarea .select,
    .textarea input,
    .textarea textarea {
        border-radius: 8px;
        font-size: 14px !important;
        height: 45px
    }
}

.input .label,
.input label,
.input-select .label,
.input-select label,
.textarea .label,
.textarea label {
    color: #000;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 6px
}

@media only screen and (min-width:48rem) {

    .input .label,
    .input label,
    .input-select .label,
    .input-select label,
    .textarea .label,
    .textarea label {
        font-size: 14px !important
    }
}

.input-select.error .select,
.input-select.error input,
.input-select.error textarea,
.input.error .select,
.input.error input,
.input.error textarea,
.textarea.error .select,
.textarea.error input,
.textarea.error textarea {
    border-color: #ff1033
}

.input .help,
.input-select .help,
.textarea .help {
    color: #ff1033;
    font-size: 12px !important;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    transition: opacity .3s
}

.textarea textarea {
    height: 100px;
    padding-bottom: 14px;
    padding-top: 14px;
    resize: vertical
}

.radio {
    display: inline-block;
    vertical-align: top
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px transparent
    }

    50% {
        box-shadow: 0 0 0 6px rgba(0, 0, 0, .1)
    }

    to {
        box-shadow: 0 0 0 6px transparent
    }
}

.radio input {
    border: 0;
    color: transparent;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0)
}

.radio .box {
    align-items: center;
    background-color: #fff;
    border: 1px solid #676879;
    display: flex;
    height: 24px;
    justify-content: center;
    left: 0;
    position: relative;
    top: 0;
    transition-duration: .3s;
    transition-property: background-color, border-color;
    width: 24px
}

.radio .box:before {
    content: "";
    position: absolute;
    transform: scale(0);
    transition-duration: .3s;
    transition-property: transform
}

.radio label {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px !important;
    gap: 10px;
    position: relative;
    text-align: left;
    vertical-align: bottom
}

@media only screen and (min-width:48rem) {
    .radio label {
        font-size: 14px !important
    }
}

.radio label a {
    color: #000;
    left: 0;
    padding: 0;
    position: relative;
    top: 0
}

.radio label a:before {
    background-color: transparent;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: background .3s
}

.radio label a:hover:before {
    background-color: rgba(0, 0, 0, .6)
}

.radio.error .box {
    border: 1px solid #ff1033
}

.radio.error .help {
    display: none
}

.radio .box {
    border-radius: 50%
}

.radio .box:before {
    background: transparent;
    border-radius: 50%;
    height: 10px;
    width: 10px
}

.radio input:checked+label .box {
    animation: ripple .3s linear forwards;
    background-color: #000
}

.radio input:checked+label .box:before {
    background-color: #fff;
    transform: scale(1) !important
}

@media only screen and (min-width:48rem) {
    .select {
        height: 56px
    }
}

.select[state=open] .select__content {
    opacity: 1;
    visibility: visible
}

.select[state=open] .select__button:after {
    transform: rotate(180deg)
}

.select.error {
    border-color: #ff1033 !important
}

.select.error .help {
    color: #ff1033 !important
}

.select__button {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width:48rem) {
    .select__button {
        padding: 0 14px
    }
}

.select__button input {
    cursor: pointer;
    user-select: none
}

.select__button input:disabled {
    pointer-events: none
}

.select__button:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUgNS4zNzVhLjYyLjYyIDAgMCAxLS40NS0uMTc2TC44IDEuNDVBLjYuNiAwIDAgMSAuOC41N2EuNi42IDAgMCAxIC44OCAwTDUgMy44NzFsMy4zLTMuM2EuNi42IDAgMCAxIC44OCAwIC42LjYgMCAwIDEgMCAuODc4TDUuNDMgNS4yYS42LjYgMCAwIDEtLjQzLjE3NiIgb3BhY2l0eT0iLjUiLz48L3N2Zz4=);
    line-height: 0;
    pointer-events: none;
    position: absolute;
    right: 16px;
    transition: transform .3s
}

.select__content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    color: #333;
    max-height: 242px;
    opacity: 0;
    overflow-y: auto;
    position: absolute;
    right: -1px;
    top: 102%;
    transition: opacity .1s, visibility .2s;
    visibility: hidden;
    width: 100%;
    width: calc(100% + 2px);
    z-index: 1
}

.select__content::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

.select__content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
    border-top-right-radius: 0
}

.select__content::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
    border-top-right-radius: 0
}

.select__item {
    color: #333;
    cursor: pointer;
    font-weight: 400;
    height: 40px;
    padding: 0 10px;
    position: relative;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.select__item:hover,
.select__item[state=selected] {
    background: #f3f9fd;
    color: #1f80ff;
    text-shadow: 0 0 0 #1f80ff
}

.select__item[state=selected] {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.select__item:after {
    background-color: #e8e8e8;
    content: "";
    height: 1px;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 0
}

@media only screen and (min-width:48rem) {
    .select__item:after {
        left: 13px;
        right: 13px
    }
}

.select__item:first-child:after,
.select__item:first-child[state=selected]+div:after {
    content: none
}

.select__item>* {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between
}

.select__item span {
    all: unset !important
}

.card-food {
    align-items: center;
    animation: reveal linear both;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    animation-timeline: view();
    animation-range: entry 10% cover 20%
}

@media only screen and (min-width:80rem) {
    .card-food {
        border-radius: 20px;
        flex-direction: row;
        justify-content: space-between
    }
}

.card-food:hover .image img {
    transform: scale(1.05)
}

.card-food picture {
    height: 100%;
    width: 100%
}

.card-food .image {
    flex-shrink: 0;
    height: 160px;
    overflow: hidden;
    width: 100%
}

@media only screen and (min-width:80rem) {
    .card-food .image {
        height: 100%;
        width: 195px
    }
}

.card-food .image img {
    background-color: #f5f5f5;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .4s;
    width: 100%
}

.card-food .content {
    cursor: default;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px 10px 16px;
    width: 100%
}

@media only screen and (min-width:80rem) {
    .card-food .content {
        padding: 16px 20px 20px
    }
}

.card-food .content h3 {
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 5px
}

.card-food .content p {
    font-size: 16px !important;
    font-weight: 500;
    margin-bottom: 10px
}

.card-food .content div {
    flex-grow: 1;
    margin-bottom: 10px
}

.card-food .content div p {
    font-size: 12px !important;
    font-weight: 300;
    margin: 0
}

@media only screen and (min-width:40rem) {
    .card-food .content div p {
        font-size: 13px !important
    }
}

.card-food .content a {
    background-color: #25d366;
    color: #fff;
    flex-shrink: 0;
    font-size: 13px !important;
    height: 40px;
    line-height: 1.1;
    padding: 0 10px;
    text-transform: unset
}

@media only screen and (min-width:40rem) {
    .card-food .content a {
        padding: 0 24px
    }
}

@media only screen and (min-width:64rem) {
    .card-food .content a {
        height: 34px
    }
}

.footer,
.page__home {
    margin: 0 auto;
    max-width: 1920px
}

.page__home .hero {
    background-color: #fff;
    padding: 135px 0 20px;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width:64rem) {
    .page__home .hero {
        height: 700px;
        padding: 0
    }
}

.page__home .hero .hero-bg {
    display: flex;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%
}

@media only screen and (min-width:64rem) {
    .page__home .hero .hero-bg {
        display: flex
    }
}

.page__home .hero .hero-bg>div {
    position: relative;
    width: 50%
}

.page__home .hero .hero-bg>div .vector {
    line-height: 0;
    position: absolute;
    width: 200px
}

@media only screen and (min-width:80rem) {
    .page__home .hero .hero-bg>div .vector {
        width: auto
    }
}

.page__home .hero .hero-bg>div .vector svg {
    height: 100%;
    width: 100%
}

.page__home .hero .hero-bg .bg__left .vector {
    bottom: -1px;
    line-height: 0;
    right: 100px
}

@media only screen and (min-width:80rem) {
    .page__home .hero .hero-bg .bg__left .vector {
        right: 150px
    }
}

.page__home .hero .hero-bg .bg__right .vector {
    left: 100px
}

@media only screen and (min-width:80rem) {
    .page__home .hero .hero-bg .bg__right .vector {
        left: 150px
    }
}

.page__home .hero .hero-bg .bg__right picture {
    height: 100%;
    width: 100%
}

.page__home .hero .hero-bg .bg__right picture img {
    height: 100%;
    object-fit: cover;
    object-position: -430px
}

@media only screen and (min-width:80rem) {
    .page__home .hero .hero-bg .bg__right picture img {
        object-position: right
    }
}

.page__home .hero .d-container {
    height: 100%
}

.page__home .hero .content {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:64rem) {
    .page__home .hero .content {
        display: flex
    }

    .page__home .hero .content>div {
        width: 50%
    }

    .page__home .hero .content-left {
        align-items: center;
        display: flex;
        padding-right: 44px
    }
}

.page__home .hero .content-left div {
    margin: 0 auto;
    max-width: 600px
}

@media only screen and (min-width:64rem) {
    .page__home .hero .content-left div {
        margin: 0
    }
}

@media only screen and (min-width:80rem) {
    .page__home .hero .content-left div {
        width: 500px
    }
}

.page__home .hero .content-left h1 {
    font-size: 30px !important;
    margin-bottom: 24px
}

.page__home .hero .content-left h1 b {
    font-weight: 600
}

@media only screen and (min-width:80rem) {
    .page__home .hero .content-left h1 {
        font-size: 45px !important
    }
}

.page__home .hero .content-left p {
    color: #000;
    font-size: 20px !important;
}

@media only screen and (min-width:80rem) {
    .page__home .hero .content-left p {
        font-size: 30px !important;
    }
}

.page__home .hero .content-right {
    position: relative;
    text-align: center
}

.page__home .hero .content-right picture {
    margin-top: 24px
}

@media only screen and (min-width:24rem) {
    .page__home .hero .content-right picture {
        min-height: 221px;
        min-width: 358px
    }
}

@media only screen and (min-width:64rem) {
    .page__home .hero .content-right picture {
        display: none
    }
}

.page__home .hero .content-right div {
    background: #fff;
    bottom: 0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .1);
    left: 0;
    padding: 20px 20px 25px;
    position: fixed;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page__home .hero .content-right div .button {
    order: 1;
    width: 271px;
    font-size: 20px;
}

@media only screen and (min-width:64rem) {
    .page__home .hero .content-right div {
        background: unset;
        bottom: 148px;
        box-shadow: none;
        padding: unset;
        position: absolute;
        text-align: center;
        z-index: unset;
    }
}

.page__home .hero .content-right div p {
    order: 0;
    color: #000;
    margin-bottom: 21px;
    font-size: 20px !important;
    font-weight: 400 !important;
}

@media only screen and (min-width:64rem) {
    .page__home .hero .content-right div p {
        order: 1;
        color: #fff;
        font-size: 24px !important;
        margin-top: 14px;
        text-shadow: 1px 1px 2px #000, 0 0 1em #000, 0 0 0.2em #000;
    }
}

@media only screen and (min-width:80rem) {
    .page__home .hero .content-right div p {
        font-size: 30px !important;
    }
}

@media only screen and (min-width:64rem) {
    .page__home .hero .content-right div .button {
        order: 0;
        color: #000;
        font-size: 20px !important;
        background-color: #fff;
    }

    .page__home .hero .content-right div .button:hover {
        color: #fff;
        background-color: #000;
    }
}

.page__home .hero .bg-vectores {
    inset: 0;
    overflow: hidden;
    position: absolute
}

.page__home .hero .bg-vectores .vector1 {
    background-color: #ece5db;
    filter: blur(50px);
    height: 70%;
    left: -36%;
    position: absolute;
    top: -10%;
    width: 50%
}

@media only screen and (min-width:64rem) {
    .page__home .hero .bg-vectores .vector1 {
        background-color: #ded7ce;
        bottom: -30%;
        filter: blur(90px);
        left: -25%;
        top: unset
    }
}

.page__home .hero .bg-vectores .vector2 {
    background-color: #e3e2e2;
    bottom: -10%;
    filter: blur(90px);
    height: 50%;
    left: -20%;
    position: absolute;
    width: 60%
}

@media only screen and (min-width:64rem) {
    .page__home .hero .bg-vectores .vector2 {
        bottom: unset;
        height: 30%;
        left: -20%;
        top: 20%
    }
}

.page__home .hero .bg-vectores .vector3 {
    background-color: #c6e3db;
    bottom: -20%;
    filter: blur(110px);
    height: 50%;
    position: absolute;
    right: -20%;
    width: 50%
}

@media only screen and (min-width:64rem) {
    .page__home .hero .bg-vectores .vector3 {
        bottom: -20%;
        right: 25%
    }
}

.faqs {
    padding: 50px 0
}

@media only screen and (min-width:64rem) {
    .faqs {
        padding: 80px 0
    }
}

.faqs .d-container {
    flex-direction: column
}

@media only screen and (min-width:64rem) {
    .faqs .d-container .accordion {
        margin: 0 auto;
        max-width: 794px
    }
}

.faqs .d-container h2 {
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center
}

@media only screen and (min-width:80rem) {
    .faqs .d-container h2 {
        font-size: 50px !important;
        margin-bottom: 64px
    }
}

.book {
    height: 532px;
    padding: 55px 0;
    position: relative
}

@media only screen and (min-width:64rem) {
    .book {
        height: auto
    }
}

@media only screen and (min-width:80rem) {
    .book {
        padding: 96px 0
    }
}

.book .image {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

.book .image img,
.book .image picture {
    height: 100%;
    object-fit: cover;
    width: 100%
}

@media only screen and (min-width:48rem) {

    .book .image img,
    .book .image picture {
        object-position: left
    }
}

.book .content {
    text-align: center
}

.book h2 {
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 20px
}

@media only screen and (min-width:80rem) {
    .book h2 {
        font-size: 50px !important
    }
}

.book p {
    color: #000;
    max-width: 280px;
    margin: 0 auto 45px;
}

@media only screen and (min-width:80rem) {
    .book p {
        font-size: 30px !important;
        max-width: 600px
    }
}

.book .bg-vectores {
    background-color: #e5e5e5;
    inset: 0;
    overflow: hidden;
    position: absolute
}

@media only screen and (min-width:64rem) {
    .book .bg-vectores {
        background-color: #fbfbfb
    }
}

.book .bg-vectores .vector1 {
    background-color: #ece5db;
    filter: blur(50px);
    height: 70%;
    left: -36%;
    position: absolute;
    top: -10%;
    width: 50%
}

@media only screen and (min-width:64rem) {
    .book .bg-vectores .vector1 {
        background-color: #ded7ce;
        bottom: -40%;
        filter: blur(90px);
        left: -20%;
        top: unset;
        width: 80%
    }
}

.book .bg-vectores .vector2 {
    background-color: #e3e2e2;
    bottom: -10%;
    filter: blur(90px);
    height: 50%;
    left: -20%;
    position: absolute;
    width: 60%
}

@media only screen and (min-width:64rem) {
    .book .bg-vectores .vector2 {
        bottom: unset;
        height: 30%;
        left: unset;
        right: -20%;
        top: -10%
    }
}

.book .bg-vectores .vector3 {
    background-color: #adddc8;
    bottom: -10%;
    filter: blur(110px);
    height: 30%;
    position: absolute;
    right: -10%;
    width: 100%
}

@media only screen and (min-width:64rem) {
    .book .bg-vectores .vector3 {
        bottom: -30%;
        height: 50%;
        right: -10%;
        width: 60%
    }

    .book .bg-vectores .vector4 {
        background-color: #ddd3c4;
        filter: blur(110px);
        height: 50%;
        position: absolute;
        right: -10%;
        top: -10%;
        width: 60%
    }
}

.book .bg-vectores .arrow {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

@media only screen and (min-width:64rem) {
    .book .bg-vectores .arrow {
        text-align: left
    }
}

.page__home .rl360 {
    padding: 38px 0
}

@media only screen and (min-width:64rem) {
    .page__home .rl360 {
        padding: 60px 0
    }
}

.page__home .rl360 .content {
    margin: 0 auto;
    max-width: 600px;
    text-align: center
}

@media only screen and (min-width:64rem) {
    .page__home .rl360 .content {
        display: flex;
        gap: 100px;
        margin: unset;
        max-width: unset
    }
}

.page__home .rl360 .content p {
    color: #000;
    padding-top: 16px;
    font-size: 20px !important;
}

@media only screen and (min-width:64rem) {
    .page__home .rl360 .content p {
        padding: 0;
        text-align: left
    }
}

@media only screen and (min-width:80rem) {
    .page__home .rl360 .content p {
        font-size: 25px !important; 
    }
}

@media only screen and (min-width:64rem) {
    .page__home .rl360 .content .svg {
        flex-shrink: 0;
        width: 160px
    }
}

@media only screen and (min-width:80rem) {
    .page__home .rl360 .content .svg {
        width: 212px
    }
}

.page__home .intro {
    padding: 0 0 40px
}

@media only screen and (min-width:64rem) {
    .page__home .intro {
        padding: 60px 0 80px
    }
}

.page__home .intro .content {
    display: flex;
    flex-direction: column-reverse
}

@media only screen and (min-width:64rem) {
    .page__home .intro .content {
        align-items: center;
        flex-direction: row;
        gap: 45px
    }
}

.page__home .intro .image {
    margin-top: 24px;
    text-align: center
}

@media only screen and (min-width:64rem) {
    .page__home .intro .image {
        margin: 0
    }
}

.page__home .intro .info {
    margin: 0 auto;
    max-width: 600px;
    text-align: center
}

@media only screen and (min-width:64rem) {
    .page__home .intro .info {
        margin: unset;
        max-width: unset;
        text-align: left
    }
}

.page__home .intro .info h2 {
    font-size: 30px !important;
    font-weight: 600
}

@media only screen and (min-width:80rem) {
    .page__home .intro .info h2 {
        font-size: 50px !important;
        text-align: left
    }
}

.page__home .intro .info p {
    color: #000;
    padding-bottom: 16px;
    font-size: 20px !important;
}

.page__home .intro .info p b {
    font-weight: 500 !important;
}

@media only screen and (min-width:80rem) {
    .page__home .intro .info p {
        padding: 0;
        text-align: left;
        font-size: 25px !important;
    }
}

.page__home .meet {
    padding: 50px 0
}

@media only screen and (min-width:64rem) {
    .page__home .meet {
        padding: 80px 0
    }
}

.page__home .meet .content {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:64rem) {
    .page__home .meet .content {
        align-items: center;
        flex-direction: row;
        gap: 45px
    }
}

.page__home .meet .thumb {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    text-align: center
}

@media only screen and (min-width:64rem) {
    .page__home .meet .thumb {
        flex-shrink: 0;
        margin: 0
    }
}

.page__home .meet .thumb:hover .btn-play {
    transform: scale(1.1)
}

.page__home .meet .thumb .btn-play {
    display: inline-block;
    line-height: 0;
    position: absolute;
    transition: transform .3s;
    background-color: transparent;
}

.page__home .meet .info {
    text-align: center
}

@media only screen and (min-width:64rem) {
    .page__home .meet .info {
        text-align: left
    }
}

.page__home .meet .info h2 {
    font-size: 50px !important;
    font-weight: 600
}

.page__home .meet .info p {
    color: #000;
    font-size: 22px !important;
    margin: 0 auto;
    max-width: 600px;
    text-align: left;
}

@media only screen and (min-width:80rem) {
    .page__home .meet .info p {
        padding: 0;
        max-width: unset;
        text-align: left;
        font-size: 35px !important;
    }
}

.page__home .savings {
    padding: 50px 0 140px;
    position: relative;
    text-align: center
}

@media only screen and (min-width:64rem) {
    .page__home .savings {
        padding: 80px 0
    }
}

.page__home .savings .image {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

.page__home .savings .image img,
.page__home .savings .image picture {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    width: 100%
}

@media only screen and (min-width:48rem) {

    .page__home .savings .image img,
    .page__home .savings .image picture {
        object-position: left
    }
}

.page__home .savings h2 {
    font-size: 30px !important;
    font-weight: 600;
    margin: 0 auto 50px;
    max-width: 600px
}

@media only screen and (min-width:80rem) {
    .page__home .savings h2 {
        font-size: 50px !important;
        margin: 0 auto 70px;
        max-width: 828px
    }
}

.page__home .savings .cards {
    align-items: center;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    row-gap: 40px
}

@media only screen and (min-width:48rem) {
    .page__home .savings .cards {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
        max-width: 580px
    }
}

@media only screen and (min-width:64rem) {
    .page__home .savings .cards {
        padding-bottom: 72px
    }
}

@media only screen and (min-width:80rem) {
    .page__home .savings .cards {
        max-width: unset
    }
}

.page__home .savings .button {
    display: none
}

@media only screen and (min-width:64rem) {
    .page__home .savings .button {
        display: inline-flex
    }
}

.page__home .savings .card {
    width: 270px
}

.page__home .savings .card h3 {
    font-size: 25px !important;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 24px;
    text-align: left
}

.page__home .savings .card p {
    color: #000;
    font-size: 20px !important;
    text-align: left
}

.page__home .savings .bg-vectores {
    background-color: #e5e5e5;
    inset: 0;
    overflow: hidden;
    position: absolute
}

@media only screen and (min-width:64rem) {
    .page__home .savings .bg-vectores {
        background-color: #fbfbfb
    }
}

.page__home .savings .bg-vectores .vector1 {
    background-color: #ece5db;
    filter: blur(50px);
    height: 70%;
    left: -36%;
    position: absolute;
    top: -10%;
    width: 50%
}

@media only screen and (min-width:64rem) {
    .page__home .savings .bg-vectores .vector1 {
        background-color: #ded7ce;
        bottom: -40%;
        filter: blur(90px);
        left: -20%;
        top: unset;
        width: 80%
    }
}

.page__home .savings .bg-vectores .vector2 {
    background-color: #e3e2e2;
    bottom: -10%;
    filter: blur(90px);
    height: 50%;
    left: -20%;
    position: absolute;
    width: 60%
}

@media only screen and (min-width:64rem) {
    .page__home .savings .bg-vectores .vector2 {
        bottom: unset;
        height: 30%;
        left: unset;
        right: -20%;
        top: -10%
    }
}

.page__home .savings .bg-vectores .vector3 {
    background-color: #c6e3db;
    bottom: -20%;
    filter: blur(110px);
    height: 30%;
    position: absolute;
    right: -10%;
    width: 100%
}

@media only screen and (min-width:64rem) {
    .page__home .savings .bg-vectores .vector3 {
        bottom: -30%;
        height: 50%;
        right: -10%;
        width: 60%
    }
}

.page__home .savings .bg-vectores .lines {
    bottom: 0;
    left: 0;
    /* max-width: 1512px; */
    position: absolute;
    right: 0;
    text-align: right
}

.page__home .savings .bg-vectores .lines picture {
    bottom: -60px;
    position: absolute;
    right: 0
}

@media only screen and (min-width:80rem) {
    .page__home .savings .bg-vectores .lines picture {
        bottom: 0;
        left: unset;
    }
}

.page__home .savings .bg-vectores .lines picture img {
    max-width: unset
}

.Whatsapp-channel {
    display: none !important;
}