:root {
	--max-width: 1400px;
	--width-xs: auto;
	--width-sm: 440px;
	--width-md: 620px;
	--width-lg: 860px;
	--width-xl: 1232px;
	--width-hd: 1400px;
	--color-vr: #00BC15;
	--color-vr-darken: #008c15;
	--color-vr-lighten: #01c117;
	--color-vr-complement: #fff110;
	--color-vr-complement-darken: #e6d80d;
	--color-alimentacao: #df1683;
	--color-alimentacao-darken: #d6006d;
	--color-alimentacao-lighten: #ff339b;
	--color-alimentacao-complement: #3de456;
	--color-alimentacao-complement-darken: #34c149;
	--color-refeicao: #ff7700;
	--color-refeicao-darken: #ff5100;
	--color-refeicao-lighten: #ff8e2b;
	--color-refeicao-complement: #a8c700;
	--color-refeicao-complement-darken: #869f00;
	--color-auto: #636569;
	--color-auto-darken: #54565a;
	--color-auto-lighten: #818489;
	--color-auto-complement: #70d44b;
	--color-auto-complement-darken: #439ebf;
	--color-transporte: #e4002b;
	--color-transporte-darken: #ce0e2d;
	--color-transporte-lighten: #ff2750;
	--color-transporte-complement: #54c0e8;
	--color-transporte-complement-darken: #439ebf;
	--color-cultura: #0072ce;
	--color-cultura-darken: #005aa3;
	--color-cultura-lighten: #008dff;
	--color-cultura-complement: #fff110;
	--color-cultura-complement-darken: #e6d80d;
	--color-saude: #00b2e3;
	--color-saude-darken: #0093c9;
	--color-saude-lighten: #24d0ff;
	--color-saude-complement: #f45197;
	--color-saude-complement-darken: #cb467f;
	--color-compras: #c6007e;
	--color-compras-darken: #a50064;
	--color-compras-lighten: #ed0097;
	--color-compras-complement: #fff110;
	--color-compras-complement-darken: #e6d80d;
	--color-antecipacao: #e3cb00;
	--color-antecipacao-darken: #c5b000;
	--color-antecipacao-lighten: #ffe505;
	--color-antecipacao-complement: #ba2c85;
	--color-antecipacao-complement-darken: #9b266f;
	--color-parceiro: #279f00;
	--color-parceiro-darken: #218700;
	--color-parceiro-lighten: #29a500;
	--color-parceiro-complement: #ff9800;
	--color-parceiro-complement-darken: #da8200;
	--color-grayscale-100: #e4e8ed;
	--color-grayscale-200: #adbdd0;
	--color-grayscale-300: #9caec1;
	--color-grayscale-400: #1B2126;
	--color-grayscale-500: #4a5969;
	--color-grayscale-700: #333;
	--transition: all 0.4s ease-in-out;
	--smooth: all 0.4s cubic-bezier(0.22, 0.68, 0, 1.71) 2s
}
@media screen and (min-width: 540px) {
	:root {
		--width-content: var(--width-sm)
	}
}
@media screen and (min-width: 720px) {
	:root {
		--width-content: var(--width-md)
	}
}
@media screen and (min-width: 960px) {
	:root {
		--width-content: var(--width-lg)
	}
}
@media screen and (min-width: 1024px) {
	:root {
		--width-content: var(--width-xl)
	}
}
@media screen and (min-width: 1620px) {
	:root {
		--width-content: var(--width-hd)
	}
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
	display: none
}
input::-webkit-calendar-picker-indicator, input::-webkit-inner-spin-button, input::-webkit-outer-spin-button, input::-webkit-clear-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	display: none
}
input::-ms-clear {
	display: none
}
@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}
:root {
	--swiper-theme-color: #007aff
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-vertical>.swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}
.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto
}
.swiper-autoheight .swiper-wrapper {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15)
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}
.swiper-centered>.swiper-wrapper::before {
	content: "";
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-order: 9999;
	-ms-flex-order: 9999;
	order: 9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}
:root {
	--swiper-navigation-size: 44px
}
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
	display: none !important
}
.swiper-button-prev:after, .swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev"
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next"
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	transform: scale(0.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet:only-child {
	display: none !important
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-vertical>.swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-vertical>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}
.swiper-scrollbar-disabled>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-vertical>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-grid>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-grid-column>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-cube {
	overflow: visible
}
.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}
.swiper-flip {
	overflow: visible
}
.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform
}
.swiper-cards {
	overflow: visible
}
.swiper-cards .swiper-slide {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
*, *::after, *::before {
	margin: 0;
	padding: 0;
	box-sizing: inherit
}
html {
	font-size: 16px;
	width: 100%
}
body {
	box-sizing: border-box;
	max-width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	color: #1B2126;
	line-height: 2;
	--color-main: var(--color-vr);
	--color-main-lighten: var(--color-vr-lighten);
	--color-main-darken: var(--color-vr-darken);
	--color-second: var(--color-vr-complement);
	--color-second-darken: var(--color-vr-complement-darken);
	--color-customized: var(--color-cultura);
	--color-customized-darken: var(--color-cultura-darken);
	--color-customized-lighten: var(--color-cultura-lighten)
}
body.vr-opened-menu {
	height: 100%;
	overflow: hidden
}
[data-produto="alimentacao"] {
	--color-main: var(--color-alimentacao);
	--color-main-lighten: var(--color-alimentacao-lighten);
	--color-main-darken: var(--color-alimentacao-darken);
	--color-second: var(--color-alimentacao-complement);
	--color-second-darken: var(--color-alimentacao-complement-darken)
}
[data-produto="refeicao"] {
	--color-main: var(--color-refeicao);
	--color-main-lighten: var(--color-refeicao-lighten);
	--color-main-darken: var(--color-refeicao-darken);
	--color-second: var(--color-refeicao-complement);
	--color-second-darken: var(--color-refeicao-complement-darken)
}
[data-produto="auto"] {
	--color-main: var(--color-auto);
	--color-main-lighten: var(--color-auto-lighten);
	--color-main-darken: var(--color-auto-darken);
	--color-second: var(--color-auto-complement);
	--color-second-darken: var(--color-auto-complement-darken)
}
[data-produto="transporte"] {
	--color-main: var(--color-transporte);
	--color-main-lighten: var(--color-transporte-lighten);
	--color-main-darken: var(--color-transporte-darken);
	--color-second: var(--color-transporte-complement);
	--color-second-darken: var(--color-transporte-complement-darken)
}
[data-produto="cultura"] {
	--color-main: var(--color-cultura);
	--color-main-lighten: var(--color-cultura-lighten);
	--color-main-darken: var(--color-cultura-darken);
	--color-second: var(--color-cultura-complement);
	--color-second-darken: var(--color-cultura-complement-darken)
}
[data-produto="saude"] {
	--color-main: var(--color-saude);
	--color-main-lighten: var(--color-saude-lighten);
	--color-main-darken: var(--color-saude-darken);
	--color-second: var(--color-saude-complement);
	--color-second-darken: var(--color-saude-complement-darken)
}
[data-produto="compras"] {
	--color-main: var(--color-compras);
	--color-main-lighten: var(--color-compras-lighten);
	--color-main-darken: var(--color-compras-darken);
	--color-second: var(--color-compras-complement);
	--color-second-darken: var(--color-compras-complement-darken)
}
[data-produto="antecipacao"] {
	--color-main: var(--color-antecipacao);
	--color-main-lighten: var(--color-antecipacao-lighten);
	--color-main-darken: var(--color-antecipacao-darken);
	--color-second: var(--color-antecipacao-complement);
	--color-second-darken: var(--color-antecipacao-complement-darken)
}
[data-produto="parceiro"] {
	--color-main: var(--color-parceiro);
	--color-main-lighten: var(--color-parceiro-lighten);
	--color-main-darken: var(--color-parceiro-darken);
	--color-second: var(--color-parceiro-complement);
	--color-second-darken: var(--color-parceiro-complement-darken)
}
main {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 80px
}
a {
	font-weight: 700;
	color: #fff110;
	color: #fff110;
	transition: var(--transition);
	cursor: pointer
}
a:hover {
	color: #dccf00;
	color: var(--color-second-darken)
}
figure {
	display: block;
	margin: 1rem 0
}
img {
	max-width: 100%
}
p {
	font-size: 1rem;
	line-height: 2
}
input, select, option, button, textarea {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	-webkit-appearance: none;
	border-radius: 0
}
input::-ms-clear {
	display: none
}
.slick-dots {
	margin: 2em -0.25em 0;
	position: static;
	width: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.slick-dots li {
	width: 1.5em;
	height: 0.4em;
	background-color: #fff110;
	background-color: var(--color-vr-complement);
	border-radius: 0.2em;
	opacity: 0.5;
	margin: 0.25em;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-section--colored .slick-dots li {
	background-color: #ffffff
}
.vr-section--colored-second .slick-dots li {
	background-color: #02D72F;
	background-color: var(--color-main)
}
.vr-section--colored-darken .slick-dots li {
	background-color: var(--color-main-darken)
}
.slick-dots li.slick-active {
	opacity: 1;
	width: 2.5em
}
.center {
	text-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hidden-mobile {
		display: none !important
	}
}
.slick-dots li.slick-active button:before {
	opacity: 0
}
.slick-dots li button:before {
	display: none
}
.text-bg-highlight {
	background: #FFF110;
	display: inline;
	margin: 0
}
.admissao-lp {
	margin-top: 0px !important
}
.admissao-lp__button-link {
	padding: 0.5rem 1rem;
	border-radius: 0.5em;
	margin-top: 2rem;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #02d72f
}
.admissao-lp__button-link:hover {
	color: #a6f89d
}
.vr-content-block.admissao-lp {
	margin: 0 auto
}
.vr-content-block.admissao-lp .banner {
	position: relative;
	width: 100%;
	height: 450px
}
.vr-content-block.admissao-lp .banner img {
	width: 100%;
	height: 450px;
	object-fit: cover
}
.vr-content-block.admissao-lp .banner__container-limit {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: var(--width-content)
}
.vr-content-block.admissao-lp .banner_message {
	position: absolute;
	top: 3rem;
	left: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 400px;
	height: 350px;
	padding: 1rem 2rem;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #034d2e;
	background-color: #9df095
}
.vr-content-block.admissao-lp .banner_message p {
	text-align: center;
	line-height: 1.2;
	font-size: 1.2rem
}
.vr-content-block.admissao-lp .banner_message p span {
	font-weight: bold
}
.vr-content-block.admissao-lp .banner_message img {
	height: unset
}
.vr-content-block.admissao-lp .description-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0 2rem;
	width: 100%;
	height: 300px;
	background-color: #018c15
}
.vr-content-block.admissao-lp .description-content__limit {
	max-width: var(--width-content);
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.vr-content-block.admissao-lp .description-content__text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 50%;
	color: #FFFFFF
}
.vr-content-block.admissao-lp .description-content__text h6 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #fff110;
	line-height: normal;
	margin-bottom: 24px
}
@media screen and (max-width: 780px) {
	.vr-content-block.admissao-lp .description-content__text h6 {
		font-size: 1.5rem
	}
}
.vr-content-block.admissao-lp .description-content__text p {
	text-align: center;
	font-size: 1.25rem;
	line-height: normal
}
@media screen and (max-width: 780px) {
	.vr-content-block.admissao-lp .description-content__text p {
		font-size: 1rem
	}
}
.vr-content-block.admissao-lp .description-content__text p:nth-child(3) {
	margin-top: 12px
}
.vr-content-block.admissao-lp .description-content__text a {
	color: #034d2e;
	background-color: #a6f89d
}
.vr-content-block.admissao-lp .description-content img {
	width: 450px;
	z-index: 1;
	padding-bottom: 2.5rem
}
.vr-content-block.admissao-lp .description-content_inverted {
	background-color: #a6f89d;
	margin-bottom: 60px
}
.vr-content-block.admissao-lp .description-content_inverted .description-content__text {
	max-width: var(--width-content);
	margin: 0 auto;
	text-align: center;
	padding: 4rem;
	line-height: 1
}
.vr-content-block.admissao-lp .description-content_inverted .description-content__text h6 {
	width: 100%;
	font-weight: 600;
	font-size: 2.5rem;
	color: #1b2126
}
.vr-content-block.admissao-lp .description-content_inverted .description-content__text p {
	width: 100%;
	font-weight: normal;
	font-size: 1rem;
	color: #1b2126
}
.vr-content-block.admissao-lp .description-content_inverted .description-content__text span {
	text-decoration: underline;
	color: #034d2e;
	font-weight: bold
}
.vr-content-block.admissao-lp .description-bullets {
	width: 100%;
	padding: 3rem 2rem 2rem;
	color: #1b2126
}
.vr-content-block.admissao-lp .description-bullets__video {
	background-color: #a6f89d;
	width: 100%;
	position: relative;
	min-height: 420px;
	width: 100vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5rem;
	padding-top: 55px
}
@media screen and (max-width: 1024px) {
	.vr-content-block.admissao-lp .description-bullets__video {
		min-height: 350px
	}
}
@media screen and (max-width: 720px) {
	.vr-content-block.admissao-lp .description-bullets__video iframe {
		width: 100%;
		height: 100%
	}
}
.vr-content-block.admissao-lp .description-bullets__video span {
	position: absolute;
	top: 30px;
	font-size: 1.25rem;
	color: #034d2e
}
.vr-content-block.admissao-lp .description-bullets__limit {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	max-width: var(--width-content)
}
.vr-content-block.admissao-lp .description-bullets__title {
	width: 100%;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding-left: 40px
}
.vr-content-block.admissao-lp .description-bullets__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 4.75rem;
	background-color: #02d72f
}
.vr-content-block.admissao-lp .description-bullets__subTitle {
	text-align: left;
	width: 100%;
	padding-left: 40px
}
@media screen and (max-width: 500px) {
	.vr-content-block.admissao-lp .description-bullets__subTitle {
		text-align: center
	}
}
.vr-content-block.admissao-lp .description-bullets__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 3rem 0
}
.vr-content-block.admissao-lp .description-bullets__row:first-of-type {
	padding-bottom: 5rem
}
.vr-content-block.admissao-lp .description-bullets__row__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	width: 33%
}
.vr-content-block.admissao-lp .description-bullets__row__item img {
	width: 50px;
	height: 50px
}
.vr-content-block.admissao-lp .description-bullets__row__item h6 {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 600;
	margin: 1rem 0;
	color: #034d2e
}
.vr-content-block.admissao-lp .description-bullets__row__item p {
	max-width: 70%
}
.vr-content-block.admissao-lp .description-bullets .admissao-lp__button-link {
	margin: 1.5rem 0 4rem 0
}
@media screen and (max-width: 1024px) {
	.vr-content-block.admissao-lp {
		max-width: unset
	}
	.vr-content-block.admissao-lp .description-content {
		height: auto
	}
	.vr-content-block.admissao-lp .description-content__limit {
		width: 100%;
		margin: unset;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 1rem 0
	}
	.vr-content-block.admissao-lp .description-content__text {
		margin-bottom: 2rem;
		max-width: 100%;
		text-align: center;
		width: 100%
	}
	.vr-content-block.admissao-lp .description-content img {
		width: 450px
	}
}
@media screen and (max-width: 780px) {
	.vr-content-block.admissao-lp .description-bullets__row {
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.vr-content-block.admissao-lp .description-bullets__row__item {
		margin-top: 1rem;
		width: 285px
	}
}
@media screen and (max-width: 500px) {
	.vr-content-block.admissao-lp .banner {
		height: 500px
	}
	.vr-content-block.admissao-lp .banner img {
		height: 100%
	}
	.vr-content-block.admissao-lp .banner__container-limit {
		position: unset
	}
	.vr-content-block.admissao-lp .banner_message {
		top: unset;
		left: unset;
		bottom: 0 !important;
		right: 0 !important;
		height: 280px;
		width: 240px;
		border-radius: 20px 0 0 20px
	}
	.vr-content-block.admissao-lp .banner_message p {
		font-size: 1rem
	}
	.vr-content-block.admissao-lp .banner_message img {
		height: unset
	}
	.vr-content-block.admissao-lp .description-bullets__title {
		text-align: center
	}
	.vr-content-block.admissao-lp .description-bullets__subtitle {
		text-emphasis: center
	}
	.vr-content-block.admissao-lp .description-bullets__row__item {
		margin-bottom: 2rem;
		width: 100%
	}
	.vr-content-block.admissao-lp .description-bullets__row__item img {
		margin: 0 auto
	}
	.vr-content-block.admissao-lp .description-bullets__row__item h6, .vr-content-block.admissao-lp .description-bullets__row__item p {
		width: 100%;
		text-align: center;
		max-width: unset
	}
	.vr-content-block.admissao-lp .description-bullets__row__item h6 {
		text-align: center
	}
	.vr-content-block.admissao-lp .description-bullets__row__item:last-child {
		margin-bottom: 0
	}
	.vr-content-block.admissao-lp .description-content_inverted .description-content__text h6 {
		font-size: 2rem
	}
	.vr-content-block.admissao-lp .message-warning {
		padding: 2rem
	}
	.vr-content-block.admissao-lp .admissao-lp__button-link {
		font-size: 0.7rem
	}
}
.message-warning {
	text-align: center;
	padding-top: 0.5rem;
	font-size: 0.7rem;
	color: #fff
}
.vr-footer.admissao-lp {
	background-color: #018c15;
	padding: 1.5rem 0;
	text-align: center
}
.vr-footer.admissao-lp .admissao-lp__footer-limit {
	max-width: var(--width-content);
	margin: 0 auto
}
.vr-footer.admissao-lp img {
	max-width: 700px;
	width: 100%
}
@media screen and (max-width: 768px) {
	.vr-footer.admissao-lp img {
		padding: 0 1.5rem
	}
}
.vr-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 210;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #02d72f
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-header {
		z-index: 300
	}
}
.vr-header__erro {
	background-color: var(--color-main);
	height: 100%
}
.vr-contents {
	transition: -webkit-filter 0.4s ease-in-out;
	transition: filter 0.4s ease-in-out;
	transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out
}
.vr-contents .slick-list {
	width: 100%
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-contents .slick-list {
		overflow: initial
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-opened-menu .vr-contents {
		-webkit-filter: blur(4px);
		filter: blur(4px)
	}
}
.vr-content-block {
	outline: none
}
.vr-section {
	padding: 80px 0;
	padding-bottom: 0em
}
.vr-hero+.vr-section, .vr-hero+script+.vr-section {
	padding-top: 6em
}
.vr-section--colored {
	background-color: #dce6f0
}
.vr-section--colored+.vr-section--form {
	position: relative;
	z-index: 199
}
.vr-section--colored+.vr-section--form::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #02D72F;
	background-color: var(--color-main)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--colored+.vr-section--form {
		margin-top: -2px
	}
	.vr-section--colored+.vr-section--form .vr-section__content {
		padding-left: 0
	}
}
.vr-section--colored-second {
	background-color: #fff110;
	background-color: var(--color-second);
	color: #02a424;
	color: var(--color-main-darken)
}
.vr-section--colored-darken {
	background-color: #fff110;
	background-color: var(--color-main-darken);
	color: #ffffff
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section {
		padding: 2em 0;
		padding-bottom: 0em
	}
	.vr-hero+.vr-section, .vr-hero+script+.vr-section {
		padding-top: 3em
	}
	.vr-quick-navigation+.vr-contents .vr-hero+.vr-section, .vr-quick-navigation+.vr-contents .vr-hero+script+.vr-section {
		padding-top: 8em
	}
}
.vr-section__accordion {
	margin-bottom: 45px;
	padding-right: 2.5rem
}
.vr-section__accordion .vr-button.accordion-btn-verMais {
	margin: 0 auto !important
}
.vr-section__accordion .vr-accordion__list {
	margin: 0
}
.vr-section__accordion .vr-accordion__item {
	list-style-type: none;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px
}
.vr-section__accordion .vr-accordion__btn-open {
	text-align: left;
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #4a5969;
	font-weight: bold;
	font-size: 1rem
}
.vr-section__accordion .vr-accordion__btn-open::after {
	content: '';
	border: solid #4a5969;
	border-width: 0 2px 2px 0;
	display: inline-block;
	width: 4px;
	height: 4px;
	padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.5s
}
.vr-section__accordion .vr-accordion__btn-open[aria-expanded="true"]::after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg)
}
.vr-section__accordion .vr-accordion__hidden-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 0fr;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms;
	transition: grid-template-rows 500ms, -ms-grid-rows 500ms
}
.vr-section__accordion .vr-accordion__hidden-content[aria-hidden="false"] {
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr
}
.vr-section__accordion .vr-accordion__hidden-content>div {
	overflow: hidden
}
.vr-section__accordion .vr-accordion__hidden-content>div p {
	color: #6d839a;
	font-weight: normal;
	font-size: 0.9rem;
	margin-top: 15px
}
.vr-section--peca {
	background-color: #C6007E;
	color: #fff
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--peca .vr-section--form {
		max-width: calc(100% + 1.9rem)
	}
}
.vr-section--peca .vr-hero__hashtag {
	font-size: 156px;
	text-align: center
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--peca .vr-hero__hashtag {
		display: none
	}
}
.vr-section__wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__wrapper {
		padding: 0 1em
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.media-wrapper-desktop-mobile {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 2rem
	}
}
.vr-section__block {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
	position: relative;
	z-index: 1
}
.vr-section__block:first-child:last-child {
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	max-width: 100%
}
.vr-section__block--figure {
	z-index: 0
}
.vr-section__block.media-desktop-mobile figure {
	pointer-events: none
}
.vr-section__block.media-desktop-mobile figure video {
	pointer-events: all
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__block {
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		max-width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.vr-section__block--figure {
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
	.vr-section__block.media-desktop-mobile {
		display: block;
		margin-top: 2rem;
		margin-bottom: 3rem
	}
	.vr-section__block--figure-fixed {
		display: block;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
		min-width: 100%;
		margin: -6em 0 2em
	}
	.vr-section__block--figure-fixed .vr-section__figure {
		margin: 0;
		min-height: auto;
		height: auto
	}
	.vr-section__block--figure-fixed .vr-section__image {
		width: 100%
	}
	.vr-section__block--figure-fixed::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(0, var(--color-main), transparent 50%);
		z-index: 10
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__block--figure-fixed::before {
		width: calc(100% + 2em);
		left: -1em
	}
	.vr-section__block.media-desktop-mobile {
		margin-top: 0
	}
}
.vr-section__figure {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 30em;
	position: relative
}
.vr-section__image {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain
}
.vr-section__video {
	display: block;
	width: calc(100% - 4em);
	position: relative;
	margin-right: 4em
}
.vr-section__block+.vr-section__block--figure .vr-section__video {
	margin-right: 0;
	margin-left: 4em
}
@media screen and (min-width: 960px) {
	.vr-section__block.vr-section__block--figure .vr-section__figure .vr-section__video {
		margin: 0em 4em 0em 2em
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__video {
		width: 100%;
		margin: 6em 0 0
	}
	.vr-section__block+.vr-section__block--figure .vr-section__video {
		margin: 6em 0 3em 0
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__video {
		width: calc(100% + 2em);
		margin: 4em -1em 3em 0
	}
}
.vr-section__header {
	color: #1B2126;
	position: relative;
	margin-bottom: 2em;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 4.25em;
	padding-left: 2.5em
}
.vr-section__header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 4.75rem;
	background-color: transparent
}
.vr-section--colored .vr-section__header {
	color: #1B2126
}
.vr-section--colored-second .vr-section__header {
	color: #02a424;
	color: var(--color-main-darken)
}
.vr-section--colored-second .vr-section__header::before {
	background-color: transparent
}
.vr-section--colored-negative .vr-section__header {
	color: #fff
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__header {
		margin-left: 1em;
		margin-right: 1em;
		width: calc(100% - 2em);
		padding-left: 0
	}
	.vr-section__header::before {
		height: 6rem;
		left: -2em;
		width: 1em
	}
}
.vr-section__holder {
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	width: 100%
}
.vr-section__holder.textCenter {
	text-align: center
}
.vr-section__holder--actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.vr-section__holder--half {
	max-width: 50%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__holder--actions {
		display: none
	}
	.vr-section__holder--half {
		max-width: 100%
	}
}
.vr-section__title {
	font-weight: 700;
	margin-bottom: 0.125rem;
	font-size: 1.4em;
	line-height: 1.5
}
@media screen and (min-width: 1024px) {
	.vr-section__title {
		font-size: 1.625em;
		line-height: 1.8
	}
}
.vr-section__intro {
	line-height: 2
}
.no-padding {
	padding: 0 !important
}
.vr-section--form {
	margin: 0 auto;
	z-index: 999
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--form {
		margin: 2em -15px
	}
}
.vr-hero__simple-text {
	text-align: center;
	margin-top: 3em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__simple-text {
		display: none
	}
}
.description_label_block {
	color: var(--color-grayscale-400);
	width: 100%;
	margin: 1em
}
.description_label_span {
	color: #999;
	margin: 0 1em;
	font-size: 15px
}
.column {
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}
.vr-section__content {
	width: 100%;
	padding-left: 2.5em
}
.vr-section__content .vr-hero__title::before {
	content: '';
	position: absolute;
	top: 17px;
	left: -2.5rem;
	width: 1.25rem;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
.vr-section__content .vr-hero__title strong {
	font-size: 52px
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__content .vr-hero__title strong {
		font-size: 26px
	}
}
.vr-section__content .line__items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5em
}
.vr-section__content .line__items ul {
	list-style: none
}
.vr-section__content .line__items ul li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 2em;
	margin-left: 2em
}
.vr-section__content .line__items p {
	width: 100%
}
.vr-section__content .line__items .vr-button {
	padding: 0.75em 4.25em
}
.vr-section__content h1.vr-hero__title.no-desk {
	display: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__content h1.vr-hero__title.no-desk {
		display: block
	}
}
.vr-section__content .line__items ul li:before {
	content: '';
	width: 5px;
	background: yellow;
	height: 5px;
	display: block;
	border-radius: 30px;
	margin-right: 10px
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__content {
		padding-left: 0
	}
}
.vr-section__content--3x2 .vr-feature {
	width: calc(100% / 3)
}
.vr-hero__text .vr-hero__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -2.5rem;
	width: 1.25rem;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__text .vr-hero__title::before {
		height: 7rem;
		left: -1.5rem;
		top: 3px
	}
}
.vr-section__content--half {
	width: 50%;
	padding-left: inherit
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__content--half {
		width: 100%
	}
	.vr-section__content--half .compras-btn {
		display: none
	}
}
.vr-section__content--half .vr-hero__hashtag {
	font-size: 86px;
	position: absolute;
	top: -140px;
	left: 700px
}
.items__container {
	margin-top: 2em
}
.items__container .vr-feature__image {
	width: 2.5em;
	height: 2.5em;
	margin-right: 2em
}
.items__container .vr-feature__image path {
	fill: yellow !important
}
.vr-section__list {
	margin: 3em 0;
	list-style-type: none;
	counter-reset: list
}
.vr-section__item {
	position: relative;
	counter-increment: list;
	margin: 2em 0 1em 1em
}
.vr-section__item::before {
	content: counter(list);
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border: solid 2px #fff110;
	border-color: var(--color-second);
	border-radius: 50%;
	top: 0;
	left: -3.5rem;
	font-size: 1.5em;
	font-weight: 700
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section__item::before {
		width: 1.5rem;
		height: 1.5rem;
		top: 0.125rem;
		left: -1.875rem;
		font-size: 0.75em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section__item::before {
		width: 2rem;
		height: 2rem;
		top: 0.125rem;
		left: -1em;
		font-size: 0.875em
	}
}
.vr-section__list-text {
	margin: 0.375em 0 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section__list-text {
		margin-left: 2em
	}
}
.vr-section__item-title {
	font-size: 1.125em;
	font-weight: 600
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section__item-title {
		margin-left: 2rem
	}
}
.vr-section__benefits {
	height: auto
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__benefits {
		padding-bottom: 0px
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__benefits {
		padding-top: 1em !important
	}
}
.vr-section__benefits .vr-section__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__benefits .vr-section__wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		padding: 0;
		max-width: unset
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__benefits {
		height: auto
	}
}
.vr-section__benefits .vr-section__content .vr-section__title {
	font-size: 32px
}
.vr-section__benefits .vr-section__content li {
	font-size: 15px;
	line-height: 28px;
	list-style: none;
	margin-bottom: 16px
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__benefits .vr-section__content li {
		line-height: 35px
	}
}
.vr-section__benefits .vr-section__content li::before {
	content: "";
	background-color: var(--color-second);
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 11px;
	border-radius: 100%
}
.vr-section__benefits .vr-section__content--first {
	padding-right: 4rem
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__benefits .vr-section__content--first {
		height: auto;
		padding: 0 10em
	}
}
@media (min-width: 540px) and (max-width: 900px) {
	.vr-section__benefits .vr-section__content--first {
		padding: 1em 5em
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__benefits .vr-section__content--first {
		padding: 1em 1em;
		padding-top: 1em !important;
		padding-left: 21px !important
	}
}
.vr-section__benefits .vr-section__content--second {
	padding-left: 6rem;
	padding-right: 2.5rem
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__benefits .vr-section__content--second {
		background-color: #ffffff !important;
		color: var(--color-grayscale-400);
		height: auto;
		padding: 0 10em
	}
	.vr-section__benefits .vr-section__content--second li::before {
		content: "";
		background-color: var(--color-main-darken);
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 11px;
		border-radius: 100%
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__benefits .vr-section__content--second {
		padding: 0 1em;
		padding-top: 2em;
		padding-left: 21px !important
	}
}
@media (min-width: 540px) and (max-width: 900px) {
	.vr-section__benefits .vr-section__content--second {
		padding: 1em 5em
	}
}
.vr-section--combo {
	background-color: var(--color-vr);
	padding-top: 0 !important
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--combo {
		position: relative
	}
}
.vr-section--combo .vr-section__header::before {
	top: 0.688rem;
	height: 4rem
}
.vr-section--combo .vr-section__header .vr-section__title, .vr-section--combo .vr-section__header .vr-section__intro {
	color: white
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--combo .vr-section__header {
		margin-left: 1.9em
	}
	.vr-section--combo .vr-section__header .vr-section__title {
		font-size: 2rem;
		line-height: 3.5rem
	}
	.vr-section--combo .vr-section__header .vr-section__intro {
		font-size: 0.938rem;
		line-height: 2.25rem
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__contato .vr-section__header::before {
		height: 6.5rem;
		width: 1.25rem
	}
	.vr-section__contato .vr-section__intro {
		font-weight: 600;
		font-size: 1rem;
		line-height: 2.25rem
	}
	.vr-section__contato .vr-form__actions--contato__fixed {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		position: fixed;
		top: 70%;
		bottom: 0;
		left: 0;
		right: 0
	}
	.vr-section__contato .vr-form__actions--contato__fixed .vr-button {
		margin: 0 auto;
		width: 20em;
		max-width: 100%;
		display: none
	}
}
.vr-section__contato .vr-form__actions--contato__fixed {
	display: none
}
.vr-footer {
	background-color: #02D72F;
	box-shadow: 0 -1px 3px 1px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	position: relative
}
.vr-footer__wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 3em 0 6em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-footer__wrapper {
		display: block;
		padding: 2em 1em 4em
	}
}
.vr-footer__navigation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex: 2 1 0;
	-ms-flex: 2 1 0px;
	flex: 2 1 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 4em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-footer__navigation {
		display: block
	}
}
.vr-footer__menu {
	list-style-type: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-footer__menu {
		margin-top: 3em
	}
	.vr-footer__menu:first-child {
		margin-top: 0
	}
}
.vr-footer__item+.vr-footer__item {
	margin-top: 1em
}
.vr-footer__title {
	font-weight: 800;
	display: table;
	text-transform: uppercase;
	color: #1b2126;
	padding-bottom: 0.5em;
	margin-bottom: 1.25em;
	border-bottom: solid 3px #fff110;
	border-bottom: solid 3px var(--color-second);
	white-space: nowrap
}
.vr-footer__link {
	font-weight: 500;
	color: #1b2126;
	text-decoration: none
}
.vr-footer__link:hover {
	color: #ffffff
}
.vr-app__label {
	display: none
}
.vr-social {
	width: calc(100% / 3 - 2em)
}
.vr-social .vr-button {
	margin: 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-social {
		width: 100%;
		margin-top: 3em
	}
}
.vr-social__list {
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.vr-social__icon {
	width: 2em;
	height: 2em
}
.vr-social__icon path, .vr-social__icon rect, .vr-social__icon circle, .vr-social__icon polygon {
	fill: #ffffff
}
.vr-credits {
	margin: 2rem 0;
	font-size: .75em;
	font-weight: 500;
	line-height: 1.8;
	color: #1b2126
}
.vr-credits a {
	text-decoration: none;
	font-weight: 500
}
.footer-ofertas {
	width: 100%;
	height: auto;
	background-color: #001F0F
}
.footer-ofertas--container {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 30px 20px
}
.footer-ofertas--container p {
	color: #FFF;
	font-size: 0.9rem
}
.footer-ofertas--container p:last-of-type {
	margin-top: 20px
}
.footer-super-app {
	width: 100%;
	height: auto;
	background-color: #034D2E
}
.footer-super-app--container {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 30px 20px
}
.footer-super-app--container p {
	color: #FFF;
	font-size: 0.9rem
}
.footer-super-app--container p:last-of-type {
	margin-top: 20px
}
.footer-super-app .footer-super-app--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px
}
.footer-super-app .super-app-logo {
	width: 413px;
	height: 115px
}
.banner-conta {
	background-color: #02D72F;
	position: relative
}
.banner-conta__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
	padding-block: 25px
}
.banner-conta__container img {
	z-index: 2
}
.banner-conta__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	-webkit-margin-after: 60px;
	margin-block-end: 60px
}
.banner-conta__content>span:first-child {
	color: #000;
	font-size: 1.2494rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase
}
.banner-conta__content h1 {
	color: #000;
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0
}
.banner-conta__content span:last-child {
	color: #000;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 134.4%
}
.banner-conta__footer {
	border-radius: 100px 0px 0px 0px;
	background: #034D2E;
	height: 168px;
	z-index: 1;
	position: absolute;
	width: 100%;
	bottom: 0
}
.banner-conta .highlighted {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
@media screen and (max-width: 900px) {
	.banner-conta__container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.banner-conta__content {
		margin-inline: 15px
	}
}
.about-conta {
	padding-block: 70px;
	position: relative
}
.about-conta__container {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 920px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.about-conta__balloon {
	border-radius: 0px 75px;
	background: #FFF110;
	padding: 50px;
	max-width: 496px
}
.about-conta__balloon>p {
	color: #000;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150.4%
}
.about-conta__balloon strong {
	font-weight: 600
}
.about-conta__img {
	object-fit: cover;
	width: 100%
}
@media screen and (max-width: 900px) {
	.about-conta__container {
		-webkit-transform: translate(-20%, -20%);
		transform: translate(-20%, -20%)
	}
	.about-conta__balloon {
		max-width: 400px;
		padding: 25px
	}
	.about-conta__balloon>p {
		font-size: .8rem
	}
	.about-conta__img {
		max-width: 1397px;
		height: 933px
	}
}
.services-conta {
	padding-block: 70px
}
.services-conta__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
	padding-block: 25px;
	gap: 60px
}
.services-conta__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	max-width: 400px
}
.services-conta__content h2 {
	color: #1B2126;
	font-size: 2.375rem;
	font-weight: 600;
	line-height: normal;
	margin: 0
}
.services-conta__content .highlighted {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.services-conta__content h3 {
	color: #1B2126;
	font-size: 2rem;
	font-weight: 500;
	line-height: 150.4%
}
.services-conta__balloon {
	border-radius: 0px 50px;
	background: #02D72F;
	padding: 30px;
	max-width: 400px
}
.services-conta__balloon img[src=""] {
	display: none
}
.services-conta__block-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 20px
}
@media screen and (max-width: 900px) {
	.services-conta__container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.services-conta__content {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-inline: 15px
	}
}
.solutions-conta {
	background-color: #02D72F;
	padding-block: 70px
}
.solutions-conta__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
	padding-block: 25px;
	gap: 100px
}
.solutions-conta__container h2 {
	color: #1B2126;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin: 0
}
.solutions-conta__content-first {
	max-width: 578px;
	border-radius: 0px 75px;
	background: #FFF;
	padding: 52px;
	position: relative
}
.solutions-conta__content-first .solutions-conta__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	max-width: 390px
}
.solutions-conta__content-first h3 {
	color: #1B2126;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150.4%
}
.solutions-conta__content-first p {
	color: var(--Neutral-Very-Dark, #1B2126);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150.4%
}
.solutions-conta__content-first img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 920px;
	-webkit-transform: translate(60%, -50%);
	transform: translate(60%, -50%)
}
.solutions-conta__content-first a {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1875rem;
	border-radius: 100px;
	background: #034D2E;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 48px;
	padding: 15px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	max-width: 270px
}
.solutions-conta__content-second {
	max-width: 578px;
	border-radius: 75px 0px;
	background: #FFF;
	padding: 52px;
	position: relative;
	-webkit-margin-start: auto;
	margin-inline-start: auto
}
.solutions-conta__content-second .solutions-conta__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	max-width: 390px;
	-webkit-margin-start: auto;
	margin-inline-start: auto;
	padding-left: 40px
}
.solutions-conta__content-second h2 {
	color: #1B2126;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150.4%
}
.solutions-conta__content-second p {
	color: #1B2126;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150.4%
}
.solutions-conta__content-second img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 920px;
	-webkit-transform: translate(-155%, -55%);
	transform: translate(-155%, -55%)
}
.solutions-conta__content-second a {
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1875rem;
	border-radius: 100px;
	background: #034D2E;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 48px;
	padding: 15px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	max-width: 270px
}
.solutions-conta__tag {
	border-radius: 35px;
	background: #FFF110;
	padding: 5px 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: rotate(-5.065deg) translate(100%, 0);
	transform: rotate(-5.065deg) translate(100%, 0);
	color: #000;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150.4%
}
.solutions-conta .highlighted {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
@media screen and (max-width: 900px) {
	.solutions-conta .solutions-conta__block {
		max-width: 320px;
		margin-bottom: 25px;
		padding-left: 0
	}
	.solutions-conta img {
		-webkit-transform: none;
		transform: none;
		position: relative;
		left: 0
	}
	.solutions-conta__tag {
		-webkit-transform: rotate(-5.065deg) translate(-10%, -20%);
		transform: rotate(-5.065deg) translate(-10%, -20%)
	}
}
.info-conta {
	-webkit-padding-before: 70px;
	padding-block-start: 70px;
	-webkit-padding-after: 170px;
	padding-block-end: 170px
}
.info-conta__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
	padding-block: 25px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.info-conta__balloon-blue {
	border-radius: 0px 70px;
	background: #034D2E;
	max-width: 353px;
	padding: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 278px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.info-conta__balloon {
	border-radius: 0px 70px;
	background: #FFF;
	box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.18);
	padding: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 493px;
	min-height: 199px;
	top: 100px;
	position: relative
}
.info-conta__balloon p {
	color: #1B2126;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
@media screen and (max-width: 900px) {
	.info-conta__container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.info-app-conta {
	background-color: #A6F89D;
	padding-block: 70px
}
.info-app-conta__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
	padding-block: 25px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 125px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.info-app-conta__container h2 {
	color: #1B2126;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 32px
}
.info-app-conta__container p {
	color: #1B2126;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150.4%;
	margin-bottom: 32px
}
.info-app-conta__container .info-app-conta__bigger {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150.4%
}
.info-app-conta__download a[href=""], .info-app-conta__download a[href="#"] {
	display: none
}
.info-app-conta .highlighted {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.info-app-conta__bigger {
	color: #1B2126;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150.4%
}
@media screen and (max-width: 900px) {
	.info-app-conta__container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-inline: 25px
	}
}
.about-second-conta {
	padding-block: 70px;
	position: relative
}
.about-second-conta__container {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 920px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.about-second-conta__balloon {
	border-radius: 0px 75px;
	background: #02D72F;
	padding: 50px;
	max-width: 496px
}
.about-second-conta__balloon>p {
	color: #000;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150.4%;
	margin-bottom: 25px
}
.about-second-conta__balloon strong {
	color: #1B2126;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150.4%
}
.about-second-conta .highlighted {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.about-second-conta__img {
	object-fit: cover;
	width: 100%
}
@media screen and (max-width: 900px) {
	.about-second-conta__container {
		-webkit-transform: translate(-20%, -20%);
		transform: translate(-20%, -20%)
	}
	.about-second-conta__balloon {
		max-width: 400px;
		padding: 25px
	}
	.about-second-conta__balloon>p, .about-second-conta__balloon strong {
		font-size: .8rem
	}
	.about-second-conta__img {
		max-width: 1397px;
		height: 933px
	}
}
.faq-conta {
	padding-block: 70px
}
.faq-conta__container {
	width: 100%;
	max-width: 920px;
	margin-inline: auto;
	padding-block: 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-inline: 15px
}
.faq-conta__container h2 {
	color: #1B2126;
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 60px
}
.faq-conta__container a {
	color: #313C45;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1875rem;
	border-radius: 101px;
	background: #02D72F;
	text-decoration: none;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 48px;
	padding: 15px 24px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.faq-conta__container ul {
	list-style-type: none;
	width: 100%;
	margin-bottom: 20px
}
.faq-conta__container ul li p {
	color: #000;
	font-size: 1.25rem;
	font-style: normal;
	line-height: normal;
	margin-bottom: 25px;
	margin-top: 20px
}
.faq-conta__container ul li p:first-child {
	font-weight: 600
}
.faq-conta__container ul li p:last-child {
	font-weight: 400
}
.faq-conta__container ul li:not(:last-child) {
	border-bottom: solid 2px #1B2126
}
.faq-conta .highlighted {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.superapp-bloco1-superapp {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	width: 1440px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 80px auto
}
.imagem-superapp {
	width: 578px
}
.imagem-superapp img {
	width: 100%;
	height: 600px
}
.texto-superapp {
	width: 440px;
	padding-left: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif
}
.highlight-superapp {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-family: "Montserrat", sans-serif
}
.highlight-89-superapp {
	font-size: 60px;
	font-weight: 700;
	line-height: 55px;
	background-color: #02d72f;
	height: 55px;
	font-family: "Montserrat", sans-serif
}
.highlight-bg-superapp {
	background-color: #fff110;
	font-weight: 700;
	line-height: 24px;
	font-family: "Montserrat", sans-serif
}
.main-text-superapp {
	font-size: 22px;
	line-height: 34px;
	font-family: "Montserrat", sans-serif
}
.spaced-superapp {
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Montserrat", sans-serif
}
.lista-superapp {
	list-style: none;
	padding: 0;
	margin-top: 16px;
	font-family: "Montserrat", sans-serif
}
.lista-superapp li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 8px;
	font-family: "Montserrat", sans-serif
}
.lista-superapp li img {
	width: 20.15px;
	height: 20.15px;
	margin-right: 8px
}
.botao-superapp {
	display: inline-block;
	background-color: #02d72f;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	width: 250px;
	height: 48px;
	line-height: 32px;
	margin-top: 12px;
	text-decoration: none;
	border-radius: 100px;
	font-family: "Montserrat", sans-serif
}
.fonte-superapp {
	font-size: 10px;
	font-weight: 500;
	margin-top: 12px;
	font-family: "Montserrat", sans-serif
}
@media (max-width: 768px) {
	.superapp-bloco1-superapp {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 20px;
		gap: 40px;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.imagem-superapp {
		width: 100%
	}
	.imagem-superapp img {
		width: 100%;
		height: auto
	}
	.texto-superapp {
		width: 100%;
		padding-left: 0;
		padding-right: 0
	}
}
.superapp-bloco2-superapp {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #02d72f;
	padding: 80px 20px;
	color: black;
	box-sizing: border-box
}
.texto2-superapp {
	max-width: 470px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif
}
.texto2-superapp .titulo-superapp {
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	color: black
}
.texto2-superapp .titulo-superapp .highlight-bg-superapp {
	background-color: #fff110;
	line-height: 24px
}
.texto2-superapp .subtitulo-superapp {
	margin-top: 28px;
	font-size: 22px;
	line-height: 34px;
	color: black
}
.texto2-superapp .subtitulo-superapp .highlight-bg-white-superapp {
	background-color: #ffffff;
	color: black;
	line-height: 24px
}
.texto2-superapp .descricao-superapp {
	margin-top: 16px;
	font-size: 22px;
	line-height: 34px;
	color: black
}
.botao2-superapp {
	display: inline-block;
	background-color: #fff110;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	width: 250px;
	height: 48px;
	line-height: 32px;
	margin-top: 28px;
	text-decoration: none;
	border-radius: 100px;
	font-family: "Montserrat", sans-serif
}
@media (max-width: 768px) {
	.superapp-bloco2-superapp {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 80px 20px;
		width: 100%;
		box-sizing: content-box
	}
	.texto2-superapp {
		width: 100%
	}
	.imagem-superapp {
		width: 100%
	}
	.imagem-superapp img {
		width: 100%;
		height: auto
	}
}
.superapp-bloco3-superapp {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	padding: 80px 20px;
	color: black;
	box-sizing: border-box;
	min-height: 600px
}
.texto3-superapp {
	max-width: 470px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif
}
.texto3-superapp .titulo-superapp {
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	color: black
}
.texto3-superapp .titulo-superapp .highlight-bg-superapp {
	background-color: #fff110;
	line-height: 24px
}
.texto3-superapp .subtitulo-superapp {
	margin-top: 28px;
	font-size: 18px;
	line-height: 28px;
	color: black
}
.texto3-superapp .subtitulo-superapp .highlight-bg-green-superapp {
	background-color: #02d72f;
	color: black;
	line-height: 24px
}
.texto3-superapp .descricao-superapp {
	margin-top: 16px;
	font-size: 18px;
	line-height: 28px;
	color: black
}
.botao3-superapp {
	display: inline-block;
	background-color: #02d72f;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	width: 250px;
	height: 48px;
	line-height: 32px;
	margin-top: 28px;
	text-decoration: none;
	border-radius: 100px;
	font-family: "Montserrat", sans-serif
}
@media (max-width: 768px) {
	.superapp-bloco3-superapp {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 80px 20px;
		width: 100%;
		box-sizing: content-box
	}
	.texto3-superapp {
		width: 100%
	}
	.imagem-superapp {
		width: 100%
	}
	.imagem-superapp img {
		width: 100%;
		height: auto
	}
}
.section-balloon.sombraImgFora .title-container h3 {
	font-size: 32px !important
}
.section-balloon .vr-button {
	width: 60% !important;
	font-size: 16px !important
}
.section-balloon .vr-button {
	z-index: 10
}
.section-balloon .title-container h3 {
	font-size: 32px !important
}
.section-balloon.imagemInicioContainer .title-container h3 span {
	background-image: none !important;
	line-height: 32px !important
}
.section-balloon.imagemInicioContainer img {
	height: auto !important;
	width: auto !important
}
.bg-sua-cara {
	background-image: url("https://www.vr.com.br/data/files/87/A2/8A/B7/6DA2191032CF3219147DCCA8/mobile-superapp-vr.png");
	background-position: left center;
	background-repeat: no-repeat
}
@media (max-width: 768px) {
	.bg-sua-cara {
		background-image: none
	}
}
.vr-section__qr-code .vr-container-qrcode img {
	max-width: 268px !important;
	height: 268px !important
}
@media (min-width: 769px) {
	.imagem-superapp {
		width: 378px !important
	}
	.imagem-superapp img {
		width: 100%;
		height: 378px !important
	}
}
.bg-green-completao {
	background-color: #02d72f;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 715px
}
.completao-completao {
	background-image: url("https://www.vr.com.br/lp/rh/assets/images/img-comp-desk-midia-vrb.png");
	background-position: right center;
	background-repeat: no-repeat
}
.container-completao {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 715px
}
.row-completao {
	width: 1234px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.col-6-completao {
	width: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.my-5-completao {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}
.title-completao {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px;
	display: block;
	margin-bottom: 1rem
}
.fs-24-completao {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px
}
.fs-24.mb-5.me-3-completao {
	margin-top: 16px;
	margin-bottom: 16px
}
.bg-yellow-completao {
	background-color: #fff110 !important
}
.btn-completao {
	background-color: #fff110;
	width: 355px;
	height: 48px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	border: none;
	border-radius: 100px;
	padding-left: 3rem;
	padding-right: 3rem;
	cursor: pointer
}
.hover-light-shadow-completao:hover {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1)
}
.color-default-completao {
	color: #000
}
.border-0-completao {
	border: none
}
.rounded-pill-completao {
	border-radius: 50px
}
.fw-bold-completao {
	font-weight: 700
}
.fs-16-completao {
	font-size: 16px !important
}
.px-5-completao {
	padding-left: 3rem;
	padding-right: 3rem
}
@media (max-width: 768px) {
	.row-completao {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 20px
	}
	.completao-completao {
		background: none
	}
	.col-6-completao.my-5-completao {
		width: 100%
	}
	.col-6-completao.mobile-completao {
		background-image: url("https://www.vr.com.br/lp/rh/assets/images/img-comp-desk-midia-vrb.png");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 400px
	}
	.title-completao {
		font-size: 32px;
		line-height: 40px
	}
	.fs-24-completao {
		font-size: 18px;
		line-height: 24px
	}
	.btn-completao {
		width: 100%;
		max-width: 355px
	}
}
.vr-button {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.25em;
	border: solid 2px #02d72f;
	border-color: #02d72f;
	border-radius: 100px;
	background-color: #02d72f;
	padding: 0.75em 1.125em;
	margin: 0.5em;
	outline: none;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-button {
	color: #000000
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-button {
		white-space: initial;
		margin: .5em 0;
		line-height: normal
	}
}
.vr-button:hover {
	border-color: #0ffd41;
	border-color: var(--color-vr-lighten);
	background-color: #0ffd41;
	background-color: var(--color-vr-lighten);
	color: #ffffff
}
.vr-button:active {
	border-color: #02a424;
	border-color: var(--color-vr-darken);
	background-color: #02a424;
	background-color: var(--color-vr-darken);
	color: #ffffff
}
.vr-button[disabled] {
	opacity: .5;
	cursor: not-allowed
}
.vr-button--secondary {
	border-color: #02D72F;
	background-color: transparent;
	color: #02D72F
}
.vr-button--secondary .vr-button__icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-button--secondary:hover {
	border-color: #02D72F;
	border-color: var(--color-vr);
	background-color: #02D72F;
	background-color: var(--color-vr);
	color: #ffffff
}
.vr-button--secondary:hover .vr-button__icon path {
	fill: #ffffff
}
.vr-button--secondary:active {
	border-color: #02a424;
	border-color: var(--color-vr-darken);
	background-color: #02a424;
	background-color: var(--color-vr-darken);
	color: #ffffff
}
.vr-button--secondary:active .vr-button__icon path {
	fill: #ffffff
}
.vr-button--negative {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff
}
.vr-button--negative .vr-button__icon path {
	fill: #ffffff
}
.vr-button--negative:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #02D72F;
	color: var(--color-vr)
}
.vr-button--negative:hover .vr-button__icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-button--negative:active {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #02a424;
	color: var(--color-vr-darken)
}
.vr-button--negative:active .vr-button__icon path {
	fill: #02a424;
	fill: var(--color-vr-darken)
}
.vr-button--primary {
	border-color: #fff110;
	background-color: #fff110;
	color: #1B2126
}
.vr-button--primary .vr-button__icon path {
	fill: #02a424;
	fill: var(--color-vr-darken)
}
.vr-button--primary:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #02D72F;
	color: var(--color-vr)
}
.vr-button--primary:hover .vr-button__icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-button--primary:active {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #02a424;
	color: var(--color-vr-darken)
}
.vr-button--primary:active .vr-button__icon path {
	fill: #02a424;
	fill: var(--color-vr-darken)
}
.vr-button--highlight {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #02D72F;
	color: var(--color-vr)
}
.vr-button--highlight .vr-button__icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-button--highlight:hover {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #02a424;
	color: var(--color-vr-darken)
}
.vr-button--highlight:hover .vr-button__icon path {
	fill: #02a424;
	fill: var(--color-vr-darken)
}
.vr-button--highlight:active {
	border-color: #fff110;
	border-color: var(--color-vr-complement);
	background-color: #fff110;
	background-color: var(--color-vr-complement);
	color: #02D72F;
	color: var(--color-vr)
}
.vr-button--highlight:active .vr-button__icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-button--customized {
	border-color: var(--color-customized);
	background-color: var(--color-customized);
	color: #ffffff
}
.vr-button--customized .vr-button__icon path {
	fill: #ffffff
}
.vr-button--customized:hover {
	border-color: var(--color-customized-lighten);
	background-color: var(--color-customized-lighten);
	color: #ffffff
}
.vr-button--customized:hover .vr-button__icon path {
	fill: #ffffff
}
.vr-button--customized:active {
	border-color: var(--color-customized-darken);
	background-color: var(--color-customized-darken);
	color: #ffffff
}
.vr-button--customized:active .vr-button__icon path {
	fill: #ffffff
}
.vr-button--small {
	font-size: 0.75rem;
	font-weight: 700;
	padding: 0 1.125em;
	height: 1.5rem
}
.vr-button__icon {
	width: 1.125em;
	height: 1.125em;
	margin-right: 0.5em
}
.vr-button__label+.vr-button__icon {
	margin: 0 0 0 0.5em
}
.vr-button__icon path {
	fill: #ffffff;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-button__icon__whatsapp {
	width: 30px;
	height: 30px;
	margin-right: 0.5em
}
.vr-actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 1em 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-actions {
		width: 100%;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.vr-actions__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -0.5em
}
.vr-app {
	margin: 1.5em -0.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.vr-app__link {
	margin: 0.5em
}
.vr-app__image {
	height: 100%;
	object-fit: contain
}
.vr-button--upload {
	background-color: #fff;
	color: var(--color-vr);
	width: 100%;
	margin-left: 0
}
.vr-main-navigation__subitem a {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.vr-main-navigation__subitem img {
	position: absolute
}
.vr-main-navigation__subitem .svg-sub-itens path {
	fill: black !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__subitem .svg-sub-itens path {
		fill: #fff !important
	}
}
.vr-main-navigation {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em 0;
	transition: all ease-in 0.2s
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation {
		margin: 0 auto;
		padding: 1em;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.vr-opened-menu .vr-main-navigation {
		position: fixed;
		top: 0
	}
}
@media screen and (max-width: calc(1620px - 1px)) {
	.vr-main-navigation {
		font-size: 14px
	}
}
.vr-logo {
	margin-right: 1em;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-logo {
		z-index: 10;
		margin: 0
	}
}
.header-super-app {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
	max-width: 1200px;
	padding: 1rem
}
.header-super-app--container {
	height: 100px
}
.vr-logo__image {
	display: block
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__holder {
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		transition: var(--transition)
	}
	.vr-opened-menu .vr-main-navigation__holder {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	.vr-main-navigation__holder {
		font-size: 14px
	}
}
.vr-main-navigation__menu {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__menu {
		display: block;
		margin: 0 auto;
		padding: 0 1em;
		margin: 7em auto;
		height: calc(100% - 14em);
		max-width: var(--width-lg);
		overflow-y: auto
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-main-navigation__menu {
		max-width: var(--width-md)
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-main-navigation__menu {
		max-width: var(--width-sm)
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-main-navigation__menu {
		max-width: var(--width-xs)
	}
}
.vr-main-navigation__item {
	position: relative;
	margin: 0 0.5em;
	padding: 1em 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-top: solid 1px #454545;
		pointer-events: none
	}
	.vr-main-navigation__item:first-child {
		border-top: none
	}
}
.vr-main-navigation__link {
	display: block;
	font-size: 0.775em;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #1b2126;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	pointer-events: all
}
.vr-main-navigation__link:hover {
	color: #1b2126
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__link {
		font-size: 1.25em;
		text-transform: none;
		color: #fff
	}
	.vr-main-navigation__link:hover {
		color: #fff
	}
}
.vr-main-navigation__submenu-trigger {
	width: 1em;
	height: 1em;
	border: none;
	margin-right: 0.3em;
	position: relative;
	background-color: transparent;
	pointer-events: all;
	transition: all .3s ease-in-out
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__submenu-trigger {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 0;
		padding-right: 1.5em
	}
}
.vr-main-navigation__submenu-trigger--active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.vr-main-navigation__trigger-arrow {
	width: 1.5em;
	height: 1.5em;
	margin-top: -0.25em;
	transition: var(--transition)
}
.vr-main-navigation__trigger-arrow path {
	fill: #1b2126
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__trigger-arrow path {
		fill: #fff
	}
}
.vr-main-navigation__item:hover .vr-main-navigation__trigger-arrow {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__item:hover .vr-main-navigation__trigger-arrow {
		-webkit-transform: none;
		transform: none
	}
}
.vr-main-navigation__trigger-label {
	display: none
}
@media screen and (min-width: 1150px) {
	.vr-main-navigation__item:hover .vr-main-navigation__sublink_subtitles::before {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	.vr-main-navigation__sublink_subtitles {
		width: 500px;
		position: absolute;
		left: 150px;
		top: 0;
		height: 76px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background-color: #FFF;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px
	}
	.vr-main-navigation__sublink_subtitles::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		height: 4px;
		background-color: var(--color-vr-complement);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		transition: var(--transition)
	}
}
@media screen and (max-width: 1149px) {
	.vr-main-navigation__sublink_subtitles {
		display: none
	}
}
@media screen and (min-width: 960px) {
	.vr-main-navigation__item:hover .vr-main-navigation__submenu {
		overflow: initial !important
	}
}
.vr-main-navigation__submenu {
	overflow: hidden;
	max-height: 0;
	position: absolute;
	top: 100%;
	height: auto;
	background-color: #ffffff;
	list-style-type: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: var(--transition);
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	pointer-events: all
}
.vr-main-navigation__submenu::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-vr-complement);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: var(--transition)
}
.vr-main-navigation__item:hover .vr-main-navigation__submenu {
	max-height: 80vh;
	box-shadow: 0 6px 8px 0px rgba(50, 50, 50, 0.2)
}
.vr-main-navigation__item:hover .vr-main-navigation__submenu::-webkit-scrollbar {
	width: .5em
}
.vr-main-navigation__item:hover .vr-main-navigation__submenu::-webkit-scrollbar-track {
	background: #f1f1f1
}
.vr-main-navigation__item:hover .vr-main-navigation__submenu::-webkit-scrollbar-thumb {
	background: var(--color-vr-complement);
	border-radius: .5em
}
.vr-main-navigation__item:hover .vr-main-navigation__submenu::before {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__submenu {
		background-color: transparent;
		position: static;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		-webkit-transform: none;
		transform: none;
		overflow-y: auto !important
	}
	.vr-main-navigation__submenu::before {
		content: none
	}
	.vr-main-navigation__item:hover .vr-main-navigation__submenu {
		max-height: 0
	}
	.vr-main-navigation__submenu--opened {
		max-height: 30em !important
	}
	.vr-main-navigation__submenu--opened .vr-main-navigation__subitem {
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.vr-main-navigation__submenu--opened .vr-main-navigation__thirdSubMenu {
		position: unset;
		overflow-x: unset;
		visibility: unset
	}
	.vr-main-navigation__submenu--opened .vr-main-navigation__thirdSubMenu .vr-main-navigation__thirdSubitem .vr-main-navigation__thirdSublink {
		color: #FFF;
		text-align: left
	}
}
.vr-main-navigation__subitem {
	display: none;
	position: relative;
	padding: 1.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: solid 1px #ebebeb
}
.vr-main-navigation__subitem:hover .vr-main-navigation__thirdSubMenu {
	display: block;
	visibility: visible;
	min-width: 250px;
	width: 100%
}
.vr-main-navigation__subitem:last-child {
	border-bottom: none
}
.vr-main-navigation__subitem:last-child .vr-main-navigation__sublink--highlight {
	color: var(--color-vr)
}
.vr-main-navigation__subitem:last-child .vr-main-navigation__sublink--highlight:hover {
	color: var(--color-vr-darken)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__subitem {
		border-bottom: none;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		padding: 0.75em 0
	}
	.vr-main-navigation__subitem:first-child {
		padding-top: 1.5em
	}
	.vr-main-navigation__subitem:last-child .vr-main-navigation__sublink--highlight {
		color: var(--color-vr-complement)
	}
	.vr-main-navigation__subitem:last-child .vr-main-navigation__sublink--highlight:hover {
		color: var(--color-vr-complement-darken)
	}
}
.vr-main-navigation__thirdSubMenu {
	visibility: hidden;
	overflow-x: hidden;
	position: absolute;
	left: 99%;
	top: 0;
	list-style-type: none;
	max-height: calc(72px * 6);
	min-width: 0;
	width: 0;
	box-shadow: 6px 6px 8px 0px rgba(50, 50, 50, 0.2);
	background-color: #FFF;
	transition: all ease-in-out 0.2s
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__thirdSubMenu {
		background-color: transparent;
		width: 100%
	}
}
.vr-main-navigation__thirdSubMenu::-webkit-scrollbar {
	width: .5em
}
.vr-main-navigation__thirdSubMenu::-webkit-scrollbar-track {
	background: #f1f1f1
}
.vr-main-navigation__thirdSubMenu::-webkit-scrollbar-thumb {
	background: var(--color-vr-complement);
	border-radius: .5em
}
.vr-main-navigation__thirdSubMenu .vr-main-navigation__thirdSubitem {
	padding: 1.5em;
	position: relative;
	min-width: 200px
}
.vr-main-navigation__thirdSubMenu .vr-main-navigation__thirdSubitem::before {
	content: " ";
	position: absolute;
	height: 0;
	width: 4px;
	left: 0;
	bottom: 0;
	background-color: var(--color-vr-complement);
	transition: var(--transition)
}
.vr-main-navigation__thirdSubMenu .vr-main-navigation__thirdSubitem:hover::before {
	height: 100%
}
.vr-main-navigation__thirdSubMenu .vr-main-navigation__thirdSubitem .vr-main-navigation__thirdSublink {
	display: block;
	min-width: 200px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: var(--color-grayscale-400)
}
.vr-main-navigation__sublink {
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: var(--color-grayscale-400);
	line-height: 1.6;
	font-weight: 600
}
.vr-main-navigation__sublink:hover {
	color: var(--color-grayscale-400)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-main-navigation__sublink {
		font-weight: 500;
		color: #ffffff
	}
}
.vr-menu-triggers {
	position: relative;
	width: 2em;
	height: 2em;
	margin-left: 1em;
	display: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-menu-triggers {
		display: block
	}
}
.vr-menu-trigger {
	display: none;
	border: none;
	background-color: transparent;
	transition: var(--transition);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	outline: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-menu-trigger {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.vr-menu-trigger--close {
		opacity: 0;
		z-index: 0
	}
	.vr-opened-menu .vr-menu-trigger--close {
		opacity: 1;
		z-index: 1
	}
	.vr-opened-menu .vr-menu-trigger--open {
		opacity: 0;
		z-index: 0
	}
}
.vr-menu-trigger__icon {
	width: 100%;
	height: 100%
}
.vr-menu-trigger__icon path {
	fill: #ffffff
}
.vr-menu-trigger__label {
	display: none
}
.vr-login {
	justify-self: flex-end;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 10;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-login {
		margin: 0;
		gap: 10px
	}
}
.vr-login .vr-button--primary {
	font-weight: 700;
	margin: 0 0.5em;
	gap: 5px;
	border-color: #e36900;
	background-color: #e36900;
	color: #fff
}
.vr-login .vr-button--primary:hover {
	background-color: #ff7f10
}
.vr-login .vr-button--primary svg path {
	fill: #FFF
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-login .vr-button--primary {
		font-size: 0.8em;
		padding: 0.75em;
		margin: 0
	}
	.vr-login .vr-button--primary svg {
		display: none
	}
}
.vr-login__trigger {
	font-weight: 700;
	background-color: var(--color-vr-lighten);
	color: #000;
	border: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	min-width: 150px;
	border-radius: 100px;
	height: 3.25em;
	cursor: pointer;
	transition: var(--transition)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login:hover .vr-login__trigger {
		border-radius: 0.5em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-login__trigger {
		font-size: 0.8em;
		padding: 0.75em;
		min-width: unset
	}
}
.vr-login__trigger-label {
	white-space: nowrap
}
.vr-login__trigger-arrow {
	width: 1.5em;
	height: 1.5em;
	margin: -0.125em 0.5em 0 0;
	transition: var(--transition)
}
.vr-login__trigger-arrow path {
	fill: #000
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__trigger-arrow {
		display: none
	}
}
.vr-login__dropdown {
	overflow: hidden;
	width: 150px;
	height: auto;
	max-height: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #ffffff;
	list-style-type: none;
	transition: var(--transition);
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__dropdown {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 200;
		width: 100%;
		height: calc(100vh - 8em);
		max-height: calc(100vh - 8em) !important;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		overflow: hidden;
		transition: all 0.4s ease-in-out 0.2s;
		background-color: transparent;
		padding-top: 1.25em;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: stretch;
		-ms-flex-pack: stretch;
		justify-content: stretch
	}
	.vr-login:hover .vr-login__dropdown {
		max-height: none;
		box-shadow: none
	}
	.vr-login__dropdown--active {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.vr-login__trigger:hover+.vr-login__dropdown {
	max-height: 30em;
	box-shadow: 0 6px 8px 0px rgba(50, 50, 50, 0.2)
}
.vr-login__dropdown:hover {
	max-height: 30em;
	box-shadow: 0 6px 8px 0px rgba(50, 50, 50, 0.2)
}
.vr-login__mobile-text {
	display: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__mobile-text {
		display: block;
		padding: 1.5em 1em 1em;
		margin: 0;
		background-color: var(--color-vr-complement);
		color: var(--color-vr-darken);
		text-align: center;
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
		box-shadow: 0 -6px 8px 0px rgba(50, 50, 50, 0.2)
	}
}
.vr-login__title {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem
}
.vr-login__menu-wrapper {
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__menu-wrapper {
		height: 100%;
		background-color: #ffffff;
		padding: 0 0.5em 1em;
		overflow-y: auto
	}
}
.vr-login__menu {
	list-style-type: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__menu {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: var(--width-content);
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0.5em
	}
	.vr-login__menu::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 5em;
		top: 0;
		left: 0;
		background-color: var(--color-vr-complement)
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-login__menu {
		padding: 0
	}
}
.vr-login__item {
	padding: 1.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: solid 1px #ebebeb
}
.vr-login__item:last-child {
	border-bottom: none
}
.vr-login__item:last-child .vr-login__link--highlight {
	color: var(--color-vr)
}
.vr-login__item:last-child .vr-login__link--highlight:hover {
	color: var(--color-vr-darken)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__item {
		width: calc(50% - 1em);
		margin: 0.5em;
		border-bottom: none;
		padding: 0;
		position: relative
	}
	.vr-login__item:last-child {
		width: 100%;
		margin: 2em 0.5em
	}
}
.vr-login__link {
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: var(--color-grayscale-400);
	line-height: 1.6;
	font-weight: 600
}
.vr-login__link:hover {
	color: var(--color-grayscale-400)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__link {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #ffffff;
		border: none;
		border-radius: 0.5em;
		box-shadow: 0 0 3px 1px rgba(50, 50, 50, 0.2);
		color: var(--color-vr);
		padding: 1.5em
	}
	.vr-login__link:hover {
		color: var(--color-vr-darken)
	}
	.vr-login__item:last-child .vr-login__link.vr-login__link--highlight {
		padding: 0.75em 1em;
		border: solid 2px var(--color-vr);
		box-shadow: none;
		line-height: 1;
		height: 2.75em
	}
	.vr-login__item:last-child .vr-login__link.vr-login__link--highlight:hover {
		color: #ffffff;
		border-color: var(--color-vr);
		background-color: var(--color-vr)
	}
	.vr-login__item:last-child .vr-login__link.vr-login__link--highlight:active {
		color: #ffffff;
		border-color: var(--color-vr);
		background-color: var(--color-vr)
	}
	.vr-login__item:last-child .vr-login__link.vr-login__link--highlight .vr-login__label {
		font-size: 1em;
		margin-top: 0
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__label {
		margin-top: 0.5rem;
		font-size: 0.75em;
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.vr-login__icon {
	display: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-login__icon {
		display: block;
		margin-bottom: 0.5rem;
		width: auto;
		height: 2em
	}
	.vr-login__icon path {
		fill: var(--color-grayscale-700)
	}
}
.vr-login__closer {
	position: absolute;
	top: 0;
	right: calc((100% - var(--width-content)) / 2 + 1em);
	width: 2.5em;
	height: 2.5em;
	background-color: #ffffff;
	border: none;
	border-radius: 1.25em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-login__closer {
		right: 1em
	}
}
.vr-login__closer-icon {
	display: block;
	width: 1.25em;
	height: 1.25em
}
.vr-login__closer-icon path {
	fill: var(--color-vr-darken)
}
.vr-login__closer-label {
	display: none
}
.vr-hero {
	background-color: #02D72F;
	background-color: var(--color-main);
	height: 40.375em;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero {
		height: 36em
	}
}
.vr-hero--refeicao {
	background-repeat: no-repeat;
	background-size: cover
}
.vr-hero--compras {
	background-repeat: no-repeat;
	background-size: cover
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--imprensa .vr-hero__wrapper::before {
		content: none
	}
}
.vr-hero--with-form {
	height: 52em
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--with-form {
		height: unset
	}
}
.vr-hero--with-form .vr-hero__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-size: cover;
	margin: 0;
	width: 100%;
	max-width: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media screen and (min-width: 1024px) {
	.vr-hero--with-form .vr-hero__wrapper {
		gap: 6rem
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--with-form .vr-hero__wrapper {
		padding: 30px 20px;
		gap: 60px
	}
	.vr-hero--with-form .vr-hero__wrapper::after, .vr-hero--with-form .vr-hero__wrapper::before {
		content: none
	}
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
	width: 100%
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-text .vr-hero__text-banner {
	color: #034d2e;
	font-size: 2.8rem;
	line-height: initial;
	font-weight: normal;
	margin: 0
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-text .vr-hero__text-banner {
		font-size: 2.2rem
	}
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form {
	max-width: 440px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.16)
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__header {
	padding: 2rem 1.5rem 1rem !important
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__header .vr-form__title, .vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__header .vr-form__intro {
	color: #a0aab4
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__header .vr-form__title {
		padding-top: 0
	}
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__header .vr-form__intro {
	padding-bottom: 0.5rem
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form .vr-form__actions {
		padding: 0 20px
	}
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder {
	margin: 0.8rem 1rem 1rem !important;
	line-height: 1 !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder {
		width: unset
	}
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder--checkbox .vr-field__label {
	font-size: 0.8rem;
	position: relative;
	padding-left: 2rem;
	opacity: 1;
	color: #6d839a;
	top: 0;
	left: 0;
	white-space: normal
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder--checkbox .vr-field__label::before {
	border-color: #6d839a !important;
	top: -2.5px
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder--checkbox .vr-field__label::after {
	top: -5px;
	left: 3px
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder .select2-container .select2-selection {
	line-height: 1;
	background-color: #ffffff;
	width: 100%;
	text-align: left;
	border: 1px solid #D5DCE1;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	color: #5b6f80 !important;
	font-size: 0.8rem;
	font-weight: bold;
	height: 3rem
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder .select2-container .select2-selection__rendered {
	color: #5b6f80 !important;
	padding: 0;
	line-height: 2.5
}
.vr-hero--with-form .vr-hero__wrapper .vr-hero__wrapper-form .vr-form__holder .select2-container .select2-selection__arrow {
	top: 10px;
	right: 10px
}
.vr-hero--video {
	position: relative
}
.vr-hero--video:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(0, #00aa13 0%, rgba(0, 170, 19, 0.27) 80%, rgba(0, 0, 0, 0) 93%)
}
.vr-hero--video .vr-hero__video {
	opacity: .5
}
.vr-hero--video .vr-hero__text {
	z-index: 1
}
.vr-hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center/cover;
	overflow: hidden
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero__background.background-media-desktop {
		display: none
	}
}
.vr-hero__background.background-media-mobile {
	display: none
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero__background.background-media-mobile {
		display: unset
	}
}
.vr-hero__video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero__video {
		min-height: 130%
	}
}
.vr-hero__wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__wrapper {
		width: 100%
	}
	.vr-hero__wrapper::before {
		content: '';
		position: absolute;
		width: 140%;
		height: 70%;
		left: -20%;
		bottom: 0;
		z-index: 1
	}
	.vr-hero__background--mobile-clean~.vr-hero__wrapper::before {
		content: none
	}
}
.vr-hero__hashtag {
	font-size: 9em;
	font-weight: 800;
	font-family: Arial, sans-serif;
	line-height: .9;
	-webkit-text-stroke: var(--color-second) 2px;
	color: transparent;
	margin: 0 0 1.5rem -2.5rem;
	text-align: left
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__hashtag {
		display: none
	}
}
.vr-hero__hashtag--imprensa {
	text-align: right;
	font-size: 156px;
	width: 100%
}
.vr-hero__error {
	font-size: 20rem;
	font-weight: 800;
	line-height: .9;
	-webkit-text-stroke: var(--color-second) 3px;
	color: transparent;
	position: relative;
	left: -3.5rem;
	margin-bottom: 3.125rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__error {
		left: 0;
		font-size: 6.5rem;
		max-width: 100%;
		padding: 0 .5rem;
		width: 100%
	}
}
.vr-hero__error-title {
	margin: 0;
	color: #ffffff;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.8;
	position: relative;
	min-height: 1.2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 1.25rem
}
.vr-hero__error-title small {
	font-size: 1rem;
	font-weight: 500;
	width: 100%;
	margin-top: 10px;
	max-width: 32.688rem;
	line-height: 2.25rem
}
.vr-hero__error-title::before {
	content: '';
	position: absolute;
	top: 0.813rem;
	left: -2.5rem;
	width: 1.25rem;
	height: 4rem;
	background-color: #ffc600;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero__error-title {
		padding-left: 1.250rem
	}
	.vr-hero__error-title strong {
		line-height: 1.6
	}
	.vr-hero__error-title::before {
		left: -0.5rem;
		height: 4.75rem;
		top: 0.813rem
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero__error-title {
		font-size: 1.625rem
	}
}
.vr-hero__erro--image {
	right: -0.625rem;
	height: 43.813rem;
	width: 29.5rem;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 1
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__erro--image {
		height: auto;
		position: absolute;
		height: 60%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 3em;
		z-index: 0
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__erro--image {
		display: none
	}
}
.vr-hero__container--error {
	background-color: #02D72F;
	background-color: var(--color-main);
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__container--error {
		padding-top: 7rem
	}
}
.vr-hero__text--error, .vr-hero__text--success {
	width: 50%;
	padding-left: 2.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__text--error, .vr-hero__text--success {
		position: relative;
		z-index: 2;
		width: 100%;
		padding: 0 0.5rem
	}
}
.vr-hero__text--error {
	margin: 0 auto 4.375rem 0
}
.vr-hero__text--success {
	margin: 80px auto 4.375rem 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__text--success {
		margin: 0 auto 4.375rem 0
	}
}
.vr-hero__image {
	max-height: 100%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	z-index: 1
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__image {
		height: auto;
		position: absolute;
		height: 60%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -3em;
		z-index: 0;
		object-fit: cover
	}
}
@media screen and (max-width: calc(1024px - 1px)) and (max-width: calc(540px - 1px)) {
	.vr-hero__image {
		top: 0;
		width: 100%;
		height: 100%
	}
}
@media screen and (max-width: 800px) {
	.vr-hero__wrapper::after {
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%)
	}
	.banner-home-carrossel .vr-hero__wrapper::after {
		content: "";
		background: none
	}
}
.vr-hero__text {
	margin: 3em auto 7em 0;
	width: 50%;
	padding-left: 2.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__text {
		position: relative;
		z-index: 2;
		width: 100%;
		margin: 0 2em 1em 0;
		padding-left: 1.5em
	}
}
@media screen and (min-width: 1700px) {
	.vr-hero__text {
		margin: 3em auto 7em auto
	}
}
.vr-hero__title {
	margin: 0;
	color: #ffffff;
	font-size: 3.25em;
	font-weight: 700;
	line-height: 1;
	position: relative;
	min-height: 1.2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}
.vr-hero__title small {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	width: 100%
}
.vr-hero__title strong {
	display: block;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2;
	width: 100%
}
.vr-hero__title::before {
	content: '';
	position: absolute;
	top: 17px;
	left: -2.5rem;
	width: 1.25rem;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__title strong {
		line-height: 1.6
	}
	.vr-hero__title::before {
		left: -2.25em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero__title {
		font-size: 2.5em
	}
	.vr-hero__text .vr-hero__title {
		padding-left: 0.5rem
	}
}
.vr-hero__title--compras small {
	line-height: 36px
}
.vr-hero__intro {
	color: #ffffff;
	line-height: 2;
	margin-top: 0.25em
}
.vr-hero__actions {
	margin: 0.5em -0.5em 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (min-width: 960px) {
	.vr-hero__actions .vr-button {
		min-height: 3.25em;
		height: auto;
		max-width: 100%;
		white-space: normal
	}
}
@media screen and (max-width: 600px) {
	.vr-hero__actions {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%
	}
	.vr-hero__actions .vr-button {
		max-width: 50%;
		width: 50%
	}
	.vr-hero__actions .vr-button:first-child {
		margin-right: 10px
	}
}
.vr-hero__image--compras {
	position: absolute;
	bottom: -4em;
	width: 100%;
	object-fit: contain;
	height: 100%;
	left: 20em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__image--compras {
		display: none !important
	}
}
.item-icon path {
	fill: yellow
}
@media screen and (max-width: calc(1024px - 1px)) {
	#cadastrar {
		display: none
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras {
		height: auto
	}
	.vr-hero--compras .vr-hero__wrapper::before {
		box-shadow: inset 0px -29em 5em 0em var(--color-main)
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--compras .vr-hero__text {
		padding-left: 3.75em
	}
}
.vr-hero--compras .vr-hero__benefits {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1em 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__benefits {
		display: block
	}
}
.vr-hero--compras .vr-hero__actions {
	display: block;
	transition: all 0.5s
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__actions {
		display: none
	}
}
.vr-hero--compras .btn-fixo {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9999
}
.vr-hero--compras .how-works {
	display: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .how-works {
		display: block;
		color: #fff;
		margin: 1em 0
	}
}
.vr-hero--compras .vr-hero__image {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 50px;
	position: relative;
	padding-top: 6em;
	object-fit: contain
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__image {
		position: absolute;
		padding-top: 2em;
		max-height: 648px
	}
}
.vr-hero--compras small {
	line-height: 2.1rem !important
}
.vr-hero--compras .vr-hero__text {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__text {
		margin-top: 25em
	}
}
.vr-hero--compras .vr-hero__text .vr-hero__title::before {
	content: '';
	position: absolute;
	top: 0.2em;
	left: -2.5rem;
	width: 1.5rem;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
.vr-hero--compras .vr-hero__text strong {
	font-size: 52px
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__text strong {
		font-size: 26px
	}
}
.vr-hero--compras .vr-hero__benefits__item__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 20px
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__benefits__item__row {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 1em
	}
}
.vr-hero--compras .vr-hero__benefits__item__description {
	font-size: 12px;
	color: #fff;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.vr-hero--compras .vr-hero__benefits__span {
	border: 2px solid yellow;
	background: transparent;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin-right: 25px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	margin-bottom: 10px
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__wrapper {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--compras .vr-hero__benefits {
		margin-top: 0
	}
}
.vr-hero--refeicao .vr-hero__image {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: 50px;
	max-height: 650px
}
@media screen and (max-width: 1023px) {
	.vr-hero--refeicao .vr-hero__image {
		width: 50%;
		height: 100%
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-hero--refeicao .vr-hero__image {
		width: 100%
	}
}
.vr-hero--refeicao .vr-hero__wrapper {
	height: unset
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--refeicao .vr-hero__text {
		padding-left: 2.5em
	}
}
@media screen and (max-width: 1024px) {
	.vr-hero--refeicao .vr-hero__wrapper {
		height: 100%
	}
}
.vr-hero--refeicao .vr-hero__text {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.vr-hero--refeicao .vr-hero__text .vr-hero__title::before {
	content: '';
	position: absolute;
	top: 17px;
	left: -2.5rem;
	width: 1.25rem;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
.vr-hero--refeicao .vr-hero__text strong {
	font-size: 52px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--refeicao .vr-hero__text strong {
		font-size: 26px
	}
}
.vr-hero--pedidos {
	height: 553px
}
.vr-hero--pedidos__title {
	margin-bottom: 2.25rem
}
.vr-hero--pedidos__title .vr-hero__title::before {
	content: '';
	position: absolute;
	top: 2px;
	left: -2.5rem;
	width: 20px;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero--pedidos__title::before {
		left: -2.25em
	}
}
.vr-hero--pedidos__main--refeicao {
	background-repeat: no-repeat;
	background-size: cover
}
.vr-hero--pedidos__main--compras {
	background-repeat: no-repeat;
	background-size: cover
}
.vr-combo .vr-hero {
	height: 100%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-combo .vr-hero {
		padding-top: 6.25rem;
		height: 44.625rem
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-hero {
		padding-top: 6.25rem;
		height: 54.625rem;
		margin-bottom: 15em
	}
	.vr-combo .vr-hero .vr-form__actions--fixed {
		display: none;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: fixed;
		left: 0;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		opacity: 0;
		bottom: .5em;
		transition: all .3s ease-in-out;
		z-index: 9
	}
	.vr-combo .vr-hero .vr-form__actions--fixed .vr-button {
		background-color: var(--color-vr-complement);
		width: 20.75rem;
		border-radius: 6px;
		color: var(--color-vr-darken);
		border: none;
		height: auto;
		padding: 1.5em 1.5em
	}
}
.vr-combo .vr-hero__wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-hero__wrapper::before {
		height: 25%;
		z-index: 3;
		top: 25.563rem;
		box-shadow: inset 0px -9em 5em 0em var(--color-main)
	}
}
.vr-combo .vr-hero__wrapper .vr-hero__image {
	top: 4rem
}
@media screen and (min-width: 960px) {
	.vr-combo .vr-hero__wrapper .vr-hero__image {
		top: 0
	}
}
@media screen and (min-width: 1620px) {
	.vr-combo .vr-hero__wrapper .vr-hero__image {
		top: 3.125rem;
		left: -5.625rem
	}
}
.vr-combo .vr-hero__wrapper .vr-hero__text {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-hero__wrapper .vr-hero__text {
		margin: 0 auto;
		padding-left: 0;
		height: 100%;
		z-index: 5
	}
}
.vr-combo .vr-hero__wrapper .vr-hero__title {
	font-size: 3.25rem;
	line-height: 4.625rem;
	top: 5.438rem;
	left: 0
}
.vr-combo .vr-hero__wrapper .vr-hero__title strong {
	font-size: 1rem;
	display: inline;
	font-weight: normal
}
.vr-combo .vr-hero__wrapper .vr-hero__title::before {
	width: 1.25rem;
	height: 4.063rem;
	top: 0.375rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-hero__wrapper .vr-hero__title {
		left: 0;
		font-size: 1.625rem;
		line-height: 2.75rem;
		padding-left: 2.25rem;
		top: 4.75rem;
		z-index: 4
	}
	.vr-combo .vr-hero__wrapper .vr-hero__title small {
		line-height: 2.25rem
	}
	.vr-combo .vr-hero__wrapper .vr-hero__title strong {
		font-size: 1rem;
		color: var(--color-vr-complement);
		display: inline
	}
	.vr-combo .vr-hero__wrapper .vr-hero__title::before {
		height: 6.25rem;
		margin-left: 2.25rem
	}
}
.vr-combo .vr-form__actions--modal, .vr-combo .vr-form__actions--fixed {
	display: none
}
.vr-hero__contato {
	height: auto;
	padding-top: 8em;
	background: linear-gradient(0, #fff 30%, #00aa13 20%)
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-hero__contato {
		padding-top: 0
	}
}
.vr-hero__contato .vr-hero__wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__contato .vr-hero__wrapper {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.vr-hero__contato .vr-hero__wrapper::before {
		content: none
	}
}
.vr-hero__contato .vr-hero__wrapper .vr-hero__text {
	margin-bottom: 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__contato .vr-hero__wrapper .vr-hero__text {
		height: 100%;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-left: 1.5rem;
		margin: 0 auto;
		overflow: hidden
	}
	.vr-hero__contato .vr-hero__wrapper .vr-hero__text::before {
		content: '';
		position: absolute;
		width: 140%;
		height: 70%;
		left: -20%;
		bottom: 0;
		box-shadow: inset 0px -11em 4em 0em var(--color-main);
		z-index: 1
	}
}
.vr-hero__contato .vr-hero__wrapper .vr-hero__text .vr-hero__title {
	margin-bottom: 2.063rem
}
.vr-hero__contato .vr-hero__wrapper .vr-hero__text .vr-hero__title small {
	line-height: 2.25rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__contato .vr-hero__wrapper .vr-hero__text .vr-hero__title {
		z-index: 2020;
		margin-top: 8em
	}
}
.vr-hero__contato .vr-hero__wrapper .vr-hero__text .vr-hero__image {
	height: 37.9em;
	object-fit: contain
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-hero__contato .vr-hero__wrapper .vr-hero__text .vr-hero__image {
		height: initial;
		object-fit: initial
	}
}
.vr-hero_small--refeicao {
	line-height: 2.1rem !important;
	height: auto
}
.vr-hero.banner-home-carrossel {
	height: auto
}
.vr-hero.banner-home-carrossel .vr-hero__wrapper {
	max-width: unset !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: initial;
	padding: 80px 100px 0 100px;
	min-height: 500px;
	height: 100%
}
.vr-hero.banner-home-carrossel .vr-hero__wrapper picture {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end
}
.vr-hero.banner-home-carrossel .vr-hero__wrapper .vr-hero__title::before {
	display: none
}
.vr-hero.banner-home-carrossel .slick-next {
	right: 25px
}
.vr-hero.banner-home-carrossel .slick-next::before {
	font-size: 6rem;
	opacity: 1;
	color: #ffc600;
	content: '\1F892'
}
.vr-hero.banner-home-carrossel .slick-prev {
	left: 25px;
	z-index: 10
}
.vr-hero.banner-home-carrossel .slick-prev::before {
	z-index: 10;
	font-size: 6rem;
	opacity: 1;
	color: #ffc600;
	content: '\1F890'
}
.vr-hero.banner-home-carrossel .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 47%
}
@media screen and (max-width: 1023px) {
	.vr-hero.banner-home-carrossel {
		height: unset
	}
	.vr-hero.banner-home-carrossel .vr-hero__wrapper {
		padding: 0;
		display: block;
		height: 42em;
		position: relative;
		max-height: unset
	}
	.vr-hero.banner-home-carrossel .vr-hero__wrapper img {
		top: 0;
		right: 0
	}
	.vr-hero.banner-home-carrossel .vr-hero__actions {
		padding: 0 20px
	}
	.vr-hero.banner-home-carrossel .slick-list.draggable {
		height: 100%
	}
	.vr-hero.banner-home-carrossel .slick-list.draggable .slick-track {
		height: 100%
	}
	.vr-hero.banner-home-carrossel .slick-next, .vr-hero.banner-home-carrossel .slick-prev {
		display: none !important
	}
	.vr-hero.banner-home-carrossel .slick-dots {
		bottom: 5px;
		left: 35%
	}
}
.vr-quick-navigation {
	position: absolute;
	top: 36.125em;
	z-index: 200;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: -webkit-filter 0.4s ease-in-out;
	transition: filter 0.4s ease-in-out;
	transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out
}
.vr-quick-navigation--fixed {
	top: 0;
	z-index: 2021
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-quick-navigation {
		display: block;
		top: 36em
	}
	.vr-quick-navigation--fixed {
		top: 0
	}
	.vr-opened-menu .vr-quick-navigation {
		-webkit-filter: blur(4px);
		filter: blur(4px)
	}
}
.vr-quick-navigation__menu {
	position: relative;
	list-style-type: none;
	max-width: 1400px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 0.5em;
	box-shadow: 0 -8px 12px 2px rgba(50, 50, 50, 0.2);
	border-bottom: solid 5px #fff110
}
.vr-quick-navigation--fixed .vr-quick-navigation__menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 4px 8px 2px rgba(50, 50, 50, 0.2)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-quick-navigation__menu {
		overflow-x: auto;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-radius: 0;
		box-shadow: 0 0px 6px 2px rgba(50, 50, 50, 0.2)
	}
}
.vr-quick-navigation__item {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 150px;
	margin: 0
}
.vr-quick-navigation__link {
	font-size: .875em;
	font-weight: 500;
	line-height: 1;
	color: #1B2126;
	text-decoration: none;
	padding: 1em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden
}
.vr-quick-navigation__link:hover {
	color: var(--color-grayscale-700)
}
.vr-quick-navigation__link--active {
	color: #1B2126;
	background-color: #fff110
}
.vr-quick-navigation__link--active .vr-quick-navigation__sub-label {
	color: #4a5969;
	width: 100%;
	text-align: center
}
.vr-quick-navigation__link--active::after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.vr-quick-navigation__link--active:hover {
	color: var(--color-vr)
}
.vr-quick-navigation--fixed .vr-quick-navigation__link::after {
	bottom: auto;
	top: 0
}
.vr-quick-navigation__icon {
	width: auto;
	height: 1.75em
}
.vr-quick-navigation__icon path, .vr-quick-navigation__icon rect, .vr-quick-navigation__icon circle, .vr-quick-navigation__icon polygon {
	fill: #333
}
.vr-quick-navigation__link--active .vr-quick-navigation__icon path, .vr-quick-navigation__link--active .vr-quick-navigation__icon rect, .vr-quick-navigation__link--active .vr-quick-navigation__icon circle, .vr-quick-navigation__link--active .vr-quick-navigation__icon polygon {
	fill: #044D2E
}
.vr-quick-navigation__label {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	font-weight: 600
}
.vr-quick-navigation__icon+.vr-quick-navigation__label {
	margin-top: 1rem
}
.vr-quick-navigation__sub-label {
	margin-top: 0.5rem;
	font-size: 0.7rem;
	text-align: center;
	color: #1B2126
}
.vr-panel {
	position: relative;
	width: 67em;
	max-width: calc(100% + 2em);
	margin: 0 auto
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel {
		padding: 0;
		margin: 0 -1em;
		background-color: transparent;
		border-radius: 0
	}
}
.vr-panel__tabs-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 1;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	overflow-x: hidden;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__tabs-wrapper {
		background-color: transparent;
		border-radius: 0;
		position: static;
		padding-bottom: 0.5em
	}
}
.vr-panel__tabs {
	list-style-type: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 3.125em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__tabs {
		background-color: transparent;
		border-radius: 0
	}
}
.vr-panel__contents {
	position: relative;
	z-index: 2;
	width: calc(100% + 3em)
}
.vr-panel__contents .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__contents {
		width: 100%
	}
}
.vr-panel__item {
	margin: 0 0.5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-panel__link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	overflow: hidden
}
.vr-panel__link:hover {
	color: #ffffff
}
.vr-panel__link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-second);
	transition: var(--transition);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.vr-panel__link--active::after {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__link {
		color: var(--color-grayscale-700);
		margin: 0;
		padding: 1em 0.5em;
		overflow: hidden;
		position: relative
	}
	.vr-panel__link:hover {
		color: var(--color-grayscale-700)
	}
	.vr-panel__link--active {
		color: var(--color-main)
	}
	.vr-panel__link--active:hover {
		color: var(--color-main)
	}
}
.vr-panel__link-icon {
	margin-right: 0.75em;
	width: 1.125em;
	height: 1.125em;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.vr-panel__link-label {
	font-size: 0.75em;
	opacity: 0.7;
	transition: var(--transition);
	white-space: nowrap
}
.vr-panel__link--active .vr-panel__link-label {
	opacity: 1
}
.vr-panel__block-content {
	color: #ffffff;
	position: static;
	height: inherit
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__block-content {
		color: var(--color-grayscale-400)
	}
}
.vr-panel__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	transition: var(--transition);
	padding-bottom: 0em;
	height: 100%
}
.vr-panel__backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__backgrounds {
		display: none
	}
}
.vr-panel__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 4em);
	background: var(--color-main) no-repeat center center/cover;
	border-radius: 0.5em;
	opacity: 0
}
.vr-panel__background--current {
	opacity: 1
}
.vr-panel__figure {
	width: 50%;
	height: calc(100% - 4em);
	margin: 0 0 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	top: 0;
	right: 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__figure {
		display: none
	}
}
.vr-panel__image {
	max-width: 100%;
	max-height: 100%
}
.vr-panel__text {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	color: #ffffff;
	padding: 2em;
	position: relative;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	pointer-events: all;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__text {
		width: 100%;
		margin: 0;
		padding: 1em;
		color: var(--color-grayscale-400)
	}
}
.vr-panel__title {
	font-size: 1.375em;
	font-weight: 700;
	line-height: 1.8
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__title {
		font-size: 1em;
		color: var(--color-main)
	}
}
.vr-panel__text-content {
	pointer-events: all
}
.vr-panel__text-content ul, .vr-panel__text-content ol {
	margin: 1em 0 1em 1em;
	list-style-type: none;
	counter-reset: list
}
.vr-panel__text-content ul>li, .vr-panel__text-content ol>li {
	padding-left: 0.5em;
	position: relative
}
.vr-panel__text-content ul>li+li, .vr-panel__text-content ol>li+li {
	margin-top: 0.5em
}
.vr-panel__text-content ul>li::before, .vr-panel__text-content ol>li::before {
	content: '•';
	position: absolute;
	font-size: 2.5em;
	top: -0.375rem;
	left: -1.125rem;
	line-height: 1;
	width: 1.25rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__text-content ul>li::before, .vr-panel__text-content ol>li::before {
		color: var(--color-main)
	}
}
.vr-panel__text-content ul>li::before {
	content: '•'
}
.vr-panel__text-content ol>li::before {
	content: counter(list);
	counter-increment: list;
	font-size: 1em;
	top: 0.375em;
	line-height: 1.2;
	text-align: right
}
.vr-panel__text-content p+p {
	margin-top: 1.5em
}
.vr-panel__text-content strong, .vr-panel__text-content b {
	font-weight: normal;
	font-weight: 700
}
.vr-panel__footnote {
	text-align: center;
	width: 20em;
	max-width: 100%;
	pointer-events: all
}
.vr-panel__footnote a:not([class]) {
	color: #ffffff;
	text-decoration: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__footnote a:not([class]) {
		color: inherit
	}
}
.vr-panel__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 0 -0.5em;
	padding-bottom: 0.5em;
	position: relative;
	pointer-events: all
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-panel__actions {
		display: block;
		margin: 0.5em -0.5em 0;
		width: calc(100% + 1em);
		padding-bottom: 0
	}
}
.vr-panel__actions__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel__actions__wrapper .vr-button--negative {
		color: var(--color-vr);
		border-color: var(--color-vr)
	}
	.vr-panel__actions__wrapper .vr-button--negative:hover {
		color: #ffffff;
		border-color: var(--color-vr);
		background-color: var(--color-vr)
	}
	.vr-panel__actions__wrapper .vr-button--negative:active {
		color: #ffffff;
		border-color: var(--color-vr-darken);
		background-color: var(--color-vr-darken)
	}
}
.vr-panel-extralinks {
	position: relative;
	z-index: 2;
	pointer-events: all;
	justify-self: flex-end;
	margin: auto 0 0
}
.vr-panel__footnote+.vr-panel-extralinks {
	margin-top: 1em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel-extralinks {
		height: auto
	}
}
.vr-panel-extralinks__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 -0.5em 0;
	width: 150%
}
.vr-panel-extralinks__wrapper .vr-card {
	min-width: 0;
	opacity: 0;
	-webkit-transform: translate(4em, 4em);
	transform: translate(4em, 4em)
}
.slick-active .vr-panel-extralinks__wrapper .vr-card {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel-extralinks__wrapper {
		padding: 0;
		margin: 1em -0.5em;
		width: calc(100% + 1em)
	}
	.vr-panel-extralinks__wrapper .vr-card {
		margin: 0.5em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-panel-extralinks__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.vr-panel-extralinks__wrapper .vr-card {
		width: calc(50% - 1em)
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-panel-extralinks__wrapper {
		padding: 0 0.5em
	}
	.vr-panel-extralinks__wrapper .vr-card {
		margin: 0.5em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-panel-extralinks__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.vr-panel-extralinks__wrapper .vr-card {
		width: calc(50% - 1em)
	}
}
.vr-features {
	margin: 0 -1em
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-features__wrapper.vendaEVoce {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.vr-features__wrapper.vendaEVoce .vr-feature {
		width: 100%
	}
}
.vr-features__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.vr-features__wrapper .slick-list {
	overflow: visible
}
.vr-features__wrapper .slick-dots {
	margin: 2em 0.75em
}
.vr-features__wrapper.slick-initialized {
	display: block
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-features--alt .vr-features__wrapper {
		width: 100%
	}
}
.vr-features__wrapper--types {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-features__wrapper--types {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.vr-features__wrapper--types .vr-feature {
		padding: 1em 1em;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.vr-features__wrapper--types .vr-feature__image {
		margin-right: 1em;
		width: auto
	}
}
.vr-feature {
	padding: 2em 1em;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: calc(100% / 3)
}
.vr-features--alt .vr-feature {
	width: 50%;
	position: relative
}
.vr-section--colored-second .vr-feature {
	width: 25%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-feature {
		width: 50%
	}
	.vr-section--colored-second .vr-feature {
		width: 50%
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-feature {
		width: 100%;
		padding: 1em
	}
	.vr-section--colored-second .vr-feature {
		width: 100%
	}
}
.vr-feature__image {
	display: block;
	width: auto;
	height: 2.5em;
	margin: 0 auto
}
.vr-feature__image path, .vr-feature__image rect, .vr-feature__image circle, .vr-feature__image polygon {
	fill: var(--color-grayscale-700)
}
.vr-section--colored-second .vr-feature__image path, .vr-section--colored-second .vr-feature__image rect, .vr-section--colored-second .vr-feature__image circle, .vr-section--colored-second .vr-feature__image polygon {
	fill: var(--color-main-darken) !important
}
.vr-section__benefits .vr-feature__image path, .vr-section__benefits .vr-feature__image rect, .vr-section__benefits .vr-feature__image circle, .vr-section__benefits .vr-feature__image polygon {
	fill: var(--color-main-darken) !important
}
.vr-section .vr-feature__image path, .vr-section .vr-feature__image rect, .vr-section .vr-feature__image circle, .vr-section .vr-feature__image polygon {
	fill: var(--color-grayscale-700)
}
.vr-feature__image .vr-section--subcolor path {
	fill: var(--color-main-darken) !important
}
.vr-features--alt .vr-feature__image {
	position: absolute;
	width: 2em;
	top: 2em;
	left: 1em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-features--alt .vr-feature__image {
		top: 1em
	}
}
.vr-section--subcolor .vr-feature__image path {
	fill: var(--color-main-darken) !important
}
.vr-feature__title {
	color: #1B2126;
	margin-top: 0.875rem;
	text-align: center;
	font-weight: 600
}
.vr-features--alt .vr-feature__title {
	padding-left: 2.75rem;
	min-height: 2em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0
}
.vr-section--colored-second .vr-feature__title {
	color: var(--color-main-darken);
	font-weight: 700
}
.vr-feature__intro {
	margin-top: 0.625em;
	text-align: center
}
.vr-features--alt .vr-feature__intro {
	margin-top: 1em
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-features__wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.vr-combo .vr-section .vr-feature__image path {
	fill: var(--color-vr-complement)
}
.vr-combo .vr-feature {
	width: calc(100% / 4)
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-feature {
		width: 100%
	}
}
.vr-combo .vr-feature .vr-feature__title, .vr-combo .vr-feature .vr-feature__intro {
	color: white
}
.vr-combo .feature-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0.625rem
}
.vr-combo .feature-container .feature-container__text {
	text-align: center;
	color: white
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .feature-container .feature-container__text {
		text-align: left;
		padding-left: 0.938rem
	}
}
.vr-combo .feature-container .feature-container__text h2 {
	font-size: 1rem;
	line-height: 4.625rem;
	vertical-align: middle
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .feature-container .feature-container__text h2 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: normal;
		margin-bottom: 1.5em
	}
	.vr-combo .feature-container .feature-container__text h2 span {
		text-align: right;
		width: 100%;
		padding-right: 2em
	}
}
.vr-combo .feature-container .feature-container__text strong {
	font-size: 3.25rem;
	color: var(--color-vr-complement);
	vertical-align: middle
}
.vr-combo .feature-container .feature-container__text p {
	font-size: 0.75rem;
	line-height: 1.5rem
}
.vr-combo .feature-container .feature-container__text .vr-form__actions .vr-button {
	background-color: var(--color-vr-complement);
	width: 15.938rem;
	color: var(--color-vr-darken)
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .feature-container .feature-container__text .vr-form__actions .vr-button {
		display: none
	}
}
.vr-section__contato .vr-section__contato .vr-feature__image path {
	fill: var(--color-grayscale-700)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section__contato .vr-feature {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-left: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.vr-section__contato .vr-feature .vr-feature__image {
		height: 2.625rem;
		width: 100%;
		max-width: 3.125rem
	}
	.vr-section__contato .vr-feature .vr-feature__title {
		width: 100%;
		margin: 0;
		margin-top: 1em;
		font-size: 1rem;
		line-height: 2.25rem
	}
	.vr-section__contato .vr-feature .vr-feature__intro {
		color: var(--color-grayscale-400);
		font-size: 0.938rem;
		line-height: 2.25rem;
		font-weight: 500;
		width: 100%
	}
}
.vr-section__contato .vr-feature .vr-feature__image path {
	fill: var(--color-grayscale-400)
}
.vr-section__contato .vr-feature .vr-feature__intro {
	color: var(--color-grayscale-400);
	font-size: 0.938rem;
	line-height: 2.25rem;
	font-weight: 500
}
.section-balloon {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 80px 0 50px 0
}
.section-balloon .vr-button {
	display: none;
	margin-top: 40px;
	width: 50%;
	color: #000
}
.section-balloon .vr-button .description {
	width: 100% !important;
	min-width: 200px !important
}
.section-balloon .balloon-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	width: 100%;
	max-width: 820px;
	width: 618px;
	height: auto;
	min-height: 300px;
	padding: 32px 62px 16px 62px;
	background-color: #02D72F;
	border-radius: 75px 0px;
	gap: 60px
}
.section-balloon .title-container {
	height: 100%
}
.section-balloon .title-container h3 {
	line-height: normal;
	font-size: 38px;
	margin-bottom: 10px
}
.section-balloon .title-container h3 span {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.section-balloon .title-container .description {
	font-size: 20px;
	line-height: normal
}
.section-balloon img {
	width: 149px;
	height: 157px
}
.section-balloon.sombra .balloon-container {
	border-radius: 0px 70px;
	background: #034D2E;
	box-shadow: 15px 15px 0px 0px #FFF110
}
.section-balloon.sombra .title-container h3 {
	font-size: 3rem
}
.section-balloon.sombra .title-container .description {
	color: #FFFFFF;
	width: 100%
}
.section-balloon.sombraImgFora .balloon-container {
	border-radius: 70px 0px;
	background: #02D72F;
	box-shadow: 15px 15px 0px 0px #FFF110;
	min-height: 300px;
	height: auto;
	position: relative;
	padding: 0;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start
}
.section-balloon.sombraImgFora .title-container {
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	border-radius: 75px 0px;
	background-color: #02D72F;
	padding: 40px 60px;
	margin-left: 100px
}
.section-balloon.sombraImgFora .title-container h3 {
	font-size: 3rem
}
.section-balloon.sombraImgFora .title-container span {
	background-image: linear-gradient(to top, #02D72F 90%, transparent 0);
	background: none
}
.section-balloon.sombraImgFora img {
	position: absolute;
	left: -19rem;
	top: -12rem;
	width: 693px;
	height: 693px
}
.section-balloon.sombraCentralizado .balloon-container {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 0px 70px;
	background: #02D72F;
	box-shadow: -15px 15px 0px 0px #FFF110;
	min-height: 0;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.section-balloon.sombraCentralizado .title-container {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 75px 70px;
	background-color: #02D72F;
	padding: 40px 60px
}
.section-balloon.sombraCentralizado .title-container h3 {
	font-size: 3rem
}
.section-balloon.sombraCentralizado .title-container span {
	background-image: linear-gradient(to top, #02D72F 90%, transparent 0);
	background: none
}
.section-balloon.sombraCentralizado img {
	position: absolute;
	left: -120px;
	top: -20px;
	width: 300px;
	height: 450px
}
.section-balloon.imagemInicioContainer .balloon-container {
	width: 800px;
	height: 365px;
	min-height: 300px;
	height: auto;
	background-color: transparent;
	position: relative;
	padding: 0;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end
}
.section-balloon.imagemInicioContainer .title-container {
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 618px;
	height: 365px;
	border-radius: 75px 0px;
	background-color: #FFF110;
	padding: 40px 60px
}
.section-balloon.imagemInicioContainer .title-container h3 span {
	background-image: linear-gradient(to top, #02D72F 90%, transparent 0)
}
.section-balloon.imagemInicioContainer img {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	height: 261px;
	width: 248px;
	position: absolute;
	left: -10px;
	top: 30px
}
.section-balloon.imagemForaContainer .balloon-container {
	width: 800px;
	height: 365px;
	min-height: 300px;
	background-color: transparent;
	position: relative;
	padding: 0;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start
}
.section-balloon.imagemForaContainer .title-container {
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 618px;
	height: 365px;
	border-radius: 75px 0px;
	background-color: #02D72F;
	padding: 40px 60px
}
.section-balloon.imagemForaContainer .title-container h3 span {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.section-balloon.imagemForaContainer .title-container button, .section-balloon.imagemForaContainer .title-container a {
	background-color: #FFF110
}
.section-balloon.imagemForaContainer img {
	position: absolute;
	top: 35px;
	right: 0;
	height: 261px;
	width: 248px
}
@media screen and (max-width: 900px) {
	.section-balloon .vr-button {
		width: 100%
	}
	.section-balloon .balloon-container {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0;
		height: auto
	}
	.section-balloon .title-container {
		width: unset !important;
		height: auto !important;
		background-color: transparent !important;
		padding: 0 !important
	}
	.section-balloon.sombraImgFora {
		padding: 0 1rem
	}
	.section-balloon.sombraImgFora .balloon-container {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: auto;
		width: 651px;
		background-color: #02D72F;
		border-radius: 75px 0px;
		padding: 32px 62px 16px 62px
	}
	.section-balloon.sombraImgFora .balloon-container .title-container {
		margin: 0
	}
	.section-balloon.sombraImgFora .balloon-container .title-container h3 {
		width: 100%
	}
	.section-balloon.sombraImgFora .balloon-container .title-container p {
		width: 60%
	}
	.section-balloon.sombraImgFora .balloon-container img {
		display: none
	}
	.section-balloon.sombraImgFora .balloon-container button {
		background-color: #FFF110
	}
	.section-balloon.sombraCentralizado {
		padding: 0 1rem
	}
	.section-balloon.sombraCentralizado .balloon-container {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%;
		height: auto;
		background-color: #02D72F;
		padding: 32px 62px 16px 62px
	}
	.section-balloon.sombraCentralizado .balloon-container .title-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
	.section-balloon.sombraCentralizado .balloon-container .title-container h3 {
		width: 100%
	}
	.section-balloon.sombraCentralizado .balloon-container .title-container p {
		width: 60%
	}
	.section-balloon.sombraCentralizado .balloon-container img {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		position: absolute;
		right: 30px;
		top: 85px;
		height: 300px;
		width: 200px
	}
	.section-balloon.sombraCentralizado .balloon-container button {
		background-color: #FFF110
	}
	.section-balloon.imagemForaContainer {
		padding: 0 1rem
	}
	.section-balloon.imagemForaContainer .balloon-container {
		margin-right: 0;
		width: 618px;
		height: auto;
		background-color: #02D72F;
		border-radius: 75px 0px;
		padding: 32px 62px 16px 62px
	}
	.section-balloon.imagemForaContainer .balloon-container .title-container h3 {
		width: 100%
	}
	.section-balloon.imagemForaContainer .balloon-container .title-container p {
		width: 60%
	}
	.section-balloon.imagemForaContainer .balloon-container img {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		position: absolute;
		right: -2rem;
		top: 65px;
		height: 261px;
		width: 248px
	}
	.section-balloon.imagemForaContainer .balloon-container button, .section-balloon.imagemForaContainer .balloon-container a {
		background-color: #FFF110
	}
	.section-balloon.imagemInicioContainer {
		padding: 0 1rem
	}
	.section-balloon.imagemInicioContainer .balloon-container {
		margin-left: 0;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%;
		height: auto;
		background-color: #FFF110;
		border-radius: 75px 0px;
		padding: 32px 62px 16px 62px
	}
	.section-balloon.imagemInicioContainer .balloon-container .title-container h3 {
		width: 100%
	}
	.section-balloon.imagemInicioContainer .balloon-container .title-container p {
		width: 60%
	}
	.section-balloon.imagemInicioContainer .balloon-container img {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		position: absolute;
		right: 49rem;
		left: auto;
		top: 50px;
		height: 261px;
		width: 248px
	}
	.section-balloon.normal .balloon-container {
		position: relative;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 32px 32px 32px 62px;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		min-height: 300px
	}
	.section-balloon.normal .balloon-container .title-container h3 {
		width: 100%
	}
	.section-balloon.normal .balloon-container .title-container p {
		width: 60%
	}
	.section-balloon.normal .balloon-container img {
		position: absolute !important;
		right: 30px;
		top: 80px
	}
}
@media screen and (max-width: 600px) {
	.section-balloon.imagemForaContainer .balloon-container {
		margin-right: 0;
		height: auto
	}
	.section-balloon.imagemForaContainer .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.imagemForaContainer .balloon-container img {
		margin-top: 20px;
		position: unset !important;
		height: 250px
	}
	.section-balloon.imagemInicioContainer .balloon-container {
		margin-left: 0;
		height: auto;
		background-color: #FFF110
	}
	.section-balloon.imagemInicioContainer .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.imagemInicioContainer .balloon-container img {
		margin-top: 20px;
		position: unset !important;
		height: 261px;
		width: 248px
	}
	.section-balloon.imagemInicioContainer .balloon-container button, .section-balloon.imagemInicioContainer .balloon-container a {
		background-color: #02D72F
	}
}
@media screen and (max-width: 500px) {
	.section-balloon.normal .balloon-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.section-balloon.normal .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.normal .balloon-container img {
		position: unset !important
	}
	.section-balloon.balloonLeft .balloon-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.section-balloon.balloonLeft .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.balloonLeft .balloon-container img {
		position: unset !important
	}
	.section-balloon.sombraCentralizado .balloon-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		height: auto;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 80px 0 50px 0
	}
	.section-balloon.sombraCentralizado .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.sombraCentralizado .balloon-container img {
		position: unset !important
	}
	.section-balloon.imagemForaContainer .balloon-container {
		margin-right: 0;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.section-balloon.imagemForaContainer .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.imagemForaContainer .balloon-container img {
		right: auto;
		left: -18rem;
		top: -12rem;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		position: absolute !important;
		height: 261px;
		width: 248px
	}
	.section-balloon.sombraImgFora .balloon-container {
		width: 618px;
		height: auto;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.section-balloon.sombraImgFora .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.sombraImgFora .balloon-container img {
		right: auto;
		left: -11rem;
		top: -10rem;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		position: absolute;
		height: 693px;
		width: 693px
	}
	.section-balloon.sombra .balloon-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.section-balloon.sombra .balloon-container .title-container p {
		width: 100%
	}
	.section-balloon.sombra .balloon-container img {
		position: unset !important
	}
}
.section-balloon .sub-description {
	display: none;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 8px;
	line-height: normal
}
.section-balloon .containerWithContext {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.section-balloon .containerWithoutContext {
	display: none
}
.section-calculator {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4rem 2rem
}
.section-calculator .title {
	margin-bottom: 2rem;
	width: 100%;
	text-align: center
}
.section-calculator .description {
	color: #02D72F;
	font-weight: bold;
	font-size: 1.5rem;
	width: 100%;
	text-align: center
}
.section-calculator .calculator-controllers-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 2rem 0 4rem 0
}
@media screen and (max-width: 600px) {
	.section-calculator .calculator-controllers-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start
	}
}
.section-calculator .calculator-form-container .input-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.section-calculator .calculator-form-container .input-container label {
	width: 65%;
	text-align: right
}
.section-calculator .calculator-form-container .input-container .vr-form__field {
	width: 34%;
	margin-left: 20px;
	height: 70px;
	text-align: center
}
.section-calculator .calculator-form-container .input-container label.pristine-error.error {
	width: 30%;
	right: 0 !important;
	left: unset
}
.section-calculator .calculator-form-container .input-container::after {
	top: 0.75em;
	right: 10px
}
.section-calculator .calculator-form-container .vr-button {
	margin: 4rem auto;
	min-width: 300px
}
@media screen and (max-width: 900px) {
	.section-calculator .calculator-form-container .input-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start
	}
	.section-calculator .calculator-form-container .input-container label {
		width: 100%;
		text-align: left
	}
	.section-calculator .calculator-form-container .input-container .vr-form__field {
		width: 100%;
		margin: 0;
		margin-bottom: 1.5rem;
		height: unset
	}
	.section-calculator .calculator-form-container .input-container label.pristine-error.error {
		width: 100%;
		top: calc(100% + -0.75rem)
	}
}
.section-calculator .table-container {
	display: none;
	overflow: auto;
	width: 100%;
	max-width: 1200px
}
.section-calculator .table-container table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse
}
.section-calculator .table-container th:not(:first-child):not(:nth-child(2)) {
	background-color: #02D72F;
	color: #FFFFFF
}
.section-calculator .table-container th:not(:first-child) {
	padding: 10px;
	border: 1px solid #CCCCCC
}
.section-calculator .table-container .table-line td:not(:nth-child(2)) {
	background-color: #02D72F;
	color: #FFFFFF
}
.section-calculator .table-container .table-line td {
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC
}
.section-calculator .table-container h4 {
	margin-bottom: 2rem
}
.vr-cards-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.5em
}
.vr-cards-list--small {
	max-width: 22em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-cards-list--small {
		max-width: calc(100% + 1em);
		width: calc(100% + 1em)
	}
}
.vr-card {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 10em;
	max-width: calc(50% - 1em);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	background-color: #ffffff;
	color: #1B2126;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
	border-radius: 0.5em;
	padding: 1.5em 1em;
	margin: 0.5em;
	text-decoration: none
}
.vr-card:hover {
	color: var(--color-vr-darken);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.14)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-card {
		width: 100%
	}
}
.vr-card__icon {
	width: auto;
	height: 2.25em
}
.vr-card__icon path, .vr-card__icon rect, .vr-card__icon circle, .vr-card__icon polygon {
	fill: var(--color-grayscale-700)
}
.vr-card__title {
	width: 100%;
	margin-top: 1rem;
	text-align: center;
	font-size: 0.875em
}
.vr-cards-list__actions {
	width: 100%;
	margin: 0.5em 0
}
.carrossel-empresas-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 20px
}
.carrossel-empresas-card .slick-dots {
	display: none !important
}
.vr-cards-empresas {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border: 1px solid #b4b4b4;
	box-shadow: 3px 3px 12px 6px #00000026;
	border-radius: 15px;
	padding: 15px;
	height: 500px;
	margin: 10px;
	max-width: 400px
}
.vr-cards-empresas__image {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 9em
}
.vr-cards-empresas__title {
	color: #1B2126;
	font-size: 1;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 1rem
}
.vr-cards-empresas__description p {
	font-size: 1rem;
	line-height: 1.3;
	color: #1B2126;
	padding-bottom: 0
}
.vr-cards-empresas .vr-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 150px;
	height: 40px;
	margin-left: 0
}
@media screen and (max-width: 465px) {
	.vr-cards-empresas {
		max-width: 350px
	}
}
@media screen and (max-width: 415px) {
	.vr-cards-empresas {
		max-width: 300px
	}
}
@media screen and (max-width: 600px) {
	.carrossel-empresas-card.slick-slider {
		display: table !important;
		table-layout: fixed !important;
		width: 100% !important
	}
}
.carrossel-logo-section {
	max-width: 100%
}
.carrossel-logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.carrossel-logo--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.carrossel-logo--container img {
	margin: 0 auto;
	height: 6.25rem
}
.carrossel-logo--container p {
	text-align: center;
	color: #1B2126;
	font-size: 0.8rem;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2
}
.carrossel-logo .slick-prev, .carrossel-logo .slick-next.slick-arrow {
	border-left: 10px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid #02D72F !important
}
.carrossel-logo .slick-prev::before, .carrossel-logo .slick-next.slick-arrow::before {
	content: ''
}
.carrossel-logo .slick-prev {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}
.carrossel-logo .slick-next {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.vr-carrossel-produtos {
	max-width: 90%;
	margin: 0 auto
}
.vr-carrossel-produtos .card-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 430px;
	padding: 20px;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.16);
	margin: 2rem 0.6rem
}
.vr-carrossel-produtos .card-content img {
	height: 5rem
}
.vr-carrossel-produtos .card-content h6 {
	font-size: 1.5rem;
	color: #1B2126;
	line-height: normal;
	text-align: center;
	margin-bottom: 10px
}
.vr-carrossel-produtos .card-content p {
	font-size: 0.8rem;
	text-align: center;
	line-height: 20px;
	color: #1B2126;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2
}
.vr-carrossel-produtos .card-content a:first-child {
	border-radius: 100px;
	padding: 10px 24px;
	margin-top: 5px;
	color: #034d2e;
	background: #02D72F;
	border: none;
	cursor: pointer;
	text-decoration: none
}
.vr-carrossel-produtos .card-content a:first-child:hover {
	transition: 0.5s;
	background-color: var(--color-vr-darken)
}
.vr-carrossel-produtos .card-content a {
	color: #02D72F;
	text-decoration: underline
}
.vr-carrossel-produtos .card-content div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px
}
.vr-carrossel-produtos .slick-prev, .vr-carrossel-produtos .slick-next.slick-arrow {
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid var(--color-vr);
	z-index: 10
}
.vr-carrossel-produtos .slick-prev::before, .vr-carrossel-produtos .slick-next.slick-arrow::before {
	display: none
}
.vr-carrossel-produtos .slick-next.slick-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	left: 100%
}
.vr-carrossel-produtos .slick-prev.slick-arrow {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	left: -45px
}
.choseForm-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	gap: 50px
}
.choseForm-container .card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 350px;
	padding: 0 1rem;
	height: 400px
}
.choseForm-container .card img {
	width: 100%;
	height: 50%;
	border-radius: 10px;
	object-fit: cover
}
.choseForm-container .card p span {
	font-weight: bold
}
.choseForm-container .card button {
	width: 250px
}
@media screen and (max-width: 900px) {
	.choseForm-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.chance-block {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 80px 0
}
.chance-block .img-title {
	height: 150px
}
.chance-block--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 820px;
	gap: 12px
}
.chance-block--container .content {
	padding-top: 54px;
	width: 50%
}
.chance-block--container .content p {
	font-size: 1.2rem;
	line-height: normal
}
.chance-block--container .content .vr-button {
	background-color: #FFF110;
	color: #313C45;
	margin: 24px 0 0 0
}
.chance-block--container img {
	height: 260px
}
.chance-block.verde {
	background-color: #02D72F
}
@media screen and (max-width: 900px) {
	.chance-block {
		padding: 80px 20px
	}
	.chance-block--container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.chance-block--container .content {
		width: 100%
	}
	.chance-block--container .content a.vr-button {
		max-width: 350px;
		margin: 24px auto 0 auto
	}
}
.colored-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	border-radius: 0px 0px 0px 150px;
	background: #034D2E;
	height: 611px
}
.colored-section img {
	height: 435px;
	width: 330px
}
.colored-section--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 820px;
	gap: 60px
}
.colored-section--container h2 {
	font-size: 60px;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 30px
}
.colored-section--container .subtitle {
	color: #1B2126;
	font-size: 28px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 25px
}
.colored-section--container .subtitle span {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.colored-section--container .description {
	color: #FFF;
	font-size: 24px;
	line-height: normal;
	margin-bottom: 19px
}
.colored-section--container .detail {
	color: #FFF;
	font-size: 12px
}
@media screen and (max-width: 980px) {
	.colored-section {
		padding: 60px;
		height: auto
	}
	.colored-section--title-container {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.colored-section--container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.vr-section__cards .vr-section__wrapper {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 72px
}
.vr-section__cards .vr-section__card-consulta {
	padding: 42px;
	width: 437px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 70px;
	background: #FFF;
	box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.18);
	gap: 25px
}
.vr-section__cards .cards-image {
	width: 128px;
	height: 177px
}
.vr-section__cards .vr-section__card-footer {
	margin-inline: auto
}
.vr-section__cards h3 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #1B2126;
	font-family: Montserrat;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal
}
.vr-section__cards h3 span {
	background-color: #FFF110
}
.vr-section__cards p {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #1B2126;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150.4%
}
.vr-section__fgts {
	margin-block: 100px
}
.vr-section__fgts .vr-section__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.vr-section__fgts .vr-section__wrapper .vr-button {
	color: #000
}
.vr-section__fgts .image-fgts-container {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.vr-section__fgts .image-fgts-container .image-fgts {
	border-radius: 150px 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.vr-section__fgts .vr-text-container {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.vr-section__fgts .vr-text-content {
	gap: 32px;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 47px 57px
}
.vr-section__fgts .vr-text-content p {
	color: #1B2126;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150.4%
}
.vr-section__fgts .vr-text-content small {
	font-size: 10px
}
.vr-section__fgts .vr-title-fgts {
	padding: 22px 55px;
	border-radius: 0px 0px 50px 0px;
	background-color: #034D2E
}
.vr-section__fgts .vr-title-fgts h3 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal
}
.vr-section__fgts .tag-lancamentos {
	position: absolute;
	top: -10%;
	left: 37%
}
.vr-section__fgts .tag-taxa {
	position: absolute;
	top: 50%;
	left: 46%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media screen and (max-width: 900px) {
	.vr-section__fgts .vr-section__wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.vr-section__fgts .vr-section__wrapper .image-fgts-container img {
		border-radius: 150px 0px 0 0;
		display: block
	}
	.vr-section__fgts .vr-text-content {
		padding: 1rem
	}
	.vr-section__fgts .tag-lancamentos {
		top: -3%;
		left: 0;
		width: 200px
	}
	.vr-section__fgts .tag-taxa {
		top: 30%;
		left: 87%;
		width: 100px
	}
}
.vr-section__qr-code .vr-section__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.vr-section__qr-code .qr-code-title {
	margin-left: 50px
}
.vr-section__qr-code .vr-container-app-qrcode {
	padding: 50px 0;
	width: 100%;
	max-width: 820px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	border-radius: 70px;
	background: #FFF;
	gap: 25px
}
.vr-section__qr-code h3 {
	color: #1B2126;
	font-family: Montserrat;
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: normal
}
.vr-section__qr-code h3 span {
	background-color: #FFF110
}
.vr-section__qr-code p {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #1B2126;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150.4%
}
.vr-section__qr-code small {
	color: #1B2126;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.vr-section__qr-code .vr-container-app {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}
.vr-section__qr-code .vr-container-app img {
	max-width: 112px;
	height: 35px
}
.vr-section__qr-code .vr-container-qrcode img {
	max-width: 368px;
	height: 368px
}
@media screen and (max-width: 900px) {
	.vr-section__qr-code .vr-section__wrapper {
		max-width: unset
	}
	.vr-section__qr-code .vr-container-app-qrcode {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.vr-section__qr-code .qr-code-title {
		margin-left: 0
	}
}
.section-cupons {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 90px 20px 70px 20px
}
.section-cupons.section-cupons--yellow .cupons-container .cupons-card {
	border: 3px solid #FFF110
}
.section-cupons .description {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	max-width: 820px;
	width: 100%;
	margin-bottom: 12px;
	line-height: normal
}
.section-cupons .description:empty {
	display: none
}
.section-cupons h2 {
	font-size: 64px;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
	max-width: 820px;
	width: 100%;
	margin-bottom: 32px
}
.section-cupons .cupons-container {
	max-width: 820px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	gap: 45px;
	margin-bottom: 32px
}
.section-cupons .cupons-container .cupons-card {
	padding: 16px 20px;
	border-radius: 35px 0px;
	border: 3px solid #A6F89D;
	width: 167px;
	height: 208px
}
.section-cupons .cupons-container .cupons-card img {
	height: 102px;
	width: 128px
}
.section-cupons .cupons-container .cupons-card p {
	font-size: 1.25rem;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center
}
.section-cupons .cupons-container .cupons-card p:empty {
	display: none
}
.section-cupons .cupons-container .cupons-card.bigger {
	border-radius: 35px 0px;
	border: 3px solid #FFF110;
	width: 379px;
	height: 208px;
	gap: 10px;
	padding: 10px 20px
}
.section-cupons .cupons-container .cupons-card.bigger p {
	margin-bottom: 10px
}
.section-cupons .cupons-container .cupons-card.bigger .multi-cupons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px
}
.section-cupons .cupons-container .cupons-card.bigger .multi-cupons img {
	width: 76px;
	height: 60px
}
.section-cupons span {
	display: block;
	width: 100%;
	max-width: 820px;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: 400
}
.section-cupons span:empty {
	display: nones
}
.vr-faq {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	margin: 2em -0.5em;
	width: calc(100% + 1em);
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-faq {
		margin: 0 -0.5em
	}
}
.vr-faq__holder {
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-faq__holder {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.vr-faq__triggers {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
	transition: var(--transition);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	height: 0
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-faq__triggers {
		margin-left: auto
	}
}
.vr-faq__triggers .vr-card {
	width: calc(19rem - 1rem);
	max-width: 33.3%;
	margin: 1em;
	padding: 2.5em 1em;
	display: none
}
@media screen and (min-width: 1620px) {
	.vr-faq__triggers .vr-card {
		width: calc(21rem - 1rem)
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-faq__triggers .vr-card {
		width: calc(50% - 1em);
		margin: .5em
	}
	.vr-faq__triggers .vr-card .vr-card__title {
		line-height: normal
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-faq__triggers .vr-card {
		padding: 1em .3em
	}
}
.vr-faq__triggers--active {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
	opacity: 1;
	height: auto
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-faq__triggers--active {
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}
.vr-faq__triggers--active .vr-faq__actions {
	-webkit-transform: translateX(-7.9rem);
	transform: translateX(-7.9rem)
}
@media screen and (min-width: 1620px) {
	.vr-faq__triggers--active .vr-faq__actions {
		-webkit-transform: translateX(-10rem);
		transform: translateX(-10rem)
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-faq__triggers--active .vr-faq__actions {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-faq__triggers {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.vr-faq__triggers .vr-card {
		max-width: calc(50% - 1em)
	}
}
.vr-faq__subjects {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	display: block;
	position: relative;
	max-height: 0;
	transition: all 0.4s ease-in-out;
	transition: var(--transition);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 0
}
.vr-faq__subjects .vr-faq__actions {
	margin-top: 1em
}
.vr-faq__subjects--active {
	opacity: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height: 200em
}
.vr-faq__subjects-wrapper {
	margin: 0 auto;
	width: var(--width-lg);
	max-width: 100%;
	padding: 4px;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-faq__subject-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 2em;
	width: var(--width-lg);
	max-width: 100%
}
.vr-faq__subject-title {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1
}
.vr-faq__back-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	background-color: transparent
}
.vr-faq__back-button-label {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: .875em;
	font-weight: 700;
	line-height: 1;
	color: var(--color-vr);
	margin-left: 1em;
	cursor: pointer
}
.vr-faq__back-button-arrow {
	width: 1.25em;
	height: 1.25em
}
.vr-faq__back-button-arrow path {
	fill: var(--color-vr)
}
.vr-faq__list {
	width: calc(100% - 1em);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	grid-gap: 1em;
	grid-template-areas: "main none" "main none" "main none" "main none" "main none"
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-faq__list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
}
.vr-faq__item {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
	border-radius: 0.5em;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	transition: var(--transition);
	position: absolute;
	max-width: 0;
	max-height: 0;
	opacity: 0;
	visibility: hidden
}
.vr-faq__item--shown {
	position: static;
	max-width: 100%;
	max-height: 100em;
	opacity: 1;
	visibility: visible;
	display: none
}
.vr-faq__item--opened {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	grid-area: main;
	box-shadow: 0 0 10 px rgba(0, 0, 0, 0.14)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-faq__item {
		margin-bottom: 1em
	}
}
.vr-faq__question {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1em;
	cursor: pointer
}
.vr-faq__question-text {
	font-weight: 600;
	color: #6d839a;
	color: var(--color-grayscale-400);
	line-height: 2;
	margin-right: 1em
}
.vr-faq__item--opened .vr-faq__question-text {
	color: #02D72F;
	color: var(--color-vr)
}
.vr-faq__question-arrow {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 1.5em;
	height: 1.5em;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-faq__question-arrow path {
	fill: #6d839a;
	fill: var(--color-grayscale-400)
}
.vr-faq__item--opened .vr-faq__question-arrow {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg)
}
.vr-faq__item--opened .vr-faq__question-arrow path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-faq__item--opened .vr-faq__answer {
	max-height: 44em;
	overflow-y: auto
}
.vr-faq__item--opened .vr-faq__answer.ss-container {
	max-height: 44em;
	overflow: visible;
	height: 44rem;
	position: relative
}
.vr-faq__answer .ss-scroll {
	background-color: #fff110;
	background-color: var(--color-vr-complement);
	right: calc(-98% + 0px) !important
}
.vr-faq__anwser-wrapper {
	padding: 1em 3.5em 0 1em;
	color: #6d839a;
	color: var(--color-gr #6d839a)
}
.vr-faq__anwser-wrapper p {
	font-weight: 500;
	font-size: .9em;
	margin-top: 1em;
	line-height: 1.8
}
.vr-faq__anwser-wrapper .vr-faq__answer-title {
	font-size: 1rem;
	font-weight: 600;
	color: #fff110;
	color: var(--color-vr-complement)
}
.vr-faq__anwser-wrapper>*:first-child {
	margin-top: 0
}
.vr-faq__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.vr-faq__actions .vr-button {
	padding: 1.8em 2em;
	min-width: 15em;
	display: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-faq__actions .vr-button {
		width: 100%;
		margin: 0.5em 0;
		min-width: 0
	}
}
.vr-faq__actions .vr-button .vr-button__label--icon {
	position: relative
}
.vr-faq__actions .vr-button .vr-button__label--icon:after {
	display: inline-block;
	content: '';
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: var(--color-vr);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	position: absolute;
	right: -1.5em;
	top: .2em
}
.vr-faq__actions .vr-button:hover .vr-button__label--icon:after {
	border-color: #fff
}
.vr-faq__rating {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 1em
}
.vr-faq__rating-text {
	color: #6d839a;
	color: var(--color-grayscale-400);
	font-weight: 600;
	font-size: .9rem
}
.vr-faq__rate {
	border: none;
	background-color: transparent;
	margin-left: 1.5em;
	cursor: pointer;
	outline: none;
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-faq__rate-icon {
	width: 1.25em;
	height: 1.25em
}
.vr-faq__rate-icon path {
	fill: #adbdd0;
	fill: var(--color-grayscale-200);
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-faq__rate--selected .vr-faq__rate-icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.parceirosEmpresa__container-steps-status {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	max-width: 1200px;
	height: 100px;
	margin: 0 auto 2rem auto;
	position: relative
}
.parceirosEmpresa__container-steps-status div {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #918f8f;
	border-radius: 50px;
	margin: 0 auto;
	z-index: 1;
	transition: all ease-in-out 0.2s
}
.parceirosEmpresa__container-steps-status div.active {
	background-color: #fff110;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
.parceirosEmpresa__container-steps-status div.active:last-of-type {
	background-color: #02D72F
}
.parceirosEmpresa__container-steps-status div:first-of-type {
	margin-left: 0
}
.parceirosEmpresa__container-steps-status div:last-of-type {
	margin-right: 0
}
.parceirosEmpresa__container-steps-status hr {
	position: absolute;
	background-color: #918f8f;
	height: 5px;
	width: 98%;
	border: none;
	transition: all ease-out 0.3s;
	z-index: 0
}
.parceirosEmpresa__container-steps-status hr:first-of-type {
	background-color: #918f8f
}
.parceirosEmpresa__container-steps-status hr:last-of-type {
	height: 7px;
	width: 0;
	background-color: #fff110
}
.parceirosEmpresa__container-steps-form {
	margin: 0 auto 3em auto;
	background-color: #ffffff;
	border-radius: 0.5em;
	box-shadow: 0px 0px 4px 1px rgba(50, 50, 50, 0.2);
	padding: 3em 3em;
	width: 80%;
	max-width: 1200px
}
.parceirosEmpresa__container-steps-form .step.current-step {
	position: unset;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: all ease-in-out 0.2s
}
.parceirosEmpresa__container-steps-form .step.previous-step {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.parceirosEmpresa__container-steps-form .step.next-step {
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}
.parceirosEmpresa__container-steps-form .field .vr-field__label {
	top: -2rem !important
}
.parceirosEmpresa__container-steps-form .vr-dirty~.vr-field__label {
	white-space: pre-line;
	line-height: 1rem
}
.parceirosEmpresa__container-steps-form .step {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	position: absolute;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}
.parceirosEmpresa__container-steps-form .step .button-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.parceirosEmpresa__container-steps-form .step .button-container .vr-button {
	width: 350px
}
.parceirosEmpresa__container-steps-form .step .button-container .vr-button--secondary {
	border-width: 3px
}
.parceirosEmpresa__container-steps-form .step .title-container {
	text-align: center;
	margin-bottom: 3rem
}
.parceirosEmpresa__container-steps-form .step .title-container h2 {
	font-size: 1.4rem
}
.parceirosEmpresa__container-steps-form .step .title-container p {
	font-size: 1.2rem
}
.parceirosEmpresa__container-steps-form .step .fields-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.parceirosEmpresa__container-steps-form .step .fields-container.column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.parceirosEmpresa__container-steps-form .step .fields-container .field {
	position: relative;
	width: 45% !important;
	margin-bottom: 80px
}
.parceirosEmpresa__container-steps-form .step .fields-container .field .vr-form__field, .parceirosEmpresa__container-steps-form .step .fields-container .field .vr-form__select.vr-form__field.select2-hidden-accessible, .parceirosEmpresa__container-steps-form .step .fields-container .field .select2.select2-container {
	width: 100%
}
.parceirosEmpresa__container-steps-form .step .fields-container .field .vr-form__field:nth-child(2n+1), .parceirosEmpresa__container-steps-form .step .fields-container .field .vr-form__select.vr-form__field.select2-hidden-accessible:nth-child(2n+1), .parceirosEmpresa__container-steps-form .step .fields-container .field .select2.select2-container:nth-child(2n+1) {
	margin-right: 2em !important
}
.parceirosEmpresa__container-steps-form .step .fields-container .field:nth-last-child(-n+2) {
	margin-bottom: 60px
}
.parceirosEmpresa__container-steps-form .step .fields-container .field .vr-field__label {
	pointer-events: none
}
.parceirosEmpresa__container-steps-form .step .fields-container .field.error::after {
	content: '+';
	position: absolute;
	bottom: -10px;
	right: -30px;
	color: #e32525;
	opacity: 1;
	font-weight: bold;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	font-size: 1.75rem
}
.parceirosEmpresa__container-steps-form .step .fields-container .field.valid::after {
	content: '¬';
	position: absolute;
	bottom: -10px;
	right: -30px;
	opacity: 1;
	color: var(--color-vr);
	-webkit-transform: rotateZ(134deg);
	transform: rotateZ(134deg);
	font-size: 1.75em
}
.parceirosEmpresa__container-steps-form .step .fields-container .field .vr-field__label {
	color: #918f8f;
	top: -0.9rem
}
.parceirosEmpresa__container-steps-form .step .fields-container .field .label-error {
	position: absolute;
	top: 103%;
	color: #FFF;
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
	background-color: #e32525;
	width: 100%;
	left: 0
}
.parceirosEmpresa__container-steps-form .step .fields-container .field--custom {
	padding-left: 1.5rem
}
.parceirosEmpresa__container-steps-form .step .fields-container .field--custom .label--custom {
	position: relative;
	left: -1.5rem
}
.parceirosEmpresa__container-steps-form .step .fields-container .field--custom.error::after {
	bottom: 80%
}
.parceirosEmpresa__container-steps-form .step .fields-container .field--custom.valid::after {
	bottom: 80%
}
.parceirosEmpresa__container-steps-form .step .success, .parceirosEmpresa__container-steps-form .step .failed {
	font-size: 1rem;
	font-weight: bold;
	text-align: center
}
.parceirosEmpresa__container-steps-form .step .success {
	color: #02D72F
}
.parceirosEmpresa__container-steps-form .step .failed {
	color: #e4002b
}
@media screen and (max-width: 980px) {
	.parceirosEmpresa__container-steps-form .step .button-container {
		width: 100%;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 50px
	}
	.parceirosEmpresa__container-steps-form .step .button-container .vr-button {
		width: 100%
	}
	.parceirosEmpresa__container-steps-form .step .fields-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.parceirosEmpresa__container-steps-form .step .fields-container .field {
		width: 100% !important
	}
}
@media screen and (max-width: 980px) {
	.parceirosEmpresa__container-steps-form {
		padding: 3rem
	}
}
@media screen and (max-width: 600px) {
	.parceirosEmpresa__container-steps-form {
		padding: 1rem;
		margin: 0 auto;
		width: 95%
	}
	.parceirosEmpresa__container-steps-form .vr-field__label {
		font-size: 0.8rem
	}
	.parceirosEmpresa__container-steps-form .step .fields-container .field {
		width: 95% !important;
		margin-bottom: 80px !important
	}
	.parceirosEmpresa__container-steps-form .step .fields-container .field.error::after, .parceirosEmpresa__container-steps-form .step .fields-container .field.valid::after {
		right: -21px
	}
	.parceirosEmpresa__container-steps-form .step .fields-container .field:last-of-type {
		margin-bottom: 0 !important
	}
}
.parceirosEmpresa .vr-form__holder--custom {
	margin: 0
}
.parceirosEmpresa .vr-form__holder--custom::after {
	content: "" !important
}
@media screen and (max-width: 600px) {
	.parceirosEmpresa .vr-field__label--custom {
		font-size: 0.8rem
	}
}
.vr-blog-cards .slick-list {
	overflow: visible;
	margin: 0 -0.5em
}
.vr-blog-cards .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-blog-cards .slick-dots li button {
	display: none
}
.vr-blog-cards-img-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-blog-cards-img-btn {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.vr-blog-cards-img-btn .vr-blog-card__wrapper {
	border: 1px solid #b4b4b4;
	box-shadow: -2px 3px 5px 1px #00000026;
	border-radius: 8px;
	padding-bottom: 30px;
	width: 450px;
	height: 500px
}
.vr-blog-cards-img-btn .vr-blog-card__wrapper div:not(:first-of-type) {
	padding-left: 10px;
	padding-right: 10px
}
.vr-blog-cards-img-btn .vr-blog-card__wrapper .vr-blog-card__title {
	color: var(--color-vr)
}
.vr-blog-cards-img-btn .vr-blog-card__wrapper .vr-blog-card__image {
	height: 20em;
	background-size: contain
}
.vr-blog-cards-img-btn .vr-blog-card__wrapper .vr-blog-card__content {
	max-height: 300px;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.vr-blog-cards-img-btn .vr-blog-card__wrapper .vr-blog-card__content .vr-blog-card__intro {
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
	/*! autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 2;
	padding-bottom: 0
}
.vr-blog-card.slick-slide {
	padding: 0 0.5em;
	color: var(--color-grayscale-700);
	text-decoration: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	outline: none
}
.vr-blog-card__wrapper {
	border-radius: 0.5em;
	background-color: #ffffff;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.vr-blog-card__image {
	background: var(--color-grayscale-100) no-repeat center center/cover;
	position: relative;
	border-bottom: 3px solid var(--color-vr-complement);
	background-color: var(--color-vr-lighten);
	height: 15em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media screen and (min-width: 960px) {
	.vr-blog-card__image {
		height: 10em;
		border-bottom: none
	}
}
.vr-blog-card__image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(255, 255, 255, 0) 51%, rgba(0, 0, 0, 0.36) 75%)
}
.vr-blog-card__title {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.8;
	padding: 1rem;
	color: #fff;
	z-index: 1
}
@media screen and (min-width: 720px) {
	.vr-blog-card__title {
		color: var(--color-vr)
	}
}
.vr-blog-card__intro {
	padding: 1em;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.8
}
.vr-blog-card__title+.vr-blog-card__intro {
	padding-top: 0
}
.vr-blog-card__meta {
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: var(--color-grayscale-400);
	padding: 1rem;
	margin: auto 0 0
}
.vr-blog-card__title+.vr-blog-card__meta, .vr-blog-card__intro+.vr-blog-card__meta {
	padding-top: 0
}
.vr-simple-search {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 50%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-simple-search {
		position: relative;
		top: auto;
		right: auto;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		max-width: 100%;
		width: 100%;
		margin: 2em 0
	}
}
.vr-simple-search__field {
	border: none;
	color: var(--color-grayscale-500);
	border-bottom: solid 2px var(--color-grayscale-100);
	margin-top: 1.5em;
	padding: 0.5em 1.5em 0.5em 1em;
	outline: none;
	transition: var(--transition)
}
.vr-simple-search__field.vr-dirty, .vr-simple-search__field:focus {
	border-bottom-color: var(--color-vr-complement)
}
.vr-simple-search__field::-webkit-input-placeholder {
	color: var(--color-grayscale-700)
}
.vr-simple-search__field::-moz-placeholder {
	color: var(--color-grayscale-700)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-simple-search__field {
		width: 100%
	}
}
.vr-simple-search__label {
	color: var(--color-grayscale-700);
	font-size: 0.75em;
	position: absolute;
	white-space: nowrap;
	top: 0.5rem;
	left: 1rem;
	opacity: 0;
	transition: var(--transition)
}
.vr-dirty+.vr-simple-search__label {
	opacity: 1
}
.vr-simple-search__button {
	border: none;
	background-color: transparent;
	padding: 0.5em;
	position: absolute;
	right: 0;
	bottom: 0
}
.vr-simple-search__button.vr-hide {
	display: none
}
.vr-simple-search__icon {
	width: 1em;
	height: 1em
}
.vr-simple-search__icon path {
	fill: var(--color-grayscale-700)
}
.vr-simple-search__button-label {
	display: none
}
.vr-benefits__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2em -1em;
	width: calc(100% + 2em)
}
.vr-benefits__wrapper .slick-dots {
	margin: 2em 0.75em 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-benefits__wrapper {
		display: block
	}
}
.vr-benefit {
	padding: 0.125em 1em;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}
.vr-benefit__icon-holder {
	margin: 0 auto -3.5em;
	position: relative;
	width: 7em;
	height: 7em;
	border-radius: 3.5em;
	overflow: hidden
}
.vr-benefit__icon {
	width: 100%;
	height: 100%;
	margin: 0 auto
}
.vr-benefit__text {
	box-shadow: 0 0 4px 1px rgba(50, 50, 50, 0.2);
	border-radius: 0.5em;
	padding: 5em 1em 1.5em 1em;
	text-align: center
}
.vr-benefit__title {
	font-weight: 700;
	color: var(--color-vr);
	margin-bottom: 0.25em;
	font-size: 1.25em
}
.vr-benefit__city {
	font-size: 0.75em;
	margin-bottom: 1rem
}
.vr-benefit__intro {
	font-size: 0.875em;
	line-height: 1.8;
	height: 5em;
	overflow: hidden
}
.vr-benefit__tags {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1em
}
.vr-benefit__tag {
	margin: 0 0.5em;
	width: 1.25em;
	height: 1.25em;
	display: block
}
.vr-benefit__link {
	text-decoration: none;
	margin: 0.75em auto 0;
	display: table;
	color: #02D72F;
	color: var(--color-vr);
	text-transform: uppercase;
	font-size: 0.875em
}
.vr-benefit__link:hover, .vr-benefit__link:active {
	color: #02a424;
	color: var(--color-vr-darken)
}
.vr-benefits__actions {
	margin: 4em 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.vr-line-chart, .seja-parceiro-vr-line-chart {
	width: 24em;
	max-width: 100%;
	margin: 1em auto;
	padding: 2em;
	font-size: 1.5em;
	border-radius: 0.5em;
	box-shadow: 0 0 4px 1px rgba(50, 50, 50, 0.2)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-line-chart, .seja-parceiro-vr-line-chart {
		padding: 2em 1em
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-line-chart, .seja-parceiro-vr-line-chart {
		font-size: 1em
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-line-chart, .seja-parceiro-vr-line-chart {
		width: calc(100% + 2em);
		max-width: calc(100% + 2em);
		position: relative;
		border-radius: 1em;
		margin: 0;
		margin-top: -2em;
		-webkit-transform: translate(-1em, 2.1em);
		transform: translate(-1em, 2.1em);
		background: #fff
	}
}
.vr-line-chart__text, .seja-parceiro-vr-line-chart__text {
	text-align: center;
	font-size: 0.75em;
	margin: 0;
	color: var(--color-grayscale-400)
}
.vr-line-chart__result, .seja-parceiro-vr-line-chart__result {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: var(--color-second);
	margin-top: 0.25em;
	line-height: 1.2
}
.vr-line-chart__range, .seja-parceiro-vr-line-chart__range {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3em 0 0;
	position: relative;
	margin: 3em 0 2em
}
.vr-line-chart__range::before, .seja-parceiro-vr-line-chart__range::before {
	content: '';
	position: absolute;
	width: calc(100% - 6em);
	height: 0.125em;
	left: 3em;
	bottom: 0.675em;
	background-color: var(--color-grayscale-100)
}
.vr-line-chart__range--compras, .seja-parceiro-vr-line-chart__range--compras {
	margin: 3em auto 7em
}
.vr-line-chart__range--compras .vr-line-chart__button, .seja-parceiro-vr-line-chart__range--compras .vr-line-chart__button {
	background-color: var(--color-vr)
}
.vr-line-chart__range--compras .vr-line-chart__point:nth-of-type(2n), .seja-parceiro-vr-line-chart__range--compras .vr-line-chart__point:nth-of-type(2n) {
	left: 13em
}
.vr-line-chart__range--compras .vr-line-chart__point:nth-of-type(3n), .seja-parceiro-vr-line-chart__range--compras .vr-line-chart__point:nth-of-type(3n) {
	left: 23em
}
.vr-line-chart__range--compras .vr-line-chart__point:nth-of-type(4n), .seja-parceiro-vr-line-chart__range--compras .vr-line-chart__point:nth-of-type(4n) {
	left: auto
}
.vr-line-chart__point, .seja-parceiro-vr-line-chart__point {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.5em;
	height: 1.5em
}
.vr-line-chart__point::before, .seja-parceiro-vr-line-chart__point::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background-color: var(--color-grayscale-400);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: var(--transition)
}
.vr-line-chart__point--active::before, .seja-parceiro-vr-line-chart__point--active::before {
	width: 1.125em;
	height: 1.125em;
	background-color: var(--color-main);
	box-shadow: 0 0 0 1px var(--color-grayscale-200);
	border: solid 2px #ffffff
}
.vr-line-chart__point:first-of-type, .seja-parceiro-vr-line-chart__point:first-of-type {
	left: 2.25em;
	-webkit-transform: none;
	transform: none
}
.vr-line-chart__point:last-of-type, .seja-parceiro-vr-line-chart__point:last-of-type {
	left: auto;
	-webkit-transform: none;
	transform: none;
	right: 2.25em
}
.vr-line-chart__point-text, .seja-parceiro-vr-line-chart__point-text {
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: 3em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0.75em;
	transition: var(--transition);
	color: var(--color-grayscale-400)
}
.vr-line-chart__point-text strong, .seja-parceiro-vr-line-chart__point-text strong {
	display: block;
	font-size: 2em;
	margin-bottom: 0.125em
}
.vr-line-chart__point--active .vr-line-chart__point-text, .vr-line-chart__point--active .seja-parceiro-vr-line-chart__point-text {
	color: var(--color-vr) !important
}
.vr-line-chart__button, .seja-parceiro-vr-line-chart__button {
	text-indent: -9999px;
	width: 1.625em;
	height: 1.625em;
	border-radius: 50%;
	border: none;
	background-color: var(--color-main);
	position: relative;
	outline: none;
	transition: var(--transition);
	cursor: pointer
}
.vr-line-chart__button::before, .seja-parceiro-vr-line-chart__button::before {
	content: '';
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	text-align: center;
	text-indent: 0;
	line-height: 1
}
.vr-line-chart__button--minus::before, .seja-parceiro-vr-line-chart__button--minus::before {
	content: '-';
	font-size: 2em;
	margin-top: -4px
}
.vr-line-chart__button--plus::before, .seja-parceiro-vr-line-chart__button--plus::before {
	content: '+'
}
.vr-line-chart__button:disabled, .seja-parceiro-vr-line-chart__button:disabled {
	background-color: var(--color-grayscale-100)
}
.vr-line-chart__input, .seja-parceiro-vr-line-chart__input {
	width: calc(100% - 5em);
	position: relative;
	z-index: 1;
	background-color: transparent;
	outline: none;
	opacity: 0;
	cursor: pointer
}
.vr-section__compras {
	padding-left: 0
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__compras {
		padding-left: 0 !important
	}
}
.vr-section__compras .vr-line-chart {
	width: 47.5rem;
	max-width: 100%;
	margin: 0 auto;
	padding: 1em;
	font-size: 1.5em;
	border-radius: 0;
	box-shadow: none;
	height: 10em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section__compras .vr-line-chart {
		padding: 2em 1em
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-section__compras .vr-line-chart {
		font-size: 1em
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__compras .vr-line-chart {
		width: calc(100% + 2em);
		max-width: calc(100% + 2em);
		margin-top: -3em;
		margin-bottom: 2em;
		position: relative
	}
}
.vr-section__compras .vr-line-chart__text {
	text-align: center;
	font-size: 0.75em;
	margin: 0;
	color: var(--color-grayscale-400)
}
.vr-section__compras .vr-line-chart__result {
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: var(--color-second);
	margin-top: 0.25em;
	line-height: 1.2
}
.vr-section__compras .vr-line-chart__range {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3em 0 0;
	position: relative;
	margin: 2em auto
}
.vr-section__compras .vr-line-chart__range::before {
	content: '';
	position: absolute;
	width: calc(100% - 6em);
	height: 0.125em;
	left: 3em;
	bottom: 0.675em;
	background-color: var(--color-grayscale-100)
}
.vr-section__compras .vr-line-chart__point {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.5em;
	height: 1.5em
}
.vr-section__compras .vr-line-chart__point::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background-color: var(--color-grayscale-400);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: var(--transition)
}
.vr-section__compras .vr-line-chart__point--active::before {
	width: 1.125em;
	height: 1.125em;
	background-color: var(--color-vr);
	box-shadow: 0 0 0 1px var(--color-grayscale-200);
	border: solid 2px #ffffff
}
.vr-section__compras .vr-line-chart__point:first-of-type {
	left: 2.25em;
	-webkit-transform: none;
	transform: none
}
.vr-section__compras .vr-line-chart__point:nth-child(2) {
	left: 35%
}
@media screen and (max-width: 420px) {
	.vr-section__compras .vr-line-chart__point:nth-child(2) {
		left: 39%
	}
}
.vr-section__compras .vr-line-chart__point:nth-child(3) {
	left: 62%
}
.vr-section__compras .vr-line-chart__point:last-of-type {
	left: auto;
	-webkit-transform: none;
	transform: none;
	right: 2.25em
}
.vr-section__compras .vr-line-chart__point-text {
	position: absolute;
	text-align: center;
	left: 50%;
	bottom: 3em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0.75em;
	transition: var(--transition);
	color: var(--color-grayscale-400)
}
.vr-section__compras .vr-line-chart__point-text strong {
	display: block;
	font-size: 2em;
	margin-bottom: 0.125em
}
.vr-line-chart__point--active .vr-section__compras .vr-line-chart__point-text {
	color: var(--color-main)
}
.vr-section__compras .vr-line-chart__button {
	text-indent: -9999px;
	width: 1.625em;
	height: 1.625em;
	border-radius: 50%;
	border: none;
	background-color: var(--color-vr);
	position: relative;
	outline: none;
	transition: var(--transition);
	cursor: pointer
}
.vr-section__compras .vr-line-chart__button::before {
	content: '';
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5em;
	text-align: center;
	text-indent: 0;
	line-height: 1
}
.vr-section__compras .vr-line-chart__button--minus::before {
	content: '-';
	font-size: 2em;
	margin-top: -4px
}
.vr-section__compras .vr-line-chart__button--plus::before {
	content: '+'
}
.vr-section__compras .vr-line-chart__button:disabled {
	background-color: var(--color-grayscale-100)
}
.vr-section__compras .vr-line-chart__input {
	width: calc(100% - 5em);
	position: relative;
	z-index: 1;
	background-color: transparent;
	outline: none;
	opacity: 0;
	cursor: pointer
}
.section-list-horizontal {
	width: 100%;
	padding: 0 20px 60px 20px
}
.section-list-horizontal h3 {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	font-size: 2rem
}
.section-list-horizontal--list-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 820px;
	margin: 0 auto
}
.section-list-horizontal--list-container .list-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33%
}
.section-list-horizontal--list-container .list-item p {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: normal
}
.section-list-horizontal--list-container .list-item p:first-of-type {
	position: relative;
	font-size: 6.85rem;
	line-height: normal;
	font-weight: bolder;
	margin-right: 10px;
	height: 6.85rem
}
.section-list-horizontal--list-container .list-item p:first-of-type::after {
	content: '.';
	color: #FFF110;
	font-size: 6.85rem;
	font-weight: bolder
}
@media screen and (max-width: 900px) {
	.section-list-horizontal--list-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start
	}
	.section-list-horizontal--list-container .list-item {
		width: 100%;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
		justify-content: start
	}
}
.section-list-with-image {
	counter-reset: my-sec-counter;
	width: 100%;
	padding: 80px 20px
}
.section-list-with-image.verde {
	background-color: #02D72F
}
.section-list-with-image--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 820px;
	margin: 0 auto
}
.section-list-with-image--container img {
	margin-left: 36px;
	margin-right: 0
}
.section-list-with-image--container.left img {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 64px;
	margin-left: 0
}
.section-list-with-image--content-container h3 {
	font-size: 1.75rem
}
.section-list-with-image--content-container h3 span {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.section-list-with-image--content-container h3.verde span {
	background-image: linear-gradient(to top, #02D72F 90%, transparent 0)
}
.section-list-with-image--content-container div p {
	font-size: 20px
}
.section-list-with-image--content-container div p::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	font-size: 2.25rem;
	font-weight: bold;
	margin-right: 12px
}
@media screen and (max-width: 900px) {
	.section-list-with-image img {
		display: none
	}
}
.section-image-with-description {
	counter-reset: my-sec-counter;
	width: 100%;
	padding: 80px 20px
}
.section-image-with-description.verde {
	background-color: #02D72F
}
.section-image-with-description--container {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 820px;
	margin: 0 auto
}
.section-image-with-description--container img {
	margin-left: 36px;
	margin-right: 0
}
.section-image-with-description--container.left img {
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 64px;
	margin-left: 0
}
.section-image-with-description--content-container h3 {
	font-size: 1.75rem
}
.section-image-with-description--content-container h3 span {
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.section-image-with-description--content-container h3.verde span {
	background-image: linear-gradient(to top, #02D72F 90%, transparent 0)
}
.section-image-with-description--content-container div p {
	font-size: 18px
}
.section-image-with-description--content-container div p::before {
	font-size: 2.25rem;
	font-weight: bold;
	margin-right: 12px
}
@media screen and (max-width: 900px) {
	.section-image-with-description img {
		display: none
	}
}
.vr-form__wrapper {
	max-width: 62rem;
	margin: 0em auto;
	background-color: #ffffff;
	border-radius: 0.5em;
	box-shadow: 0px 0px 4px 1px rgba(50, 50, 50, 0.2);
	padding: 3em 6em
}
.vr-modal .vr-form__wrapper {
	box-shadow: 0px 0px 8px #00000022
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-form__wrapper {
		margin: 0 auto
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-form__wrapper {
		padding: 2rem
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__wrapper {
		max-width: calc(100% + 2rem);
		width: 100%;
		padding: 1rem
	}
	.vr-modal .vr-form__wrapper {
		border-radius: 10px;
		width: 100%;
		margin: 0 auto
	}
}
.vr-form__link-container a {
	color: #02D72F
}
.vr-form__radio {
	margin: 0.5rem
}
.vr-form__radio input[type="radio"] {
	position: absolute;
	opacity: 0
}
.vr-form__radio input[type="radio"]+.vr-form__radio-label {
	font-size: 0.938em;
	color: var(--color-grayscale-400)
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__radio input[type="radio"]+.vr-form__radio-label {
		margin-bottom: 0
	}
}
.vr-form__radio input[type="radio"]+.vr-form__radio-label:before {
	content: "";
	background: #fff;
	border-radius: 100%;
	border: 2px solid var(--color-grayscale-400);
	display: -webkit-inline-box;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5em;
	vertical-align: text-bottom;
	cursor: pointer;
	transition: all 200ms ease
}
.vr-form__radio input[type="radio"]:checked+.vr-form__radio-label {
	color: #02D72F
}
.vr-form__radio input[type="radio"]:checked+.vr-form__radio-label:before {
	background-color: #02D72F;
	border-color: #02D72F;
	box-shadow: inset 0 0 0 2px var(--color-grayscale-100)
}
.vr-form__radio input[type="radio"]:not(:checked)+.vr-form__radio-label {
	color: var(--color-grayscale-400)
}
.vr-form__radio input[type="radio"]:focus+.vr-form__radio-label:before {
	outline: none;
	border: 2px solid var(--color-vr)
}
.vr-form__radio input[type="radio"]:disabled+.vr-form__radio-label:before {
	box-shadow: inset 0 0 0 4px #fff;
	border-color: #bfbfbf;
	background: #bfbfbf
}
.vr-form__radio input[type="radio"]+.vr-form__radio-label:empty:before {
	margin-right: 0
}
.vr-form__title {
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-grayscale-400);
	margin-bottom: 0.5em;
	text-align: center
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__title {
		padding-top: 2.188em;
		text-align: center;
		margin: 0 auto
	}
}
.vr-form__radio-button-container {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2rem
}
.vr-form__radio-button-container--row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__radio-button-container--row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px
	}
}
.vr-form__radio-button-container--row .vr-form__radio {
	margin-bottom: 0 !important
}
.vr-form__holder .vr-form__radio-button-container {
	text-align: left
}
@media screen and (min-width: 960px) {
	.vr-form__holder .vr-form__radio-button-container {
		margin-bottom: 0
	}
	.vr-form__holder .vr-form__radio-button-container label.error {
		top: calc(100% - 0.5rem)
	}
	.vr-form__holder .vr-form__radio-button-container .vr-form__radio:last-child {
		margin-bottom: 0
	}
}
.vr-form__radio-button-container .vr-form__radio {
	margin: 0;
	margin-bottom: 0.8rem
}
.vr-form__radio-button-container label.error {
	max-width: 100%;
	background-color: #e32525;
	text-align: left;
	line-height: normal;
	font-size: 0.625em;
	color: #ffffff;
	padding: 0.25em 0.75em;
	font-weight: 600
}
.vr-form__radio-button-container.error::after {
	content: "+";
	opacity: 1;
	color: #e32525
}
.vr-form__radio-button-container.valid::after {
	content: "¬";
	opacity: 1;
	color: var(--color-vr)
}
.vr-form__radio-button-container.vr-form__holder--checkbox::after {
	content: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__radio-button-container {
		width: 100%;
		min-width: calc(100% - 2rem)
	}
	.vr-form__radio-button-container.vr-form__holder--checkbox label.error {
		left: auto;
		-webkit-transform: none;
		transform: none
	}
}
.vr-form .vr-form__holder--checkbox.checkbox-with-label {
	margin-bottom: 1.5rem;
	position: relative
}
.vr-form .vr-form__holder--checkbox.checkbox-with-label::after {
	position: absolute;
	left: 30px;
	bottom: -15px;
	line-height: 1;
	font-size: 12px
}
.vr-form .vr-form__holder--checkbox.checkbox-with-label:nth-child(2)::after {
	content: "Soluções de alimentação, refeição e home office com ofertas de doação e crédito extra para o trabalhador."
}
@media screen and (max-width: 810px) {
	.vr-form .vr-form__holder--checkbox.checkbox-with-label:nth-child(2)::after {
		bottom: -25px
	}
}
@media screen and (max-width: 450px) {
	.vr-form .vr-form__holder--checkbox.checkbox-with-label:nth-child(2) {
		margin-bottom: 2rem
	}
	.vr-form .vr-form__holder--checkbox.checkbox-with-label:nth-child(2)::after {
		bottom: -35px
	}
}
.vr-form .vr-form__holder--checkbox.checkbox-with-label:nth-child(3)::after {
	content: "Soluções para gestão de controle de ponto online."
}
.vr-form .vr-form__holder--checkbox.checkbox-with-label:nth-child(4)::after {
	content: "Soluções inteligentes de gerenciamento de transporte."
}
.vr-form-canais-digitais {
	text-decoration: none !important;
	color: var(--color-grayscale-400) !important
}
.vr-form__enunciated {
	color: var(--color-grayscale-400)
}
.vr-form__enunciated p {
	font-weight: 700
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__enunciated {
		text-align: left;
		margin-bottom: 20px
	}
	#form_corretora .vr-form__enunciated {
		margin-bottom: 0
	}
	#form_parceiro-digital .vr-form__enunciated {
		margin-bottom: 0
	}
}
.vr-form__text-start {
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}
.vr-modal .vr-form__text-start {
	padding-top: 0;
	margin-top: 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__text-start {
		margin-top: 21px;
		padding-top: 0
	}
}
.vr-form__intro {
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.2rem;
	padding-bottom: 2.5rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__intro {
		padding-top: 1.375em;
		text-align: center;
		margin: 0 auto;
		font-weight: 600;
		color: #6d839a;
		padding-bottom: 1.25rem
	}
}
.form-warning-info {
	font-size: 13px;
	margin: 0 1rem;
	text-align: center
}
.form-warning-info.info-custom {
	margin-top: 10px !important
}
.vr-form__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%
}
.vr-form__row--regulamento {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.vr-form__row--regulamento a {
	font-size: 14px;
	color: #02D72F
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.vr-modal .vr-form__row {
		width: 100%;
		margin: 0 auto
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__row {
		padding-top: 0.5em
	}
}
.vr-form__row--half {
	width: 50%
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__row--half {
		width: 100%
	}
}
.vr-form__group {
	position: relative
}
.vr-form__group--checkbox label.error {
	max-width: 100%;
	background-color: #e32525;
	text-align: left;
	font-size: 0.625em;
	color: #ffffff;
	padding: 0.25em 0.75em;
	font-weight: 600
}
.vr-form__endereco {
	max-width: 25em;
	margin-bottom: 1.813em !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-form__endereco {
		width: 100%
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__endereco {
		margin-bottom: 0
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-form__endereco {
		width: 100%
	}
}
.vr-form__holder {
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	position: relative;
	margin: 1rem 1rem 1.5rem;
	text-align: center
}
.vr-form__holder textarea {
	border: 2px solid var(--color-grayscale-100);
	min-height: 150px
}
@media screen and (min-width: 960px) {
	.vr-form__holder.halfMargin {
		max-width: calc(50% - 2rem)
	}
}
.vr-form__holder::after {
	content: none;
	position: absolute;
	top: -0.1em;
	right: 35px;
	font-weight: 700;
	color: var(--color-vr);
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	font-size: 1.75em;
	opacity: 0
}
.vr-form__holder--select::after {
	right: 1.5rem
}
.vr-form__holder label.error {
	position: absolute;
	max-width: 100%;
	top: calc(100% + 0.25rem);
	left: 0;
	background-color: #e32525;
	text-align: left;
	font-size: 0.625em;
	color: #ffffff;
	padding: 0.25em 0.75em;
	font-weight: 600
}
.vr-form__holder.vr-form__holder--checkbox label.error {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.vr-form__holder.error::after {
	content: "+";
	opacity: 1;
	color: #e32525
}
.vr-form__holder.valid::after {
	content: "¬";
	opacity: 1;
	color: var(--color-vr)
}
.vr-form__holder.vr-form__holder--checkbox::after {
	content: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__holder {
		width: 100%;
		min-width: calc(100% - 2rem)
	}
	.vr-form__holder.vr-form__holder--checkbox label.error {
		left: auto;
		-webkit-transform: none;
		transform: none
	}
}
.vr-form__group--checkbox {
	margin-top: 1rem
}
.vr-form__group--checkbox .vr-form__holder {
	margin: 0rem 1rem 0.5rem
}
.vr-form__holder--checkbox .vr-field__label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: solid 2px var(--color-grayscale-400)
}
.vr-form__field {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	color: var(--color-grayscale-500);
	background-color: #ffffff;
	border: none;
	border-bottom: solid 2px var(--color-grayscale-100);
	padding: 0.5em 1rem;
	width: 100%;
	height: 2.25em;
	text-align: left;
	outline: none
}
.vr-form__field.vr-dirty, .vr-form__field:focus {
	border-bottom-color: var(--color-vr-complement)
}
.vr-form__field[disabled] {
	opacity: 0.45
}
.vr-form__field::-webkit-input-placeholder {
	color: var(--color-grayscale-700)
}
.vr-form__field::-moz-placeholder {
	color: var(--color-grayscale-700)
}
.vr-form__field:-webkit-autofill, .vr-form__field:-webkit-autofill:hover, .vr-form__field:-webkit-autofill:focus {
	font-size: 1rem;
	-webkit-text-fill-color: var(--color-grayscale-500);
	-webkit-box-shadow: 0 0 0px 1000px #fff inset
}
.vr-form__holder--checkbox .vr-form__field {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	height: 1px;
	width: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: none
}
.error .vr-form__field {
	border-bottom-color: #e32525
}
.valid .vr-form__field {
	border-bottom-color: var(--color-vr)
}
.vr-form__field--with-border {
	border: 1px solid #d5dce1;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	color: #5b6f80 !important;
	font-size: 0.8rem;
	font-weight: bold;
	height: 3rem
}
.vr-form__field--with-border::-webkit-input-placeholder {
	color: #5b6f80 !important;
	font-size: 0.8rem
}
.vr-form__field--with-border:-ms-input-placeholder {
	color: #5b6f80 !important;
	font-size: 0.8rem
}
.vr-form__field--with-border::placeholder {
	color: #5b6f80 !important;
	font-size: 0.8rem
}
.vr-field__label {
	color: var(--color-grayscale-700);
	font-size: 0.938em;
	position: absolute;
	white-space: nowrap;
	top: -0.7rem;
	left: 1rem;
	opacity: 0;
	transition: var(--transition);
	cursor: pointer
}
.vr-dirty~.vr-field__label {
	opacity: 1
}
.vr-form__holder--checkbox [type="checkbox"]~.vr-field__label {
	font-size: 0.7rem;
	position: relative;
	padding-left: 2rem;
	opacity: 1;
	color: var(--color-grayscale-400);
	top: 0;
	left: 0;
	white-space: normal
}
.vr-form__holder--checkbox [type="checkbox"]~.vr-field__label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: solid 2px var(--color-grayscale-400);
	border-radius: 0.125em;
	transition: var(--transition)
}
.vr-form__holder--checkbox [type="checkbox"]~.vr-field__label::after {
	content: "¬";
	position: absolute;
	top: -0.575rem;
	left: 0.25rem;
	font-weight: 600;
	color: #ffffff;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	font-size: 1.5em;
	transition: var(--transition);
	opacity: 0;
	width: auto;
	height: auto;
	border: none
}
[type="checkbox"]:checked~.vr-field__label::before {
	background-color: var(--color-vr);
	border-color: var(--color-vr)
}
[type="checkbox"]:checked~.vr-field__label::after {
	opacity: 1
}
.vr-field__label--input-with-border {
	color: #5b6f80 !important;
	font-size: 0.8rem;
	top: -1rem;
	left: 0
}
input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: auto;
	display: none
}
.vr-form__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1rem 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__actions {
		width: 100%
	}
}
.vr-form__actions__denuncia-file {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.vr-form__actions__denuncia-file .wrapper-file {
	position: relative;
	width: 100%;
	border: 2px solid var(--color-vr);
	border-radius: 10px;
	background-color: #fcfcfc;
	margin: 10px 0
}
.vr-form__actions__denuncia-file .wrapper-file p {
	width: 100%;
	min-width: 15rem;
	text-align: center;
	padding-top: 10px;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
	color: var(--color-vr);
	/*! autoprefixer: ignore next */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1
}
.vr-form__actions__denuncia-file .wrapper-file .progress-area {
	width: 0%;
	height: 5px;
	background-color: var(--color-vr);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px
}
.vr-form__actions__denuncia-file .wrapper-file .image-preview {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 23px;
	border: none;
	margin-left: 14px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer
}
@media screen and (max-width: 600px) {
	.vr-form__actions__denuncia-file .wrapper-file .image-preview {
		width: 90px;
		height: 90px;
		margin-left: 10px
	}
}
.vr-form__actions__denuncia-file .wrapper-file .exclude-file {
	position: absolute;
	right: -5px;
	top: -10px;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	background-image: url("../img/svg/close-icon.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-color: var(--color-vr);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}
.vr-form__actions .upload-file-denuncia {
	background-color: #fff;
	color: var(--color-vr)
}
.vr-form__actions .vr-button {
	width: 20em;
	max-width: 100%
}
.vr-form__actions .vr-button--submit {
	margin-top: 20px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__actions .vr-button {
		width: 100%
	}
}
.vr-form__select~.select2-container {
	width: 100% !important;
	max-width: 345.91px
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-form__select~.select2-container {
		max-width: 100%
	}
}
.vr-form__select~.select2-container .select2-selection {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	color: var(--color-grayscale-400);
	background-color: #ffffff;
	border: none;
	border-bottom: solid 2px var(--color-grayscale-100);
	border-radius: 0;
	padding: 0.5em 2rem 0.5em 1rem;
	width: 100%;
	height: 2.25em;
	text-align: left;
	outline: none
}
.vr-form__select~.select2-container .select2-selection .select2-selection__rendered {
	line-height: 1.15;
	padding: 0
}
.vr-form__select~.select2-container .select2-selection:focus {
	border-bottom-color: var(--color-vr-complement)
}
.vr-form__select~.select2-container .select2-selection__arrow {
	height: 100%;
	width: 1.5em;
	right: 0;
	top: 0
}
.vr-form__select~.select2-container .select2-selection__arrow b {
	border-width: 0 2px 2px 0;
	border-color: var(--color-grayscale-700);
	height: 0.75em;
	width: 0.75em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0.625em;
	left: 0.625em;
	transition: var(--transition)
}
.vr-form__select~.select2-container.select2-container--open .select2-selection__arrow b {
	border-width: 0 2px 2px 0;
	border-color: var(--color-grayscale-700);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 1rem
}
#estado~.select2-container {
	max-width: none
}
#estado~.select2-container .select2-selection.select2-selection--single {
	top: 5px;
	position: relative;
	border-bottom: none
}
#estado~.select2-container .select2-selection__arrow {
	right: 0;
	top: 2px
}
#interestType~.select2-container {
	max-width: none
}
#interestType~.select2-container .select2-selection.select2-selection--single {
	top: 5px;
	position: relative;
	border-bottom: none
}
#interestType~.select2-container .select2-selection__arrow {
	right: 0;
	top: 2px
}
.vr-form__select.gray-300~.select2-container .select2-selection .select2-selection__rendered {
	color: var(--color-grayscale-700)
}
.select2-container--default .select2-dropdown {
	box-shadow: 0 1px 2px 1px rgba(50, 50, 50, 0.2);
	border: none;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em
}
.select2-container--default .select2-results__option {
	font-size: 1rem;
	padding: 1rem;
	color: var(--color-grayscale-700)
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
	display: none
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--color-vr-complement);
	color: var(--color-vr-darken)
}
.vr-dirty~.select2-container .select2-selection {
	border-bottom-color: var(--color-vr-complement)
}
.vr-dirty~.select2-container .select2-selection .select2-selection__rendered {
	color: var(--color-grayscale-700)
}
.error .select2-container .select2-selection {
	border-bottom-color: #e32525
}
.error .select2-container .select2-selection::after {
	opacity: 0;
	color: #e32525
}
.valid .select2-container .select2-selection {
	border-bottom-color: var(--color-vr)
}
.valid .select2-container .select2-selection::after {
	opacity: 0;
	color: var(--color-vr)
}
.vr-form__alert {
	color: #02a424;
	color: var(--color-vr-darken);
	background-color: #fff110;
	background-color: var(--color-vr-complement);
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0;
	bottom: 0;
	box-shadow: 0 -2px 2px 1px rgba(50, 50, 50, 0.2);
	-webkit-transform: translate(0, 150%);
	transform: translate(0, 150%);
	transition: all 0.4s ease-in-out;
	transition: var(--transition)
}
.vr-form__alert #imgError {
	display: none
}
.vr-form__alert--success {
	color: #02D72F;
	background-color: #fff110;
	background-color: #fff110
}
.vr-form__alert--success #imgsuccess {
	display: block
}
.vr-form__alert--success #imgError {
	display: none
}
.vr-form__alert--error {
	color: #ffffff;
	background-color: #e32525
}
.vr-form__alert--error #imgsuccess {
	display: none
}
.vr-form__alert--error #imgError {
	display: block
}
.vr-form__alert--active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.vr-form__alert--hide {
	display: none
}
.vr-form__alert--show {
	display: block;
	position: fixed;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-radius: 6px;
	width: auto
}
.vr-form__alert-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.vr-form__alert-icon {
	width: 3em;
	height: 3em;
	margin: 1.5em 1.5em 1.5em 0
}
.vr-form__alert-icon path {
	fill: #ffffff
}
.vr-form__alert-text {
	margin: 1.5em 2rem 1.5em 0
}
.vr-form__alert-close {
	position: absolute;
	background-color: #ffffff;
	width: 2rem;
	height: 2rem;
	border: none;
	border-radius: 1rem;
	right: 0;
	top: -1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 -2px 4px 2px rgba(50, 50, 50, 0.2)
}
.vr-form__alert-close-icon {
	width: 1rem;
	height: 1rem
}
.vr-form__alert-close-icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-form__alert-close-label {
	display: none
}
.vr-form__upload {
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 25% 25%;
	grid-template-columns: 25% 25% 25%;
	row-gap: 4em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	margin-bottom: 8em
}
@media screen and (min-width: 960px) {
	.vr-form__holder .vr-form__upload {
		margin: 0 0rem 4rem -1rem
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__upload {
		margin-left: 1.313em;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.vr-modal .vr-form__upload {
		margin-bottom: 4em;
		margin-left: 0
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__upload {
		margin-left: 0
	}
}
.vr-label-upload {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.25em;
	border: solid 2px var(--color-vr);
	border-color: var(--color-vr);
	border-radius: 0.5em;
	padding: 0.75em 1.125em;
	margin: 0.5em;
	outline: none;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	transition: var(--transition);
	width: 11.625em;
	background-color: #fff;
	color: var(--color-vr);
	width: 100%;
	margin-left: 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-label-upload {
		width: 12.5em
	}
}
input[type="file"] {
	display: none
}
.vr-form__checkbox:before {
	content: "";
	width: 0.938em;
	height: 0.938em;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0.5em;
	margin-left: -1.5em;
	border: 1px solid var(--color-grayscale-700);
	border-radius: 2px
}
input[type="checkbox"]:checked+label::after {
	content: "";
	position: absolute;
	left: -19px;
	top: 9.5px;
	width: 6px;
	height: 8px;
	border-right: solid 3px #fff;
	border-bottom: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
@media screen and (max-width: calc(720px - 1px)) {
	input[type="checkbox"]:checked+label::after {
		top: 9px;
		left: -18px
	}
}
.vr-form__cnaes {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	white-space: normal;
	text-align: left
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__cnaes {
		padding-left: 21px
	}
}
input[type="checkbox"]:checked+label::before {
	background-color: var(--color-vr);
	border: 1px solid var(--color-vr)
}
input[type="checkbox"]:checked+label {
	color: var(--color-vr)
}
.vr-form__checkbox--regulamento {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin-top: 0.3em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__checkbox--regulamento {
		margin: 0 1.5rem;
		max-width: 100%;
		left: 0;
		-webkit-transform: none;
		transform: none
	}
}
.vr-form__checkbox--regulamento label.error {
	max-width: none
}
.vr-form-subtitle {
	margin-bottom: 1.625em;
	margin-top: 3.125em
}
.vr-modal .vr-form-subtitle {
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal .vr-form-subtitle {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 10px
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-modal .vr-form-subtitle {
		margin-top: 0 !important;
		padding-top: 0;
		margin-bottom: 10px
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form-subtitle {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 10px
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form-subtitle {
		margin-top: 0 !important;
		padding-top: 0;
		margin-bottom: 10px
	}
}
.vr-form-subtitle__upload {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% + 2rem);
	margin: 2rem -1rem
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form-subtitle__upload {
		margin: 0 auto;
		margin-bottom: 1.875 !important;
		max-width: 100%
	}
}
.vr-form__no--checked {
	left: 1.25rem;
	margin-bottom: 0;
	margin-top: 1.25rem
}
@media screen and (min-width: 720px) {
	.nomeGestorDiv+.vr-form__no--checked {
		/* margin-top: 3rem */
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-form__no--checked {
		left: 0;
		width: 100%;
		margin-bottom: 2.125em
	}
}
.upload__document {
	color: var(--color-vr)
}
.cnaes__label {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%
}
@media screen and (max-width: calc(720px - 1px)) {
	.cnaes__label {
		white-space: normal;
		text-align: left
	}
}
.vr-form__agree {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-form__agree a {
	margin-left: 0.5rem
}
.vr-modal .vr-form__row--centered:not(:last-child) {
	margin: 0 0 -1rem
}
.vr-modal .vr-form__row--centered.last-cnaes {
	margin: 0 0 1rem
}
.vr-form__row--with-gap {
	gap: 0 18px
}
.vr-modal-banco.valid::after {
	content: ""
}
.vr-modal-banco.error::after {
	content: ""
}
.vr-combo .vr-section--form {
	margin: 0;
	z-index: 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-combo .vr-section--form {
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
		padding-bottom: 10rem;
		display: none
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-combo .vr-section--form {
		padding-bottom: 0
	}
}
.vr-combo .vr-section--form .vr-section__wrapper {
	top: 3rem;
	left: 3.813rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-combo .vr-section--form .vr-section__wrapper {
		top: 0;
		left: 0
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-section--form .vr-section__wrapper {
		padding: 0;
		left: 0
	}
}
.vr-combo .vr-section--form .vr-section__content {
	padding-left: 0
}
.vr-combo .vr-section--form .vr-form__wrapper {
	max-width: 31.313rem;
	padding: 1.563rem;
	border-radius: 0.625rem;
	margin-top: 4.25rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-section--form .vr-form__wrapper {
		width: 100%;
		padding: 2.5rem 1.313rem 1.313rem;
		margin-top: 0
	}
	.vr-combo .vr-section--form .vr-form__wrapper .vr-form__intro {
		padding-top: 0;
		padding-bottom: 0.25rem
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-combo .vr-section--form .vr-form__wrapper .vr-form__holder .vr-form__agree {
		font-size: 0.75rem;
		padding-right: 3.438rem
	}
}
.vr-combo .vr-section--form .vr-form__wrapper .vr-form__actions .vr-button {
	width: 25rem;
	border-radius: 0.375rem;
	height: auto;
	padding: 1.3em
}
.vr-form__holder--check.error:after {
	content: ""
}
.vr-form__holder--check label.error {
	top: 1.5em
}
.vr-form__holder--check.valid::after {
	right: initial;
	left: 0.8em;
	top: -0.85em;
	color: #fff;
	font-size: 1.3em
}
.vr-form__holder--check input[type="checkbox"]:checked+label::after {
	opacity: 1;
	width: 7px;
	height: 10px;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	top: 7px
}
.vr-combo .vr-form__holder--check input[aria-invalid="false"]::after {
	display: block;
	position: absolute;
	top: -0.45em;
	font-weight: 700;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
	font-size: 1.25em;
	content: "¬";
	opacity: 1;
	color: #fff;
	left: 0.75em;
	z-index: 2
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-combo .vr-form__holder--check input[aria-invalid="false"]::after {
		left: 0.14em;
		top: -0.65em
	}
}
.vr-section__contato--form {
	padding-top: 0;
	z-index: 0;
	padding-bottom: 0
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__contato--form {
		margin-top: 0;
		z-index: 1
	}
	.vr-section__contato--form .vr-section__content {
		padding-left: 0 !important
	}
}
.vr-section__contato--form .vr-section__wrapper {
	width: 28.938rem;
	max-width: 100%
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__contato--form .vr-section__wrapper {
		width: 100%;
		max-width: 100%;
		padding: 0
	}
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper {
	padding: 1.875rem 1.5rem 1.25rem;
	margin: 0
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper {
		padding: 1.875rem 1.25rem 1.75rem;
		border-radius: 0.625rem
	}
	.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__title {
		padding-top: 0
	}
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__holder {
	margin-bottom: 0
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__intro {
	padding-bottom: 0px
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__actions {
	padding-top: 1.5rem;
	margin-top: 0
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__action--contato {
	padding-bottom: 0
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__action--contato .vr-button {
	background-color: #ffffff;
	border-radius: 0.375rem;
	color: var(--color-vr)
}
.vr-section__contato--form .vr-section__wrapper .vr-form__wrapper .vr-form__action--contato .vr-button:hover {
	color: #fff;
	background: var(--color-vr)
}
.vr-form__holder--select.error:after, .vr-form__holder--select.valid:after {
	display: none
}
.vr_form__imprensa--title {
	text-align: center;
	font-size: 18px;
	font-weight: 600
}
.button--loading {
	opacity: 0.7;
	position: relative;
	color: white;
	pointer-events: none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.button--loading:before {
	content: " ";
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	border: 2px solid white;
	border-color: white white white transparent;
	-webkit-animation: loading 1s linear infinite;
	animation: loading 1s linear infinite;
	margin-right: 10px
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.vr-form__input__group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__input__group {
		display: block
	}
}
.vr-form__input__group button {
	margin: 0;
	margin-left: 15px;
	min-width: 180px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form__input__group button {
		margin: 15px 0 0;
		width: 100%
	}
}
.vr-question {
	min-height: 100px;
	resize: vertical
}
.tab {
	display: none
}
.invalid {
	border-bottom-color: red
}
.step.finish {
	background-color: #4caf50
}
#sejaParceiroForm .vr-form__actions {
	padding: 0 1rem
}
@media screen and (max-width: calc(720px - 1px)) {
	#sejaParceiroForm .vr-form__actions {
		display: block
	}
}
#sejaParceiroForm .vr-form__holder {
	margin: 1rem 1rem 0rem
}
#sejaParceiroForm .vr-field__label:not(.vr-field__label--politica) {
	z-index: -1
}
#sejaParceiroForm #sejaParceiroPasso2 p:not(.vr-form__intro) {
	text-align: left;
	margin-bottom: 16px
}
#sejaParceiroForm .vr-form__field.vr-field, #sejaParceiroForm .select2-container {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #D5DCE1;
	border-radius: 100px;
	margin-bottom: 24px;
	height: 48px;
	padding: 0 12px;
	font-size: 16px;
	color: #a3a3a3 !important
}
#sejaParceiroForm .limpar-cidade {
	position: absolute;
	height: 48px;
	right: 5px;
	background-color: transparent;
	border: none;
	color: black;
	width: 30px;
	cursor: pointer;
	background-image: url(../img/svg/close-button-form.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center
}
#sejaParceiroForm .vr-form__holder label.error {
	top: calc(80% + 0.25rem)
}
#sejaParceiroForm .vr-form__holder.error::after {
	opacity: 0 !important
}
#sejaParceiroPasso2, #sejaParceiroPasso3 {
	display: none
}
#sejaParceiroForm .grecaptcha-badge {
	display: none !important
}
.vr-form__holder.form-checkbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem 0rem 1rem
}
.formDenuncia {
	margin: 2rem auto;
	width: unset !important
}
.formDenuncia .feedback-message-container {
	text-align: center
}
.formDenuncia .feedback-message-container .message-active {
	display: unset !important;
	font-weight: 700;
	font-size: 18px
}
.formDenuncia .feedback-message-container .message-success {
	color: var(--color-vr)
}
.formDenuncia .feedback-message-container .message-error {
	color: var(--color-transporte)
}
@media screen and (max-width: calc(540px - 1px)) {
	.formDenuncia form {
		padding: 0 10px
	}
}
.recaptcha-required {
	display: none;
	max-width: 100%;
	top: calc(100% + 0.25rem);
	left: 0;
	background-color: #e32525;
	text-align: left;
	font-size: 0.625em;
	color: #ffffff;
	padding: 0.25em 0.75em
}
#map-error-modal::after, #map-error-pag::after {
	top: -0.35em !important;
	right: 15px !important
}
.vr-field:focus~.states-suggestions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.vr-form__field.open:hover {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.states-suggestions {
	display: none;
	position: absolute;
	height: 150px;
	overflow-y: auto;
	width: 100%;
	z-index: 999;
	top: 70%;
	left: 0;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #dddddd;
	background-color: #fff
}
.states-suggestions::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5
}
.states-suggestions::-webkit-scrollbar {
	width: 4px;
	background-color: #dddddd
}
.states-suggestions::-webkit-scrollbar-thumb {
	background-color: #acbdcf
}
.states-suggestions.open, .states-suggestions.open:hover, .states-suggestions.open:active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.states-suggestions p {
	width: 100%;
	color: var(--color-vr-darken);
	padding: 10px
}
.states-suggestions p:hover {
	background-color: #fff110;
	cursor: pointer
}
.states-suggestions p:not(:last-of-type) {
	margin-bottom: 1rem
}
#cidade~.states-suggestions p {
	margin-bottom: 0;
	padding: 3px 10px
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer {
	padding-block: 35px
}
@media (min-width: 1024px) {
	.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer {
		padding-block: 70px
	}
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-section__content {
	padding-left: 0
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__select~.select2-container {
	max-width: none
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-section__wrapper {
	background-color: #dce6f0;
	padding: 48px 64px 48px 64px;
	border-radius: 0 40px 0 40px;
	width: 100%;
	max-width: calc(800px + 2rem);
	margin-inline: auto;
	padding-inline: 1rem
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__wrapper {
	padding: 0;
	background-color: transparent;
	box-shadow: none
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder {
	width: auto
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select {
	-webkit-margin-after: 12px;
	margin-block-end: 12px;
	text-align: start
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single {
	background-color: #fafafa;
	height: 48px
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input::-webkit-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single::-webkit-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input::-webkit-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single::-webkit-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__rendered[title="Número de funcionários"] {
	color: #a0aab4
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input:-ms-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single:-ms-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input:-ms-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single:-ms-input-placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__rendered[title="Número de funcionários"] {
	color: #a0aab4
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input::placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single::placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input::placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input .select2-selection__rendered[title="Número de funcionários"], .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single::placeholder, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__rendered[title="Número de funcionários"] {
	color: #a0aab4
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input .select2-selection__rendered, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single .select2-selection__rendered, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input .select2-selection__rendered, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: 30px
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder input .select2-selection__arrow, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder .select2-selection.select2-selection--single .select2-selection__arrow, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select input .select2-selection__arrow, .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__arrow {
	right: 5px;
	top: 6px
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__row .vr-field__label:not(.vr-field__label--aceita-comunicacoes), .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-form__holder--select .vr-field__label {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	position: relative;
	top: 0;
	opacity: 1;
	left: 0
}
.vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-button {
	width: 100%;
	background-color: #E20093;
	border-color: #E20093
}
body:has(.banner-voucher--orange) .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-button {
	background-color: #FF7A01;
	border-color: #FF7A01
}
body:has(.banner-voucher--green) .vr-section.vr-section--form.vr-section__contato--form.vr-section--form-offer .vr-button {
	background-color: #02D72F;
	border-color: #02D72F;
	color: #000
}
@media screen and (max-width: calc(1024px - 1px)) {
	.mfp-wrap {
		overflow: hidden auto !important
	}
}
@media screen and (max-width: calc(1620px - 1px)) {
	.mfp-wrap {
		overflow: hidden auto !important
	}
}
.mfp-container:before {
	content: none
}
.mfp-inline-holder .mfp-content {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%
}
.mfp-container {
	padding: 0
}
.mfp-close-btn-in .mfp-close {
	top: -1.125rem;
	right: -1.125rem;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 50%;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
	width: 2.5rem;
	height: 2.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2em;
	font-weight: 500;
	line-height: 1;
	color: var(--color-vr);
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.mfp-close-btn-in .mfp-close {
		right: 0.25rem
	}
}
.vr-modal--corretora .mfp-close {
	top: 1.9375rem;
	right: -0.1875rem;
	width: 2.4375rem;
	height: 2.5625rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal--corretora .mfp-close {
		right: 0.625rem;
		top: -1.4375rem
	}
}
.vr-modal--parceiro-digital .mfp-close {
	top: 1.9375rem;
	right: -0.1875rem;
	width: 2.4375rem;
	height: 2.5625rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal--parceiro-digital .mfp-close {
		right: 0.625rem;
		top: -1.4375rem
	}
}
.vr-modal {
	width: 64em;
	max-width: 100%;
	height: 95%;
	max-height: calc(100% - 6em);
	transition: var(--transition);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.mfp-ready .vr-modal {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-modal {
		height: 100%
	}
}
@media screen and (min-width: 1024px) {
	.vr-modal {
		max-height: calc(100% - 10em)
	}
}
@media screen and (min-width: 1620px) {
	.vr-modal {
		max-height: 60vh
	}
}
.vr-modal__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__wrapper {
		display: block
	}
}
.vr-modal__header {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	height: 100%;
	background-color: var(--color-main);
	color: #ffffff;
	padding: 3em 2em 3em 5em;
	border-top-left-radius: 1em;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__header {
		border-top-right-radius: 1em;
		height: auto;
		padding: 2em
	}
}
.vr-modal__background {
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center center/cover;
	width: 100%;
	height: 100%;
	border-top-left-radius: 1em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__background {
		border-top-right-radius: 1em
	}
}
.vr-modal__figure {
	margin: -3em auto -6em;
	position: absolute;
	max-height: 100%;
	overflow: hidden;
	left: 0
}
.vr-modal__figure::after {
	content: '';
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-shadow: inset 0em -15em 5em 1em var(--color-main)
}
.vr-modal-contato .vr-modal__header .vr-modal__figure::after {
	box-shadow: inset 0px -12em 5em 0em var(--color-main)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__figure {
		position: relative;
		margin-bottom: -10em;
		max-height: 25em;
		overflow: hidden
	}
	.vr-modal__figure:after {
		box-shadow: inset 0px -10em 4em 0em var(--color-main)
	}
}
.vr-modal__image {
	position: relative;
	max-width: 100% !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__image {
		max-height: 100%;
		display: block;
		margin: 0 auto
	}
}
.vr-modal__header-text {
	position: relative;
	justify-self: flex-end;
	margin: auto 0 0
}
.vr-modal__header-text::before {
	content: '';
	width: calc(100%);
	height: 100%;
	box-shadow: inset 0px -6em 3em 0em var(--color-main);
	position: absolute;
	top: 0;
	left: 0
}
.vr-modal-contato .vr-modal__header .vr-modal__header-text::before {
	width: calc(100% + 6em);
	box-shadow: inset 0px -3em 2em -1em var(--color-main)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__header-text::before {
		box-shadow: inset 0px -4em 2em 0em var(--color-main)
	}
	.vr-modal-contato .vr-modal__header .vr-modal__header-text::before {
		box-shadow: inset 0px -3em 2em -1em var(--color-main)
	}
}
.vr-modal__header-text::after {
	content: '';
	position: absolute;
	top: 0.25em;
	left: -2.5em;
	width: 1.25em;
	height: 4em;
	background-color: var(--color-second)
}
.vr-modal__title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 2;
	color: #ffffff;
	text-align: left;
	position: relative
}
.vr-modal__intro {
	position: relative
}
.vr-modal__content {
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	height: 100%;
	background-color: #ffffff;
	padding: 4rem 3rem;
	border-top-right-radius: 1rem
}
.vr-modal__content .ss-scroll {
	background-color: var(--color-vr-complement)
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-modal__content {
		border-top-right-radius: 0;
		padding: 2rem;
		overflow: auto;
		height: auto
	}
}
.vr-modal__text {
	height: auto;
	padding-right: 1.5em
}
.vr-modal__text ul {
	list-style-type: none
}
.vr-modal__text ul>li {
	position: relative;
	padding-left: 1.5em
}
.vr-modal__text ul>li+li {
	margin-top: 0.625em
}
.vr-modal__text ul>li::before {
	content: '';
	position: absolute;
	top: 0.75em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background-color: var(--color-second);
	border-radius: 50%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal__text {
		height: 100%;
		padding: 0
	}
}
.vr-modal__section-title {
	margin: 0.75rem 0 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75
}
.vr-modal__actions {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -0.5rem;
	padding-top: 0.5rem
}
.vr-modal__actions::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--color-main);
	top: 0;
	left: 0
}
.vr-modal__actions-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}
.upload__document {
	font-size: 12px;
	color: var(--color-auto-darken);
	opacity: 1;
	letter-spacing: 0;
	margin-right: 3.125rem;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	max-width: 205px;
	margin-top: 1rem;
	list-style: none;
	overflow-wrap: break-word
}
.close__file {
	font-size: 10px;
	color: var(--color-grayscale-400);
	cursor: pointer;
	outline: none;
	font-weight: 700;
	float: right;
	transition: var(--transition)
}
.vr-modal-input__disable {
	opacity: 0.4;
	transition: var(--transition)
}
#iagree-error {
	left: 14.813rem;
	top: 14px
}
@media screen and (max-width: calc(540px - 1px)) {
	#iagree-error {
		left: 0.875em
	}
}
.desabilitado {
	display: none
}
#notCnae-error {
	top: 3.063rem;
	left: -0.375rem
}
.possuiItem {
	display: none !important
}
.naoItem {
	display: none !important
}
.remove {
	display: none !important
}
.barra__modal-1, .barra__modal-2, .barra__modal-3, .barra__modal-4, .barra__modal-5, .barra__modal-ccm-1, .barra__modal-ccm-2, .barra__modal-ccm-3, .barra__modal-ccm-4, .barra__modal-ccm-5 {
	width: 1%;
	background-color: var(--color-vr);
	height: 3px;
	opacity: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.input__upload {
	z-index: 20202;
	position: absolute;
	margin-left: 0.188rem;
	opacity: 0;
	cursor: pointer;
	width: 12.75rem;
	height: 3.25rem;
	font-size: 0;
	display: inline-block !important
}
.vr-modal__porcentagem {
	color: var(--color-vr);
	letter-spacing: 0;
	font-weight: 700;
	font-size: 12px;
	float: right
}
.vr-modal__disable--button {
	border: 2px solid var(--color-grayscale-700);
	color: var(--color-grayscale-700)
}
.vr-modal__disable--button .vr-modal__svg-cnpj {
	width: 12px;
	height: 15px;
	fill: #00AA13
}
.vr-modal__disable--button .vr-modal__disable--svg {
	fill: var(--color-grayscale-700)
}
.vr-modal__subtitle {
	margin-top: 1.25rem
}
.vr-modal-last__row {
	margin-bottom: 0px !important
}
.vr-modal__email--error, .vr-modal__email--cadastro-error {
	position: absolute;
	max-width: 100%;
	top: calc(100% + 0.25rem);
	left: 0;
	background-color: #E32525;
	text-align: left;
	font-size: 0.625rem;
	color: #ffffff;
	padding: 0.25rem 0.75rem;
	font-weight: 600
}
.vr-modal--iagree.valid::after {
	content: '';
	position: absolute;
	left: 14.563rem;
	top: -0.375rem;
	width: 6px;
	height: 9px;
	border-right: solid 3px #fff;
	border-bottom: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.vr-modal--iagree.error::after {
	content: ''
}
.notCnaeDiv {
	color: var(--color-grayscale-700)
}
.notCnaeDiv.valid::after {
	content: '';
	position: absolute;
	left: -0.125rem;
	top: 1.563rem;
	width: 6px;
	height: 8px;
	border-right: solid 3px #fff;
	border-bottom: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.notCnaeDiv.valid span {
	color: var(--color-vr)
}
.notCnaeDiv.error::after {
	content: ''
}
.primeiroLabelCnpj, .primeiroLabelCcm, .primeiroLabelNf, .primeiroLabelContrato, .primeiroLabelSocio {
	position: relative
}
.div-anexo {
	width: 100%;
	margin: 0;
	position: absolute;
	top: 52px;
	white-space: normal
}
.div-anexo.error::after {
	content: ''
}
.div-anexo.valid::after {
	content: ''
}
#uploadCnpj1, #uploadCcm1, #uploadNotaFiscal1, #uploadSocios1, #uploadContratoSocial1 {
	right: -1px;
	bottom: 2px
}
.vr-form--modal {
	max-width: 1024px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	height: -webkit-max-content;
	height: max-content
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.vr-form--modal .vr-form__wrapper {
	max-width: 50%;
	height: 721px;
	padding: 2em 5em;
	height: -webkit-max-content;
	height: max-content
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-form__wrapper {
		max-width: 100%;
		width: 100%;
		padding: 4em 3em;
		height: 595px
	}
}
.vr-form--modal .vr-form__wrapper .vr-form__holder {
	margin: 2rem 1rem 0rem
}
.vr-form--modal .vr-form__wrapper .vr-form-title {
	font-size: 26px;
	font-weight: 600
}
.vr-form--modal .vr-form__wrapper .vr-form-subtitle {
	font-size: 16px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-form__wrapper .vr-form--info {
		display: none
	}
}
.vr-form--modal .vr-form__wrapper .vr-form__actions {
	margin: 1.5rem 0
}
.vr-form--modal .vr-modal-hero {
	min-width: 50%;
	height: 721px;
	background-color: #00AA13;
	margin: 3em auto;
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	padding: 4.5em 1.5em;
	height: auto
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-modal-hero {
		margin-bottom: 0;
		height: 475px
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-modal-hero img {
		position: relative;
		top: -6.5em;
		left: 2em
	}
}
.vr-form--modal .vr-modal-hero__title {
	font-size: 26px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 1em;
	margin-left: 2em;
	line-height: 1.5
}
.vr-form--modal .vr-modal-hero__title::before {
	content: '';
	position: absolute;
	left: 3.4em;
	top: 26.2em;
	width: 1.25rem;
	height: 64px;
	background-color: #ffc600;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-modal-hero__title::before {
		top: 0.3em;
		left: -1em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-modal-hero__title {
		position: relative;
		top: -4em
	}
}
.vr-form--modal .vr-modal-hero__button {
	left: 216px;
	width: 333px;
	height: 52px;
	margin-left: 24px;
	background-color: #FFC600;
	color: #02d72f;
	border-radius: 6px;
	border: none;
	text-align: center;
	font-size: 15px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-modal-hero__button {
		position: relative;
		bottom: 5em;
		left: 1em;
		background-color: #00AA13;
		color: #ffffff
	}
}
.vr-form--modal .vr-button--transparent {
	background-color: transparent;
	color: #00AA13;
	border-color: #00AA13
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-form--modal .vr-button--transparent {
		display: none
	}
}
.vr-form--modal .mfp-close {
	top: 1.875rem
}
.vr-modal-contato {
	height: 100%;
	max-height: calc(100% - 2em)
}
@media screen and (min-width: 1620px) {
	.vr-modal-contato {
		max-height: calc(90% - 2em);
		height: 95%;
		max-height: 50em
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-modal-contato {
		max-height: calc(100% - 5em)
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato {
		position: absolute
	}
}
.vr-modal-contato .vr-modal__header {
	padding: 3em 6em 3em 5em
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-modal-contato .vr-modal__header {
		padding: 1em
	}
}
@media screen and (min-width: 1620px) {
	.vr-modal-contato .vr-modal__header-text {
		margin: 0;
		margin-top: 100%
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal-contato .vr-modal__header-text {
		margin-bottom: .5em;
		-webkit-transform: translateX(1em);
		transform: translateX(1em);
		padding-right: 1em
	}
}
.vr-modal-contato .vr-modal__header-text .vr-modal__title {
	line-height: 1.5em
}
.vr-modal-contato .vr-modal__header-text .vr-modal__intro {
	-webkit-transform: translateX(-2.5em);
	transform: translateX(-2.5em)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal-contato .vr-modal__header-text .vr-modal__intro {
		-webkit-transform: none;
		transform: none
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-modal__actions-wrapper {
		width: 100%
	}
}
.vr-modal-contato .vr-modal__actions-wrapper .vr-button {
	width: 100%;
	-webkit-transform: translateX(-2.5em);
	transform: translateX(-2.5em);
	font-weight: 500
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-modal-contato .vr-modal__actions-wrapper .vr-button {
		-webkit-transform: none;
		transform: none
	}
}
.vr-modal-contato .vr-modal__content {
	padding: 2em 3em;
	overflow-y: auto
}
.vr-modal-contato .vr-modal__content .form-warning-info {
	font-size: 13px;
	margin: 0 1rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal-contato .vr-modal__content {
		overflow-y: initial;
		min-height: 150vh;
		border-top-left-radius: .5em;
		border-top-right-radius: .5em;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
		position: relative;
		width: 100%
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-modal__content form {
		position: absolute;
		width: calc(100% - 1em);
		-webkit-transform: translateX(-0.5em);
		transform: translateX(-0.5em)
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-modal__content {
		padding: 1em
	}
}
.vr-modal-contato .vr-modal__content::-webkit-scrollbar {
	width: .5em
}
.vr-modal-contato .vr-modal__content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: .5em
}
.vr-modal-contato .vr-modal__content::-webkit-scrollbar-thumb {
	background: var(--color-vr-complement);
	border-radius: .5em
}
.vr-modal-contato .vr-form__intro {
	padding-bottom: 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-form__intro {
		padding-top: .5em
	}
}
.vr-modal-contato .vr-form__intro--mobile {
	display: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-form__intro--mobile {
		display: block;
		font-size: 1.625em;
		font-weight: 700;
		line-height: 1.4;
		color: var(--color-grayscale-400);
		display: block;
		text-align: center
	}
}
.vr-modal-contato .vr-form__title {
	padding-top: .5em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-form__title {
		font-size: 1rem;
		display: none
	}
}
.vr-modal-contato .vr-form__title--mobile {
	display: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal-contato .vr-form__title--mobile {
		display: block;
		text-transform: capitalize;
		margin: .8em 0 .5em 0;
		font-weight: 600
	}
}
#ofereca-vr.vr-modal-contato .vr-modal__figure {
	margin: 0em auto -6em
}
#ofereca-vr.vr-modal-contato .vr-modal__actions {
	margin: auto 0 0
}
#ofereca-vr.vr-modal-contato .vr-form__holder {
	line-height: 1
}
#ofereca-vr.vr-modal-contato .vr-form__holder .vr-field__label::after {
	top: 0 !important
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal__actions--contato-mobile::before {
		background-color: transparent
	}
	.vr-modal__actions--contato-mobile .vr-button--primary {
		color: #fff;
		background-color: var(--color-vr);
		border-color: var(--color-vr)
	}
}
.vr-button--primary {
	color: #1B2126;
	background-color: #fff110;
	border-color: #fff110
}
.vr-button--whatsapp {
	border-color: #fff;
	background-color: #fff;
	color: #008C15
}
.vr-button--whatsapp:hover {
	border-color: #fff110;
	background-color: #fff110;
	color: #1B2126
}
.vr-modal-download-app-background {
	display: none;
	position: fixed;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 180px;
	padding: 20px 10px;
	background-color: var(--color-vr);
	z-index: 9999
}
.vr-modal-download-app-background a {
	background-color: var(--color-second);
	color: var(--color-vr);
	text-decoration: none;
	margin-top: 20px;
	border-radius: 20px;
	border: none;
	padding: 3px;
	width: 130px;
	min-height: 30px;
	text-align: center;
	cursor: pointer;
	font-weight: 500
}
.vr-modal-download-app-background img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer
}
.vr-modal-download-app-background p {
	text-align: center;
	line-height: 1;
	color: #FFF;
	padding: 0 10px
}
.vr-modal-download-app-background p span {
	color: var(--color-vr-complement);
	font-weight: 700
}
.vr-modal-download-app-background .vr-modal-download-app-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%
}
.vr-modal-download-app-background .vr-modal-download-app-container button {
	margin-top: 20px;
	border-radius: 20px;
	border: none;
	padding: 10px;
	width: 130px;
	min-height: 30px;
	cursor: pointer
}
.vr-modal-download-app-background .vr-modal-download-app-container button:nth-child(1) {
	background-color: #FFF;
	color: var(--color-vr)
}
.vr-modal-download-app-background .vr-modal-download-app-container button:nth-child(2) {
	color: #FFF;
	background-color: var(--color-vr-complement)
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-modal-download-app-background {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}
.vr-modal-popup {
	height: 85% !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal-popup .vr-modal__wrapper {
		padding: 0 1em
	}
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 !important;
	background-color: #fff
}
@media screen and (min-width: calc(1024px - 1px)) {
	.vr-modal-popup .vr-modal__wrapper .vr-modal__header {
		background-color: transparent
	}
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__figure {
	margin: 0;
	max-height: none;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__figure::after {
	content: none
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__figure img {
	height: 100%;
	object-fit: cover;
	width: 100%
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__header-text {
	margin: 50px 0 0 !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal-popup .vr-modal__wrapper .vr-modal__header-text {
		position: absolute;
		left: 0;
		right: 0;
		top: 10%;
		text-align: center;
		padding: 0 2rem !important;
		-webkit-transform: none !important;
		transform: none !important;
		margin: 0 !important
	}
	.vr-modal-popup .vr-modal__wrapper .vr-modal__header-text::after {
		left: 0
	}
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__header-text::before {
	content: none
}
.vr-modal-popup .vr-modal__wrapper .vr-modal__header-text .vr-modal__title {
	font-size: 35px;
	line-height: initial !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-modal-popup .vr-modal__wrapper .vr-modal__header-text .vr-modal__title {
		font-size: 32px;
		text-align: center;
		margin-bottom: 10px
	}
}
.parceiro-modal-background {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.parceiro-modal-background .modal-container {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #FFF;
	border-radius: 15px;
	padding: 25px 55px;
	width: 60vw;
	max-width: 980px;
	height: auto
}
.parceiro-modal-background .modal-container .title {
	color: #02D72F;
	font-size: 3rem;
	line-height: normal
}
.parceiro-modal-background .modal-container .title:focus {
	color: red
}
.parceiro-modal-background .modal-container .description {
	font-size: 1rem;
	font-weight: 600;
	line-height: normal
}
.parceiro-modal-background .modal-container .description:last-of-type {
	width: 80%
}
.parceiro-modal-background .modal-container .close-icon-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	-webkit-filter: invert(54%) sepia(98%) saturate(1710%) hue-rotate(88deg) brightness(102%) contrast(103%);
	filter: invert(54%) sepia(98%) saturate(1710%) hue-rotate(88deg) brightness(102%) contrast(103%)
}
@media screen and (max-width: 680px) {
	.parceiro-modal-background .modal-container {
		width: 95vw;
		min-height: 20vh;
		padding: 25px 30px
	}
	.parceiro-modal-background .modal-container .title {
		font-size: 2.5rem
	}
	.parceiro-modal-background .modal-container .description:last-child {
		width: 100%
	}
	.parceiro-modal-background .modal-container .close-icon-btn {
		width: 20px;
		height: 20px
	}
}
.vr-general-message {
	background-color: #fff110;
	background-color: var(--color-vr-complement)
}
.vr-general-message::before, .vr-general-message::after {
	content: '';
	width: 100%;
	height: 1px;
	visibility: hidden;
	display: table
}
.vr-general-message__wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	padding: 0.875em 4em 0.875em 0;
	position: relative
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-general-message__wrapper {
		padding: 0.875em 4em 0.875em 1em
	}
}
.vr-general-message__content {
	font-size: .75rem;
	font-weight: 500;
	line-height: 2;
	color: #02a424;
	color: var(--color-vr-darken)
}
.vr-general-message__content p {
	font-size: 1em
}
.vr-general-message__content .vr-actions {
	margin: 0 -0.5em
}
.vr-general-message__closer {
	position: absolute;
	top: 0.875em;
	right: 0;
	width: 2.5em;
	height: 2.5em;
	background-color: #ffffff;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2);
	border: none;
	border-radius: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 300
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-general-message__closer {
		top: calc(50% - 1.25em);
		right: 0.5em
	}
}
.vr-general-message__label {
	display: none
}
.vr-general-message__icon {
	display: block;
	width: 1.125em;
	height: 1.125em
}
.vr-general-message__icon path {
	fill: #02D72F;
	fill: var(--color-vr)
}
.vr-banner {
	position: relative;
	padding: 0;
	overflow: hidden;
	background-image: linear-gradient(141deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.83) 51%, #000 75%)
}
.vr-banner .vr-section__wrapper {
	padding: 7em 0
}
.vr-banner .vr-button {
	background-color: #FFF110 !important;
	margin-top: 40px;
	width: 80%;
	color: #000
}
.vr-banner .vr-button .description {
	width: 80% !important;
	min-width: 200px !important;
	margin-top: 0px !important
}
.containerWithContext {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-banner__ofertas {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 499px
}
.vr-banner__ofertas img.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 499px;
	background-color: #A6F89D;
	z-index: -1;
	object-fit: cover
}
.vr-banner__ofertas .banner-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 820px
}
.vr-banner__ofertas--title-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	width: 50%
}
.vr-banner__ofertas--title-container h1 {
	font-size: 5.375rem;
	line-height: 86px;
	font-weight: 600;
	margin: 0 0 36px 0
}
.vr-banner__ofertas--title-container h1::after {
	content: '.';
	color: #FFF110;
	font-size: 5.375rem;
	font-weight: bolder
}
.vr-banner__ofertas--title-container p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400
}
.vr-banner__ofertas--title-container span.highlighted.yellow {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 24px;
	background-image: linear-gradient(to top, #FFF110 90%, transparent 0)
}
.vr-banner__ofertas--image-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 35%
}
.vr-banner__ofertas--image-container img {
	height: 520px;
	position: absolute;
	top: 30px
}
@media screen and (max-width: 900px) {
	.vr-banner__ofertas {
		padding: 0 20px
	}
	.vr-banner__ofertas--title-container {
		width: 100%;
		margin: 0 auto
	}
	.vr-banner__ofertas--image-container {
		display: none
	}
}
.vr-banner__img-blur {
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-filter: blur(0.3em);
	filter: blur(0.3em);
	opacity: .4;
	height: 100%;
	object-fit: cover
}
.vr-banner__content {
	color: #ffffff
}
.vr-banner__content--centered {
	text-align: center
}
.vr-banner__content--centered .vr-actions {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.banner-rounded-with-image {
	position: relative;
	height: 924px
}
.banner-rounded-with-image img.background {
	border-radius: 0px 0px 0px 150px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 924px;
	background-color: #02D72F;
	z-index: -1;
	object-fit: cover
}
.banner-rounded-with-image--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	max-width: 820px;
	padding-bottom: 40px
}
.banner-rounded-with-image--container .balloon {
	max-width: 462px;
	min-height: 272px;
	height: auto;
	border-radius: 0px 75px;
	background-color: #FFFFFF;
	padding: 36px 52px
}
.banner-rounded-with-image--container .balloon h2 {
	font-size: 3rem;
	line-height: normal;
	font-weight: bold
}
.banner-rounded-with-image--container .balloon p {
	line-height: normal;
	font-size: 1rem
}
.banner-rounded-with-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.banner-rounded-with-image.verde::before {
	background: #02D72F
}
.banner-rounded-with-image.branco::before {
	background: #FFFFFF
}
.banner-rounded-with-image .balloonRight {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 50px;
	border-radius: 0px 75px;
	background-color: #02D72F;
	border: 1px solid black
}
.banner-rounded-with-image .balloonRight h2 {
	width: 100%;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: bold
}
.banner-rounded-with-image .balloonRight h2 span {
	background-color: #FFF110
}
.banner-rounded-with-image .balloonRight h3 {
	display: inline;
	font-size: 2rem;
	line-height: normal;
	font-weight: bold;
	width: 100%
}
.banner-rounded-with-image .balloonRight p {
	gap: 20px;
	line-height: normal;
	font-size: 1rem
}
.banner-rounded-with-image .balloonRight button, .banner-rounded-with-image .balloonRight a {
	background-color: #FFF110;
	color: #000;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.banner-rounded-with-image .balloonLeft {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	max-height: 65%;
	max-width: 55%;
	margin-top: 50px;
	border-radius: 0px 75px;
	background-color: #A6F89D
}
.banner-rounded-with-image .balloonLeft h2 {
	display: inline;
	width: 100%;
	background-color: #FFF110;
	font-size: 2rem;
	line-height: normal;
	font-weight: bold
}
.banner-rounded-with-image .balloonLeft h3 {
	display: inline;
	font-size: 2rem;
	line-height: normal;
	font-weight: bold
}
.banner-rounded-with-image .balloonLeft p {
	gap: 20px;
	line-height: normal;
	font-size: 1rem
}
.banner-rounded-with-image .balloonLeft button {
	background-color: #02D72F !important;
	color: #000;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.banner-rounded-with-image.banner-principal {
	margin: auto;
	width: 100%;
	height: 720px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.banner-rounded-with-image.banner-principal .banner-rounded-with-image--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto
}
.banner-rounded-with-image.banner-principal img {
	width: 100%;
	height: 720px;
	border-radius: 0
}
.banner-rounded-with-image.banner-footer {
	margin: auto;
	max-width: 1280px;
	max-height: 750px;
	border-radius: 0px 150px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.banner-rounded-with-image.banner-footer .banner-rounded-with-image--container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
.banner-rounded-with-image.banner-footer img {
	width: 1280px;
	height: 720px;
	border-radius: 0px 150px
}
@media screen and (max-width: 900px) {
	.banner-rounded-with-image img.background {
		border-radius: 0 75px
	}
	.banner-rounded-with-image .balloonRight {
		-webkit-flex: unset;
		-ms-flex: unset;
		flex: unset;
		width: 100%
	}
	.banner-rounded-with-image--container {
		padding: 1rem
	}
	.banner-rounded-with-image.banner-principal .banner-rounded-with-image--container {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 1rem
	}
	.banner-rounded-with-image.banner-footer .balloonLeft {
		max-width: 100%;
		border-radius: 0px 75px
	}
	.banner-rounded-with-image.banner-footer .balloon {
		width: 100%
	}
}
@media screen and (max-width: 600px) {
	.banner-rounded-with-image .balloonLeft {
		max-height: 85%
	}
}
.vr-timeline {
	width: 960px;
	max-width: 100%;
	margin: 0 auto
}
.vr-timeline__header {
	text-align: center;
	margin: 0 0 5em
}
.vr-timeline__title {
	font-size: 1.5em;
	margin: 0 0 1em;
	font-weight: 700
}
.vr-timeline__dates {
	margin: 2em 0
}
.vr-timeline__dates .slick-list {
	overflow: visible
}
.vr-timeline__dates .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.vr-timeline__dates .slick-track::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: calc(50% - 1px)
}
.vr-timeline__date {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	height: 3rem;
	position: relative;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: var(--transition);
	outline: none;
	cursor: pointer
}
.vr-timeline__date.slick-current {
	font-size: 3em;
	color: #ffffff
}
.vr-timeline__date:last-child {
	background-color: var(--color-second)
}
.vr-timeline__date span {
	background-color: var(--color-second);
	padding: 0 8px;
	margin-left: -8px;
	font-weight: 600
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-timeline__date.slick-current {
		font-size: 2.25em;
		color: #ffffff
	}
}
.vr-timeline__contents {
	margin-top: 3em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-timeline__contents {
		width: calc(100% + 2em);
		padding-right: 1em
	}
}
.vr-timeline__content {
	color: #ffffff;
	transition: var(--transition)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-timeline__content {
		position: relative;
		padding: 0 1.5rem 0 2rem
	}
	.vr-timeline__content:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 1.2rem;
		height: 115px;
		background-color: #00aa13;
		background-color: var(--color-vr)
	}
}
.vr-timeline__event {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1em
}
.vr-timeline__description {
	line-height: 2;
	font-weight: 600
}
.vr-simple-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: -4em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-simple-content {
		margin-bottom: -2em
	}
}
.vr-simple-content__figure {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 2.5em 0 0;
	width: calc(40% - 2.5em);
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 1
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-simple-content__figure {
		display: none
	}
}
.vr-simple-content__image {
	margin: 0
}
.vr-simple-content__main {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	position: relative;
	margin-bottom: 14rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-simple-content__main {
		width: 60%;
		margin-bottom: 9rem
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-simple-content__main {
		width: 100%;
		margin-bottom: 6rem
	}
}
.vr-simple-content__title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.8;
	margin: 0 0 0.5em;
	position: relative
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-simple-content__title {
		-webkit-transform: translateX(0.8em);
		transform: translateX(0.8em)
	}
}
.vr-simple-content__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -2.5rem;
	width: 1.25rem;
	height: 64px;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-simple-content__title::before {
		height: 7rem;
		left: -1.65em;
		width: 1em;
		top: -.3em
	}
}
.vr-simple-content__text {
	line-height: 1.8
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-simple-content__text {
		padding-left: 1.2em
	}
}
.vr-simple-content__hashtag {
	font-size: 14em;
	font-weight: 700;
	line-height: .625;
	color: transparent;
	-webkit-text-stroke: 2px var(--color-second);
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-column-align: center;
	justify-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: -14rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-simple-content__hashtag {
		font-size: 9em;
		bottom: -9rem
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-simple-content__hashtag {
		font-size: 5em;
		bottom: -6rem
	}
}
.vr-help {
	position: fixed;
	right: calc((100% - var(--width-content)) / 2);
	bottom: 1em;
	z-index: 2021;
	max-height: 100%;
	-ms-overflow-style: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-help {
		max-width: 100%
	}
}
.vr-help * {
	-ms-overflow-style: none
}
.vr-help::-webkit-scrollbar {
	-webkit-appearance: none
}
.vr-help ::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
	width: 0;
	height: 0
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-help .ss-wrapper {
		float: initial;
		padding: 0
	}
}
.vr-help .ss-scroll {
	background-color: #fff110;
	background-color: var(--color-vr-complement);
	right: calc(-98% + 0px) !important
}
.vr-help .ss-content {
	width: calc(100% + 17px);
	max-width: 100%;
	overflow-x: hidden
}
@media screen and (min-width: 720px) {
	.vr-help .ss-content .vr-help__menu {
		width: calc(100% - 17px)
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-help .ss-content {
		width: 100%;
		overflow-x: visible
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-help {
		right: 0;
		bottom: 0
	}
	.vr-help .ss-scroll {
		display: none
	}
}
.vr-help__button {
	border: none;
	width: 5em;
	height: 5em;
	border-radius: 2.5em;
	background-color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2);
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 5px;
	right: 10px;
	outline: none;
	cursor: pointer
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-help__button {
		position: fixed;
		bottom: 2rem;
		right: 7rem;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-opened-menu .vr-help__trigger--mobile {
		position: fixed;
		left: 1em;
		right: 1em;
		bottom: 1em;
		z-index: 300;
		max-width: calc(100% - 2em);
		width: calc(100% - 2em)
	}
}
.vr-trigger__icon {
	width: 1.5em;
	height: 1.5em
}
.vr-trigger__icon path, .vr-trigger__icon rect, .vr-trigger__icon circle, .vr-trigger__icon polygon {
	fill: var(--color-vr)
}
.vr-trigger__label {
	text-transform: uppercase;
	font-size: .625em;
	font-weight: 700;
	line-height: 1;
	color: var(--color-vr);
	margin-top: 0.5rem
}
.vr-help__content {
	width: 0;
	max-width: 100%;
	height: 0;
	max-height: calc(100% - 2em);
	overflow: hidden;
	position: relative;
	transition: var(--transition);
	box-shadow: 0px 45px 14px rgba(0, 0, 0, 0.21)
}
.vr-help__content.visible {
	width: 375px;
	height: 568px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-help__content.visible {
		width: 100%
	}
}
.vr-help__content-holder {
	margin-top: 1.35em;
	height: calc(100% - 1.35em);
	background-color: #ffffff;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	position: relative
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-help__content-holder {
		box-shadow: 1px 1px 12px 4px rgba(50, 50, 50, 0.15)
	}
}
.vr-help__close {
	position: absolute;
	top: -1.15em;
	right: 0.5em;
	width: 2.5em;
	height: 2.5em;
	background-color: #ffffff;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2);
	border: none;
	border-radius: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 2
}
.vr-help__close .vr-trigger__icon {
	display: block;
	width: 1.125em;
	height: 1.125em
}
.vr-help__close .vr-trigger__icon path {
	fill: #00aa13;
	fill: var(--color-vr)
}
.vr-help__wrapper {
	position: relative;
	height: 100%;
	border-bottom: 3px solid var(--color-vr-complement-darken)
}
.vr-help__wrapper .item-ocult-inside-help {
	display: none
}
.vr-help__wrapper .vr-section__wrapper .vr-section__content {
	padding-left: 1rem;
	padding-right: 1rem
}
.vr-help__track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	transition: var(--transition);
	height: 100%
}
.vr-help__holder {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%
}
.vr-help__holder::before {
	content: "";
	background-color: var(--color-vr);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem
}
.vr-help__text {
	color: #ffffff;
	text-align: center;
	position: relative;
	padding: 0 1em
}
.vr-help__title {
	position: relative;
	color: var(--color-vr-complement);
	font-size: 2.5em;
	font-weight: 800;
	padding: 0.75em 0 0.5em 0.75em;
	text-transform: lowercase;
	line-height: 1
}
.vr-help__title::before {
	content: "";
	position: absolute;
	width: 0.375em;
	height: 1.125em;
	left: 0;
	top: 0.75em;
	background-color: var(--color-vr-complement)
}
.vr-help__cards {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0.5em;
	position: relative
}
.vr-help__card {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(50% - 1em);
	margin: 0.5em;
	padding: 1em 0.5em;
	background-color: #ffffff;
	border-radius: 0.5em;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2);
	text-decoration: none;
	color: var(--color-vr);
	cursor: pointer
}
.vr-help__card:hover {
	color: var(--color-vr);
	box-shadow: 0 0 6px 3px rgba(50, 50, 50, 0.2)
}
.vr-help__card-icon {
	display: block;
	width: auto;
	height: 2em;
	margin: 0 auto 1em
}
.vr-help__card-icon path {
	fill: var(--color-grayscale-700)
}
.vr-help__card-name {
	width: 100%;
	text-align: center;
	font-size: 0.85em;
	line-height: normal
}
.vr-help__nav {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative
}
.vr-help__nav::before {
	content: "";
	background-color: var(--color-vr);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem
}
.vr-help__menu-item {
	background-color: #ffffff;
	border-radius: 0.5em;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2);
	margin: 1em;
	position: relative;
	padding: 1em;
	display: block;
	text-decoration: none;
	color: var(--color-grayscale-700);
	font-weight: 600;
	font-weight: normal;
	line-height: 1.2
}
.vr-help__menu-item:hover {
	color: var(--color-grayscale-700)
}
.vr-help__menu-icon {
	position: absolute;
	top: 50%;
	left: 1.5em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2em;
	height: 2em
}
.vr-help__menu-icon path {
	fill: var(--color-grayscale-700)
}
.vr-help__menu-icon~.vr-help__menu-name, .vr-help__menu-icon~.vr-help__menu-text {
	margin-left: 4rem
}
.vr-help__menu-name {
	font-weight: 700;
	color: var(--color-vr);
	margin-bottom: 0.375em
}
.vr-help__menu-text {
	font-size: 0.875em;
	line-height: 1.8
}
.vr-help__nav-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1em
}
.vr-help__back-button {
	text-decoration: none;
	color: var(--color-grayscale-700);
	font-size: 0.875em
}
.vr-help__search-icon {
	width: 1em;
	height: 1em
}
.vr-help__search-icon path {
	fill: var(--color-grayscale-700)
}
.vr-help-main {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	position: relative
}
.vr-help-main .feedback-success {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	background-color: var(--color-vr);
	padding: 5px;
	color: #FFF;
	transition: all 0.5s ease-in
}
.vr-help-main__holder {
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em
}
.vr-help-main__holder::before {
	content: "";
	background-color: var(--color-vr);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem
}
.vr-help-main__holder--email {
	padding-bottom: 7em
}
.vr-help-main__holder--email::before {
	content: none
}
.vr-help-contact__content {
	padding: 1.5em 1em
}
.vr-help-contact {
	position: relative;
	padding: 1.5em 0 1.5em 5em;
	background-color: #ffffff;
	color: var(--color-grayscale-400)
}
.vr-help-contact__icon {
	width: 3em;
	height: 3em;
	position: absolute;
	top: calc(50% + 0.5em);
	left: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.vr-help-contact__icon path {
	fill: var(--color-vr-complement)
}
.vr-help-contact__text {
	font-weight: 700;
	line-height: 1.2
}
.vr-help-contact__text a {
	color: inherit;
	text-decoration: none
}
.vr-help-contact__text a:hover {
	color: inherit
}
.vr-help-contact__tel {
	font-size: 1.5em
}
.vr-help-email {
	padding: 1em;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden
}
.vr-help-email .ss-content {
	padding: 0 0 2rem
}
.vr-help-email .vr-form__holder {
	margin: 1.3em 1em;
	max-width: calc(100% - 2em)
}
.vr-help-email .vr-form__holder textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 2.25em
}
@media screen and (max-width: 539px) {
	.vr-help-email .vr-form__row {
		margin: 0 -1em
	}
}
.vr-help-email__footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1em 0
}
.vr-help-message {
	position: fixed;
	top: 1em;
	left: 50%;
	-webkit-transform: translate(-50%, -200%);
	transform: translate(-50%, -200%);
	padding: 1em;
	border-radius: 1em;
	background-color: #ffffff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	z-index: 1000;
	max-width: calc(100% - 2em);
	width: 300px;
	transition: 0.4s ease-in-out 0.4s
}
.vr-help-message.show {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.vr-help-message__icon {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 2em;
	height: 2em;
	margin-right: 1em
}
.vr-help-message__icon path {
	fill: var(--color-vr)
}
.vr-help-message__text {
	color: var(--color-vr)
}
.vr-help__search {
	position: relative;
	margin: 0 1em
}
.vr-help__search .vr-help__search-button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	height: 1.625em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.vr-help__search .vr-help__search-button .vr-help__search-icon {
	width: 1.125em;
	height: 1.125em
}
.vr-help__search .vr-help__search-button .vr-help__search-icon path {
	fill: #ffffff
}
.vr-help__search-input {
	width: 100%;
	height: 2.125em;
	border: none;
	border-bottom: solid 2px #ffffff;
	display: block;
	background-color: transparent;
	padding: 0 1.5em 0.5em 0.5em;
	line-height: 1;
	font-size: 1em;
	color: #ffffff;
	outline: none
}
.vr-help__search-input:focus {
	border-bottom-color: var(--color-vr-complement)
}
.vr-help__search-result {
	text-align: center;
	font-size: 0.875em;
	color: #ffffff;
	margin: 1em 0 0;
	line-height: 1
}
.vr-help__faq-list {
	position: relative;
	overflow-y: auto;
	max-height: calc(100% - 9em);
	margin-top: 1em;
	height: 100%
}
@media screen and (min-width: 720px) {
	.vr-help__faq-list {
		overflow-y: auto;
		overflow-x: hidden
	}
}
.vr-help__faq-item {
	display: inline-block;
	text-decoration: none;
	border-radius: 0.5em;
	background-color: #ffffff;
	margin: 0.5em 1em;
	color: var(--color-grayscale-400);
	font-weight: 500;
	padding: 1em;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2);
	width: calc(100% - 2em)
}
.vr-help__faq-item:hover {
	color: var(--color-grayscale-400);
	box-shadow: 0 0 6px 2px rgba(50, 50, 50, 0.3)
}
.vr-help__faq-item-title {
	font-weight: 700
}
.vr-help__faq-item-text {
	font-size: 0.875em
}
.vr-help__faq-contents-holder {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	background-color: #ffffff;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	pointer-events: none;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em
}
@media screen and (min-width: 720px) {
	.vr-help__faq-contents-holder {
		overflow-y: auto;
		overflow-x: hidden
	}
}
.vr-help__faq-contents-holder.visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: all;
	z-index: 2
}
.vr-help__faq-contents-holder .vr-help__nav-footer {
	margin: 1em 2em
}
.vr-help__faq-content {
	margin-top: 1rem;
	font-size: 0.875em
}
.vr-help__faq-content * {
	font-size: 0.875em
}
.vr-help__faq-content strong {
	font-size: 1rem;
	color: var(--color-vr-complement)
}
.vr-help__faq-content .vr-faq__rating {
	font-size: 1rem;
	padding: 0
}
.vr-help__faq-content-title {
	font-size: 1.5em;
	font-weight: 700
}
.vr-help__faq-content-item {
	color: var(--color-grayscale-400);
	padding: 1em 2em;
	position: relative
}
.vr-help__faq-content-item::before {
	content: "";
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 1em;
	height: 6em;
	background-color: var(--color-vr-complement)
}
.vr-help__faq-content-apps {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5em -0.5em
}
.vr-help-contato {
	overflow-y: auto
}
.vr-help-contato .ss-scroll {
	right: calc(-101% + 0px) !important
}
.vr-help-contato__hidden {
	visibility: hidden;
	overflow: hidden;
	height: 0
}
.vr-help-contato__show {
	visibility: visible;
	overflow: initial;
	height: initial;
	-webkit-animation: moveFromBottom 1s ease-in-out;
	animation: moveFromBottom 1s ease-in-out
}
.vr-help-contato__text {
	font-size: 0.8em;
	color: var(--color-grayscale-400)
}
.vr-help-contato__text>p {
	font-size: 0.8em;
	color: var(--color-grayscale-400);
	margin-top: 1em
}
.vr-help-contato__text>p.vr-help-contato__text--green {
	color: var(--color-vr);
	font-weight: 600;
	font-size: 1em
}
.vr-help-contato .vr-form__row {
	margin: 0.5em auto;
	padding-top: 1em
}
.vr-help-contato .vr-field__label {
	top: -1.5em
}
.vr-help-contato .vr-form__holder {
	max-width: 100%;
	margin: 0;
	margin-bottom: 2em
}
.vr-help-contato .vr-form__holder textarea {
	min-height: 6em;
	padding-top: 4em
}
.vr-help-contato .vr-form__field {
	font-size: 0.9em
}
.vr-help-contato .vr-form__select~.select2-container .select2-selection .select2-selection__rendered {
	color: var(--color-grayscale-400);
	font-size: 0.9em
}
.vr-help-contato .vr-button {
	width: 100%;
	margin-bottom: 0;
	margin-left: 0
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: .3em
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background: #f1f1f1
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background: var(--color-grayscale-200)
}
.vr-help-content-with-scroll {
	overflow-y: scroll;
	height: calc(100% - 150px);
	-webkit-overflow-scrolling: touch
}
@-webkit-keyframes moveFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem)
	}
	80% {
		-webkit-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes moveFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		transform: translateY(3rem)
	}
	80% {
		-webkit-transform: translateY(-0.5rem);
		transform: translateY(-0.5rem)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.container {
	width: 100%;
	max-width: calc(var(--max-width) + 2rem);
	margin-inline: auto;
	padding-inline: 1rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-hero--pedidos {
		height: 26.875rem
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-hero--pedidos .vr-hero__wrapper::before {
		height: 47%;
		box-shadow: inset 0px -13em 3em -3em var(--color-main)
	}
	.vr-hero--pedidos .vr-hero__wrapper .vr-hero__image {
		top: 2px;
		height: 72%
	}
	.vr-hero--pedidos .vr-hero__wrapper .vr-hero--pedidos__title {
		margin-left: 8px
	}
	.vr-hero--pedidos .vr-hero__wrapper .vr-hero--pedidos__title .vr-hero__title::before {
		height: 2.5em;
		top: -1.25rem;
		width: .7em
	}
}
.vr-section--pedidos {
	padding-top: 2.063rem !important;
	background-color: white
}
.vr-section--pedidos .vr-section--pedidos__wrapper {
	margin-left: 0
}
.vr-section--pedidos .vr-section__header {
	margin-left: 3.625rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section__header {
		margin-left: 2rem
	}
	.vr-section--pedidos .vr-section__header::before {
		width: 20px;
		height: 100px;
		top: 0.563rem
	}
}
.vr-section--pedidos .vr-section--pedidos__content {
	padding-left: 0
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content {
		padding-left: 0 !important
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__pedidos {
	margin: 0;
	width: 100%
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__wrapper {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-panel__wrapper {
		padding-bottom: 0em
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__tabs-wrapper {
	background-color: white;
	padding-left: 5.25rem;
	border-radius: 0;
	border-bottom: 1px solid var(--color-grayscale-100);
	transition: all .3s ease-in-out
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__tabs-wrapper--fixed {
	position: fixed;
	z-index: 9;
	transition: all .3s ease-in-out
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-panel__tabs-wrapper {
		padding-left: 0;
		overflow-x: auto;
		padding-bottom: 0
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__link-label {
	color: var(--color-grayscale-700)
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__link--active .vr-panel__link-label {
	color: var(--color-main)
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefits--pedidos {
	padding-left: 5.25rem
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefits--pedidos {
		padding-left: 0;
		margin: 0 1em
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefits--pedidos__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 4.25rem
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefits--pedidos__wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0.625rem
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit {
	max-width: 20.813rem;
	padding: 0
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit:not(:nth-child(3n)) {
	margin-right: 4.375rem
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefit:not(:nth-child(3n)) {
		margin-right: auto
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefit:nth-child(3) {
		margin-right: 4.375rem
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefit:nth-child(3) {
		margin-right: auto
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefit {
		margin: 0 auto;
		max-width: 100%;
		min-width: 100%
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__icon-holder {
	width: 4.875rem;
	height: 4.875rem;
	top: -1.25rem;
	margin-top: 2.438rem
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__text {
	width: 20.813rem;
	box-shadow: 0 0 8px #00000022;
	border-radius: 0.625rem;
	padding: 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__text {
		width: 100%;
		max-width: 100%
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__title {
	padding-top: 3.125rem
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__city {
	color: var(--color-grayscale-400)
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__intro {
	color: var(--color-grayscale-400);
	font-size: 0.75rem;
	line-height: 1.5rem;
	padding: 0 1.25rem 8.125rem
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__intro {
		padding-bottom: 5em;
		max-height: auto;
		height: 6em
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-benefit__link {
	padding-bottom: 2.313rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-panel__item {
		margin: 0
	}
}
.vr-section--pedidos .vr-section--pedidos__content .vr-panel__link {
	width: 160px
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content .vr-panel__link {
		width: 100%;
		max-width: 100%
	}
}
.vr-section--pedidos .vr-section--pedidos__content [data-produto="0"] {
	--color-main: white
}
.vr-section--pedidos .vr-section--pedidos__content [data-produto="0"] .vr-panel__contents {
	height: 32.5rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content [data-produto="0"] .vr-panel__contents {
		height: 81.25rem
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content [data-produto="0"] [data-produto="1"] {
		margin-left: 1.25rem
	}
}
.vr-section--pedidos .vr-section--pedidos__content [data-produto="1"] .vr-panel__link--active .vr-panel__link-label {
	color: var(--color-main)
}
.vr-section--pedidos .vr-section--pedidos__content [data-produto="1"] [data-produto="0"] {
	margin-left: -3.938rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content [data-produto="1"] [data-produto="0"] {
		margin-left: -1.438rem
	}
	.vr-section--pedidos .vr-section--pedidos__content [data-produto="1"] [data-produto="2"] {
		margin-left: 4px
	}
}
.vr-section--pedidos .vr-section--pedidos__content [data-produto="2"] .vr-panel__link--active .vr-panel__link-label {
	color: var(--color-main)
}
.vr-section--pedidos .vr-section--pedidos__content [data-produto="2"] [data-produto="0"] {
	margin-left: -6.25rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-section--pedidos .vr-section--pedidos__content [data-produto="2"] [data-produto="0"] {
		margin-left: -5.875rem
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--pedidos .vr-section__wrapper {
		padding: 0
	}
}
.vr-section--pedidos .vr-section__wrapper .vr-section__header {
	margin-left: 1.5rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--pedidos .vr-section__wrapper .vr-section__header {
		margin-left: 2rem
	}
}
.vr-section--pedidos .vr-section__wrapper .vr-section--pedidos__content .vr-benefits--pedidos__wrapper {
	max-width: 100%
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--pedidos .vr-section__wrapper .vr-section--pedidos__content .vr-benefits--pedidos__wrapper {
		width: 100%;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}
@media screen and (min-width: 960px) {
	.vr-section--pedidos .vr-section__wrapper .vr-section--pedidos__content .vr-benefit {
		width: 25%
	}
}
.vr-section--pedidos .vr-section__wrapper .vr-section--pedidos__content [data-produto="0"] .vr-panel__contents {
	height: auto
}
.vr-section--pedidos .vr-section__wrapper .vr-section--pedidos__content .vr-benefits--pedidos {
	max-width: 100%;
	width: 100%
}
.vr-section--pedidos .vr-section__wrapper .slick-list .vr-panel__block-content {
	height: 100%
}
.vr-acoes__container {
	background-color: var(--color-vr-complement);
	height: 7.625rem;
	width: 100%;
	box-shadow: 0 0 68px rgba(0, 0, 0, 0.35)
}
.vr-acoes__container--sticky {
	position: fixed !important;
	bottom: 0;
	z-index: 1;
	right: auto;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 9999
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-acoes__container--sticky {
		height: auto !important;
		max-height: 95%
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-acoes__container {
		height: 100%;
		border-radius: 15px 15px 0 0;
		background: linear-gradient(180deg, var(--color-vr-complement) 36%, #fff 30%)
	}
}
.vr-acoes__container .vr-acoes__wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	padding: 0.875em 4em 0.875em 0;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-acoes__container .vr-acoes__wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
		padding-right: 0;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center
	}
}
.vr-acoes__container .vr-acoes__message {
	color: var(--color-vr-darken);
	margin: 1.063rem 0 2rem
}
.vr-acoes__container .vr-acoes__message p {
	font-size: 1rem;
	text-align: left;
	font-weight: 700
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-acoes__container .vr-acoes__message p {
		line-height: 2.25rem;
		text-align: center;
		max-width: 17.125rem
	}
}
.vr-acoes__container .vr-acoes--card__container {
	width: 16.313rem;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
	position: relative;
	margin-top: -5.25rem;
	padding: 0.938rem 1.125rem 0.5rem;
	margin-right: 1.375rem;
	transition: 0.3s linear all;
	z-index: 2020
}
.vr-acoes__container .vr-acoes--card__container a {
	text-decoration: none
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-acoes__container .vr-acoes--card__container a {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		top: 0;
		left: 0
	}
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-acoes__container .vr-acoes--card__container {
		width: 20.813rem;
		height: 7.813rem;
		margin-top: 0;
		margin-right: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.25rem;
		background-color: #ffffff;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
		padding: 1rem 0.938rem 1rem 0.688rem;
		max-width: 95%
	}
}
@media screen and (min-width: 1024px) {
	.vr-acoes__container .vr-acoes--card__container:hover {
		background-color: var(--color-vr);
		color: #ffffff;
		transition: 0.3s linear all
	}
	.vr-acoes__container .vr-acoes--card__container:hover .vr-acoes--title, .vr-acoes__container .vr-acoes--card__container:hover .vr-acoes--subtitle, .vr-acoes__container .vr-acoes--card__container:hover .vr-acoes__svg path {
		color: #ffffff;
		fill: #ffffff;
		transition: 0.3s linear all
	}
}
.vr-acoes__container .vr-button {
	display: none;
	transition: 0.3s linear all;
	-webkit-transform: translate(-5.625rem, 3.938rem);
	transform: translate(-5.625rem, 3.938rem)
}
@media screen and (min-width: 1024px) {
	.vr-acoes__container .card-whatsapp:hover {
		-webkit-transform: translateY(-1.938rem);
		transform: translateY(-1.938rem);
		transition: 0.3s linear all
	}
	.vr-acoes__container .card-whatsapp:hover .vr-button {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		border-color: #ffffff;
		background-color: transparent;
		color: #ffffff;
		margin: 0;
		text-transform: uppercase;
		font-size: 0.625rem;
		transition: 0.3s linear all;
		-webkit-transform: translateX(0.625rem);
		transform: translateX(0.625rem);
		padding: 0.625rem 0.25rem;
		border: 1px solid;
		margin-left: -0.625rem;
		border-radius: 6px;
		font-weight: 700;
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px)
	}
}
.vr-acoes__container .vr-acoes__svg {
	width: auto;
	height: 2.625rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-acoes__container .vr-acoes__svg path {
	fill: var(--color-grayscale-700)
}
.vr-acoes__container .vr-acoes--title {
	font-size: 1rem;
	line-height: 2rem;
	text-align: left;
	color: var(--color-vr)
}
.vr-acoes__container .vr-acoes--subtitle {
	font-size: 0.75rem;
	color: var(--color-grayscale-400);
	line-height: 1.5rem;
	max-width: 11.75rem;
	height: 4.25rem;
	margin-bottom: 0.938rem
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-acoes__container .vr-acoes--subtitle {
		margin-bottom: 0;
		max-width: 14.313rem
	}
}
.vr-acoes__container .vr-acoes__apps {
	display: none
}
@media screen and (min-width: 1024px) {
	.vr-acoes__container .acoes--app:hover {
		-webkit-transform: translateY(-6.875rem);
		transform: translateY(-6.875rem);
		transition: 0.3s linear all
	}
	.vr-acoes__container .acoes--app:hover .vr-acoes__apps {
		display: block
	}
	.vr-acoes__container .acoes--app:hover .vr-acoes__apps img {
		margin-bottom: 1.25rem
	}
}
@media screen and (min-width: 1024px) {
	.vr-acoes__container .acoes--desktop .vr-button {
		border-color: #ffffff;
		margin: 0;
		text-transform: uppercase;
		font-size: 0.625rem;
		transition: 0.3s linear all;
		-webkit-transform: translateX(0.625rem);
		transform: translateX(0.625rem);
		padding: 0.625rem 0.25rem;
		border: 1px solid;
		margin-left: -0.625rem;
		border-radius: 6px;
		font-weight: 700
	}
	.vr-acoes__container .acoes--desktop:hover {
		-webkit-transform: translateY(-1.938rem);
		transform: translateY(-1.938rem);
		transition: 0.3s linear all
	}
	.vr-acoes__container .acoes--desktop:hover .vr-button {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.vr-acoes__container .acoes--desktop:hover .vr-button, .vr-acoes__container .acoes--desktop:hover .vr-button--primary {
		background-color: var(--color-vr-complement);
		color: var(--color-vr)
	}
	.vr-acoes__container .acoes--desktop:hover .vr-button--negative {
		background-color: transparent;
		color: white
	}
}
.vr-acoes__container .vr-acoes__closer {
	position: absolute;
	top: -1.188rem;
	right: 0;
	width: 2.438rem;
	height: 2.438rem;
	background-color: #ffffff;
	box-shadow: 0 0 8px #00000022;
	border: none;
	border-radius: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 300;
	outline: none
}
.vr-acoes__container .vr-acoes__closer .vr-acoes__icon {
	display: block;
	width: 1.125em;
	height: 1.125em;
	fill: var(--color-vr)
}
.vr-acoes__container .vr-acoes__label {
	display: none
}
.vr-hero--imprensa {
	height: auto
}
.vr-hero--imprensa .vr-hero__wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.vr-hero--imprensa .vr-hero-wrapper__cards {
	height: 434px;
	width: 100%;
	margin-top: 10em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero-wrapper__cards {
		height: 570px;
		margin-top: 8em
	}
}
.vr-hero--imprensa .vr-hero__cards {
	min-height: 434px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-hero--imprensa .vr-hero__card {
	height: 27em;
	margin-right: 3.5em;
	color: #FFFFFF;
	border-radius: 15px;
	opacity: 1;
	outline: none;
	position: relative;
	overflow: hidden
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero__card {
		overflow: initial;
		margin-right: 2em;
		-webkit-transform: translateX(1.5em);
		transform: translateX(1.5em)
	}
}
.vr-hero--imprensa .vr-hero__card__conteudo {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(180deg, rgba(7, 4, 4, 0.6) 0%, rgba(7, 4, 4, 0.6) 51%, rgba(7, 4, 4, 0.6) 75%);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 2em 6em 2em 2em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero__card__conteudo {
		background-image: none;
		padding: 0;
		padding-left: 1em
	}
}
.vr-hero--imprensa .vr-hero__card__conteudo a {
	text-decoration: none
}
.vr-hero--imprensa .vr-hero__card__data {
	font-size: 1em;
	text-align: left;
	position: absolute;
	top: 2em;
	left: 2em;
	color: #fff;
	font-weight: 500;
	text-decoration: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero__card__data {
		position: initial;
		color: var(--color-vr-complement)
	}
	.vr-hero--imprensa .vr-hero__card__data span {
		display: none
	}
}
.vr-hero--imprensa .vr-hero__card__more {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero__card__more {
		position: absolute;
		right: 2em;
		bottom: -7.1em
	}
}
.vr-hero--imprensa .vr-hero__card__more a {
	color: #FFFFFF;
	text-decoration: none
}
.vr-hero--imprensa .vr-hero__card__more:after {
	content: '';
	position: absolute;
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	bottom: 0.8em;
	left: 6em
}
.vr-hero--imprensa .vr-hero__card__title {
	font-size: 1.8em;
	letter-spacing: normal;
	line-height: 1.2;
	position: relative;
	margin: .5em 0;
	color: #fff;
	font-weight: 600
}
.vr-hero--imprensa .vr-hero__card__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1.1em;
	width: 1.25rem;
	height: 4.75rem;
	background-color: var(--color-second)
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-hero--imprensa .vr-hero__card__title::before {
		height: 6rem;
		width: 0.555em
	}
}
.vr-hero--imprensa .vr-hero__card__destaque {
	font-size: 12px;
	color: var(--color-vr-complement);
	text-transform: uppercase;
	font-weight: 700
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero__card__destaque {
		position: absolute;
		top: 1.3em;
		left: -1em;
		background: var(--color-vr-complement);
		border-radius: .5em;
		padding: .2em .8em;
		color: var(--color-vr-darken)
	}
}
.vr-hero--imprensa .vr-hero__card__img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--imprensa .vr-hero__card__img {
		height: 45%;
		box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.490196);
		border-radius: 15px
	}
}
.vr-hero--imprensa__title {
	width: 100%;
	margin-right: -6em;
	margin-bottom: 0
}
.vr-hero--noticia {
	height: 80vh;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover
}
.vr-hero--noticia:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.65) 75%)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--noticia {
		height: 15em;
		background-size: cover;
		box-shadow: 0px 7px 8px 4px rgba(50, 50, 50, 0.25)
	}
}
.vr-hero--noticia .vr-hero__wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: unset;
	-ms-flex-align: unset;
	align-items: unset
}
.vr-hero--noticia .vr-hero__wrapper::before {
	background-image: none
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero--noticia .vr-hero__wrapper::before {
		content: none
	}
}
.vr-hero-noticia__content {
	margin-left: 6em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	z-index: 9;
	margin-bottom: 5em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-hero-noticia__content {
		display: none
	}
}
@media screen and (min-width: 720px) {
	.vr-hero-noticia__content--mobile {
		display: none
	}
}
.vr-hero-noticia__destaque {
	font-size: 12px;
	height: 15px;
	text-align: left;
	color: var(--color-vr-complement);
	text-transform: uppercase;
	font-weight: 700
}
.vr-hero-noticia__destaque--button {
	text-transform: uppercase;
	width: -webkit-max-content;
	width: max-content;
	height: auto;
	background: #FFC600 0% 0% no-repeat padding-box;
	border-radius: 4px;
	border: none;
	margin-left: .5em;
	position: relative;
	bottom: -8em;
	text-align: center;
	color: #02d72f;
	font-size: 12px;
	font-weight: 600;
	padding: 0 1em;
	max-width: 95%
}
@media screen and (min-width: 720px) {
	.vr-hero-noticia__destaque--button {
		display: none
	}
}
.vr-hero-noticia__data {
	width: 172px;
	height: 19px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF
}
.vr-hero-noticia__data--mobile {
	text-align: left;
	color: var(--color-vr-complement);
	font-weight: 600
}
.vr-hero-noticia__title {
	text-align: left;
	font-size: 26px;
	color: #FFFFFF;
	height: auto;
	line-height: normal;
	max-width: 25em;
	margin: .5em 0;
	position: relative
}
.vr-hero-noticia__title--mobile {
	text-align: left;
	font-size: 26px;
	color: #6D839A;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	text-transform: initial
}
.vr-hero-noticia__title::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1.3em;
	width: 1.25rem;
	height: 64px;
	background-color: var(--color-vr-complement);
	background-color: var(--color-second)
}
.vr-section__wrapper--contato {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.vr-section--contatos {
	max-width: 62rem;
	width: 62rem;
	margin: 3em auto;
	height: 20em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section--contatos {
		width: 100%;
		max-width: 100%
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section--contatos {
		height: 22em
	}
}
.vr-contato {
	height: 100%;
	max-width: 200px;
	text-align: center
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-contato {
		max-width: 100%
	}
}
.vr-contato__img {
	background-color: white;
	width: 142px;
	height: 142px;
	border-radius: 100px;
	margin-right: auto;
	margin-left: auto
}
.vr-contato__title {
	color: var(--color-vr-complement);
	font-size: 16px;
	text-align: center
}
.vr-contato__text {
	text-align: center;
	font-size: 15px;
	margin-bottom: 42px
}
.vr-contato__buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto
}
.vr-contato__buttons__item {
	border: 2px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
	width: 157px;
	height: 38px;
	border-radius: 4px;
	margin-bottom: 19px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto
}
.vr-form__wrapper--contato {
	width: 62rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-form__wrapper--contato {
		max-width: 100%;
		width: 100%
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr_form__imprensa--title {
		font-size: 16px
	}
}
.vr-slick-contatos .slick-dots {
	width: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: -2em;
	left: 0
}
.vr-slick-cards .slick-list {
	overflow: visible;
	margin: 0 -0.5em
}
.vr-slick-cards .slick-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-slick-cards .slick-dots li button {
	display: none
}
.vr-slick-cards .slick-dots {
	margin: 2em -0.25em 0;
	width: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: -3em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-slick-cards .slick-dots {
		bottom: -5em;
		margin: 2em 1.75em 0px
	}
}
.vr-slick-cards .slick-dots li.slick-active {
	opacity: 1;
	width: 2.5em
}
.vr-slick-cards .slick-dots li {
	background-color: #FFFFFF
}
.vr-noticia__wrapper {
	margin-right: 18em;
	margin-left: 18em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-noticia__wrapper {
		margin-left: 13em;
		margin-right: 13em
	}
}
@media screen and (max-width: calc(960px - 1px)) {
	.vr-noticia__wrapper {
		margin-left: 5em;
		margin-right: 5em
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-noticia__wrapper {
		margin-left: .5em;
		margin-right: .5em
	}
}
.vr-noticia img {
	display: block;
	margin: 0 auto
}
.vr-noticia__title {
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	line-height: normal
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-noticia__title {
		font-size: 15px;
		width: 100%
	}
}
.vr-noticia__text {
	font-size: 15px;
	text-align: left;
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	width: 90%
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-noticia__text {
		width: 100%
	}
}
.vr-noticia__button {
	width: 25em;
	height: 4em;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #00AA13;
	border-radius: 6px;
	color: #00AA13;
	background-color: transparent;
	text-transform: uppercase;
	text-decoration: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: all .5s ease-in-out
}
.vr-noticia__button:after {
	content: '';
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: initial;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	margin-left: 1em
}
.vr-noticia__button:hover {
	color: #fff;
	background-color: #00AA13
}
.vr-noticia__button-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-section--noticia {
	padding-top: 25px !important
}
.vr-app__container {
	background-color: var(--color-vr-complement);
	height: 7.625rem;
	width: 100%;
	box-shadow: 0 0 68px rgba(0, 0, 0, 0.35)
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-app__container {
		height: 100%;
		border-radius: 15px 15px 0 0;
		background: linear-gradient(180deg, var(--color-vr-complement) 36%, #fff 30%)
	}
}
.vr-app__container .vr-app__wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--width-content);
	padding: 0.875em 4em 0.875em 0;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-app__container .vr-app__wrapper {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 100%;
		padding-right: 0;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center
	}
}
.vr-app__container .vr-app__message {
	color: var(--color-vr-darken);
	margin: 1.063rem 0 2rem;
	width: 280px;
	margin-right: 38px
}
.vr-app__container .vr-app__message p {
	font-size: 1rem;
	text-align: left;
	font-weight: 700
}
@media screen and (max-width: calc(540px - 1px)) {
	.vr-app__container .vr-app__message p {
		line-height: 2.25rem;
		text-align: center;
		max-width: 17.125rem
	}
}
.vr-app__container .vr-apps__list__item {
	margin-left: 24px
}
.vr-app__container .vr-acoes__closer {
	position: absolute;
	top: -1.188rem;
	right: 0;
	width: 2.438rem;
	height: 2.438rem;
	background-color: #ffffff;
	box-shadow: 0 0 8px #00000022;
	border: none;
	border-radius: 100px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 300;
	outline: none
}
.vr-app__container .vr-acoes__closer .vr-acoes__icon {
	display: block;
	width: 1.125em;
	height: 1.125em;
	fill: var(--color-vr)
}
.vr-app__container .vr-acoes__label {
	display: none
}
.vr-section-map .vr-section-map__title {
	display: block;
	width: 100%;
	text-align: center
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map .vr-section-map__title {
		text-align: left;
		position: relative;
		padding-left: .5em
	}
	.vr-section-map .vr-section-map__title:after {
		content: '';
		position: absolute;
		top: 17px;
		left: -1em;
		width: 1.25rem;
		height: 64px;
		background-color: var(--color-second)
	}
}
.vr-section-map .vr-section-map__description {
	display: block;
	width: 100%;
	text-align: center
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map .vr-section-map__description {
		text-align: left;
		padding-left: .5em
	}
}
.vr-section-map .vr-container__mapa {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 3em 0 5em 0
}
.vr-section-map .main-section {
	width: 64rem;
	height: 90vh;
	border-radius: .8em;
	overflow: hidden
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .main-section {
		max-width: 100%;
		width: 100vw;
		margin: 0 auto;
		height: 46em
	}
}
.vr-section-map .vr-form__radio-button-container {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 16.5em);
	width: 92%;
	top: 4.6em;
	overflow-y: auto;
	position: absolute
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .vr-form__radio-button-container {
		height: calc(100% - 9em)
	}
}
.vr-section-map .vr-form__radio-button-container::-webkit-scrollbar {
	width: 0.438rem;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(2px) opacity(0.75) brightness(28);
	backdrop-filter: blur(2px) opacity(0.75) brightness(28);
	border-radius: 10px
}
.vr-section-map .vr-form__radio-button-container::-webkit-scrollbar-thumb {
	width: 0.438rem;
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	height: 11.688rem
}
.vr-section-map .accredited-network .main-section .block-section {
	height: 100%;
	position: relative;
	padding: 0px;
	z-index: 0
}
.vr-section-map .accredited-network .main-section .block-section .close-button__map {
	width: 2.688rem;
	height: 2.813rem;
	box-shadow: 0px 0px 8px #00000022;
	background: #ffffff;
	border-radius: 6.25rem;
	color: #02D72F;
	opacity: 1;
	right: -1.063rem;
	position: absolute;
	z-index: 2020;
	border: none;
	font-size: 2.313rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	top: -1.25rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .accredited-network .main-section .block-section .close-button__map {
		right: 1.063rem;
		top: 1.063rem
	}
}
.vr-section-map .accredited-network .main-section .block-section .sidebar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0.938rem;
	z-index: 1;
	max-height: 100%;
	height: 12.5rem;
	width: 25.438rem;
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	border-radius: .5em;
	top: 3.313rem;
	border-color: black;
	position: absolute;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .accredited-network .main-section .block-section .sidebar {
		max-width: 100%;
		width: 100%;
		border-radius: 0;
		position: absolute;
		top: auto;
		bottom: 0;
		padding: 0;
		background-color: rgba(0, 0, 0, 0.8);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px)
	}
}
.vr-section-map .block-section {
	background-color: transparent;
	display: block;
	height: 100%;
	width: 100%;
	padding: 3em 0
}
.vr-section-map .primary-button {
	background-color: #02D72F;
	color: #FFFFFF;
	font-size: 0.9em;
	outline: none;
	border-radius: 4px;
	height: 46px;
	border: none;
	cursor: pointer;
	padding: 0 40px;
	font-weight: 600;
	border: 2px solid #02D72F;
	transition: all .3s ease-in-out;
	width: 100%;
	margin-top: 0
}
.vr-section-map .primary-button:hover {
	background-color: var(--color-vr-lighten)
}
.vr-section-map .primary-button--disabled {
	background: #fff;
	color: #9CAEC1;
	border-color: #fff;
	pointer-events: none
}
.vr-section-map .primary-button__filter {
	color: #FFFFFF;
	font-size: 0.9em;
	outline: none;
	border-radius: 4px;
	height: 46px;
	cursor: pointer;
	padding: 0 1em;
	background-color: transparent;
	border: 2px solid;
	font-weight: 600;
	margin: 0;
	max-width: 100%;
	text-align: center;
	position: relative;
	transition: all .3s ease-in-out;
	width: 100%;
	margin-bottom: 1em
}
.vr-section-map .primary-button__filter:hover {
	background-color: rgba(5, 4, 4, 0.07)
}
.vr-section-map .primary-button__filter label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	cursor: pointer
}
.vr-section-map .primary-button__filter label img {
	margin-right: .5em
}
.vr-section-map .primary-button__filter--active :after {
	content: '';
	display: block;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #fff;
	position: absolute;
	right: .8em;
	bottom: 1.3em;
	height: .5em;
	width: .5em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor: pointer
}
.vr-section-map .primary-button__filter label:nth-child(2) {
	display: none
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .primary-button__filter {
		margin: 1em 0;
		width: calc(100% - .25em);
		margin-bottom: 0
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .primary-button {
		margin: 0;
		width: calc(100% - .25em);
		margin-top: 1em
	}
}
.vr-section-map #map {
	width: 64rem;
	height: 43.313rem;
	border-radius: 10px;
	box-shadow: 0px 3px 18px #00000029
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map #map {
		width: 100%;
		height: 45em;
		border-radius: 0px
	}
}
.vr-section-map .box-gray {
	margin-bottom: 1em;
	margin-top: .7em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	max-width: 100%;
	width: 100%;
	padding-left: 1em;
	position: relative
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map .box-gray {
		margin-top: 1.2em;
		margin-bottom: 0.5em;
		padding: 0 .5em
	}
}
.vr-section-map .box-gray span {
	text-align: center
}
.vr-section-map .box-gray input {
	border: 0;
	line-height: 2.25rem;
	outline: none;
	width: 100%;
	height: 1.813rem;
	border-bottom: 1.5px solid #FFFFFF;
	background-color: transparent;
	color: #e4e8ed;
	padding: 0;
	font-weight: 500;
	font-size: .8em;
	padding-right: 2em
}
@supports (-webkit-touch-callout: none) {
	.vr-section-map .box-gray input {
		font-size: 16px
	}
}
@supports not (-webkit-touch-callout: none) {
	.vr-section-map .box-gray input {
		font-size: 16px
	}
}
.vr-section-map .box-gray input.disabled {
	color: #a9a9a9;
	border-color: #a9a9a9;
	pointer-events: none
}
.vr-section-map .box-gray input:focus {
	border-bottom: 1.5px solid #fff110;
	transition: 0.2s;
	color: #ffffff;
	font-size: 0.938rem
}
.vr-section-map .box-gray input::-webkit-input-placeholder {
	color: #e4e8ed;
	font-weight: 500;
	font-size: 0.938rem
}
.vr-section-map .box-gray input:-ms-input-placeholder {
	color: #e4e8ed;
	font-weight: 500;
	font-size: 0.938rem
}
.vr-section-map .box-gray input::placeholder {
	color: #e4e8ed;
	font-weight: 500;
	font-size: 0.938rem
}
.vr-section-map .box-gray .box-icon__search {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute
}
@media screen and (max-width: 600px) {
	.vr-section-map .box-gray .box-icon__search {
		right: 1em
	}
	@supports (-webkit-touch-callout: none) {
		.vr-section-map .box-gray .box-icon__search {
			top: -3.8em
		}
	}
}
.vr-section-map .box-gray .box-icon__search svg {
	width: 1.125rem;
	fill: #ffffff;
	color: #ffffff;
	cursor: pointer
}
.vr-section-map .box-gray .box-icon__search .icon-times {
	width: 0.75rem;
	fill: #ffffff;
	cursor: pointer
}
.vr-section-map .form-search-estab {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35.563rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}
.vr-section-map .form-search-estab .box-button {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: calc(100% - 1em);
	max-width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transform: translateX(0.5em);
	transform: translateX(0.5em)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .form-search-estab .box-button {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transform: none;
		transform: none
	}
}
.vr-section-map .box-result-scroll {
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-section-map .box-result-estab {
	position: absolute;
	top: 5em
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map .box-result-estab {
		top: 4.5em
	}
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .box-result-estab {
		max-width: 100%
	}
}
.vr-section-map .box-result-estab .boxEstab {
	width: 100%
}
.vr-section-map .list-estab {
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none;
	padding-right: 0.375rem;
	padding-left: 0.813rem;
	max-height: 28em;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-right: 0.5em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .list-estab {
		height: 45vh;
		padding-left: .3em;
		margin-right: .3em
	}
}
.vr-section-map .list-estab::-webkit-scrollbar {
	width: 0.438rem;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(2px) opacity(0.75) brightness(28);
	backdrop-filter: blur(2px) opacity(0.75) brightness(28);
	border-radius: 10px
}
.vr-section-map .list-estab::-webkit-scrollbar-thumb {
	width: 0.438rem;
	background-color: #ffffff;
	border-radius: 10px 10px 0px 0px;
	height: 11.688rem
}
.vr-section-map .list-estab .info-estab {
	margin: 1em 0;
	margin-top: 0;
	width: calc(100% - .5em);
	height: auto;
	background-color: #ffffff;
	border-radius: .5em;
	cursor: pointer;
	box-shadow: 0px 0px 8px #00000022;
	padding: .8em;
	-webkit-transform: translateX(0.25em);
	transform: translateX(0.25em);
	transition: all .3s ease-in-out
}
.vr-section-map .list-estab .info-estab--active .info-estab__title {
	color: var(--color-vr) !important
}
.vr-section-map .list-estab .info-estab:hover .info-estab__title {
	color: var(--color-vr)
}
.vr-section-map .list-estab .info-estab .info-estab__title {
	color: #6d839a;
	font-weight: 700;
	transition: all .3s ease-in-out;
	line-height: normal
}
.vr-section-map .list-estab .info-estab .info-estab__description {
	color: #6d839a;
	display: inline-block;
	width: 18.5rem;
	height: 2.438rem;
	font-size: 0.75rem
}
.vr-section-map .list-estab .info-estab .info-estab__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.vr-section-map .list-estab .info-estab .info-estab__container picture {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 0.688rem
}
.vr-section-map .list-estab .info-estab .info-estab__container picture img {
	width: 1.125rem;
	height: 1.125rem
}
.vr-section-map .list-estab .info-estab .info-estab__container picture span {
	color: #6d839a;
	font-size: 0.75rem;
	margin: 0 .5em 0.2em;
	font-weight: 600
}
.vr-section-map .list-estab .info-estab:last-child {
	margin-bottom: 3.125rem
}
.vr-section-map .estab--range__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 .8em 1em 1.1em
}
.vr-section-map .estab--range__container span {
	font-size: 0.75rem;
	border: none;
	font-weight: 500
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .estab--range__container span {
		padding-right: 0;
		font-size: .7em
	}
}
.vr-section-map .estab--range__container ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.vr-section-map .estab--range__container ul li {
	list-style: none;
	margin: 0 .3em;
	font-size: .8em;
	background: #171717;
	border-radius: 1em;
	padding: 0 1em;
	border: 1px solid;
	color: var(--color-grayscale-500);
	cursor: pointer
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map .estab--range__container ul li {
		padding: 0 .5em
	}
}
.vr-section-map .estab--range__container ul li.init-active-range {
	color: var(--color-grayscale-100)
}
.vr-section-map .estab--range__container ul li.active-range {
	color: var(--color-grayscale-100)
}
.vr-section-map .estab--range__container ul li:last-of-type {
	margin-right: 0
}
.vr-section-map .estab--range__container ul li a {
	font-size: 0.75rem;
	border-radius: 100px;
	margin-right: 0.625rem;
	border: 1px solid #9CAEC1;
	color: #9CAEC1;
	cursor: pointer;
	font-weight: 700;
	-webkit-backdrop-filter: blur(1px) opacity(0%) brightness(35);
	backdrop-filter: blur(1px) opacity(0%) brightness(35);
	text-align: center;
	padding: 5px 11px;
	text-decoration: none
}
.vr-section-map .estab--range__container ul li a:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-color: black
}
.vr-section-map .active-range {
	color: #ffffff
}
.vr-section-map .estab--range__container ul li input[type="radio"] {
	width: 1px;
	height: 1px;
	border: 0
}
.vr-section-map .init-active-range {
	color: #ffffff
}
.vr-section-map #modal-mapa iframe {
	box-shadow: 0px 3px 18px #00000029;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map #modal-mapa iframe {
		width: 100%;
		height: 40rem;
		border-radius: 0px
	}
}
.vr-section-map .vr-container__mapa--refeicao {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: 0 auto;
	border-radius: 10px;
	height: 49.563rem;
	max-height: 49.563rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .vr-container__mapa--refeicao {
		max-width: 100%;
		margin: 0
	}
}
.vr-section-map .vr-container__mapa--refeicao .main-section {
	margin-top: 0.625rem;
	margin-bottom: 6.25rem
}
.vr-section-map .box-cards {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	margin-left: 1.8em;
	overflow-y: auto;
	padding-left: .5em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .box-cards {
		margin-left: .5em;
		padding-bottom: 3em
	}
}
.vr-section-map .box-cards .vr-box-cards__title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1.25rem 0
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map .box-cards .vr-box-cards__title {
		margin-bottom: .8em
	}
}
.vr-section-map .box-cards .vr-box-cards__title svg {
	width: 1.625rem;
	height: 1.625rem;
	fill: white;
	cursor: pointer;
	margin: 0 0.938rem 0 -0.313rem
}
.vr-section-map .box-cards .vr-box-cards__title p {
	color: white
}
.vr-section-map .box-cards .vr-form__map-radio {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-section-map .box-cards .vr-map__card--title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	transition: all .3s ease-in-out
}
.vr-section-map .box-cards .vr-map__card--title::before {
	content: '';
	border: 2px solid white;
	display: -webkit-inline-box;
	width: 1.3em;
	height: 1.3em;
	vertical-align: text-bottom;
	cursor: pointer;
	transition: all 200ms ease;
	background-color: transparent;
	border-radius: 1em;
	transition: all .3s ease-in-out
}
.vr-section-map .box-cards .vr-map__card--title:hover::before {
	border-color: var(--color-vr)
}
.vr-section-map .box-cards .vr-form__radio input[type="radio"]:checked+.vr-map__card--title {
	color: white
}
.vr-section-map .box-cards .vr-form__radio input[type="radio"]:checked+.vr-map__card--title:before {
	background-color: #fff;
	border-color: var(--color-vr)
}
.vr-section-map .box-cards input[type=radio]:checked+label::after {
	content: '';
	position: absolute;
	background: var(--color-vr);
	height: .8em;
	width: .8em;
	border-radius: 1em;
	left: 4px;
	top: 9px
}
.vr-section-map .box-cards .vr-map__card--img {
	margin: 0 1.25rem;
	width: 1.2rem;
	height: 1.2rem
}
.vr-section-map .box-cards .box-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
	position: absolute;
	bottom: 0em
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .box-cards .box-button {
		left: 0;
		margin-bottom: 1em;
		bottom: 0
	}
}
.vr-section-map .vr-map__box-results {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #22211c;
	width: 100%;
	bottom: 0
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .vr-map__box-results {
		bottom: 0
	}
}
.vr-section-map .vr-map__box-results p {
	color: white
}
.vr-section-map #buttonFiltrarCards {
	max-width: 100%;
	width: 85%;
	margin-bottom: 5%
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map #buttonFiltrarCards {
		max-width: 100%;
		width: 100%;
		-webkit-transform: translateX(0.5em);
		transform: translateX(0.5em);
		margin-bottom: 0
	}
}
.vr-section-map .map-loader-container {
	width: 100%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	display: none
}
.vr-section-map .map-loader-container--active {
	display: block
}
.vr-section-map .vr-map-item-box {
	color: #6D839A;
	font-weight: 500
}
.vr-section-map .vr-map-item-box h2 {
	font-weight: 700;
	font-size: 1em;
	margin-bottom: .3em
}
.vr-section-map .vr-map-item-box p {
	font-size: .8em;
	line-height: normalf
}
.vr-section-map .vr-container__mapa button.gm-ui-hover-effect {
	background: #fff !important;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
	border-radius: 1em;
	top: -1em !important;
	opacity: 1;
	padding: 1em !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 1em !important;
	width: 1em !important
}
.vr-section-map .vr-container__mapa button.gm-ui-hover-effect img {
	display: none !important
}
.vr-section-map .vr-container__mapa button.gm-ui-hover-effect:after {
	display: block;
	content: '+';
	font-weight: 600;
	font-size: 1.8em;
	color: var(--color-vr);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
@media screen and (max-width: 600px) {
	@supports (-webkit-touch-callout: none) {
		.vr-section-map .vr-container__mapa button.gm-ui-hover-effect:after {
			position: absolute;
			top: 2.6px
		}
	}
}
.vr-section-map .vr-container__mapa .gm-style .gm-style-iw-c {
	overflow: visible
}
.vr-section-map .vr-container__mapa .gm-style .gm-style-iw-t::after {
	top: -1px !important
}
.vr-section-map .vr-container__mapa .gm-style .gm-style-iw-d {
	position: relative
}
.vr-section-map .vr-map-item-box__icone {
	width: 1.3em;
	margin-top: .3em
}
.vr-section-map .vr-map-item-box__icone:not(:last-of-type) {
	margin-right: .3em
}
.vr-section-map .box-autocomplete {
	position: absolute;
	margin-top: 2.6em;
	background-color: white;
	z-index: 99999;
	width: 100%;
	max-width: 92%;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 1em;
	box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.09)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .box-autocomplete {
		max-width: 100%;
		padding: 0px
	}
}
.vr-section-map .box-autocomplete .autocomplete-results {
	list-style: none;
	background: white;
	border-radius: 0 0 5px 5px;
	position: absolute;
	width: 100%;
	z-index: 99999;
	box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.09)
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .box-autocomplete .autocomplete-results {
		max-height: 11.25rem;
		overflow-y: scroll;
		max-width: 100%;
		margin-top: 0.75rem
	}
}
.vr-section-map .box-autocomplete .autocomplete-results li {
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #e4e8ed;
	color: #6d839a;
	padding: 0.625rem;
	padding-right: 0.625rem;
	cursor: pointer;
	font-size: 0.75rem
}
@media screen and (max-width: calc(1024px - 1px)) {
	.vr-section-map .box-autocomplete .autocomplete-results li:last-child {
		padding-bottom: 1.875rem
	}
}
.vr-modal--map {
	max-height: calc(100% - 5em)
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-modal--map {
		max-height: calc(100% - 5em)
	}
}
.vr-modal--map .vr-section {
	padding: 0
}
.vr-modal--map .vr-section-map .vr-container__mapa {
	margin: 0;
	margin-bottom: 3em
}
.pac-container.pac-logo {
	z-index: 99999
}
.vr-section-map--refeicao {
	padding-top: 0;
	padding-bottom: 2em;
	background: transparent
}
@media screen and (max-width: calc(720px - 1px)) {
	.vr-section-map--refeicao {
		padding-bottom: 0
	}
}
.vr-section-map--refeicao .vr-section-map__title {
	text-align: center;
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 0.125rem;
	margin-bottom: 0.125rem;
	color: var(--color-grayscale-400);
	position: relative;
	padding-left: 1.5em
}
.vr-section-map--refeicao .vr-section-map__description {
	text-align: center;
	padding-left: 2.5em
}
.newsletter-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
	min-height: 166px;
	background-color: #1B2126
}
.newsletter-container p {
	line-height: 1.2;
	font-size: 20px;
	font-weight: 700;
	max-width: 340px;
	color: #FFFFFF
}
.newsletter-container p span {
	color: #fff110
}
.newsletter-container form {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	margin-left: 15px
}
.newsletter-container form input {
	height: 43px;
	border-radius: 100px;
	border: none;
	padding: 5px;
	color: #1B2126;
	padding: 8px 16px;
	width: 200px
}
.newsletter-container form input[type='checkbox'] {
	display: block;
	height: 11px;
	width: 11px
}
.newsletter-container form input[type='checkbox']:checked~label {
	color: #FFF
}
.newsletter-container form input[type='checkbox']:checked~label::after {
	display: none
}
.newsletter-container form label {
	color: #FFF;
	font-size: 0.7rem
}
.newsletter-container form button {
	margin: 0 0 0 24px;
	width: 200px;
	height: 48px;
	border-radius: 100px
}
.newsletter-container form div {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	bottom: -40px;
	left: 0;
	gap: 8px
}
@media screen and (max-width: 900px) {
	.newsletter-container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start
	}
	.newsletter-container p {
		margin-bottom: 32px
	}
	.newsletter-container form {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		margin: 0;
		gap: 24px;
		width: 100%
	}
	.newsletter-container form input {
		width: 50%
	}
	.newsletter-container form button {
		margin: 0
	}
	.newsletter-container form div {
		position: unset
	}
}
@media screen and (max-width: 600px) {
	.newsletter-container form input {
		width: 100%
	}
}
.lum-interface-type-standard {
	display: none !important
}
.lumis-service-privacyterm {
	background-color: var(--color-vr-complement) !important;
	padding: 0 1.5em;
	padding-bottom: 1em;
	box-shadow: 0px -6px 8px 2px rgba(50, 50, 50, 0.07) !important
}
@media screen and (max-width: calc(720px - 1px)) {
	.lumis-service-privacyterm {
		padding: 0 .5em
	}
}
.lumis-service-privacyterm .lum-content>a:before {
	color: var(--color-vr) !important;
	background: #fff;
	left: initial !important;
	right: 1em;
	border-radius: 30em;
	top: -.7em !important;
	height: .7em;
	width: .7em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.8em !important;
	padding: .8em;
	box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.2)
}
@media screen and (max-width: calc(720px - 1px)) {
	.lumis-service-privacyterm .lum-content>a:before {
		right: 0
	}
}
.lumis-service-privacyterm .lum-content-detail {
	max-height: initial !important
}
.lumis-service-privacyterm p {
	color: var(--color-vr);
	font-size: 1em !important;
	line-height: 1.5em !important
}
.lumis-service-privacyterm .lum-header-buttons {
	list-style: none
}
.lumis-service-privacyterm .lum-header-buttons li {
	display: inline-block;
	padding: 0 1em;
	border-radius: .4em;
	font-size: .8em;
	text-transform: uppercase;
	border: 2px solid;
	color: var(--color-vr);
	transition: all .3s ease-in-out;
	cursor: pointer
}
@media screen and (max-width: calc(720px - 1px)) {
	.lumis-service-privacyterm .lum-header-buttons li {
		display: block;
		text-align: center;
		margin: 0 !important;
		margin: 1em 0 !important
	}
}
.lumis-service-privacyterm .lum-header-buttons li a {
	text-decoration: none;
	color: inherit !important;
	transition: all .3s ease-in-out
}
.lumis-service-privacyterm .lum-header-buttons li.lum-first {
	color: var(--color-vr)
}
.lumis-service-privacyterm .lum-header-buttons li.lum-first:hover {
	background: var(--color-vr)
}
.lumis-service-privacyterm .lum-header-buttons li.lum-first:hover a {
	color: #fff !important
}
.lumis-service-privacyterm .lum-header-buttons li.lum-last {
	color: #fff
}
.lumis-service-privacyterm .lum-header-buttons li.lum-last:hover {
	background: #fff
}
.lumis-service-privacyterm .lum-header-buttons li.lum-last:hover a {
	color: var(--color-vr) !important
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
	border: none !important;
	border-radius: 1em;
	font-weight: 500;
	outline: none !important
}
@media screen and (max-width: calc(720px - 1px)) {
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
		margin-bottom: 0 !important;
		height: 90vh !important;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-top: 10vh !important
	}
}
@media screen and (max-width: calc(720px - 1px)) {
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-content.ui-widget-content {
		height: calc(100% - 14em) !important;
		overflow-y: auto !important;
		overflow-x: hidden !important
	}
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-content.ui-widget-content::-webkit-scrollbar {
	width: .5em
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-content.ui-widget-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: .5em
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-content.ui-widget-content::-webkit-scrollbar-thumb {
	background: var(--color-vr-complement);
	border-radius: .5em
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .lum-content-body {
	padding: 2em;
	font-weight: 500;
	font-size: 1em;
	color: var(--color-grayscale-400);
	padding-left: .5em
}
@media screen and (max-width: calc(720px - 1px)) {
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .lum-content-body {
		padding: 0
	}
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .lum-content-body h2 {
	font-weight: 700;
	font-size: 2em;
	color: var(--color-grayscale-400);
	position: relative;
	margin-bottom: 1em;
	-webkit-transform: translateX(1em);
	transform: translateX(1em)
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .lum-content-body h2:after {
	content: "";
	position: absolute;
	top: 0em;
	left: -1em;
	width: 1.25rem;
	height: 2.5em;
	background-color: var(--color-second)
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .lum-content-body p {
	font-weight: 500;
	font-size: 1em;
	color: var(--color-grayscale-400)
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
	padding: 2em !important;
	border: none !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background: none !important
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-button.ui-corner-all.ui-widget.lum-button {
	background-color: #fff;
	color: var(--color-vr);
	font-weight: 600;
	font-size: 1em;
	padding: 1.5em 1em;
	border-radius: .5em;
	border: 2px solid;
	transition: all .3s ease-in-out;
	outline: none !important
}
@media screen and (max-width: calc(720px - 1px)) {
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-button.ui-corner-all.ui-widget.lum-button {
		width: 100%
	}
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-button.ui-corner-all.ui-widget.lum-button:hover {
	background: var(--color-vr);
	color: #fff;
	border-color: var(--color-vr)
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-button.ui-corner-all.ui-widget.lum-button.lum-button-primary {
	color: #fff;
	background-color: var(--color-vr);
	border-color: var(--color-vr)
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-button.ui-corner-all.ui-widget.lum-button.lum-button-primary:hover {
	background-color: var(--color-parceiro-lighten);
	border-color: var(--color-parceiro-lighten)
}
.loader, .loader:before, .loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out
}
.loader {
	color: var(--color-vr-complement);
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 0
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}
.loader:after {
	left: 3.5em
}
@-webkit-keyframes load7 {
	0%, 80%, 100% {
		box-shadow: 0 2.5em 0 -1.3em
	}
	40% {
		box-shadow: 0 2.5em 0 0
	}
}
@keyframes load7 {
	0%, 80%, 100% {
		box-shadow: 0 2.5em 0 -1.3em
	}
	40% {
		box-shadow: 0 2.5em 0 0
	}
}
.vr-form__wrapper .vr-form__radio.haveTip {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
@media screen and (max-width: 600px) {
	.vr-form__wrapper .vr-form__radio.haveTip {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
.vr-form__wrapper .vr-form-subtitle.haveTip.tipTitleText {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.vr-form__wrapper .vr-form__row.haveTip {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media screen and (max-width: 600px) {
	.vr-form__wrapper .vr-form__row.haveTip {
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}
	.vr-form__wrapper .vr-form__row.haveTip .tip {
		min-width: 170px !important
	}
	.vr-form__wrapper .vr-form__row.haveTip .tip:after {
		left: 76% !important
	}
}
.vr-form__wrapper .vr-form__holder.haveTip {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-form__wrapper .vr-form__enunciated.haveTip {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.vr-form__wrapper .haveTip .vr-field__label {
	font-size: 0.838em
}
.vr-form__wrapper .vr-form__agree.haveTip {
	white-space: initial
}
.vr-form__wrapper .vr-form__agree.haveTip .tip {
	right: -26px !important
}
@media screen and (max-width: 1300px) {
	.vr-form__wrapper .vr-form__agree.haveTip .tip:after {
		left: 82% !important
	}
}
@media screen and (max-width: 600px) {
	.vr-form__wrapper .vr-form__agree.haveTip .tip:after {
		left: 82%
	}
}
.vr-form__wrapper #tip-gestor .tip-circle {
	top: -20px
}
.vr-form__wrapper #tip-gestor .tip {
	bottom: 300% !important
}
.vr-form__wrapper #tip-gestor .tip:after {
	left: 91% !important
}
.vr-form__wrapper .tip-container {
	position: relative;
	min-width: 50px;
	height: 20px
}
.vr-form__wrapper .tip-container:hover .tip {
	display: unset
}
.vr-form__wrapper .tip-container .tip-circle {
	position: absolute;
	top: -4px;
	right: 4px;
	height: 30px;
	width: 30px;
	background-color: var(--color-vr);
	border-radius: 50%;
	color: #FFF;
	line-height: 1.7;
	text-align: center;
	font-size: 17px;
	cursor: pointer
}
.vr-form__wrapper .tip-container .tip {
	display: none;
	position: absolute;
	left: -9px;
	bottom: 218%;
	padding: 10px;
	min-width: 300px;
	border-radius: 5px;
	color: #FFF;
	background-color: var(--color-vr)
}
.vr-form__wrapper .tip-container .tip p {
	font-size: 0.8rem;
	font-weight: normal;
	text-align: left
}
.vr-form__wrapper .tip-container .tip a {
	color: #FFF;
	text-decoration: none
}
.vr-form__wrapper .tip-container .tip:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 20px solid var(--color-vr);
	bottom: -20px;
	left: 10%
}
@media screen and (max-width: 1300px) {
	.vr-form__wrapper .tip-container .tip {
		right: -12px;
		left: unset !important
	}
	.vr-form__wrapper .tip-container .tip:after {
		left: 86%
	}
}
.vr-form__wrapper .tip-container .tip-bolder {
	font-weight: 700
}
.vr-form__wrapper .tip-container .tip-spotlight {
	color: var(--color-vr-complement)
}
.nomeGestorDiv {
	position: relative;
	display: inline-block
}
.nomeGestorDiv-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0
}
.nomeGestorDiv-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4
}
.nomeGestorDiv-items div:hover {
	background-color: #e9e9e9
}
.nomeGestorDiv-active {
	background-color: DodgerBlue !important;
	color: #ffffff
}
.menu-item-acessivel {
	position: absolute;
	top: -1000px;
	z-index: 99999;
	padding: 7px 28px;
	overflow: hidden;
	transition: top 0.3s;
	border-radius: 50px;
	background-color: #fff;
	color: #02d72f;
	text-decoration: none !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	border: 1px solid #02d72f;
	outline: none;
	left: calc(-540px + 50%);
	font-weight: 500
}
.menu-item-acessivel:focus, .menu-item-acessivel:active {
	top: 35px !important;
	left: 70px !important
}
@media screen and (max-width: 992px) {
	.menu-item-acessivel:focus, .menu-item-acessivel:active {
		border: none;
		top: -35px !important;
		background-color: #fff;
		color: #02d72f;
		width: 100%;
		text-align: center;
		left: 0 !important;
		right: 0;
		border-radius: 0;
		padding: 5px 28px;
		text-decoration: underline !important
	}
}
@media screen and (max-width: 992px) {
	.vr-header.acessibility-mobile {
		margin-top: 35px
	}
}
.dual-card {
	width: 100%;
	padding-block: 70px
}
.dual-card .vr-section__wrapper {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-inline: 5rem
}
.dual-card h1 {
	font-weight: 500;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 3.5rem
}
.dual-card h1 strong {
	display: block
}
.dual-card__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 48px
}
.dual-card__item {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px
}
.dual-card__item-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-inline: 48px;
	gap: 15px
}
.dual-card__item-footer>p {
	text-align: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.5rem
}
.dual-card__item-footer>a {
	width: 256px
}
.dual-card__img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 30px
}
@media screen and (max-width: 900px) {
	.dual-card__container {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.dual-card h1 {
		font-weight: 500;
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 2rem
	}
	.dual-card__item-footer>p {
		font-size: 1rem;
		line-height: 1.5
	}
}
.features-cards {
	padding-block: 32px
}
.features-cards__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1020px;
	gap: 15px
}
.features-cards__item {
	-webkit-flex-basis: calc(50% - 20px);
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px);
	padding: 20px;
	border-radius: 10px;
	background-color: #f3f7fb
}
@media (min-width: 960px) {
	.features-cards__item {
		-webkit-flex-basis: calc(33.33% - 20px);
		-ms-flex-preferred-size: calc(33.33% - 20px);
		flex-basis: calc(33.33% - 20px)
	}
}
.features-cards__item>header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-margin-after: 12px;
	margin-block-end: 12px;
	gap: 8px
}
.features-cards__item img[src=""] {
	display: none
}
.features-cards__item h3 {
	color: var(--color-grayscale-400);
	text-align: center;
	font-weight: 700;
	line-height: 1.4em
}
.features-cards__item h3:empty {
	display: none
}
.features-cards__item p {
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.5em
}
.features-cards__item p:empty {
	display: none
}
.title-subtitle {
	padding-block: 32px
}
.title-subtitle__container {
	text-align: center
}
.title-subtitle__container>h2 {
	display: inline;
	line-height: 1.3;
	font-weight: 700;
	font-size: 1.625em
}
.title-subtitle__container>h2:empty {
	display: none
}
.title-subtitle__container>h2>strong {
	background: #fff110
}
.title-subtitle__container>p:empty {
	display: none
}
.bg-color-vr {
	background-color: #02D72F
}
.bg-color-vr-complement {
	background-color: #fff110
}
.bg-color-alimentacao {
	background-color: #df1683
}
.bg-color-alimentacao-complement {
	background-color: #3de456
}
.bg-color-refeicao {
	background-color: #f70
}
.bg-color-refeicao-complement {
	background-color: #a8c700
}
.bg-color-auto {
	background-color: #636569
}
.bg-color-auto-complement {
	background-color: #70d44b
}
.bg-color-transporte {
	background-color: #e4002b
}
.bg-color-transporte-complement {
	background-color: #54c0e8
}
.bg-color-cultura {
	background-color: #0072ce
}
.bg-color-cultura-complement {
	background-color: #fff110
}
.bg-color-saude {
	background-color: #00b2e3
}
.bg-color-saude-complement {
	background-color: #f45197
}
.bg-color-compras {
	background-color: #c6007e
}
.bg-color-compras-complement {
	background-color: #fff110
}
.bg-color-antecipacao {
	background-color: #e3cb00
}
.bg-color-antecipacao-complement {
	background-color: #ba2c85
}
.bg-color-parceiro {
	background-color: #279f00
}
.bg-color-parceiro-complement {
	background-color: #ff9800
}
.bg-color-grayscale-100 {
	background-color: #e4e8ed
}
.bg-color-grayscale-200 {
	background-color: #adbdd0
}
.bg-color-grayscale-300 {
	background-color: #9caec1
}
.bg-color-grayscale-400 {
	background-color: #6d839a
}
.bg-color-grayscale-500 {
	background-color: #4a5969
}
.bg-color-grayscale-700 {
	background-color: #333
}
.bg-color-vivid-pink {
	background-color: #E20093
}
.bg-color-safety-orange {
	background-color: #FF7A01
}
.bg-color-vr-multi {
	background-color: #02D72F
}
.bg-color-transparent {
	background-color: transparent
}
.banner-carrossel__item picture {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
.banner-carrossel__item[href=""] {
	cursor: default
}
.banner-carrossel__image {
	object-fit: cover;
	width: 100%;
	min-height: 500px;
	height: auto
}
.banner-carrossel .swiper-pagination {
	bottom: 0
}
.banner-carrossel .swiper-pagination-bullet {
	width: 1.5em;
	height: 0.4em;
	background: var(--color-vr-complement);
	opacity: 0.5;
	transition: var(--transition);
	border-radius: 0.2em
}
.banner-carrossel .swiper-pagination-bullet-active {
	opacity: 1;
	width: 2.5em
}
.block-midia {
	padding-block: 32px
}
@media (min-width: 960px) {
	.block-midia {
		padding-block: 120px
	}
}
.block-midia__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 48px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1234px
}
@media (min-width: 960px) {
	.block-midia__container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.block-midia__content video {
	width: 100%;
	height: auto
}
@media only screen and (min-width: 768px) {
	.block-midia__content video {
		width: 650px !important
	}
}
.block-midia__text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
.block-midia__text>h2 {
	display: inline;
	line-height: 1.3;
	font-weight: 700;
	font-size: 1.625em
}
.block-midia__text>h2>strong {
	background: #fff110
}
.block-disclaimer__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.cards-carrossel {
	padding-block: 35px
}
.cards-carrossel__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
@media (min-width: 960px) {
	.cards-carrossel__container {
		gap: 20px;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
.cards-carrossel__item {
	box-shadow: 3px 3px 12px 6px rgba(0, 0, 0, 0.14902);
	border-radius: 15px;
	padding: 15px;
	min-height: 420px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 280px
}
@media (min-width: 960px) {
	.cards-carrossel__item {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}
.cards-carrossel__item>span {
	color: var(--color-grayscale-400);
	font-size: 1rem;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 18px;
	display: block
}
.cards-carrossel__item>p {
	font-size: 1rem;
	line-height: 1.3;
	color: var(--color-grayscale-400);
	margin-bottom: 16px
}
.cards-carrossel__item>a {
	height: -webkit-fit-content;
	height: fit-content;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	margin: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0
}
.banner-voucher {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 557px;
	color: #fff
}
@media (min-width: 1024px) {
	.banner-voucher {
		height: auto
	}
	.banner-voucher--green {
		background-color: lime;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTEyIiBoZWlnaHQ9IjM0NSIgdmlld0JveD0iMCAwIDkxMiAzNDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05MDMuNjE5IDM0OC41NjZMNTYzLjc2NiAxMDUxLjUyQzUyOS42NTEgMTEyMi4wOCA0MzkuODMzIDExNTIuMTUgMzU1LjI0MiAxMTIyLjE0TC00MDguNjIxIDc4OC42NTVMLTYwLjg1ODIgODIuMjQyNEMtMjYuNzM5NiAxMS42NzczIDYzLjA3NSAtMTguMzg3NyAxMzkuNzU1IDE1LjA4NjdMOTAzLjYyMyAzNDguNTY2TDkwMy42MTkgMzQ4LjU2NloiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBkPSJNODI5Ljg2NSA1MjMuODQ0TDM5MS43MzMgMTAxNy44NkMzNDcuNzU0IDEwNjcuNDUgMjY4LjA1NSAxMDczLjQ3IDIwNi41MTggMTAzMi40OUwtMzM0LjcwNiA2MTIuNDU3TDExMC42MzUgMTE3LjI1N0MxNTQuNjE0IDY3LjY2NjMgMjM0LjMxMyA2MS42NDY3IDI4OC42NDIgMTAzLjgwOEw4MjkuODY2IDUyMy44NEw4MjkuODY1IDUyMy44NDRaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4wOCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTcxMC4yNSA2NDYuNjA2TDI1OS42ODYgOTQxLjExMkMyMTQuNDU1IDk3MC42NzcgMTUxLjE0IDk1OS45MjkgMTEyLjM4OCA5MTYuNjIzTC0yMTUuMTUgNDkwLjAzM0wyNDEuMjg1IDE5Ni4wMDlDMjg2LjUxNiAxNjYuNDQ1IDM0OS44MzEgMTc3LjE5MiAzODIuNzEyIDIyMC4wMTZMNzEwLjI1IDY0Ni42MDZaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4wOCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTU2OS44NDcgNzA4LjMzMkwxNzkuNDI2IDgzOC44NDhDMTQwLjIzNiA4NTEuOTUyIDk2LjI1MjIgODMyLjc2MSA3Ny4wMDQ4IDc5NC41NzhMLTczLjA1MSA0MjguMjU0TDMyMS41NTUgMjk5LjE0NkMzNjAuNzQ0IDI4Ni4wNDMgNDA0LjcyOCAzMDUuMjM0IDQxOS43OTIgMzQyLjAwNUw1NjkuODQ4IDcwOC4zMjhMNTY5Ljg0NyA3MDguMzMyWiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik00MjkuNjUgNzA5LjUzTDE1Mi42NzIgNzMwLjQ5MUMxMjQuODY2IDczMi41OTUgOTkuOTU3OCA3MTMuMjUyIDk0LjU4NzIgNjg1LjcxOEw2NS40NTU5IDQyNy4wNzFMMzQ0Ljg4IDQwNy42ODNDMzcyLjY4NiA0MDUuNTc4IDM5Ny41OTQgNDI0LjkyMSA0MDAuNTE5IDQ1MC44ODNMNDI5LjY1IDcwOS41M1oiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L3N2Zz4K");
		background-repeat: no-repeat;
		background-position: bottom left
	}
}
.banner-voucher__container {
	position: absolute;
	z-index: 2;
	background: #fff;
	padding: 25px;
	max-width: 268px;
	left: 1rem;
	border-radius: 0 40px 0 40px;
	box-shadow: 15px 15px 0 0 #E20093
}
@media (min-width: 1024px) {
	.banner-voucher__container {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: calc(var(--width-content) + 2rem);
		z-index: auto;
		background: transparent;
		box-shadow: none
	}
}
.banner-voucher__text-content {
	max-width: 620px
}
.banner-voucher__highlight {
	padding: 0 10px;
	background-color: #E20093;
	line-height: 1.05rem;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 0.75rem;
	letter-spacing: 0.2em
}
@media (min-width: 1024px) {
	.banner-voucher__highlight {
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 1.05rem;
		letter-spacing: 0.2em
	}
}
.banner-voucher__title {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.15rem;
	margin-block: 8px 24px
}
@media (min-width: 1024px) {
	.banner-voucher__title {
		font-size: 3.5rem;
		font-weight: 700;
		line-height: 4.2rem
	}
}
.banner-voucher__description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3125rem;
	-webkit-margin-after: 32px;
	margin-block-end: 32px;
	color: #000
}
@media (min-width: 1024px) {
	.banner-voucher__description {
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 1.9125rem
	}
}
.banner-voucher>picture {
	display: contents
}
.banner-voucher__image {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%
}
@media (min-width: 1024px) {
	.banner-voucher__image {
		height: auto;
		width: 60%;
		-webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 35% 100%);
		clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 35% 100%)
	}
}
.banner-voucher__btn-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px
}
@media (min-width: 1024px) {
	.banner-voucher__btn-container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.banner-voucher__btn {
	padding: 12px 10px;
	border-radius: 100px;
	background-color: #E20093;
	color: #fff;
	text-decoration: none;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0.875rem;
	line-height: 1.05rem;
	font-weight: 600;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width: 1024px) {
	.banner-voucher__btn {
		min-width: 290px;
		padding: 12px 16px;
		font-size: 0.875rem;
		line-height: 1.05rem;
		letter-spacing: 0.02em
	}
}
.banner-voucher__btn-whatsapp {
	background-color: transparent;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 10px;
	border-radius: 100px;
	text-decoration: none;
	color: #034d2e;
	font-size: 0.875rem;
	line-height: 1.05rem;
	font-weight: 600;
	gap: 5px;
	border: 1px solid #02D72F;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.banner-voucher__btn-whatsapp:hover {
	color: #fff;
	background-color: #02D72F
}
.banner-voucher__btn-whatsapp>img {
	width: 16px;
	height: 16px
}
@media (min-width: 1024px) {
	.banner-voucher__btn-whatsapp {
		min-width: 290px;
		padding: 12px 16px;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.05rem;
		letter-spacing: 0.02em;
		text-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.banner-voucher__btn-whatsapp>img {
		width: 24px;
		height: 24px
	}
}
.banner-voucher--orange .banner-voucher__container {
	box-shadow: 15px 15px 0 0 #FF7A01
}
@media (min-width: 1024px) {
	.banner-voucher--orange .banner-voucher__container {
		box-shadow: none
	}
}
.banner-voucher--orange .banner-voucher__highlight {
	background-color: #FF7A01;
	color: #000
}
.banner-voucher--orange .banner-voucher__btn {
	background-color: #FF7A01;
	color: #000
}
.banner-voucher--green .banner-voucher__container {
	box-shadow: 15px 15px 0 0 lime
}
@media (min-width: 1024px) {
	.banner-voucher--green .banner-voucher__container {
		box-shadow: none
	}
}
.banner-voucher--green .banner-voucher__highlight {
	background-color: #fff;
	color: #000
}
.banner-voucher--green .banner-voucher__btn {
	background-color: #02D72F;
	color: #000
}
@media (min-width: 1024px) {
	.banner-voucher--green .banner-voucher__btn {
		background-color: #fff;
		color: #000
	}
}
.info-voucher {
	padding-block: 80px;
	background-color: #f0f8ff
}
@media (min-width: 960px) {
	.info-voucher {
		padding-block: 100px
	}
}
.info-voucher~.info-voucher {
	-webkit-padding-before: 0;
	padding-block-start: 0
}
.info-voucher__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 18px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(1060px + 2rem)
}
@media (min-width: 960px) {
	.info-voucher__container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 32px
	}
}
.info-voucher__text-content {
	max-width: 420px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px
}
.info-voucher__text-content--invert {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.info-voucher__block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.info-voucher__title {
	font-weight: 700;
	font-size: 1.3125rem;
	line-height: 1.575rem
}
@media (min-width: 1024px) {
	.info-voucher__title {
		line-height: 2.4rem;
		font-size: 2rem
	}
}
.info-voucher__description {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6875rem;
	color: var(--color-grayscale-400)
}
.info-voucher__list {
	list-style-position: inside;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}
.info-voucher__list li {
	position: relative;
	color: var(--color-grayscale-400);
	font-weight: 600;
	list-style: none;
	font-size: 0.75rem;
	line-height: 1.125rem;
	padding-left: 25px;
	background-image: url("../img/svg/info-voucher-list-icon.svg");
	background-repeat: no-repeat;
	background-size: 1rem
}
@media (min-width: 1024px) {
	.info-voucher__list li {
		line-height: 1.5rem;
		font-size: 1rem;
		padding-left: 35px;
		background-size: 1.5rem
	}
}
.info-voucher__image {
	max-width: 100%;
	height: auto;
	max-height: 340px;
	width: 504px;
	border-radius: 0px 40px 0px 40px;
	object-fit: cover;
	box-shadow: 12px 12px 0 0 #02D72F
}
@media (min-width: 1024px) {
	.info-voucher__image {
		box-shadow: 15px 15px 0 0 #02D72F
	}
}
@media (max-width: calc(960px - 1px)) {
	.info-voucher__image {
		display: none
	}
}
.info-voucher__disclaimer-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}
.info-voucher__disclaimer {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.125rem
}
@media (min-width: 1024px) {
	.info-voucher__disclaimer {
		margin-left: 36px
	}
}
.info-voucher__disclaimer:empty {
	display: none
}
.banner-benefits {
	background-color: #034d2e;
	padding-block: 60px
}
@media (min-width: 1024px) {
	.banner-benefits {
		padding-block: 120px
	}
}
.banner-benefits .container {
	position: relative;
	max-width: calc(900px + 2rem)
}
@media (max-width: calc(960px - 1px)) {
	.banner-benefits .container {
		max-width: calc(350px + 2rem)
	}
}
.banner-benefits__title {
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
	max-width: 268px;
	margin-inline: auto;
	font-size: 1.5rem;
	line-height: 1.8rem
}
@media (min-width: 1024px) {
	.banner-benefits__title {
		font-size: 2.5rem;
		line-height: 3rem;
		max-width: 446px;
		-webkit-margin-after: 80px;
		margin-block-end: 80px
	}
}
.banner-benefits__image {
	border-radius: 0 48px 0 48px;
	object-fit: cover;
	width: 342px;
	height: auto;
	max-width: 100%;
	-webkit-margin-after: 60px;
	margin-block-end: 60px
}
@media (min-width: 1024px) {
	.banner-benefits__image {
		width: 690px;
		-webkit-margin-after: 80px;
		margin-block-end: 80px
	}
}
.banner-benefits .swiper {
	max-width: 682px
}
@media (max-width: calc(960px - 1px)) {
	.banner-benefits .swiper {
		max-width: 208px
	}
}
.banner-benefits .swiper-button-next, .banner-benefits .swiper-button-prev {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-color: #FAFAFA
}
@media (min-width: 1024px) {
	.banner-benefits .swiper-button-next, .banner-benefits .swiper-button-prev {
		width: 48px;
		height: 48px
	}
}
.banner-benefits .swiper-button-next:after, .banner-benefits .swiper-button-prev:after {
	font-size: 12px;
	color: #034d2e;
	font-weight: 900
}
@media (min-width: 1024px) {
	.banner-benefits .swiper-button-next:after, .banner-benefits .swiper-button-prev:after {
		font-size: 18px
	}
}
.banner-benefits .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	opacity: 1;
	transition: var(--transition);
	background-color: #dce6f0
}
.banner-benefits .swiper-pagination-bullet-active {
	width: 1.5rem;
	border-radius: 200px;
	background: #02D72F
}
.banner-benefits--orange .swiper-pagination-bullet-active {
	background: #02D72F
}
.banner-benefits--green .swiper-pagination-bullet-active {
	background: #02D72F
}
.mosaic-solutions {
	padding-block: 100px
}
.mosaic-solutions__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	max-width: calc(420px + 2rem);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (min-width: 1024px) {
	.mosaic-solutions__container {
		max-width: calc(1060px + 2rem)
	}
}
.mosaic-solutions__title {
	font-weight: 700;
	line-height: 1.35rem;
	font-size: 1.125rem;
	-webkit-margin-after: 8px;
	margin-block-end: 8px
}
@media (min-width: 1024px) {
	.mosaic-solutions__title {
		font-size: 2.5rem;
		line-height: 3rem;
		-webkit-margin-after: 12px;
		margin-block-end: 12px
	}
}
.mosaic-solutions__description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3125rem;
	-webkit-margin-after: 24px;
	margin-block-end: 24px
}
@media (min-width: 1024px) {
	.mosaic-solutions__description {
		font-size: 1.3125rem;
		line-height: 1.9688rem;
		-webkit-margin-after: 36px;
		margin-block-end: 36px
	}
}
.mosaic-solutions__text-block {
	max-width: 179px
}
@media (min-width: 1024px) {
	.mosaic-solutions__text-block {
		max-width: 358px
	}
}
.mosaic-solutions__double {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	-webkit-padding-end: 12px;
	padding-inline-end: 12px
}
@media (min-width: 1024px) {
	.mosaic-solutions__double {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-block: 12px;
		-webkit-padding-end: 0;
		padding-inline-end: 0;
		-webkit-order: unset;
		-ms-flex-order: unset;
		order: unset;
		width: auto
	}
}
.mosaic-solutions__double img {
	border-radius: 0 16px 0 16px;
	box-shadow: 8px 8px 0 0 #E20093;
	width: 160px;
	height: auto;
	object-fit: cover
}
@media (min-width: 1024px) {
	.mosaic-solutions__double img {
		width: 290px;
		box-shadow: 12px 12px 0 0 #E20093
	}
}
.mosaic-solutions__single {
	-webkit-padding-end: 12px;
	padding-inline-end: 12px
}
.mosaic-solutions__single img {
	border-radius: 32px 0 32px 0;
	box-shadow: 8px 8px 0 0 #E20093;
	width: 120px;
	height: auto;
	object-fit: cover
}
@media (min-width: 1024px) {
	.mosaic-solutions__single img {
		width: 225px;
		box-shadow: 12px 12px 0 0 #E20093
	}
}
.mosaic-solutions__btn {
	background-color: #E20093;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding: 15px 24px 15px 24px;
	border-radius: 100px;
	font-size: 0.75rem;
	line-height: 0.9rem;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 179px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.mosaic-solutions__btn:hover {
	color: #fff
}
@media (min-width: 1024px) {
	.mosaic-solutions__btn {
		font-size: 1.125rem;
		line-height: 1.5rem;
		min-width: 290px
	}
}
.mosaic-solutions--orange .mosaic-solutions__btn {
	background-color: #FF7A01;
	color: #000
}
.mosaic-solutions--orange .mosaic-solutions__btn:hover {
	color: #000
}
.mosaic-solutions--orange .mosaic-solutions__double img {
	box-shadow: 8px 8px 0 0 #FF7A01
}
@media (min-width: 1024px) {
	.mosaic-solutions--orange .mosaic-solutions__double img {
		box-shadow: 12px 12px 0 0 #FF7A01
	}
}
.mosaic-solutions--orange .mosaic-solutions__single img {
	box-shadow: 8px 8px 0 0 #FF7A01
}
@media (min-width: 1024px) {
	.mosaic-solutions--orange .mosaic-solutions__single img {
		box-shadow: 12px 12px 0 0 #FF7A01
	}
}
.mosaic-solutions--green .mosaic-solutions__btn {
	background-color: #02D72F;
	color: #000
}
.mosaic-solutions--green .mosaic-solutions__btn:hover {
	color: #000
}
.mosaic-solutions--green .mosaic-solutions__double img {
	box-shadow: 8px 8px 0 0 #02D72F
}
@media (min-width: 1024px) {
	.mosaic-solutions--green .mosaic-solutions__double img {
		box-shadow: 12px 12px 0 0 #02D72F
	}
}
.mosaic-solutions--green .mosaic-solutions__single img {
	box-shadow: 8px 8px 0 0 #02D72F
}
@media (min-width: 1024px) {
	.mosaic-solutions--green .mosaic-solutions__single img {
		box-shadow: 12px 12px 0 0 #02D72F
	}
}
.block-youtube {
	-webkit-padding-before: 100px;
	padding-block-start: 100px;
	-webkit-padding-after: 100px;
	padding-block-end: 100px;
	background-color: #f0f8ff
}
.block-youtube__container {
	text-align: center;
	max-width: calc(839px + 2rem)
}
.block-youtube__container iframe {
	border: 0;
	width: 100%;
	aspect-ratio: 16 / 9
}
.block-youtube__container #insert-src-iframe {
	display: none
}
.block-youtube__title {
	font-weight: 700;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.35rem;
	max-width: 695px;
	margin-inline: auto;
	-webkit-margin-after: 30px;
	margin-block-end: 30px
}
@media (min-width: 1024px) {
	.block-youtube__title {
		line-height: 3rem;
		font-size: 2.5rem;
		-webkit-margin-after: 60px;
		margin-block-end: 60px
	}
}
.block-youtube .btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: calc(839px + 2rem);
	height: 64px;
	margin: 80px auto 0;
	font-size: 1.125rem;
	padding: 12px 16px 12px 16px;
	border-radius: 100px;
	color: #fff;
	background-color: #02D72F;
	text-decoration: none
}
.info-carrossel {
	background-color: #034d2e;
	padding-block: 70px
}
.info-carrossel__container {
	max-width: calc(480px + 2rem)
}
@media (min-width: 1024px) {
	.info-carrossel__container {
		max-width: calc(900px + 2rem)
	}
}
@media (min-width: 1024px) {
	.info-carrossel {
		padding-block: 100px
	}
}
.info-carrossel__text-block {
	max-width: 620px;
	margin-inline: auto;
	padding: 12px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	-webkit-margin-after: 30px;
	margin-block-end: 30px
}
@media (min-width: 1024px) {
	.info-carrossel__text-block {
		padding: 20px;
		gap: 12px;
		-webkit-margin-after: 50px;
		margin-block-end: 50px
	}
}
.info-carrossel__title {
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 0.75rem;
	color: #FAFAFA;
	text-align: center;
	text-transform: uppercase
}
@media (min-width: 1024px) {
	.info-carrossel__title {
		font-size: 1.3125rem;
		font-weight: 700;
		line-height: 1.575rem
	}
}
.info-carrossel__subtitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8rem;
	color: #FAFAFA;
	text-align: center
}
@media (min-width: 1024px) {
	.info-carrossel__subtitle {
		font-size: 2.5rem;
		line-height: 3rem
	}
}
.info-carrossel__description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3125rem;
	color: #FAFAFA;
	text-align: center
}
@media (min-width: 1024px) {
	.info-carrossel__description {
		font-size: 1.3125rem;
		line-height: 1.9688rem
	}
}
.info-carrossel .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	opacity: 1;
	transition: var(--transition);
	background-color: #dce6f0
}
.info-carrossel .swiper-pagination-bullet-active {
	width: 1.5rem;
	border-radius: 200px;
	background: #02D72F
}
.info-carrossel .swiper-wrapper {
	margin-inline: auto;
	width: 190px
}
@media (min-width: 1024px) {
	.info-carrossel .swiper-wrapper {
		width: 380px
	}
}
.info-carrossel__item {
	box-sizing: border-box;
	width: 190px;
	margin-bottom: 50px;
	min-height: 145px;
	padding: 24px 16px 24px 16px;
	border-radius: 0 10px 0 10px;
	background-color: #FAFAFA
}
@media (min-width: 1024px) {
	.info-carrossel__item {
		padding: 48px 32px 48px 32px;
		border-radius: 0 20px 0 20px;
		width: 380px;
		min-height: 290px
	}
}
.info-carrossel__slide-title {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.05rem;
	text-align: left;
	-webkit-margin-after: 12px;
	margin-block-end: 12px;
	color: #034d2e
}
@media (min-width: 1024px) {
	.info-carrossel__slide-title {
		font-size: 1.5rem;
		line-height: 1.8rem;
		margin-block: 15px 12px
	}
}
.info-carrossel__slide-description {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: left
}
@media (min-width: 1024px) {
	.info-carrossel__slide-description {
		font-size: 1.3125rem;
		line-height: 1.9688rem
	}
}
.info-carrossel .swiper-button-next, .info-carrossel .swiper-button-prev {
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-color: #FAFAFA
}
@media (min-width: 1024px) {
	.info-carrossel .swiper-button-next, .info-carrossel .swiper-button-prev {
		width: 48px;
		height: 48px
	}
}
.info-carrossel .swiper-button-next:after, .info-carrossel .swiper-button-prev:after {
	font-size: 12px;
	color: #034d2e;
	font-weight: 900
}
@media (min-width: 1024px) {
	.info-carrossel .swiper-button-next:after, .info-carrossel .swiper-button-prev:after {
		font-size: 18px
	}
}
.mosaic-solutions-v2 {
	-webkit-padding-after: 100px;
	padding-block-end: 100px
}
.mosaic-solutions-v2__container {
	gap: 42px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: calc(1060px + 2rem)
}
.mosaic-solutions-v2__content-single {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__content-single {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 60px
	}
}
.mosaic-solutions-v2__content-block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__content-block {
		max-width: 620px
	}
}
.mosaic-solutions-v2__title {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.35rem
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__title {
		font-size: 2.5rem;
		line-height: 3rem
	}
}
.mosaic-solutions-v2__text-block {
	max-width: 196px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 12px
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__text-block {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		max-width: -webkit-fit-content;
		max-width: fit-content
	}
}
.mosaic-solutions-v2__description {
	font-weight: 400;
	color: var(--color-grayscale-400);
	font-size: 0.875rem;
	line-height: 1.3125rem
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__description {
		line-height: 1.9688rem;
		font-size: 1.3125rem
	}
}
.mosaic-solutions-v2__disclaimer {
	font-weight: 600;
	font-size: 0.5rem;
	line-height: 0.75rem
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__disclaimer {
		font-size: 0.75rem;
		line-height: 1.125rem
	}
}
.mosaic-solutions-v2__disclaimer:empty {
	display: none
}
.mosaic-solutions-v2__list {
	list-style-position: inside;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}
.mosaic-solutions-v2__list li {
	position: relative;
	color: var(--color-grayscale-400);
	font-weight: 600;
	list-style: none;
	font-size: 0.75rem;
	line-height: 1.125rem;
	padding-left: 25px;
	background-image: url("../img/svg/info-voucher-list-icon.svg");
	background-repeat: no-repeat;
	background-size: 1rem
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__list li {
		line-height: 1.5rem;
		font-size: 1rem;
		padding-left: 35px;
		background-size: 1.5rem
	}
}
.mosaic-solutions-v2__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 42px
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__wrapper {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.mosaic-solutions-v2__double {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__double {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-block: 12px;
		width: auto;
		gap: 32px;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
}
.mosaic-solutions-v2__double img {
	border-radius: 0 16px 0 16px;
	box-shadow: 8px 8px 0 0 #E20093;
	width: 160px;
	height: auto;
	object-fit: cover
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__double img {
		width: 290px;
		box-shadow: 12px 12px 0 0 #E20093
	}
}
.mosaic-solutions-v2__img-single {
	border-radius: 32px 0 32px 0;
	box-shadow: 8px 8px 0 0 #E20093;
	width: 120px;
	height: auto;
	object-fit: cover
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__img-single {
		width: 225px;
		box-shadow: 12px 12px 0 0 #E20093
	}
}
.mosaic-solutions-v2__btn {
	background-color: #E20093;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 0.9rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 38px;
	padding: 12px 16px 12px 16px;
	border-radius: 100px
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2__btn {
		height: 64px;
		font-size: 1.125rem;
		line-height: 1.5rem
	}
}
.mosaic-solutions-v2--orange .mosaic-solutions-v2__img-single {
	box-shadow: 8px 8px 0 0 #FF7A01
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2--orange .mosaic-solutions-v2__img-single {
		width: 225px;
		box-shadow: 12px 12px 0 0 #FF7A01
	}
}
.mosaic-solutions-v2--orange .mosaic-solutions-v2__double img {
	box-shadow: 8px 8px 0 0 #FF7A01
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2--orange .mosaic-solutions-v2__double img {
		width: 225px;
		box-shadow: 12px 12px 0 0 #FF7A01
	}
}
.mosaic-solutions-v2--orange .mosaic-solutions-v2__btn {
	background-color: #FF7A01;
	color: #000
}
.mosaic-solutions-v2--orange .mosaic-solutions-v2__btn:hover {
	color: #000
}
.mosaic-solutions-v2--green .mosaic-solutions-v2__img-single {
	box-shadow: 8px 8px 0 0 #02D72F
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2--green .mosaic-solutions-v2__img-single {
		width: 225px;
		box-shadow: 12px 12px 0 0 #02D72F
	}
}
.mosaic-solutions-v2--green .mosaic-solutions-v2__double img {
	box-shadow: 8px 8px 0 0 #02D72F
}
@media (min-width: 1024px) {
	.mosaic-solutions-v2--green .mosaic-solutions-v2__double img {
		width: 225px;
		box-shadow: 12px 12px 0 0 #02D72F
	}
}
.mosaic-solutions-v2--green .mosaic-solutions-v2__btn {
	background-color: #02D72F;
	color: #000
}
.mosaic-solutions-v2--green .mosaic-solutions-v2__btn:hover {
	color: #000
}
.block-faq {
	padding-block: 50px
}
@media (min-width: 1024px) {
	.block-faq {
		padding-block: 80px
	}
}
.block-faq__container {
	max-width: calc(1060px + 2rem);
	margin-top: 50px
}
.block-faq__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35rem;
	text-align: center;
	max-width: 274px;
	margin-inline: auto;
	-webkit-margin-after: 18px;
	margin-block-end: 18px
}
@media (min-width: 1024px) {
	.block-faq__title {
		font-size: 2.5rem;
		line-height: 3rem;
		max-width: 650px
	}
}
.block-faq__subtitle {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3125rem;
	text-align: center
}
@media (min-width: 1024px) {
	.block-faq__subtitle {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.7rem
	}
}
.block-faq details {
	border-bottom: 2px solid #a0aab4
}
.block-faq summary {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-block: 20px;
	border-radius: 5px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.3125rem
}
@media (min-width: 1024px) {
	.block-faq summary {
		font-size: 1.5rem;
		line-height: 2.25rem;
		padding-block: 30px
	}
}
.block-faq summary::marker {
	content: ""
}
.block-faq summary::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	margin-left: 10px;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease
}
@media (min-width: 1024px) {
	.block-faq summary::after {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000
	}
}
.block-faq details[open] summary {
	color: #034d2e;
	-webkit-padding-after: 10px;
	padding-block-end: 10px
}
.block-faq details[open] summary:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	border-top-color: #02D72F
}
.block-faq .block-faq__body {
	-webkit-padding-after: 20px;
	padding-block-end: 20px
}
.block-faq .block-faq__body p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3125rem;
	padding-right: 1.5rem
}
@media (min-width: 1024px) {
	.block-faq .block-faq__body p {
		font-size: 1rem;
		line-height: 1.6875rem
	}
}
.block-faq--orange details[open] summary {
	color: #000
}
.block-faq--green details[open] summary {
	color: #000
}
.block-faq--neutro {
	background-color: #fff
}
.block-faq--neutro details[open] summary {
	color: #000
}
.block-faq--neutro details[open] summary:after {
	border-top-color: #02D72F
}
@media (min-width: 1024px) {
	.block-faq--neutro details[open] summary:after {
		border-top-color: #034d2e
	}
}
.novo-ofereca-vr-v2 {
	background-color: #f0f8ff;
	padding-block: 10px;
	background-image: url("../img/Vector.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2 {
		padding-block: 34px
	}
}
.novo-ofereca-vr-v2__container-text {
	max-width: calc(838px + 2rem)
}
.novo-ofereca-vr-v2__container-text>.vr-form__title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: left
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2__container-text>.vr-form__title {
		line-height: 3rem;
		font-size: 2.5rem;
		text-align: center
	}
}
.novo-ofereca-vr-v2__container-text>.vr-form__intro {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.3125rem;
	text-align: left
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2__container-text>.vr-form__intro {
		font-size: 1.75rem;
		line-height: 2.625rem;
		text-align: center
	}
}
.novo-ofereca-vr-v2 .background-modal-new-partner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.novo-ofereca-vr-v2 .modal-new-partner {
	position: relative;
	margin-inline: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #dce6f0;
	border-radius: 25px;
	padding: 16px;
	border-radius: 0 40px 0 40px;
	width: 100%;
	max-width: calc(800px + 2rem)
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2 .modal-new-partner {
		padding: 48px 64px 48px 64px
	}
}
.novo-ofereca-vr-v2 .modal-new-partner .vr-form__row .vr-form__holder {
	line-height: 1 !important;
	margin: 1rem
}
.novo-ofereca-vr-v2 .wrapper-modal-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 5px
}
.novo-ofereca-vr-v2 .wrapper-modal-body::-webkit-scrollbar {
	width: 0.5em
}
.novo-ofereca-vr-v2 .wrapper-modal-body::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 0.5em
}
.novo-ofereca-vr-v2 .wrapper-modal-body::-webkit-scrollbar-thumb {
	background: var(--color-vr-complement);
	border-radius: 0.5em
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .left-side {
	width: 100%;
	height: 100%;
	padding: 0 2rem;
	position: relative
}
@media (1024px) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .left-side {
		width: 50%
	}
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .left-side .img-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	padding-top: 1rem
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side {
		width: 50%
	}
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side h2 {
	line-height: normal
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side .vr-form__header .vr-form__title {
	padding: 0 30px;
	font-size: 1.2em
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side .vr-form__header .vr-form__intro {
	padding: 0
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side form {
	padding: 1rem;
	border-radius: 15px
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side form .vr-form__field {
	border-radius: 5px;
	height: 2.5em;
	color: #444
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side form .vr-form__select~.select2-container .select2-selection {
	border-radius: 5px
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side form .vr-dirty~.vr-field__label {
	top: -1rem
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .right-side form .vr-form__holder::after {
	top: 0.1em
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer-container [type="checkbox"]:checked~.vr-field__label::before {
	background-color: #02D72F;
	border-color: #02D72F
}
@media screen and (max-width: calc(1024px - 1px)) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer-container {
		position: unset;
		width: 100%
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer-container .vr-form__holder.vr-form__holder--checkbox.center {
		margin-bottom: 0 !important
	}
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0.5rem;
	z-index: 10;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 15px
}
.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer p {
	font-weight: 400;
	color: #000;
	font-size: 0.75rem;
	line-height: 1.275rem
}
@media (min-width: 1024px) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer p {
		line-height: 1.4875rem;
		font-size: 0.875rem
	}
}
.novo-ofereca-vr-v2 .wrapper-modal-body .ofereca-vr-modal-label {
	font-size: 0.7rem !important
}
.novo-ofereca-vr-v2 .wrapper-modal-body .ofereca-vr-modal-label::after {
	top: 0 !important;
	left: 4px !important
}
.novo-ofereca-vr-v2 .wrapper-modal-body .close-btn {
	position: absolute;
	right: -1rem;
	top: -1rem;
	background-color: #ffffff;
	border-radius: 50%;
	padding: 10px;
	width: 2.5rem;
	height: 2.5rem;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer
}
@media screen and (max-width: calc(1024px - 1px)) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-new-partner {
		width: 100vw;
		height: 100vh
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body {
		gap: 20px
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body .left-side {
		width: 100%;
		border-top-left-radius: unset
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body .left-side::after {
		top: 96%;
		left: 45%
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body .right-side {
		width: 100%;
		height: auto;
		padding: 2rem 2rem 0
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body .right-side a.vr-button.vr-modal__trigger {
		display: none
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body .right-side form {
		padding: 0
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .wrapper-modal-body .modal-body .right-side form .vr-form__holder {
		margin: 0.5rem 3rem 3rem 0rem;
		margin-right: 0
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-footer {
		height: auto
	}
	.novo-ofereca-vr-v2 .wrapper-modal-body .close-btn {
		top: 3rem;
		right: 0.5rem
	}
}
@media screen and (max-height: 770px) {
	.novo-ofereca-vr-v2 .wrapper-modal-body .modal-body .left-side {
		min-height: 480px
	}
}
.novo-ofereca-vr-v2 .vr-form__select~.select2-container {
	max-width: none
}
.novo-ofereca-vr-v2 .vr-form__actions>.vr-button {
	background-color: #02D72F;
	color: #000;
	border: none;
	width: 100%
}
.novo-ofereca-vr-v2 .vr-form__row>.vr-form__holder {
	margin: 1rem 0 !important
}
.novo-ofereca-vr-v2 .vr-form__holder.valid::after {
	top: 0.25em !important;
	right: 10px
}
.novo-ofereca-vr-v2 .vr-form__holder, .novo-ofereca-vr-v2 .vr-form__holder--select {
	-webkit-margin-after: 12px;
	margin-block-end: 12px;
	text-align: start
}
.novo-ofereca-vr-v2 .vr-form__holder input, .novo-ofereca-vr-v2 .vr-form__holder .select2-selection.select2-selection--single, .novo-ofereca-vr-v2 .vr-form__holder--select input, .novo-ofereca-vr-v2 .vr-form__holder--select .select2-selection.select2-selection--single {
	background-color: #fafafa;
	height: 48px
}
.novo-ofereca-vr-v2 .vr-form__holder input .select2-selection__rendered, .novo-ofereca-vr-v2 .vr-form__holder .select2-selection.select2-selection--single .select2-selection__rendered, .novo-ofereca-vr-v2 .vr-form__holder--select input .select2-selection__rendered, .novo-ofereca-vr-v2 .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__rendered {
	line-height: 30px
}
.novo-ofereca-vr-v2 .vr-form__holder input .select2-selection__arrow, .novo-ofereca-vr-v2 .vr-form__holder .select2-selection.select2-selection--single .select2-selection__arrow, .novo-ofereca-vr-v2 .vr-form__holder--select input .select2-selection__arrow, .novo-ofereca-vr-v2 .vr-form__holder--select .select2-selection.select2-selection--single .select2-selection__arrow {
	right: 8px;
	top: 6px
}
.novo-ofereca-vr-v2 .novo-ofereca-vr-v2__btn {
	color: #034d2e;
	margin: 0.5rem 0 0;
	border: 1px solid #034d2e;
	background-color: transparent
}
.novo-ofereca-vr-v2 .hr-with-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%
}
.novo-ofereca-vr-v2 .hr-with-text::before, .novo-ofereca-vr-v2 .hr-with-text::after {
	content: "";
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 1px solid #000
}
.novo-ofereca-vr-v2 .hr-with-text::before {
	margin-right: 10px
}
.novo-ofereca-vr-v2 .hr-with-text::after {
	margin-left: 10px
}
.hero-holerite {
	padding-block: 35px;
	background-color: #A6F89D
}
@media (min-width: 1024px) {
	.hero-holerite {
		padding-block: 70px
	}
}
.hero-holerite__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: calc(var(--width-content) + 2rem)
}
@media (min-width: 1024px) {
	.hero-holerite__container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.hero-holerite__content {
	max-width: 520px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 18px
}
@media (min-width: 1024px) {
	.hero-holerite__content {
		margin-bottom: 0
	}
}
.hero-holerite__label {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 0.875rem;
	letter-spacing: 3px
}
@media (min-width: 1024px) {
	.hero-holerite__label {
		font-size: 0.875rem;
		line-height: 1.225rem
	}
}
.hero-holerite__title {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: -0.04em
}
@media (min-width: 1024px) {
	.hero-holerite__title {
		font-size: 3.5rem;
		line-height: 4.2rem;
		letter-spacing: -0.02em
	}
}
.hero-holerite__title>span:empty {
	display: none
}
.hero-holerite__highlight {
	background-color: #fff110;
	-webkit-margin-before: 8px;
	margin-block-start: 8px;
	display: inline-block
}
.hero-holerite__description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.225rem;
	margin-block: 12px
}
@media (min-width: 1024px) {
	.hero-holerite__description {
		font-size: 1rem;
		line-height: 1.7rem
	}
}
.hero-holerite__input {
	background-color: #fff;
	width: 100%;
	height: 57px;
	padding: 20px 16px;
	border-radius: 8px
}
.hero-holerite__btn {
	background-color: #fff110;
	border: none;
	color: #000;
	width: 100%;
	margin-inline: 0;
	margin-block: 16px
}
.hero-holerite__btn:hover {
	color: #000
}
.hero-holerite__disclaimer {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 0.9375rem;
	display: block;
	text-align: center;
	margin-inline: auto;
	max-width: 280px
}
@media (min-width: 1024px) {
	.hero-holerite__disclaimer {
		font-size: 0.875rem;
		line-height: 1.4875rem;
		max-width: 380px
	}
}
.block-benefits {
	background-color: #fff;
	padding-block: 35px
}
@media (min-width: 1024px) {
	.block-benefits {
		padding-block: 70px
	}
}
.block-benefits__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(var(--width-content) + 2rem)
}
@media (min-width: 1024px) {
	.block-benefits__container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.block-benefits__content {
	max-width: 387px
}
.block-benefits__title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.95rem;
	-webkit-margin-after: 24px;
	margin-block-end: 24px;
	letter-spacing: -0.04em
}
@media (min-width: 1024px) {
	.block-benefits__title {
		font-size: 2.5rem;
		line-height: 3rem
	}
}
.block-benefits__subtitle {
	font-size: 3rem;
	font-weight: 300;
	line-height: 3.6rem;
	letter-spacing: -0.04em;
	-webkit-margin-start: 28px;
	margin-inline-start: 28px;
	max-width: 597px
}
@media (min-width: 1024px) {
	.block-benefits__subtitle {
		-webkit-margin-start: 0;
		margin-inline-start: 0;
		font-size: 6rem;
		line-height: 7.2rem;
		-webkit-margin-start: auto;
		margin-inline-start: auto
	}
}
.block-benefits__span {
	display: block
}
.block-benefits__highlight {
	color: #034d2e;
	font-weight: 700
}
.block-benefits__list {
	list-style: none
}
.block-benefits__list-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
	-webkit-margin-after: 15px;
	margin-block-end: 15px
}
.block-benefits__list-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3rem;
	letter-spacing: -0.06em
}
.block-benefits__list-body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.block-benefits__list-description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4875rem;
	letter-spacing: -0.06em;
	color: #5E5E5E
}
.block-benefits__btn {
	height: 57px;
	padding: 20px 16px;
	border-radius: 50px;
	background-color: #034d2e;
	border: 1px solid #034d2e;
	min-width: 387px
}
.block-benefits__btn:hover {
	color: #000
}
.hero-media {
	padding-block: 35px
}
@media (min-width: 1024px) {
	.hero-media {
		padding-block: 70px
	}
}
.hero-media__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 38px;
	max-width: calc(var(--width-content) + 2rem)
}
@media (min-width: 1024px) {
	.hero-media__container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.hero-media__container iframe {
	border: 0;
	width: 100%;
	aspect-ratio: 16 / 9
}
.hero-media__container #insert-iframe-hero-media {
	display: none
}
.hero-media__content {
	max-width: 387px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 22px
}
@media (min-width: 1024px) {
	.hero-media__content {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
}
.hero-media__video {
	width: 100%;
	max-width: 708px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.hero-media__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.6rem;
	letter-spacing: -0.08em
}
@media (min-width: 1024px) {
	.hero-media__title {
		font-size: 2.5rem;
		line-height: 3rem;
		letter-spacing: -0.04em
	}
}
.hero-media__highlight {
	background-color: #fff110
}
.hero-media__description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.225rem
}
@media (min-width: 1024px) {
	.hero-media__description {
		font-size: 1rem;
		line-height: 1.7rem
	}
}
.hero-media__btn {
	height: 57px;
	padding: 20px 16px;
	border-radius: 50px;
	background-color: #fff110;
	border: 1px solid #fff110;
	color: #000;
	margin: 0
}
.hero-media__btn:hover {
	color: #000
}
.holerite-carousel {
	padding-block: 35px;
	background-color: #A6F89D
}
@media (min-width: 1024px) {
	.holerite-carousel {
		padding-block: 70px
	}
}
.holerite-carousel__container {
	max-width: calc(1280px + 2rem)
}
.holerite-carousel__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.4rem;
	letter-spacing: -0.04em;
	text-align: center
}
@media (min-width: 1024px) {
	.holerite-carousel__title {
		font-size: 2.5rem;
		line-height: 3rem;
		text-align: left
	}
}
.holerite-carousel__content {
	margin-block: 35px 80px
}
@media (min-width: 1024px) {
	.holerite-carousel__content {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 12px
	}
}
.holerite-carousel__item {
	background-color: #fff;
	max-width: 235px;
	height: auto;
	padding: 40px 16px;
	border-radius: 8px;
	text-align: center;
	box-sizing: border-box
}
@media (min-width: 1024px) {
	.holerite-carousel__item {
		max-width: 280px
	}
}
.holerite-carousel__item>img {
	max-width: 200px;
	width: 100%;
	object-fit: cover;
	height: auto;
	border-radius: 0 16px;
	-webkit-margin-after: 8px;
	margin-block-end: 8px
}
.holerite-carousel__item-body {
	max-width: 192px;
	margin-inline: auto
}
.holerite-carousel__item-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2rem;
	letter-spacing: 0.02em;
	text-align: left;
	-webkit-margin-after: 12px;
	margin-block-end: 12px
}
@media (min-width: 1024px) {
	.holerite-carousel__item-title {
		font-size: 1.125rem;
		line-height: 1.35rem
	}
}
.holerite-carousel__item-description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.05rem;
	letter-spacing: -0.04em;
	text-align: left;
	color: #454545
}
@media (min-width: 1024px) {
	.holerite-carousel__item-description {
		font-size: .875rem;
		line-height: 1.4875rem;
		letter-spacing: -0.04em
	}
}
.holerite-carousel .swiper-pagination {
	bottom: 90px
}
@media (min-width: 1024px) {
	.holerite-carousel .swiper-pagination {
		display: none
	}
}
.holerite-carousel .swiper-pagination-bullet {
	opacity: 1;
	width: 3.6875rem;
	height: 0.25rem;
	border-radius: 0 4px;
	transition: var(--transition);
	background-color: #C3D0DE
}
.holerite-carousel .swiper-pagination-bullet-active {
	background-color: #034d2e
}
.holerite-carousel__btn {
	height: 57px;
	padding: 20px 16px;
	border-radius: 50px;
	background-color: #fff110;
	border: 1px solid #fff110;
	color: #000;
	margin: 0;
	max-width: 387px;
	margin-inline: auto
}
.holerite-carousel__btn:hover {
	color: #000
}
.block-enterprise {
	padding-block: 35px
}
@media (min-width: 1024px) {
	.block-enterprise {
		padding-block: 70px
	}
}
.block-enterprise__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	gap: 12px
}
.block-enterprise__title {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: -0.06em;
	text-align: center;
	-webkit-margin-after: 24px;
	margin-block-end: 24px
}
.block-enterprise__title>strong {
	background-color: #fff110;
	font-weight: 600
}
@media (min-width: 1024px) {
	.block-enterprise__title {
		-webkit-margin-after: 48px;
		margin-block-end: 48px;
		font-size: 2.5rem;
		line-height: 3rem;
		letter-spacing: -0.04em
	}
}
.block-enterprise__logo {
	height: 34px;
	width: 130px;
	object-fit: contain
}
@media (min-width: 1024px) {
	.block-enterprise__logo {
		height: 55px;
		width: 218px
	}
}
.block-paystub {
	padding-block: 35px
}
@media (min-width: 1024px) {
	.block-paystub {
		padding-block: 70px
	}
}
.block-paystub__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.6rem;
	letter-spacing: -0.06em;
	text-align: left;
	-webkit-margin-after: 22px;
	margin-block-end: 22px
}
.block-paystub__title>strong {
	background-color: #fff110;
	font-weight: 600
}
@media (min-width: 1024px) {
	.block-paystub__title {
		font-size: 2.5rem;
		line-height: 3rem;
		letter-spacing: -0.04em;
		-webkit-margin-after: 32px;
		margin-block-end: 32px
	}
}
.block-paystub__container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(var(--width-content) + 2rem)
}
@media (min-width: 1024px) {
	.block-paystub__container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.block-paystub__content {
	max-width: 657px;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.block-paystub__img {
	width: 512px;
	height: auto;
	object-fit: cover
}
.block-paystub__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width: 1024px) {
	.block-paystub__list {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 24px 32px
	}
}
.block-paystub__card {
	border: 1px solid #C3D0DE;
	border-radius: 0 12px 0 12px;
	padding: 16px
}
@media (min-width: 1024px) {
	.block-paystub__card {
		max-width: 296px;
		padding: 32px 16px;
		gap: 16px;
		border-radius: 0px 16px
	}
}
.block-paystub__card:has(.active) {
	border: 1px solid #02D72F
}
.block-paystub__header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}
.block-paystub__header>h3 {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.7rem
}
.block-paystub__header>img {
	width: 24px;
	height: 24px
}
@media (min-width: 1024px) {
	.block-paystub__header>img {
		width: 32px;
		height: 32px
	}
}
.block-paystub__header.active+.block-paystub__body {
	display: block
}
.block-paystub__header.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-filter: invert(55%) sepia(83%) saturate(1679%) hue-rotate(88deg) brightness(102%) contrast(101%);
	filter: invert(55%) sepia(83%) saturate(1679%) hue-rotate(88deg) brightness(102%) contrast(101%)
}
.block-paystub__header::after {
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ljk5OTk3IDcuNDk5OTdDNi43MzczNiA3LjUwMDQzIDYuNDc3MjUgNy40NDg5OCA2LjIzNDU5IDcuMzQ4NTlDNS45OTE5MiA3LjI0ODE5IDUuNzcxNSA3LjEwMDgzIDUuNTg1OTcgNi45MTQ5N0wwLjI5Mjk2OSAxLjYyMDk3TDEuNzA2OTcgMC4yMDY5N0w2Ljk5OTk3IDUuNDk5OTdMMTIuMjkzIDAuMjA2OTdMMTMuNzA3IDEuNjIwOTdMOC40MTM5NyA2LjkxMzk3QzguMjI4NTIgNy4xMDAwMSA4LjAwODEzIDcuMjQ3NTYgNy43NjU0NyA3LjM0ODEzQzcuNTIyOCA3LjQ0ODY5IDcuMjYyNjUgNy41MDAzIDYuOTk5OTcgNy40OTk5N1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
	-webkit-margin-start: auto;
	margin-inline-start: auto
}
@media (min-width: 1024px) {
	.block-paystub__header::after {
		content: ""
	}
}
.block-paystub__body {
	display: none;
	-webkit-margin-before: 8px;
	margin-block-start: 8px
}
@media (min-width: 1024px) {
	.block-paystub__body {
		display: block;
		-webkit-margin-before: 24px;
		margin-block-start: 24px
	}
}
.block-paystub__body>p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4875rem;
	text-align: left
}
.block-paystub__btn {
	height: 57px;
	padding: 20px 16px;
	border-radius: 50px;
	background-color: #fff110;
	border: 1px solid #fff110;
	color: #000;
	margin: 0;
	max-width: 625px;
	-webkit-margin-before: 16px;
	margin-block-start: 16px
}
.block-paystub__btn:hover {
	color: #000
}
@media (min-width: 1024px) {
	.block-paystub__btn {
		-webkit-margin-before: 32px;
		margin-block-start: 32px
	}
}
.holerite-mosaic {
	background: #f0f8ff;
	padding-block: 70px
}
.holerite-mosaic__container {
	max-width: calc(1248px + 2rem)
}
.holerite-mosaic__title {
	font-weight: 600;
	letter-spacing: -0.04em;
	text-align: center;
	margin-bottom: 48px
}
@media (min-width: 1024px) {
	.holerite-mosaic__title {
		line-height: 3rem;
		font-size: 2.5rem
	}
}
.holerite-mosaic__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 24px;
	border-bottom: 1px solid #9BABBB;
	margin-bottom: 30px;
	padding-bottom: 35px
}
@media (min-width: 1024px) {
	.holerite-mosaic__item {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		border: 0;
		margin-bottom: 60px;
		padding-bottom: 0
	}
}
.holerite-mosaic__item--invert .holerite-mosaic__content {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.holerite-mosaic__item:first-of-type .holerite-mosaic__img {
	display: block
}
.holerite-mosaic__content {
	max-width: 385px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 18px
}
@media (min-width: 1024px) {
	.holerite-mosaic__content {
		gap: 25px
	}
}
.holerite-mosaic__item-title {
	font-size: 1.3125rem;
	font-weight: 600;
	line-height: 1.8375rem
}
@media (min-width: 1024px) {
	.holerite-mosaic__item-title {
		font-size: 1.5rem;
		line-height: 1.8rem;
		letter-spacing: -0.04em
	}
}
.holerite-mosaic__item-description {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4875rem;
	letter-spacing: -0.06em
}
@media (min-width: 1024px) {
	.holerite-mosaic__item-description {
		font-size: 1rem;
		line-height: 1.7rem
	}
}
.holerite-mosaic__link {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.05rem;
	letter-spacing: 0.02em;
	color: #000;
	text-decoration: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 18px
}
.holerite-mosaic__link::after {
	top: 2px;
	position: relative;
	content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjI1IDZDMC4yNSA1LjU4NTc5IDAuNTg1Nzg2IDUuMjUgMSA1LjI1SDE1QzE1LjQxNDIgNS4yNSAxNS43NSA1LjU4NTc5IDE1Ljc1IDZDMTUuNzUgNi40MTQyMSAxNS40MTQyIDYuNzUgMTUgNi43NUgxQzAuNTg1Nzg2IDYuNzUgMC4yNSA2LjQxNDIxIDAuMjUgNloiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuNTMwMyA1LjQ2OTY3QzE1LjgyMzIgNS43NjI1NiAxNS44MjMyIDYuMjM3NDQgMTUuNTMwMyA2LjUzMDMzTDEwLjUzMDMgMTEuNTMwM0MxMC4yMzc0IDExLjgyMzIgOS43NjI1NiAxMS44MjMyIDkuNDY5NjcgMTEuNTMwM0M5LjE3Njc4IDExLjIzNzQgOS4xNzY3OCAxMC43NjI2IDkuNDY5NjcgMTAuNDY5N0wxNC40Njk3IDUuNDY5NjdDMTQuNzYyNiA1LjE3Njc4IDE1LjIzNzQgNS4xNzY3OCAxNS41MzAzIDUuNDY5NjdaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNDY5NjcgMC40Njk2N0M5Ljc2MjU2IDAuMTc2Nzc3IDEwLjIzNzQgMC4xNzY3NzcgMTAuNTMwMyAwLjQ2OTY3TDE1LjUzMDMgNS40Njk2N0MxNS44MjMyIDUuNzYyNTYgMTUuODIzMiA2LjIzNzQ0IDE1LjUzMDMgNi41MzAzM0MxNS4yMzc0IDYuODIzMjIgMTQuNzYyNiA2LjgyMzIyIDE0LjQ2OTcgNi41MzAzM0w5LjQ2OTY3IDEuNTMwMzNDOS4xNzY3OCAxLjIzNzQ0IDkuMTc2NzggMC43NjI1NjMgOS40Njk2NyAwLjQ2OTY3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==")
}
.holerite-mosaic__link:hover {
	color: #000
}
.holerite-mosaic__img {
	border-radius: 15px;
	display: none
}
@media (min-width: 1024px) {
	.holerite-mosaic__img {
		display: block
	}
}
.holerite-solutions {
	background-color: #034d2e;
	padding-block: 70px
}
.holerite-solutions__container {
	max-width: calc(var(--width-content) + 2rem);
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
@media (min-width: 1024px) {
	.holerite-solutions__container {
		gap: 12px
	}
}
.holerite-solutions__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.4rem;
	letter-spacing: -0.04em;
	margin-bottom: 48px
}
@media (min-width: 1024px) {
	.holerite-solutions__title {
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 3rem;
		letter-spacing: -0.04em;
		text-align: center
	}
}
.holerite-solutions__title>strong {
	background-color: #fff110;
	display: inline-block;
	color: #034d2e;
	font-weight: 600
}
.holerite-solutions__card {
	border: 1px solid #C3D0DE;
	border-radius: 5px;
	padding: 16px;
	max-width: 225px;
	box-sizing: border-box;
	height: auto
}
.holerite-solutions__card-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2rem;
	letter-spacing: -0.031em;
	color: #fff;
	margin-block: 8px 12px
}
.holerite-solutions__card-description {
	color: #fff
}
.holerite-solutions__card-description p {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.4875rem;
	letter-spacing: -0.01em
}
.news-blog {
	-webkit-padding-after: 70px;
	padding-block-end: 70px
}
.news-blog .elementor-posts-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.news-blog .elementor-post {
	border-radius: 9px;
	background-color: #fff;
	position: relative;
	-webkit-flex: 1 1 1;
	-ms-flex: 1 1 1;
	flex: 1 1 1;
	box-sizing: border-box
}
@media (min-width: 720px) {
	.news-blog .elementor-post {
		-webkit-flex: 1 1 calc((100% - 39px) / 2);
		-ms-flex: 1 1 calc((100% - 39px) / 2);
		flex: 1 1 calc((100% - 39px) / 2)
	}
}
@media (min-width: 1024px) {
	.news-blog .elementor-post {
		-webkit-flex: 1 1 calc((100% - 39px) / 4);
		-ms-flex: 1 1 calc((100% - 39px) / 4);
		flex: 1 1 calc((100% - 39px) / 4)
	}
}
.news-blog .elementor-post__badge {
	background-color: #398844;
	border-radius: 0px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.75rem;
	position: absolute;
	top: 0;
	padding: 0.6em 1.2em;
	line-height: 1;
	font-weight: 400;
	right: 0;
	border-radius: 0px 9px 0 0
}
.news-blog .elementor-post__thumbnail img {
	width: 100%;
	object-fit: cover;
	border-radius: 9px 9px 0 0;
	height: 200px
}
.news-blog .elementor-post__title {
	color: #1b2126;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.2
}
.news-blog .elementor-post__title a {
	text-decoration: none;
	color: #1b2126
}
.news-blog .elementor-post__text {
	padding: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.news-blog .elementor-post__excerpt {
	line-height: 1.7;
	font-size: 1rem
}
.news-blog .elementor-post__read-more {
	color: #fff;
	background-color: #01c117;
	padding: 7px 25px;
	border-radius: 100px;
	font-size: 0.75rem;
	text-decoration: none;
	font-weight: 600
}
.news-blog .elementor-post__card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
.form-proposal .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999
}
.form-proposal .titulo-form {
	color: #1b2126;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	text-align: center;
	padding-top: 34px
}
.form-proposal .subtitulo-form {
	color: #1b2126;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-align: center
}
.form-proposal input {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	border: 1px solid #d5dce1;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	color: #5b6f80 !important;
	margin-bottom: 15px
}
.form-proposal select {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	border: 1px solid #d5dce1;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	color: #5b6f80 !important
}
.form-proposal .popup-content {
	text-align: center
}
.form-proposal .popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 9999 !important
}
.form-proposal .modal-background {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.form-proposal .fecharPopup {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer
}
.form-proposal #formulario_dados {
	width: 100%;
	padding: 10px 30px
}
.form-proposal .checkbox {
	width: 20px;
	display: inline !important;
	margin-right: 5px;
	margin-bottom: 0
}
.form-proposal select, .form-proposal input[type="email"], .form-proposal input[type="text"] {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5dce1;
	border-radius: 8px;
	margin-bottom: 24px;
	height: 48px;
	padding: 0 12px;
	font-size: 16px;
	color: #a3a3a3 !important;
	font-family: "Montserrat", sans-serif
}
.form-proposal input[type="email"]::-webkit-input-placeholder, .form-proposal input[type="text"]::-webkit-input-placeholder, .form-proposal select::-webkit-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: #a3a3a3 !important
}
.form-proposal input[type="email"]:-ms-input-placeholder, .form-proposal input[type="text"]:-ms-input-placeholder, .form-proposal select:-ms-input-placeholder {
	font-family: "Montserrat", sans-serif;
	color: #a3a3a3 !important
}
.form-proposal input[type="email"]::placeholder, .form-proposal input[type="text"]::placeholder, .form-proposal select::placeholder {
	font-family: "Montserrat", sans-serif;
	color: #a3a3a3 !important
}
.form-proposal input:focus {
	border: none
}
.form-proposal input[type="submit"] {
	background: #000000;
	border-radius: 100px;
	border: none;
	width: 225px;
	height: 48px;
	font-family: "Montserrat";
	color: #ffffff !important;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 auto 16px
}
.form-proposal label[for="accept"] {
	color: #232323;
	font-weight: 400;
	font-size: 10px;
	line-height: 19px;
	text-align: center
}
.form-proposal input[type="checkbox"]:checked {
	background-color: #02d72f;
	border-color: #02d72f
}
.form-proposal .optin_form {
	font-size: 0.6rem;
	text-align: left;
	display: inline-block;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
	padding-bottom: 20px !important
}
.form-proposal .btn-enviar {
	color: #034d2e !important;
	width: 225px !important;
	height: 48px !important;
	cursor: pointer;
	margin: 0 auto 16px
}
.form-proposal .btn-enviar a:hover {
	color: #fff !important;
	background-color: #018918;
	border-color: #02d72f !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2)
}
@media (min-width: 991px) {
	.form-proposal .modal-content {
		background: none;
		width: 600px;
		height: 750px;
		border-radius: 0px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		position: relative;
		visibility: hidden
	}
}
@media (min-width: 782px) {
	.form-proposal .popup {
		width: 600px;
		height: 80%;
		overflow-x: auto;
		margin-top: 30px !important
	}
	.form-proposal #formulario {
		width: 100%;
		left: 745px;
		top: 40px;
		background: #00ff00;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.16);
		border-radius: 10px
	}
}
@media (max-width: 781px) {
	.form-proposal .popup {
		width: 95%;
		height: 680px;
		margin-top: 40px
	}
	.form-proposal #formulario {
		width: 100%;
		height: 600px;
		overflow-y: auto;
		left: 745px;
		top: 40px;
		background: #00ff00;
		box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.16);
		border-radius: 10px
	}
	.form-proposal select, .form-proposal input[type="email"], .form-proposal input[type="text"] {
		margin-bottom: 14px
	}
	.form-proposal .titulo-form {
		font-size: 22px
	}
	.form-proposal .popup {
		margin-top: 40px
	}
	.form-proposal #scrollToTop {
		text-align: right !important
	}
	.form-proposal .subtitulo-form {
		font-size: 14px
	}
}
.form-new-offer {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.form-new-offer__modal {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	max-width: 90%;
	width: 100%;
	max-height: 90vh
}
@media (min-width: 1024px) {
	.form-new-offer__modal {
		max-width: 64em
	}
}
.form-new-offer__modal .left-side, .form-new-offer__modal .right-side {
	width: 100%;
	height: -webkit-fit-content;
	height: fit-content;
	margin: auto 0
}
@media (min-width: 1024px) {
	.form-new-offer__modal .left-side, .form-new-offer__modal .right-side {
		width: 50%
	}
}
.form-new-offer__modal .left-side {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	background-color: #00ff01;
	padding: 12px
}
@media (min-width: 1024px) {
	.form-new-offer__modal .left-side {
		gap: 25px;
		background-color: transparent;
		padding: 0 50px 0 0
	}
}
.form-new-offer__modal .right-side {
	background-color: #fff;
	padding: 12px
}
@media (min-width: 1024px) {
	.form-new-offer__modal .right-side {
		background-color: transparent;
		padding: 0 0 0 50px
	}
}
.form-new-offer__modal .vr-form__holder::after {
	top: 31px;
	right: 10px
}
.form-new-offer__modal .vr-form__row .vr-form__holder {
	line-height: 1 !important;
	margin: 1rem;
	text-align: start
}
.form-new-offer__modal .vr-form__row .vr-form__holder {
	margin: 8px 0
}
@media (min-width: 1024px) {
	.form-new-offer__modal .vr-form__row .vr-form__holder {
		margin: 12px 0
	}
}
.form-new-offer__modal .vr-form__row .vr-form__holder .vr-form__field, .form-new-offer__modal .vr-form__select~.select2-container .select2-selection {
	border: 1px solid #9caec1;
	border-radius: 10px;
	height: 3rem;
	margin-top: 5px;
	font-size: 0.9rem
}
@media (min-width: 1024px) {
	.form-new-offer__modal .vr-form__row .vr-form__holder .vr-form__field, .form-new-offer__modal .vr-form__select~.select2-container .select2-selection {
		font-size: 1rem
	}
}
.form-new-offer__modal .vr-form__holder.vr-form__holder--select {
	width: 100%
}
.form-new-offer__modal .vr-form__select~.select2-container {
	max-width: none
}
.form-new-offer__modal .vr-form__select~.select2-container .select2-selection .select2-selection__rendered {
	line-height: 30px
}
.form-new-offer__modal .vr-form__select~.select2-container .select2-selection__arrow {
	right: 5px;
	top: 12px
}
.form-new-offer__modal .vr-button {
	width: 100%;
	margin: 0;
	font-size: 0.9rem;
	height: 3em
}
@media (min-width: 1024px) {
	.form-new-offer__modal .vr-button {
		font-size: 1rem;
		height: 3.25em
	}
}
.form-new-offer__modal .vr-button:not(.vr-button--whatsapp) {
	background-color: #034d2e;
	border-color: #034d2e;
	color: #fff
}
.form-new-offer__modal .vr-button:not(.vr-button--whatsapp):hover {
	background-color: var(--color-vr-darken);
	border-color: var(--color-vr-darken)
}
.form-new-offer__modal .vr-button--whatsapp {
	color: #000
}
.form-new-offer__modal .vr-form__actions {
	margin: 0
}
.form-new-offer__img {
	width: 180px
}
@media (min-width: 1024px) {
	.form-new-offer__img {
		width: 280px
	}
}
.form-new-offer__title {
	font-weight: 700;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	display: inline;
	margin-inline: 20px
}
.form-new-offer__title>strong {
	background: #fff110
}
@media (min-width: 1024px) {
	.form-new-offer__title {
		font-size: 2rem;
		line-height: 2.625rem;
		margin-inline: 0
	}
}
.form-new-offer__description {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem
}
@media (min-width: 1024px) {
	.form-new-offer__description {
		font-size: 1rem;
		line-height: 1.625rem
	}
}
.form-new-offer__input-label {
	font-weight: 600;
	font-size: 0.75rem
}
@media (min-width: 1024px) {
	.form-new-offer__input-label {
		font-size: 0.9375rem
	}
}
.form-new-offer__modal-body {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 18px
}
@media (min-width: 1024px) {
	.form-new-offer__modal-body {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		border-radius: 25px;
		padding: 50px;
		background: linear-gradient(to right, #00ff01 50%, #fff 50%)
	}
}
.form-new-offer__modal-body-scroll {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 18px;
	scrollbar-width: thin;
	position: relative
}
@media (min-width: 1024px) {
	.form-new-offer__modal-body-scroll {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-inline: 25px;
		position: initial
	}
}
.form-new-offer .vr-button__icon__whatsapp {
	width: 22px;
	height: 22px
}
@media (min-width: 1024px) {
	.form-new-offer .vr-button__icon__whatsapp {
		width: 26px;
		height: 26px
	}
}
.form-new-offer .modal-footer-container .ofereca-vr-modal-label {
	display: block;
	text-align: start;
	line-height: 1.2
}
.form-new-offer .modal-footer-container .ofereca-vr-modal-label:before {
	top: 2px
}
.form-new-offer .ofereca-vr-modal-label {
	font-size: 0.7rem !important
}
.form-new-offer .ofereca-vr-modal-label::after {
	top: 0 !important;
	left: 4px !important
}
.form-new-offer .close-btn {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	border-radius: 50%;
	border: none;
	color: #333;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 22px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: background-color 0.3s;
	width: 22px
}
@media (min-width: 1024px) {
	.form-new-offer .close-btn {
		width: 38px;
		height: 38px;
		right: 10px;
		top: 10px
	}
}
.form-new-offer .close-btn:before, .form-new-offer .close-btn:after {
	position: absolute;
	content: " ";
	height: 10px;
	width: 2px;
	background-color: #333
}
@media (min-width: 1024px) {
	.form-new-offer .close-btn:before, .form-new-offer .close-btn:after {
		height: 18px
	}
}
.form-new-offer .close-btn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.form-new-offer .close-btn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.form-new-offer .close-btn:hover {
	background-color: #e0e0e0
}
.form-proposal-whatsapp__wrapper-text, .form-proposal-whatsapp__wrapper-form {
	width: 100%;
	height: -webkit-fit-content;
	height: fit-content;
	margin: auto 0
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__wrapper-text, .form-proposal-whatsapp__wrapper-form {
		width: 50%
	}
}
.form-proposal-whatsapp__wrapper-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	gap: 12px;
	background-color: #00ff01
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__wrapper-text {
		padding: 0 50px 0 0;
		gap: 25px;
		background-color: transparent
	}
}
.form-proposal-whatsapp__wrapper-form {
	padding: 12px
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__wrapper-form {
		padding: 0 0 0 50px
	}
}
.form-proposal-whatsapp__img {
	width: 180px
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__img {
		width: 280px
	}
}
.form-proposal-whatsapp .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999
}
.form-proposal-whatsapp__title {
	font-weight: 700;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	display: inline;
	margin-inline: 20px
}
.form-proposal-whatsapp__title>strong {
	background: #fff110
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__title {
		font-size: 2rem;
		line-height: 2.625rem;
		margin-inline: 0
	}
}
.form-proposal-whatsapp__description {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__description {
		font-size: 1rem;
		line-height: 1.625rem
	}
}
.form-proposal-whatsapp__input-label {
	font-weight: 600;
	font-size: 0.75rem
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp__input-label {
		font-size: 0.9375rem
	}
}
.form-proposal-whatsapp__group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 8px
}
.form-proposal-whatsapp .subtitulo-form {
	color: #1b2126;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-align: center
}
.form-proposal-whatsapp input {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	border-radius: 8px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	color: var(--color-grayscale-500);
	margin-bottom: 15px
}
.form-proposal-whatsapp select {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	border: 1px solid #d5dce1;
	border-radius: 8px;
	padding: 0.5rem 1rem;
	transition: all 0.3s;
	background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDUxMS43ODcgNTExLjc4NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTUwOC42NjcsMTI1LjcwN2MtNC4xNi00LjE2LTEwLjg4LTQuMTYtMTUuMDQsMEwyNTUuNzYsMzYzLjU3M0wxOCwxMjUuNzA3Yy00LjI2Ny00LjA1My0xMC45ODctMy45NDctMTUuMDQsMC4yMTMNCgkJCWMtMy45NDcsNC4xNi0zLjk0NywxMC42NjcsMCwxNC44MjdMMjQ4LjI5MywzODYuMDhjNC4xNiw0LjE2LDEwLjg4LDQuMTYsMTUuMDQsMGwyNDUuMzMzLTI0NS4zMzMNCgkJCUM1MTIuODI3LDEzNi42OTMsNTEyLjgyNywxMjkuODY3LDUwOC42NjcsMTI1LjcwN3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4=");
	background-position: calc(100% - 8px) center;
	background-size: 1rem;
	background-repeat: no-repeat;
	cursor: pointer
}
.form-proposal-whatsapp select:focus {
	outline: none;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDUxMS43MzUgNTExLjczNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTUwOC43ODgsMzcxLjA4N0wyNjMuNDU1LDEyNS43NTNjLTQuMTYtNC4xNi0xMC44OC00LjE2LTE1LjA0LDBMMi45NzUsMzcxLjA4N2MtNC4wNTMsNC4yNjctMy45NDcsMTAuOTg3LDAuMjEzLDE1LjA0DQoJCQljNC4xNiwzLjk0NywxMC42NjcsMy45NDcsMTQuODI3LDBsMjM3Ljg2Ny0yMzcuNzZsMjM3Ljc2LDIzNy43NmM0LjI2Nyw0LjA1MywxMC45ODcsMy45NDcsMTUuMDQtMC4yMTMNCgkJCUM1MTIuNzM0LDM4MS43NTMsNTEyLjczNCwzNzUuMjQ3LDUwOC43ODgsMzcxLjA4N3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4=")
}
.form-proposal-whatsapp .popup-content {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp .popup-content {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 50px
	}
}
.form-proposal-whatsapp .popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 9999 !important;
	max-width: 90%;
	width: 100%;
	max-height: 80vh;
	overflow: hidden;
	height: 100%
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp .popup {
		max-width: 64em;
		border-radius: 25px;
		background: linear-gradient(to right, #00ff01 50%, #fff 50%)
	}
}
.form-proposal-whatsapp .popup-content__scroll {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	scrollbar-width: thin;
	overflow-y: auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp .popup-content__scroll {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-inline: 25px;
		position: initial
	}
}
.form-proposal-whatsapp .modal-background {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.form-proposal-whatsapp .fecharPopup {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer
}
.form-proposal-whatsapp #formulario_dados {
	width: 100%
}
.form-proposal-whatsapp .checkbox {
	width: 20px;
	display: inline !important;
	margin-right: 5px;
	margin-bottom: 0
}
.form-proposal-whatsapp select, .form-proposal-whatsapp input[type="email"], .form-proposal-whatsapp input[type="text"] {
	border: 1px solid #9caec1;
	border-radius: 8px;
	margin-bottom: 0;
	height: 48px;
	font-size: 16px;
	color: var(--color-grayscale-500);
	font-family: "Montserrat", sans-serif
}
.form-proposal-whatsapp input[type="email"], .form-proposal-whatsapp input[type="text"] {
	padding: 0 12px
}
.form-proposal-whatsapp select {
	padding: 0 30px 0 12px;
	color: #444
}
.form-proposal-whatsapp input[type="email"]::-webkit-input-placeholder, .form-proposal-whatsapp input[type="text"]::-webkit-input-placeholder, .form-proposal-whatsapp select::-webkit-input-placeholder {
	color: #444
}
.form-proposal-whatsapp input[type="email"]:-ms-input-placeholder, .form-proposal-whatsapp input[type="text"]:-ms-input-placeholder, .form-proposal-whatsapp select:-ms-input-placeholder {
	color: #444
}
.form-proposal-whatsapp input[type="email"]::placeholder, .form-proposal-whatsapp input[type="text"]::placeholder, .form-proposal-whatsapp select::placeholder {
	color: #444
}
.form-proposal-whatsapp input:focus {
	border: 1px solid #9caec1;
	outline: none
}
.form-proposal-whatsapp label[for="accept"] {
	color: #232323;
	font-weight: 400;
	font-size: 10px;
	line-height: 19px;
	text-align: center
}
.form-proposal-whatsapp input[type="checkbox"]:checked {
	background-color: #02d72f;
	border-color: #02d72f
}
.form-proposal-whatsapp .optin_form {
	display: block;
	text-align: start;
	line-height: 1.2;
	font-size: 0.7rem !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 8px;
	margin-block: 5px 8px
}
.form-proposal-whatsapp .optin_form:before {
	top: 2px
}
.form-proposal-whatsapp .vr-button {
	background-color: #034d2e;
	border-color: #034d2e;
	color: #fff;
	position: relative;
	gap: 5px;
	width: 100%;
	margin: 0;
	font-size: 0.9rem;
	height: 3em
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp .vr-button {
		font-size: 1rem;
		height: 3.25em
	}
}
.form-proposal-whatsapp .vr-button:hover {
	background-color: var(--color-vr-darken);
	border-color: var(--color-vr-darken)
}
.form-proposal-whatsapp .vr-button::after {
	content: "?";
	position: relative;
	top: -5px;
	font-size: 2rem
}
.form-proposal-whatsapp .fecharPopup {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 50%;
	border-radius: 50%;
	border: none;
	color: #333;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	height: 22px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	position: absolute;
	right: 12px;
	top: 12px;
	transition: background-color 0.3s;
	width: 22px
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp .fecharPopup {
		width: 38px;
		height: 38px;
		right: 10px;
		top: 10px
	}
}
.form-proposal-whatsapp .fecharPopup:before, .form-proposal-whatsapp .fecharPopup:after {
	position: absolute;
	content: " ";
	height: 10px;
	width: 2px;
	background-color: #333
}
@media (min-width: 1024px) {
	.form-proposal-whatsapp .fecharPopup:before, .form-proposal-whatsapp .fecharPopup:after {
		height: 18px
	}
}
.form-proposal-whatsapp .fecharPopup:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.form-proposal-whatsapp .fecharPopup:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.form-proposal-whatsapp .fecharPopup:hover {
	background-color: #e0e0e0
}


.upload__container {
	font-size: 10px;
	text-align: left;
	word-break: break-all;
}
.vr-field__label{
	/* pointer-events: none; */
}