.formatted-price>span{font-size:77%}.w-button{align-items:center;border:none;display:flex;justify-content:space-between}.w-button.full-width{width:100%}.w-button.--type-primary,.w-button.--type-product,.w-button.--type-secondary,.w-button.--type-text-only{justify-content:center;padding:0 4rem}.w-button.--type-primary .label,.w-button.--type-product .label,.w-button.--type-secondary .label,.w-button.--type-text-only .label{font-size:1.4rem;font-weight:var(--font-weight-black);line-height:1.4rem;white-space:nowrap}.w-button.--type-primary.--size-large,.w-button.--type-product.--size-large,.w-button.--type-secondary.--size-large,.w-button.--type-text-only.--size-large{border-radius:3rem;height:6rem}.w-button.--type-primary.--size-medium,.w-button.--type-product.--size-medium,.w-button.--type-secondary.--size-medium,.w-button.--type-text-only.--size-medium{border-radius:2.4rem;height:4.8rem}.w-button.--type-primary.--size-small,.w-button.--type-product.--size-small,.w-button.--type-secondary.--size-small,.w-button.--type-text-only.--size-small{border-radius:1.8rem;height:3.6rem}.w-button.--type-primary .button-icon-secondary,.w-button.--type-product .button-icon-secondary,.w-button.--type-secondary .button-icon-secondary,.w-button.--type-text-only .button-icon-secondary{margin-left:1rem}.w-button.--type-primary{fill:#fff;background:var(--gradient-melanoid);color:#fff}.w-button.--type-secondary{fill:var(--color-grey-hazy);background:#fff;border:.1rem solid var(--color-grey-dew);color:var(--color-grey-thunder)}.w-button.--type-product{fill:var(--theme-accent-secondary);background:var(--color-grey-mist);color:var(--theme-accent-primary)}.w-button.--disabled{background:var(--color-grey-mist);border:none;color:var(--color-grey-hazy);cursor:default}.w-button.--disabled .icon{display:none}.w-button.--type-text-only{padding:0 1.5rem}.phoenix-input{display:block;position:relative;width:100%}.phoenix-input .label{font-size:1.2rem;font-weight:var(--font-weight-black);left:2rem;line-height:1.2rem;pointer-events:none;position:absolute;top:2.4rem;transition:all .15s ease}.phoenix-input input,.phoenix-input textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent!important;border:.1rem solid var(--color-grey-dew);border-radius:2.4rem;display:block;height:6rem;padding:0 2rem;resize:none;width:100%}.phoenix-input input:disabled,.phoenix-input textarea:disabled{background:var(--color-grey-mist)}.phoenix-input textarea{font-family:inherit;height:24rem;padding-top:3rem}.phoenix-input.--has-value .label{margin:0;top:1.7rem}.phoenix-input.--has-value input{padding-top:2rem}.phoenix-input.--has-value textarea{padding-top:3rem}.review-textarea textarea{height:18rem}.error-bar{align-items:center;background:var(--color-secondary-orange);border-radius:2.4rem;display:flex;justify-content:flex-start;margin-top:2rem;padding:2rem}body.--theme-mobile .error-bar{background:var(--color-secondary-strawberry)}.error-bar .icon{fill:#fff;flex-shrink:0;margin-right:2rem}.error-bar p{color:#fff;font-weight:var(--font-weight-black);line-height:2rem}.modal-footer{align-items:center;box-shadow:0 -.1rem #ced9e5;display:flex;justify-content:space-between;min-height:9rem;padding:2rem}.modal-footer.--layout-left{justify-content:flex-start}.modal-footer.--layout-right{justify-content:flex-end}.radio-list-items{padding:1rem}.radio-list-items .radio-list-item{align-items:center;border-radius:2.4rem;display:flex;height:4.8rem;justify-content:flex-start;overflow:hidden;padding:0 2rem;position:relative;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.radio-list-items .radio-list-item+.radio-list-item{margin-top:.4rem}.radio-list-items .radio-list-item>*{position:relative;z-index:2}.radio-list-items .radio-list-item:before{background:var(--gradient-melanoid);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease;z-index:1}.radio-list-items .radio-list-item .icon{margin-right:2rem;transition:fill .2s ease}.radio-list-items .radio-list-item .icon.wildfire{fill:var(--color-secondary-strawberry)}.radio-list-items .radio-list-item .icon.danger{fill:var(--color-secondary-orange)}.radio-list-items .radio-list-item .icon.warning{fill:var(--color-secondary-mango)}.radio-list-items .radio-list-item .icon.success{fill:var(--color-secondary-lime)}.radio-list-items .radio-list-item .label{font-size:1.2rem;font-weight:var(--font-weight-black);transition:color .2s ease}.radio-list-items .radio-list-item .radio{border:.2rem solid var(--color-grey-hazy);border-radius:50%;display:block;height:2rem;margin-left:auto;padding:.3rem;width:2rem}.radio-list-items .radio-list-item .radio:before{background:var(--color-grey-hazy);border-radius:50%;content:"";display:block;height:1rem;transform:scale(0);transition:transform .2s ease;width:1rem}.radio-list-items .radio-list-item:hover{background:var(--color-grey-mist)}.radio-list-items .radio-list-item.selected:before{opacity:1}.radio-list-items .radio-list-item.selected .icon{fill:#fff}.radio-list-items .radio-list-item.selected .label{color:#fff}.radio-list-items .radio-list-item.selected .radio{border-color:#fff}.radio-list-items .radio-list-item.selected .radio:before{background:#fff;transform:none}@media (max-width:600px){.radio-list-items .radio-list-item{border-radius:2.8rem;height:6rem}.radio-list-items .radio-list-item .label{font-size:1.8rem;font-weight:var(--font-weight-black);line-height:1.8rem}}.radio-list-items.should-animate .radio-list-item{animation-duration:.2s;animation-fill-mode:both;animation-name:listItemDownIn;animation-timing-function:ease;opacity:0}.radio-list-items.should-animate .radio-list-item:first-of-type{animation-delay:.1s}.radio-list-items.should-animate .radio-list-item:nth-of-type(2){animation-delay:.15s}.radio-list-items.should-animate .radio-list-item:nth-of-type(3){animation-delay:.2s}.radio-list-items.should-animate .radio-list-item:nth-of-type(4){animation-delay:.25s}.radio-list-items.should-animate .radio-list-item:nth-of-type(5){animation-delay:.3s}.radio-list-items.should-animate .radio-list-item:nth-of-type(6){animation-delay:.35s}.radio-list-items.should-animate .radio-list-item:nth-of-type(7){animation-delay:.4s}.radio-list-items.should-animate .radio-list-item:nth-of-type(8){animation-delay:.45s}.radio-list-items.should-animate.is-closing{animation-delay:.3s;animation-name:listCloseDown}.radio-list-items.should-animate.is-closing .radio-list-item{animation-name:listItemUpOut}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(8){animation-delay:.1s}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(7){animation-delay:.15s}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(6){animation-delay:.2s}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(5){animation-delay:.25s}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(4){animation-delay:.3s}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(3){animation-delay:.35s}.radio-list-items.should-animate.is-closing .radio-list-item:nth-of-type(2){animation-delay:.4s}.radio-list-items.should-animate.is-closing .radio-list-item:first-of-type{animation-delay:.45s}@media (max-width:600px){.radio-list-items.should-animate .radio-list-item{animation-duration:.3s;animation-name:listItemUpIn;animation-timing-function:ease-in-out}.radio-list-items.should-animate .radio-list-item:first-of-type{animation-delay:.3s}.radio-list-items.should-animate .radio-list-item:nth-of-type(2){animation-delay:.35s}.radio-list-items.should-animate .radio-list-item:nth-of-type(3){animation-delay:.4s}.radio-list-items.should-animate .radio-list-item:nth-of-type(4){animation-delay:.45s}.radio-list-items.should-animate .radio-list-item:nth-of-type(5){animation-delay:.5s}.radio-list-items.should-animate .radio-list-item:nth-of-type(6){animation-delay:.55s}.radio-list-items.should-animate .radio-list-item:nth-of-type(7){animation-delay:.6s}.radio-list-items.should-animate .radio-list-item:nth-of-type(8){animation-delay:.65s}}.radio-list-items.--size-large .radio-list-item{border-radius:2.8rem;height:6rem}.radio-list-items.--size-large .radio-list-item .label{font-size:1.8rem}@keyframes listItemDownIn{0%{opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}@keyframes listItemUpIn{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes listItemUpOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2rem)}}.tab-selector{align-items:center;display:flex;position:relative}.tab-selector:before{border:.1rem solid var(--color-grey-dew);border-radius:2.4rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.tab-selector .tab-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:2.4rem;color:var(--color-grey-thunder);font-size:1.4rem;font-weight:var(--font-weight-black);height:4.8rem;line-height:1.4rem;padding:0 2rem;width:100%}.tab-selector .tab-option.selected{background:var(--color-purple-zurg);color:#fff}header .tab-selector{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:hsla(0,0%,100%,.08);border-radius:2.8rem;box-shadow:0 .8rem 1.6rem #0000001a,inset 0 -.1rem #ffffff59}header .tab-selector:before{display:none}header .tab-selector .tab-option{border-radius:2.8rem;color:#fff;font-weight:var(--font-weight-black);height:7.2rem;padding:0;width:16rem}header .tab-selector .tab-option.selected{background:#fff;color:var(--color-red-plum)}@media (max-width:600px){header .tab-selector{border-radius:2.4rem;max-width:calc(100vw - 2rem)}header .tab-selector.--length-3 .tab-option{border-radius:2.4rem;font-size:1.2rem;height:6rem;max-width:33.33%}}.card-square-double{align-items:center;border-radius:2.4rem;color:#fff;display:flex;flex-direction:column;height:18rem;justify-content:center;text-align:center}.card-square-double .icon{fill:#fff;height:6rem;margin-bottom:1rem;width:6rem}.card-square-double dt{margin-bottom:1rem}.card-square-double dd,.card-square-double dt{font-size:1.4rem;font-weight:var(--font-weight-black)}.card-square-double dd{opacity:.5}@media (max-width:600px){.card-square-double dl.has-mobile-title dt span{display:none}.card-square-double dl.has-mobile-title dt:before{content:attr(data-title-alt)}.card-square-double dl.has-mobile-title dd{display:none}.card-square-double{height:17.2rem}}.card-icon-double{align-items:center;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:hsla(0,0%,100%,.9);border-radius:2.4rem;box-shadow:0 .4rem 1.6rem #0000001a;color:var(--color-grey-thunder);display:flex;height:8rem;justify-content:flex-start;padding:1rem}.card-icon-double+.header-card{margin-left:2rem}.card-icon-double .card-icon{align-items:center;background:var(--color-purple-zurg);border-radius:2rem;display:flex;height:6rem;justify-content:center;margin-bottom:0;margin-right:2rem;width:6rem}.card-icon-double .card-icon .icon{fill:#fff}.card-icon-double .card-icon.secondary{background-image:var(--gradient-fruit-dove)}.card-icon-double.whatsapp .card-icon{background:var(--gradient-whatsapp)}.card-icon-double dt{font-size:1.4rem;font-weight:var(--font-weight-black);line-height:1.8rem}.card-icon-double dd{font-size:1.2rem;line-height:1.8rem}.card-icon-double .icon-secondary{fill:var(--color-grey-hazy);margin-left:auto;margin-right:1rem}.card-icon-double.selected{background:var(--theme-gradient-primary);color:#fff}.card-icon-double.selected .icon-secondary{fill:#fff}.card-map{background:#fff;border-radius:2.4rem;box-shadow:0 .4rem 1.6rem #0000001a;padding:1rem}.card-map .map{border-radius:2rem;overflow:hidden;position:relative}.card-map .map:after{border:.1rem solid var(--color-grey-dew);border-radius:2rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.card-map .map img{display:block;width:100%}.card-map .card-footer{align-items:center;color:var(--color-grey-thunder);display:flex;justify-content:space-between;padding:2rem 2rem 1rem 1rem}.card-map dt{font-size:1.4rem;font-weight:var(--font-weight-black)}.card-map dd{font-size:1.2rem;line-height:1.8rem;margin-top:.2rem}.card-map .icon{fill:var(--color-purple-zurg)}.map-img{height:39rem;width:36rem}@media (max-width:600px){.map-img{height:unset;width:unset}}@keyframes backdropIn-02a943b5{0%{opacity:0}to{opacity:1}}@keyframes backdropOut-02a943b5{0%{opacity:1}to{opacity:0}}@keyframes modalInDesktop-02a943b5{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes modalOutDesktop-02a943b5{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}@keyframes genericUpIn-02a943b5{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes genericDownOut-02a943b5{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50%)}}.card-list.contact[data-v-02a943b5]{display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:-1rem;margin-right:-1rem;max-height:100%;overflow-y:auto;padding:0 1rem 2rem}.card-list.contact>*[data-v-02a943b5]{width:100%}.card-list.contact .card-square-double[data-v-02a943b5]{margin-top:0;width:calc(50% - 1rem)}@media (max-width:600px){.card-list.contact .card-square-double[data-v-02a943b5]{width:100%}}@keyframes backdropIn-f37da508{0%{opacity:0}to{opacity:1}}@keyframes backdropOut-f37da508{0%{opacity:1}to{opacity:0}}@keyframes modalInDesktop-f37da508{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes modalOutDesktop-f37da508{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}@keyframes genericUpIn-f37da508{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes genericDownOut-f37da508{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50%)}}.w-button[data-v-f37da508]{margin-top:3rem!important}.modal-h6-header[data-v-f37da508]{padding:1rem 2rem 3rem!important}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes backdropOut{0%{opacity:1}to{opacity:0}}@keyframes modalInDesktop{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes modalOutDesktop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}@keyframes genericUpIn{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes genericDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50%)}}.feedback-success-icon{background:var(--gradient-android);border-radius:2.4rem;display:inline-block;height:8rem;margin-bottom:2rem;margin-left:2rem;position:relative;width:8rem}.feedback-success-icon .icon{fill:var(--color-white-100);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}
