@charset "UTF-8";

/*
* Trunk version 2.0.1
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");


:root {
    --verdeMilkTech: #1ED39E;
	--cinzaMilkTech: #7B7B7B;
	 --verdeMilkTechHard: #0E7C5F;
	--body-color: #2c2d2a;
	--savanna-bg: #e9bf8b;
	--beach-bg: #e7dfcf;
	--glacier-bg: #b6d6c8;
	--coral-bg: #e86357;
	--arrow-fill: #333231;
	--body-font: "Montserrat", sans-serif;
	--italic-font: "EB Garamond", serif;
}


/*
* Contexts
*/
.context-dark, .bg-gray-700, .bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-primary [class^='heading-'] {
	color: #ffffff;
}

.context-light, .bg-default {
	color: rgba(0, 0, 0, 0.7);
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
* Typography
*/
body {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6875;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7);
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* Estilo geral da barra de rolagem */
::-webkit-scrollbar {
    width: 8px; /* Largura da barra */
    height: 8px; /* Altura da barra (para rolagem horizontal) */
}

/* Fundo da barra de rolagem */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Cor de fundo */
    border-radius: 10px; /* Cantos arredondados */
}

/* Thumb (parte que se move) */
::-webkit-scrollbar-thumb {
    background: #888; /* Cor da barra */
    border-radius: 10px; /* Cantos arredondados */
}

/* Thumb ao passar o rato */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor ao passar o rato */
}


h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #151515;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: var(--verdeMilkTech);
}

h1,
.heading-1 {
	position: relative;
	font-size: 36px;
	font-weight: 900;
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 55px;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 70px;
		line-height: 1.21429;
	}
}

h1[data-subtext]::before,
.heading-1[data-subtext]::before {
	content: attr(data-subtext);
	position: absolute;
	text-align: center;
	top: -30px;
	left: -10px;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	background-color: #FFEE58;
	width: 46px;
	height: 46px;
	line-height: 46px;
	box-shadow: 7px 8px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10em;
	transition: cubic-bezier(1, 0, 0.86, -0.88) 1s;
	opacity: 0;
}

.swiper-slide-active h1[data-subtext]::before, .swiper-slide-active
.heading-1[data-subtext]::before {
	opacity: 1;
}

@media (min-width: 992px) {
	h1[data-subtext]::before,
	.heading-1[data-subtext]::before {
		top: -11px;
	}
}

@media (min-width: 1600px) {
	h1[data-subtext]::before,
	.heading-1[data-subtext]::before {
		left: -31px;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	font-weight: 700;
}

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 40px;
		line-height: 1.225;
	}
}

h3,
.heading-3 {
	font-size: 20px;
	line-height: 1.45;
	color: #151515;
	font-weight: 600;
}

.context-dark h3, .bg-gray-700 h3, .bg-primary h3, .context-dark .heading-3, .bg-gray-700 .heading-3, .bg-primary .heading-3 {
	color: rgba(255, 255, 255, 0.9);
	font-size: 22px;
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	h4,
	.heading-4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	h5,
	.heading-5 {
		font-size: 18px;
		line-height: 1.44444;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 992px) {
	h6,
	.heading-6 {
		font-size: 16px;
		line-height: 1.5;
	}
}

h3.subtitle {
	color: #ffffff;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: var(--verdeMilkTech);
}

.big {
	font-size: 18px;
	line-height: 1.72222;
	font-weight: 500;
}

.lead {
	font-size: 34px;
	line-height: 34px;
	font-weight: 500;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #F9F9F9;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: var(--verdeMilkTech);
}

p [style*='max-width'] {
	display: inline-block;
}

.postitle {
	font-weight: 500;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.7);
}

.context-dark .postitle, .bg-gray-700 .postitle, .bg-primary .postitle {
	color: rgba(255, 255, 255, 0.7);
}

::selection {
	background: var(--verdeMilkTech);
	color: #ffffff;
}

::-moz-selection {
	background: var(--verdeMilkTech);
	color: #ffffff;
}

/*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

/*
* Links
*/
a {
	transition: all 0.3s;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #000000;
}

a:hover {
	color: var(--verdeMilkTech);
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: var(--verdeMilkTech);
}

.link-press {
	color: var(--verdeMilkTech);
}

* + .privacy-link {
	margin-top: 25px;
}

.link-border {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px solid;
}

.link-border:hover {
	color: var(--verdeMilkTech);
}

.link-border-white {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid;
}

.link-border-white:hover {
	color: var(--cinzaMilkTech);
}

.link-product{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: var(--verdeMilkTech);
	border-bottom: 1px solid;
}

.link-product:hover {
	color: var(--cinzaMilkTech);
}

.link-social {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 10em;
	border: 1px solid #C4C4C4;
	transition: all 0.3s;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
}

.link-social [class*=facebook] {
	color: #4d70a8;
}

.link-social [class*=instagram] {
	color: #4F4E6C;
}

.link-social [class*=youtube] {
	color: #FF2929;
}

.link-social:hover {
	border-color: transparent;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*
* Blocks
*/
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: var(--verdeMilkTech);
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: var(--verdeMilkTech);
	}
}

/*
* Boxes
*/
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: var(--verdeMilkTech);
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: var(--verdeMilkTech);
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

* + .box-minimal {
	margin-top: 30px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-divider {
	margin-top: 20px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p {
	color: rgba(0, 0, 0, 0.7);
}

.box-counter {
	position: relative;
	text-align: center;
	color: #2c343b;
}

.box-counter-title {
	display: inline-block;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
}

.box-counter-main > * {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: var(--verdeMilkTech);
}

* + .box-counter-title {
	margin-top: 10px;
}

* + .box-counter-main {
	margin-top: 20px;
}

* + .box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-counter-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
	}
	.box-counter-main .small {
		font-size: 36px;
	}
	* + .box-counter-main {
		margin-top: 30px;
	}
	* + .box-counter-divider {
		margin-top: 15px;
	}
	* + .box-counter-title {
		margin-top: 18px;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background: #ffffff;
}

.box-round-wrap {
	position: relative;
	max-width: 40vw;
}

@media (min-width: 992px) {
	.box-round-wrap {
		left: 12vw;
		top: -38px;
	}
}

.box-round-wrap img {
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}

.box-custom-2 {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.box-custom-2 img {
	display: block;
	max-width: 79.5%;
	margin-left: 0;
	filter: drop-shadow(20px 20px 15px rgba(0, 0, 0, 0.15));
}

@media (min-width: 1200px) {
	.box-custom-2 img {
		margin: 0 auto;
		filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.15));
	}
}

@media (max-width: 767.98px) {
	.box-custom-2 {
		max-width: 350px;
	}

	.box-round-wrap {
		top: 60px;
	}

	.box-round-wrap img{
		margin-bottom: 30px;
	}
}

.box-custom-2-smal {
	position: absolute;
	top: 27%;
	right: 0;
	color: #000000;
	text-align: left;
	border: 3px solid #D6D6D6;
	line-height: 1;
	padding: 9px 28px 7px 17px;
	background-color: #F9F9F9;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.box-custom-2-smal {
		right: 10%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.box-custom-2-smal {
		right: auto;
		left: 50%;
	}
}

@media (min-width: 992px) {
	.box-custom-2-smal {
		right: auto;
		left: 68%;
	}
}

.box-custom-2-smal::before, .box-custom-2-smal::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}

.box-custom-2-smal::before {
	bottom: -16px;
	left: 15px;
	border-width: 16px 22px 0 0;
	border-color: #D6D6D6 transparent transparent transparent;
}

.box-custom-2-smal::after {
	bottom: -10px;
	left: 18px;
	border-width: 10px 14px 0 0;
	border-color: #F9F9F9 transparent transparent transparent;
}

.box-custom-2-name {
	font-size: 18px;
	font-weight: 600;
}

.box-custom-2-position {
	margin-top: 7px;
}

.box-icon {
	position: relative;
	z-index: 1;
}

.box-icon-header {
	display: flex;
	align-items: center;
}

h3.box-icon-title {
	margin-left: 17px;
	margin-top: 5px;
	color: #ffffff;
}

.box-icon-text {
	margin-top: 9px;
	color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
	.box-icon-text {
		color: #ffffff;
	}
}

.box-custom-3 {
	position: absolute;
	top: 40px;
	left: 54.9%;
	display: flex;
	flex-wrap: wrap;
	width: 707px;
	height: 710px;
}

@media (max-width: 991.98px) {
	.box-custom-3 {
		opacity: .4;
	}
}

.box-custom-3-img-wrap {
	position: absolute;
}

.box-custom-3-img-wrap img {
	filter: drop-shadow(0 15px 10px rgba(0, 0, 0, 0.2));
}

.box-custom-3-img-wrap:nth-of-type(1) {
	top: 12px;
	left: 12px;
}

.box-custom-3-img-wrap:nth-of-type(2) {
	top: 0;
	right: 0;
}

.box-custom-3-img-wrap:nth-of-type(3) {
	left: 87px;
	bottom: 36px;
}

.box-custom-3-img-wrap:nth-of-type(4) {
	right: -13px;
	bottom: 186px;
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}
	html .group-xl > * {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-middle {
	display: inline-flex;
	align-items: center;
}

html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-wrap: nowrap;
	}
	html .group-custom > * {
		flex: 1 1 auto;
	}
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 20px;
}

/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

/*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*
* List terms
*/
.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

/*
* Index list
*/
.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

/*
* Marked list
*/
.list-marked {
	text-align: left;
}

.list-marked > li {
	position: relative;
	padding-left: 33px;
	font-size: 16px;
	line-height: 31px;
	font-weight: 500;
	color: #000000;
}

@media (min-width: 768px) {
	.list-marked > li {
		font-size: 18px;
	}
}

.list-marked > li::before {
	content: '';
	position: absolute;
	display: inline-block;
	left: 0;
	top: 14px;
	height: 2px;
	width: 20px;
	background-color: var(--verdeMilkTech);
}

.list-marked > li + li {
	margin-top: 8px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 20px;
}

@media (min-width: 768px) {
	p + .list-marked {
		margin-top: 24px;
	}
}

/*
* Ordered List
*/
.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	padding-left: 25px;
}

.list-ordered > li:before {
	position: absolute;
	content: counter(li, decimal) ".";
	counter-increment: li;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #D6D6D6;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

/*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-lg {
	font-size: 50px;
}

/*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #2c343b;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #C4C4C4;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #cccccc;
}

.table-custom tfoot td {
	font-weight: 700;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: var(--verdeMilkTech);
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #C4C4C4;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #cccccc;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #cccccc;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #C4C4C4;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #C4C4C4;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: var(--verdeMilkTech);
}

/*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 22px 60px;
	font-size: 14px;
	line-height: 1.25;
	border: 0;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 10em;
	box-shadow: inset 0px -4px 2px rgba(0, 0, 0, 0.25);
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #cccccc;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: var(--verdeMilkTech);
	border-color: var(--verdeMilkTech);
}

.button-default.button-ujarak::before {
	background: var(--verdeMilkTech);
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #F9F9F9;
	border-color: #F9F9F9;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #151515;
	background-color: #ececec;
	border-color: #ececec;
}

.button-gray-100.button-ujarak::before {
	background: #ececec;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: var(--verdeMilkTech);
	border-color: var(--verdeMilkTech);
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-primary.button-ujarak::before {
	background: #2c343b;
}

.button-default-outline, .button-default-outline:focus {
	color: #cccccc;
	background-color: transparent;
	border-color: #2c343b;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: var(--verdeMilkTech);
	border-color: var(--verdeMilkTech);
}

.button-default-outline.button-ujarak::before {
	background: var(--verdeMilkTech);
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: var(--verdeMilkTech);
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active, .button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--verdeMilkTech);
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 22px 30px;
	font-size: 14px;
	line-height: 1.25;
}

.button-lg {
	padding: 12px 50px;
	font-size: 14px;
	line-height: 1.5;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.button.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: var(--verdeMilkTech);
	border-color: var(--verdeMilkTech);
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 55px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: var(--verdeMilkTech);
}

.form-wrap + * {
	margin-top: 20px;
}

.select2-selection__rendered,
.form-input {
	display: block;
	width: 100%;
	min-height: 55px;
	padding: 14px 19px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -.02em;
	color: #000000;
	background-color: #ffffff;
	background-image: none;
	border-radius: 6px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #C4C4C4;
}

.select2-selection__rendered:focus,
.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 186px;
	min-height: 55px;
	max-height: 316px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #000000;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 27.5px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #000000;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #D6D6D6;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #D6D6D6;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cccccc;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: var(--verdeMilkTech);
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #ffffff;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #D6D6D6;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 55px;
}

.rd-form-inline .form-button .button {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm * + .button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

/*
* Posts
*/
.post-classic-counter {
	counter-reset: post-classic;
}

@media (min-width: 1200px) {
	.post-classic-counter [class*='col-']:nth-child(3n + 1) .post-classic {
		margin-left: 0;
		margin-right: auto;
	}
	.post-classic-counter [class*='col-']:nth-child(3n + 1) .post-classic::after {
		content: '';
		display: block;
		position: absolute;
		top: 42%;
		right: -41%;
		background-image: url(../images/arrow-110x14.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 37%;
		height: 14px;
		transition: all 0.3s;
	}
	.post-classic-counter [class*='col-']:nth-child(3n + 2) .post-classic {
		margin-left: auto;
		margin-right: auto;
	}
	.post-classic-counter [class*='col-']:nth-child(3n + 2) .post-classic::after {
		content: '';
		display: block;
		position: absolute;
		top: 42%;
		right: -41%;
		transform: rotateX(180deg);
		background-image: url(../images/arrow-110x14.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 37%;
		height: 14px;
	}
	.post-classic-counter [class*='col-']:nth-child(3n) .post-classic {
		margin-left: auto;
		margin-right: 0;
	}
}

.post-classic {
	width: 300px;
	height: 420px;
	max-width: 100%;
	padding: 37px 15px 15px 37px;
	position: relative;
	border-radius: 60px 4px;
	transition: all 0.3s;
	color: #000000;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.post-classic {
		padding: 51px 15px 26px 40px;
	}
}

.post-classic:hover {
	transform: translateY(-5px);
}

.post-classic::before {
	content: counter(post-classic, decimal-leading-zero);
	counter-increment: post-classic;
	position: absolute;
	top: -15px;
	left: -11px;
	color: #9D9898;
	font-size: 20px;
	font-weight: 600;
	background-color: #ffffff;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 10em;
	box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.25);
}

.post-classic-title {
	letter-spacing: -.02em;
	color: var(--verdeMilkTech);
	
}

.post-classic-text {
	margin-top: 10px;
}

/*
* Quotes
*/
.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: var(--verdeMilkTech);
	flex-shrink: 0;
}

.quote-primary-body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #C4C4C4;
}

.quote-primary-body::before, .quote-primary-body::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #C4C4C4;
}

.quote-primary-body::before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary-body::after {
	right: 0;
	width: calc(100% - 78px - 12px);
	border-width: 1px 0 0 1px;
	transform-origin: 0 0;
	transform: skew(-45deg);
}

.quote-primary-text {
	padding-top: 20px;
}

.quote-primary-cite {
	font-weight: 700;
}

.quote-primary-footer {
	padding-left: 5px;
}

* + .quote-primary {
	margin-top: 30px;
}

* + .quote-primary-footer {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.quote-primary-body {
		display: flex;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary-text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary-footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary-body {
		padding-right: 40px;
	}
}

.quote-classic-wrap {
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	position: relative;
}

.quote-classic-wrap + .button {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.quote-classic-wrap {
		margin-top: 42px;
	}
	.quote-classic-wrap + .button {
		margin-top: 52px;
	}
}

/*
.quote-classic-img {
	width: 25px;
	margin-top: 8px;
	position: absolute;
}

@media (min-width: 576px) {
	.quote-classic-img {
		width: 37px;
	}
}
	*/

.quote-classic-name {
	color: #000000;
	font-weight: 700;
	margin-top: 37px;
}

@media (max-width: 767.98px) {
	.quote-classic-name {
		margin-top: 20px;
		font-size: 20px;
	}
}

/*
* Thumbnails
*/
.figure-light figcaption {
	padding-top: 10px;
	color: #D6D6D6;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
* Footers
*/
.footer-classic {
	padding: 89px 0 105px;
	background: #F9F9F9;
	border-top: 1px solid #DBDBDB;
}

.footer-classic-title {
	margin-top: 7px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}

.footer-classic-title + ul {
	margin-top: 28px;
}

.footer-classic-list > li + li {
	margin-top: 20px;
}

.footer-classic-dl {
	display: flex;
}

.footer-classic-dl dt {
	color: rgba(0, 0, 0, 0.7);
	width: 59px;
	flex-basis: 59px;
}

.footer-classic-social-list {
	margin-top: 31px;
}

.footer-classic-nav li + li {
	margin-top: 8px;
}

/*
* Product
*/
.product {
	position: relative;
	width: 335px;
	height: 525px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
	border: 1px solid var(--verdeMilkTech);
	border-radius: 10px 100px 70px 70px;
	padding: 30px 10px 40px 20px;
}

@media (min-width: 576px) {
	.product {
		padding: 48px 10px 68px 36px;
	}
}

.product .button {
	margin-top: 20px;
}

.product .link-border {
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;
}

h3.product-title {
	color: #000000;
	font-weight: 700;
}

.circle-wrapper {
	position: absolute;
	top: -8px;
	right: -12px;
	width: 50%; /* Define o tamanho */
	height: 50%; /* Garante que seja um quadrado */
	border-radius: 50%; /* Torna o contêiner redondo */
	overflow: hidden; /* Esconde as partes da imagem fora do círculo */
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  }
  
  .circle-wrapper img {
	width: 100%; /* Garante que a imagem preencha a largura */
	height: 100%; /* Garante que a imagem preencha a altura */
	object-fit: cover; /* Faz com que a imagem se ajuste ao círculo */
	display: block; /* Remove espaços brancos indesejados ao redor da imagem */
  }

.product-img {
	position: absolute;
	top: -8px;
	right: -12px;
	margin: 0;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
	border-radius: 50%; /* Torna a imagem redonda */
	width: 50%; /* Define uma largura fixa em relação ao contêiner */
	height: auto; /* Mantém a proporção da imagem */
	object-fit: cover; /* Garante que a imagem preencha o contêiner */
}

@media (min-width: 576px) {
	.product-img {
		max-width: 100%;
	}
}

.product-price {
	display: inline-block;
	color: #000000;
}

.product-price-header {
	margin-top: 23px;
	display: flex;
	align-items: flex-start;
}

.product-price-currency {
	font-size: 20px;
	font-weight: 500;
	padding-top: 6px;
	padding-right: 2px;
}

.product-price-value {
	font-size: 80px;
	font-weight: 300;
	line-height: 1;
}

.product-price-footer {
	text-transform: uppercase;
	text-align: right;
	line-height: 1.1;
}

.product-text {
	margin-top: 25px;
	height: 130px;
}

/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

html.boxed body {
	background: #F9F9F9 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: var(--verdeMilkTech) !important;
}

/*
* Offsets
*/
* + p {
	margin-top: 15px;
}

h2 + p,
.heading-2 + p {
	margin-top: 20px;
}

@media (min-width: 768px) {
	h2 + p,
	.heading-2 + p {
		margin-top: 34px;
	}
}

h1 + .big,
.heading-1 + .big {
	margin-top: 21px;
}

h3 + h2 {
	margin-top: 23px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

.subtitle + h1,
.subtitle + .heading-1 {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.subtitle + h1,
	.subtitle + .heading-1 {
		margin-top: 55px;
	}
}

p + p {
	margin-top: 12px;
}

img + p {
	margin-top: 15px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 45px;
}

@media (min-width: 992px) {
	* + .row {
		margin-top: 75px;
	}
}

* + .big {
	margin-top: 20px;
}

.big + .postitle {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.big + .postitle {
		margin-top: 154px;
	}
}

* + .text-block {
	margin-top: 30px;
}

* + .button {
	margin-top: 30px;
}

.list-marked + .button {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.list-marked + .button {
		margin-top: 45px;
	}
}

.row + h3,
.row + .heading-3 {
	margin-top: 80px;
}

.container + .container {
	margin-top: 35px;
}

.row + .row {
	margin-top: 35px;
}

.container-bigger{
	width: 1200px;
}

@media (min-width: 1200px) {
	* + .rd-form {
		margin-top: 65px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-22 {
	margin-bottom: -22px;
}

.row-22:empty {
	margin-bottom: 0;
}

.row-22 > * {
	margin-bottom: 22px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

.row-80 >  {
	margin-bottom: -80px;
}
.row-80:empty {
	margin-bottom: 0;
}

.row-80 > * {
	margin-bottom: 80px;
}


@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
}

/*
* Sections
*/
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-md-2,
.section-md-3,
.section-md-4,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-md {
	padding: 20px 0 120px;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 30px 0 120px;
	}
	.section-md-2,
	.section-md-3,
	.section-md-4 {
		padding: 50px 0 100px;
	}
	.section-lg {
		padding: 85px 0;
	}
}

@media (min-width: 992px) {
	.section-md-2 {
		padding: 81px 0 118px;
	}
	.section-md-3 {
		padding: 86px 0 91px;
	}
	.section-md-4 {
		padding: 80px 0 110px;
	}
	.section-md {
		padding: 123px 0 56px;
	}
	.section-lg {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 139px 0 126px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 35px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

.section-custom {
	position: relative;
	overflow: hidden;
}

/*
* Grid modules
*/
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo * + p {
	margin-top: 5px;
}

.grid-demo * + .row {
	margin-top: 20px;
}

.grid-demo .row + .row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}
	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.grid-demo * + p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #C4C4C4;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #C4C4C4;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #C4C4C4;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/*
* Backgrounds
*/
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}

.context-light .brand .brand-logo-dark, .bg-default .brand .brand-logo-dark {
	display: block;
}

.context-light .brand .brand-logo-light, .bg-default .brand .brand-logo-light {
	display: none;
}

/*
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #F9F9F9;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #2c343b;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary {
	background-color: var(--verdeMilkTech);
}

.bg-primary + .bg-primary {
	padding-top: 0;
}

/*
* Secondary Backgrounds
*/
.bg-secondary-1 {
	background-color: #FFF8BD;
}

.bg-secondary-2 {
	background-color: #ECFCF9;
}

.bg-secondary-3 {
	background-color: #DFF9D9;
}

/*
* Background Image
*/
.bg-image {
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/*
* Utilities custom
*/
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #C4C4C4;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: #7B7B7B;
	margin-top: 47px;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: var(--verdeMilkTech);
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

/*
* Animate.css
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader svg {
	position: absolute;
}

.loader {
	display: flex;
	align-items: center;
	justify-content: center;
	filter: url("#gooey");
	animation: rotate 2s ease infinite;
}

.loader .ball {
	width: 80px;
	height: 80px;
	background-color: var(--verdeMilkTech);
	border-radius: 100%;
}

.loader .ball:nth-child(1) {
	animation: pull-left 2s ease infinite;
}

.loader .ball:nth-child(2) {
	animation: shimmy 2s ease infinite;
}

.loader .ball:nth-child(3) {
	animation: pull-right 2s ease infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(720deg);
	}
}

@keyframes shimmy {
	0%, 55% {
		transform: translate(0, 0);
	}
	60%, 65% {
		transform: translate(-12px, 12px);
	}
	80%, 85% {
		transform: translate(0, 0);
	}
	90% {
		transform: scaleX(1.2) translate(-24px, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes pull-left {
	0% {
		transform: scale(0.5) translateX(150%);
	}
	50% {
		transform: scale(1) translateX(-25%);
	}
	75% {
		transform: scale(1) translateX(300%);
	}
	100% {
		transform: scale(0.5) translateX(150%);
	}
}

@keyframes pull-right {
	0% {
		transform: scale(0.5) translateX(-150%);
	}
	50% {
		transform: scale(1) translateX(25%);
	}
	80% {
		transform: scale(0.5) translateX(-150%);
	}
	90% {
		transform: scale(0.5) translateX(-300%);
	}
	100% {
		transform: scale(0.5) translateX(-150%);
	}
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 55px;
	height: 55px;
	font-size: 20px;
	line-height: 51px;
	color: #ffffff;
	background: var(--verdeMilkTech);
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
	border-radius: 10em;
	box-shadow: inset 0px -4px 2px rgba(0, 0, 0, 0.25);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: var(--verdeMilkTech);
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 6px;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #ffffff;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #cccccc;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-aside-open-toggle {
	position: fixed;
	top: 35px;
	right: 53px;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 10em;
	box-shadow: 3px 12px 15px rgba(0, 0, 0, 0.1);
	background-color: #F9F9F9;
	display: block;
	color: #000000;
	font-size: 30px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 1081;
}

.rd-navbar-aside-open-toggle:hover {
	box-shadow: 2px 8px 7px rgba(0, 0, 0, 0.1);
}

.rd-navbar-aside-open-toggle::before, .rd-navbar-aside-open-toggle::after {
	display: inline-block;
	font-family: Linearicons;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
}

.rd-navbar-aside-open-toggle::before {
	content: '\ea5f';
	transform: translate(-50%, -50%);
}

.rd-navbar-aside-open-toggle::after {
	content: '\ec35';
	transform: translate(150%, -50%);
}

.rd-navbar-aside-open-toggle.active::before {
	transform: translate(-250%, -50%);
}

.rd-navbar-aside-open-toggle.active::after {
	transform: translate(-50%, -50%);
}

.rd-navbar-aside {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 627px;
	max-width: 100%;
	background-color: #F9F9F9;
	z-index: 1080;
	padding: 55px 20px 55px 20px;
	transform: translate(100%, 0);
	transition: all 0.3s;
	overflow: hidden;
	overflow-y: auto;
}

@media (min-width: 768px) {
	.rd-navbar-aside {
		padding: 55px 70px 80px 74px;
	}
}

.rd-navbar-aside.active {
	transform: translate(0, 0);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.rd-navbar-aside h3 {
	color: #000000;
	font-weight: 700;
	font-size: 24px;
}

@media (min-width: 1200px) {
	.rd-navbar-aside button {
		margin-top: 25px;
	}
}

/* Botão Whatsapp */

.rd-navbar-whatsapp-toggle {
	position: fixed;
	top: 35px;
	right: 140px;
	width: 74px;
	height: 74px;
	line-height: 74px;
	border-radius: 10em;
	box-shadow: 3px 12px 15px rgba(0, 0, 0, 0.1);
	background-color: #F9F9F9;
	display: block;
	color: #000000;
	font-size: 30px;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	overflow: hidden;
	z-index: 1081;
}


.rd-navbar-whatsapp-toggle:hover {
	box-shadow: 2px 8px 7px rgba(0, 0, 0, 0.1);
}

/* Ícone do WhatsApp */
.rd-navbar-whatsapp-toggle::before {
	content: '\f232';
	font-family: 'FontAwesome'; 
    display: inline-block; 
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px; 
 
}

.rd-navbar-fixed .rd-navbar-whatsapp-toggle {
	top: 5px;
	right: 70px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	align-content: center;
}
/* Fim botão Whatsapp */

.page-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1080;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.active > a::before {
	width: 100%;
	bottom: -8px;
	opacity: 1;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: var(--verdeMilkTech);
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: var(--verdeMilkTech);
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
	display: flex;
	justify-content: center;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	transition: .25s;
	text-align: center;
}

.rd-navbar-static .rd-nav-link::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 8px;
	height: 2px;
	width: 0;
	opacity: 0;
	background-color: #ffffff;
	transition: all 0.3s;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-static .rd-nav-link:hover::before {
	width: 100%;
	bottom: -8px;
	opacity: 1;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 22px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	/*border: 1px solid #C4C4C4;*/
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 270px;
	padding: 15px;
	background: #ffffff;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: var(--verdeMilkTech);
}

.rd-navbar-static .rd-dropdown-link {
	color: #9D9898;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
	color: #9D9898;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: var(--verdeMilkTech);
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 30px 40px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #C4C4C4;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: var(--verdeMilkTech);
	background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: var(--verdeMilkTech);
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 46px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #b0d7a6;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: var(--verdeMilkTech);
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 6px;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-aside-open-toggle {
	top: 5px;
	right: 15px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	background: var(--verdeMilkTech);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: var(--verdeMilkTech);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: var(--verdeMilkTech);
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #9D9898;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #ffffff;
	background: var(--verdeMilkTech);
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #C4C4C4;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: var(--verdeMilkTech);
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: var(--verdeMilkTech);
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: rgba(255, 255, 255, 0.7);
}

html.rd-navbar-fixed-linked header {
	height: 56px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-wrap {
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.rd-navbar-classic {
	background-color: transparent;
}

.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	padding: 35px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	align-items: center;
	margin-left: 65px;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: #F9F9F9;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

/*
*
* Swiper
*/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

@media (min-width: 1200px) {
	.swiper-container {
		min-height: 850px;
	}
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: var(--verdeMilkTech);
}

@media (min-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f060";
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.swiper-pagination {
	position: absolute;
	display: flex;
	align-items: flex-end;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	counter-reset: span;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
	padding-right: 31px;
	padding-bottom: 11px;
	margin-right: 11px;
	transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet:hover {
	color: #ffffff;
}

.swiper-pagination .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.swiper-pagination .swiper-pagination-bullet::before {
	content: counter(span, decimal-leading-zero);
	counter-increment: span;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-bottom: 2px solid #ffffff;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	height: 64px;
	bottom: 30px;
	left: 15px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.swiper-container-horizontal > .swiper-pagination {
		bottom: 150px;
		left: calc((100vw - 950px) / 2);
	}
}

@media (min-width: 1200px) {
	.swiper-container-horizontal > .swiper-pagination {
		bottom: 184px;
		left: calc((100vw - 1183px) / 2);
	}
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-slider-1 {
	min-height: 40.10417vw;
}

.swiper-svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-bg-text {
	position: absolute;
	width: 100%;
	text-justify: center;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	color: rgba(255, 255, 255, 0.15);
	font-weight: 900;
	font-size: 280px;
	text-transform: uppercase;
	
}

@media (max-width: 991.98px) {
	.swiper-custom-row {
		flex-direction: column-reverse;
	}
}

.swiper-decorative {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*
.swiper-decorative-circle {
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 50%;
	box-shadow: -60px 20px 40px rgba(0, 0, 0, 0.07);
}*/


swiper-decorative-circle {
	position: absolute;
	width: 120%; /* Ajuste para o círculo ficar 20% maior */
	height: 120%;
	top: 50%; /* Centraliza verticalmente */
	left: 50%; /* Centraliza horizontalmente */
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 50%;
	box-shadow: -60px 20px 40px rgba(0, 0, 0, 0.07);
	z-index: -1; /* Garante que o círculo fique atrás da imagem */
  }

@media (max-width: 991.98px) {
	.swiper-decorative-circle {
		top: 12% !important;
		left: 50% !important;
	}
}

/*
 * Owl Carousel
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

/*
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}*/


.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
	right: 10px;
}
/*
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
*/
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}


/* 🔹 Configuração dos botões */
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important; /* 🔹 Botões redondos */
    background: var(--verdeMilkTech) !important; /* 🔹 VerdeMilkTech sólido */
    color: white !important;
    font-size: 26px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15) !important;
    border: 2px solid transparent !important; /* 🔹 Evita efeito de borda indesejado */
}

/* 🔹 Posicionamento Externo Ajustado */
.owl-carousel .owl-prev {
    left: 15px !important; /* 🔹 Posiciona para fora */
}

.owl-carousel .owl-next {
    right: 5px !important; /* 🔹 Posiciona para fora */
}

/* 🔹 Hover com cor correta */
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: var(--cinzaMilkTech) !important; /* 🔹 CinzaMilkTech no hover */
}

/* 🔹 Ícones personalizados */
.owl-carousel .owl-prev::before,
.owl-carousel .owl-next::before {
    font-family: "FontAwesome" !important; /* Se estiver usando FontAwesome */
    display: block !important;
    font-size: 30px !important;
}

.owl-carousel .owl-prev::before {
    content: "\f104" !important; /* 🔹 Ícone de seta esquerda (←) */
}

.owl-carousel .owl-next::before {
    content: "\f105" !important; /* 🔹 Ícone de seta direita (→) */
}


.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background: var(--verdeMilkTech);
	color: #151515;
}

.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	background: #151515;
	color: var(--verdeMilkTech);
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: 10px;
}

.owl-carousel .owl-prev::before {
	content: '\f104';
}

.owl-carousel .owl-next {
	right: 10px;
}

.owl-carousel .owl-next::before {
	content: '\f105';
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
}

.owl-carousel .owl-dot span {
	width: 10px;
	height: 10px;
	background: #151515;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 5px;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: var(--verdeMilkTech);
}

.owl-carousel-classic {
	padding-right: 100px !important;
	padding-left: 100px !important; 
}


.owl-carousel-classic .owl-dots {

	padding-top: 15px;
	margin-right: -10px;
	text-align: right;
}

@media (min-width: 768px) {
	.owl-carousel-classic .owl-dots {
		padding-top: 43px;
	}
}

/* 🔹 Estilo base dos dots */
.owl-carousel-classic .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    margin-right: 10px;
}

/* 🔹 Todos os dots são bolinhas */
.owl-carousel-classic .owl-dot span {
    display: block;
    width: 12px;  /* 🔹 Tamanho da bolinha */
    height: 12px;
    background-color: var(--verdeMilkTech); /* 🔹 Cor fixa para todos os dots */
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

/* 🔹 Dot ativo - Adiciona um círculo ao redor */
.owl-carousel-classic .owl-dot.active::before {
    content: "";
    position: absolute;
    width: 24px; /* 🔹 Tamanho do círculo */
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--verdeMilkTech); /* 🔹 Apenas o ativo tem círculo */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}


.owl-pagination-custom {
	display: flex;
	position: relative;
	justify-content: space-between;
	padding: 20px;
}

@media (min-width: 992px) {
	.owl-pagination-custom {
		flex-direction: column;
		align-items: flex-start;
	}
}

.owl-pagination-custom::before, .owl-pagination-custom::after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 10em;
	background-color: var(--verdeMilkTech);
	animation-iteration-count: infinite;
}

@media (max-width: 575.98px) {
	.owl-pagination-custom::before, .owl-pagination-custom::after {
		opacity: .3;
	}
}

.owl-pagination-custom::before {
	top: 13%;
	left: 39%;
	width: 24px;
	height: 24px;
	animation-name: animate-dot-1;
	animation-duration: 15s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.owl-pagination-custom::before {
		left: 15%;
	}
}

@media (max-width: 991.98px) {
	.owl-pagination-custom::before {
		top: 0;
		left: 33%;
	}
}

.owl-pagination-custom::after {
	top: 47%;
	left: 72%;
	width: 61px;
	height: 61px;
	animation-name: animate-dot-2;
	animation-duration: 20s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.owl-pagination-custom::after {
		top: 42%;
	}
}

@media (max-width: 991.98px) {
	.owl-pagination-custom::after {
		width: 24px;
		height: 24px;
		top: auto;
		bottom: 0;
		left: 66%;
	}
}

@keyframes animate-dot-1 {
	0% {
		transform: translate(0, 0);
	}
	20% {
		transform: scale(1.1) translate(-10px, -10px);
	}
	40% {
		transform: scale(0.9) translate(-10px, -10px);
	}
	60% {
		transform: scale(1.1) translate(-10px, 10px);
	}
	80% {
		transform: scale(0.9) translate(10px, -10px);
	}
	100% {
		transform: translate(0, 0);
	}
}

@keyframes animate-dot-2 {
	0% {
		transform: translate(0, 0);
	}
	20% {
		transform: scale(0.9) translate(10px, 10px);
	}
	40% {
		transform: scale(1.1) translate(-10px, -10px);
	}
	60% {
		transform: scale(0.9) translate(10px, -10px);
	}
	80% {
		transform: scale(1.1) translate(-10px, 10px);
	}
	100% {
		transform: translate(0, 0);
	}
}

.data-dots-custom {
	position: relative;
	border-radius: 10em;
	cursor: pointer;
}

.data-dots-custom img {
	border-radius: 10em;
}

@media (max-width: 991.98px) {
	.data-dots-custom {
		max-width: 26%;
	}
}

.data-dots-custom img {
	position: relative;
}

@media (min-width: 992px) {
	.data-dots-custom:nth-of-type(odd) {
		margin-left: auto;
		margin-right: 0;
	}
	.data-dots-custom:nth-of-type(even) {
		margin-top: -22px;
		margin-bottom: -51px;
	}
	.data-dots-custom:nth-of-type(1) {
		margin-right: 26px;
	}
	.data-dots-custom:nth-of-type(3) {
		margin-right: 5px;
	}


	.position-1{
		left:1px; 
		top:10px ;
	}

	.position-2{
		left:50px; 
		top: -10px ;
	}

	.produto-botao {
		display: flex;
		justify-content: center; /* Centraliza horizontalmente */
		margin-top: 20px; /* 🔹 Ajuste opcional para espaçamento */
	}
	
	/* 🔹 Garante que o botão fique centralizado corretamente */
	.button-primary {
		display: inline-block;
		text-align: center;
	}
}

.data-dots-custom::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 4px solid var(--verdeMilkTech);
	border-radius: 10em;
	transition: all 0.3s;
}

.data-dots-custom:hover::before, .data-dots-custom.active::before {
	top: -11px;
	left: -11px;
	right: -11px;
	bottom: -11px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.data-dots-custom {
		max-width: 50%;
	}
}

/* 🔹 Garante que as imagens menores fiquem circulares e do tamanho certo */
.produto-miniatura {
    width: 179px !important;
    height: 179px !important;
    border-radius: 50%; /* 🔹 Mantém formato redondo */
    object-fit: cover;
}

/* 🔹 Mantém a imagem de capa (maior) circular e no tamanho correto */
.produto-capa {
    width: 306px;
    height: 306px;
    border-radius: 50%; /* 🔹 Mantém formato redondo */
    object-fit: cover;
}

/* 🔹 Adiciona um círculo ao redor da capa ativa */
.data-dots-custom.active {
    position: relative;
}


.data-dots-custom.active::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 4px solid var(--verdeMilkTech);
    border-radius: 50%;
}


/* 🔹 Ajusta a largura para 100% no mobile */
@media (max-width: 768px) {

	.produto-capa {
        display: block;
        min-width: 90%; /* 🔹 Aumenta a sgem, mas mantém margens */
        height: auto; /* 🔹 Mantém a proporção da imagem */
        margin: 0 auto; /* 🔹 Centraliza horizontalmente */
		
    }

	.data-dots-custom{
		display: block;
        min-width: 90%; /* 🔹 Aumenta a imagem, mas mantém margens */
        height: auto; /* 🔹 Mantém a proporção da imagem */
        margin: 0 auto; /* 🔹 Centraliza horizontalmente */
	}

    /* 🔹 Garante que a estrutura da imagem também fique alinhada */
    .owl-pagination-custom {
        display: flex;
        justify-content: center;
        align-items: center;
		margin-bottom: 15px;

    }

	.r-100{
		width: 100% !important;
    }

	.quote-classic {
        width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
    }


    .owl-carousel-classic {
        width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;

    }

    /* 🔹 Oculta as imagens menores no mobile */
    .data-dots-custom.position-1,
    .data-dots-custom.position-2 {
        display: none !important;
    }

    /* 🔹 Ajusta o tamanho da capa no mobile */
    .data-dots-custom.active img {
        width: 100% !important;
        height: auto !important;
        max-width: 300px; /* 🔹 Mantém um limite */
        display: block;
        margin: 0 auto; /* 🔹 Centraliza */
    }

    /* 🔹 Remove os botões de navegação no mobile */
    .owl-carousel .owl-nav {
        display: none !important;
    }

    /* 🔹 Ativa o arrastar (Swipe) no mobile */
    .owl-carousel {
        touch-action: pan-y !important;
    }

	.big{
		padding-bottom: 25px;
	}

	.produto-botao {
        display: flex;
        justify-content: center; /* Centraliza horizontalmente */
        align-items: center;
        width: 100%; /* Garante que ocupa toda a largura */
    }

	.owl-dots{
		display: flex;
		justify-content: center; /* Centraliza horizontalmente */
		align-items: center;
		width: 100%; /* Garante que ocupa toda a largura */
	}

}




/**
 * Select 2
 */
.select2-container {
	position: relative;
	display: inline-block;
	width: 100% !important;
	margin: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

.select2-container .select2-selection--single {
	display: block;
	height: 50px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}
 

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container .select2-selection--multiple {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}

.select2-container .select2-search--inline {
	align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
	display: block;
	padding: 0;
	border: none;
	font-size: 15px;
	min-height: 25px;
	box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.has-error .select2-container {
	outline: 1px dashed red;
}

.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 1080;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #C4C4C4;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding-left: 19px;
	padding-right: 19px;
	user-select: none;
	transform: all 0.3s;
}

.select2-results__option:hover {
	background-color: #F9F9F9;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 17.5px;
	padding-bottom: 17.5px;
	padding-left: 19px;
	font-size: 15px;
	line-height: 1;
	color: #000000;
	padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	width: 20px;
	height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	margin-top: -2px;
	border-color: #D6D6D6 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
	background-color: #ffffff;
	color: #262626;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000000 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #ffffff;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	padding: 12.5px 24px 7.5px 14px;
	list-style: none;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #000000;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 5px;
	cursor: default;
	font-size: 15px;
	background-color: var(--verdeMilkTech);
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ffffff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
	background-color: #ffffff;
	color: #262626;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
	color: #000000;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	background-color: #ffffff;
	color: #262626;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: var(--verdeMilkTech);
	color: #ffffff;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}



.footer-classic {
	background-color: var(--verdeMilkTech);
	padding: 40px 0;
	color: #fff;
	font-size: 14px;
  }
  
  .footer-classic .brand img {
	display: block;
	margin-bottom: 10px;
  }
  
  .footer-classic .footer-classic-title {
	font-weight: 700;
	margin-bottom: 15px;
	color: #f1f1f1;
  }
  
  .footer-classic-list,
  .footer-classic-nav {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .footer-classic-list li,
  .footer-classic-nav li {
	margin-bottom: 10px;
  }
  
  .rights {
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
  }


  .top-10{
	margin-top: 10px;
  }

  .top-15{
	margin-top: 15px;
  }

  .top-20{
	margin-top: 20px;
  }

  .top-25{
	margin-top: 25px;
  }

  .top-30{
	margin-top: 30px;
  }

  .top-35{
	margin-top: 35px;
  }

  .top-40{
	margin-top: 40px;
  }

  .top-45{
	margin-top: 45px;
  }

  .top-50{
	margin-top: 50px;
  }

  .top-55{
	margin-top: 55px;
  }

  .top-60{
	margin-top: 60px;
  }

  .top-65{
	margin-top: 65px;
  }

  .top-70{
	margin-top: 70px;
  }

  .top-100{
	margin-top: 100px;
  }

  .xselect {
	border: 1px solid blue ;
	outline: 0;
	background: transparent;
	border-image: none;
	outline-offset: -2px;
	border-color: transparent;
	outline-color: transparent;
	box-shadow: none;
	-webkit-appearance: none;
  }

	/* Borda vermelha para campos inválidos */
	.invalid {
		border: 2px solid red !important;
	}

	/* Mensagem de erro abaixo dos campos */
	.error-message {
		color: red;
		font-size: 0.875rem;
		margin-top: 6px;
		display: block;
		font-family: Arial, sans-serif;
	}

	/* Contêiner dos campos */
	.form-wrap {
		margin-bottom: 24px; /* Espaçamento entre campos */
		position: relative;
	}

	/* Campos com erro */
	.input-error {
		border: 2px solid red !important;
		outline: none;
		box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); /* Destaque adicional */
	}

	/* Campos do formulário */
	.form-input {
		width: 100%;
		height: 40px;
		padding: 8px 12px;
		font-size: 16px;
		border-radius: 4px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

	/* Destaque para inputs ou selects em foco */
	.form-input:focus {
		outline: none; 
		border: 2px solid var(--verdeMilkTech); 
		box-shadow: 0 0 5px rgba(76, 175, 80, 0.5); 
		transition: all 0.2s ease-in-out; 
	}



	/* Estilo do * vermelho */
	.required {
		color: red;
		font-weight: bold;
		margin-left: 4px;
		line-height: 40px; /* Alinha verticalmente */
	}

	button:disabled,
	button.disabled {
		cursor: not-allowed; /* Cursor indicando que o botão está inativo */
		background-color: var(--cinzaMilkTech); /* Cor de fundo do botão desativado */
		color: #fff; /* Cor do texto do botão desativado */
		border-color: #2c343b;
		opacity: 0.6; /* Transparência para indicar estado desativado */
	}


	/* Foco diretamente no select renderizado */
.select2-container .select2-selection--single {
    height: 58px; 
    padding: 0 5px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    display: flex;
    align-items: center; 
    background-color: #fff; 
    transition: all 0.2s ease-in-out; 
	outline: none !important;
}

/* Adiciona foco apenas ao select */
.select2-container .select2-selection--single:focus {
    border: 2px solid var(--verdeMilkTech); /* Borda verde no foco */
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5); /* Sombra verde */
    outline: none; /* Remove o contorno padrão do navegador */
}

.select {
	border: none;
	outline: none;
}

/* Estilo do texto renderizado */
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px; /* Tamanho do texto */
    color: #666; /* Cor padrão do texto */
    overflow: hidden; /* Esconde textos longos */
    white-space: nowrap; /* Evita quebra de linha */
    text-overflow: ellipsis; /* Usa reticências para textos longos */
	border: none;
	outline: none;
}

/* Ajuste da seta do Select2 */
.select2-container .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    right: 12px; /* Alinha à direita */
    transform: translateY(-50%);
}

/* Remoção de outline no contêiner principal */
.select2-container--focus {
    outline: none; /* Remove contorno no contêiner */
}

/* ---- Cards do Nosso Produto ---- */ 

#cards_landscape_wrap-2{
	text-align: center;
	background: #fff;
  }
  #cards_landscape_wrap-2 .container{
	padding-top: 80px; 
	padding-bottom: 100px;
  }
  #cards_landscape_wrap-2 a{
	text-decoration: none;
	outline: none;
  }
  #cards_landscape_wrap-2 .card-flyer {
	border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box{
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
	border-radius: 5px;
  }
  #cards_landscape_wrap-2 .card-flyer .image-box img{
	-webkit-transition:all .9s ease; 
	-moz-transition:all .9s ease; 
	-o-transition:all .9s ease;
	-ms-transition:all .9s ease; 
	width: 100%;
	height: 200px;
  }
  #cards_landscape_wrap-2 .card-flyer:hover .image-box img{
	opacity: 0.7;
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
  }
  #cards_landscape_wrap-2 .card-flyer .text-box{
	text-align: center;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box .text-container{
	padding: 30px 18px;
  }
  #cards_landscape_wrap-2 .card-flyer{
	background: #FFFFFF;
	margin-top: 50px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
  }
  #cards_landscape_wrap-2 .card-flyer:hover{
	background: #fff;
	box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin-top: 50px;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box p{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px; 
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
  }
  #cards_landscape_wrap-2 .card-flyer .text-box h6{
	margin-top: 0px;
	margin-bottom: 4px; 
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Black', sans-serif;
	letter-spacing: 1px;
	color: #00acc1;
  }


/* -- opção 2 ---- */
  
  .wrapper-cards {
	display: flex;
	justify-content: center; 
	align-items: center; 
	flex-wrap: wrap;
	width: 100%;
	margin-top: 80px;
	background-color: var(--verdeMilkTech);
}

.cards {
	display: flex;
	justify-content: center; 
	align-items: center; 
	gap: 35px; 
	width: 90%;
}

  
  .card--1 .card__img,
  .card--1 .card__img--hover {
	background-image: url('/site/images/PETGLOW-NOURISH-CONDITIONER.webp');
  }
  
  .card--2 .card__img,
  .card--2 .card__img--hover {
	background-image: url('/site/images/PETGLOW-RADIANT-SHAMPOO.webp');
  }

  .card--3 .card__img,
  .card--3 .card__img--hover {
	background-image: url('/site/images/PETGLOW-SOFT-PAWS-CREAM.webp');
  }
  
 
  .card__img {
	visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 235px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
  }
  
  .card__info-hover {
	position: absolute;
	padding: 16px;
	width: 100%;
	opacity: 0;
	top: 0;
  }
  
  .card__img--hover {
	transition: 0.2s all ease-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 235px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	top: 0;
  }

  .card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
	background-color: #fff;
	width: 33.3%;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
	height:600px;
  }

  .card:hover {
	box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
	transform: scale(1.1, 1.1);
  }
  
  .card__info {
	z-index: 2;
	background-color: #fff;
	color: var(--cinzaMilkTech);
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 10px 24px 24px 24px;
	height: 305px;
  }

  .card__title{
	font-weight: 600;
	text-decoration: none;
	color: var(--verdeMilkTech) !important;
  }

  .card__title-hover {
	font-weight: 600;
	text-decoration: none;
	color: red !important;
  }

  
  .card__category {
	/*text-transform: uppercase;*/
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 500;
	color: var(--cinzaMilkTech);
  }
  
  .card__footer {
    position: absolute;
    bottom: 0;
    left: 0;
	padding-top: 10px;
	padding-bottom: 60px;
    width: 100%;
	height:50px;
  }

  
  .card__by {
	font-size: 12px;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
  }
  
  .card__author {
	font-weight: 600;
	text-decoration: none;
	color: #ad7d52;
  }
  
  .card:hover .card__img--hover {
	height: 100%;
	opacity: 0.3;
  }
  
  .card:hover .card__info {
	background-color: transparent;
	position: relative;
	color: #0E7C5F !important; /* Garante prioridade máxima */
    transition: color 0.3s ease; /* Suaviza a transição */ ;
  }
  
  .card:hover .card__info-hover {
	opacity: 1;
	
  }
  
  .card:hover .card__title {
    color: #0E7C5F !important; /* Garante prioridade máxima */
    transition: color 0.3s ease; /* Suaviza a transição */
  }

  .card__category{
    color: #0E7C5F !important; /* Garante prioridade máxima */
    transition: color 0.3s ease; /* Suaviza a transição */
  }

  .card:hover .card__footer .link-product {
    color: #0E7C5F !important; /* Aplica a nova cor */
    transition: color 0.3s ease; /* Suaviza a transição */
}

  @media screen and (max-width: 1024px) {
	.cards {
	  flex-wrap: wrap; /* Permite que os cards quebrem para a linha de baixo */
	  justify-content: center;
	}
  
	.card {
	  width: 45%; /* Ajusta a largura para duas colunas em tablets */
	  margin-bottom: 20px;
	
	}
  }
  
  @media screen and (max-width: 768px) {
	.card {
        width: 100%; /* Cada card ocupa 100% da largura em telas pequenas */
        margin-bottom: 20px;
        height: auto; /* Garante que o card expanda conforme o conteúdo */
    }

    .card__info {
        height: auto; /* Expande dinamicamente para caber todo o conteúdo */
    }

    .card__footer {
        position: relative; /* Garante que o rodapé fique abaixo do conteúdo */
        margin-top: 16px;
        padding: 16px;
		padding-bottom: 60px;
    }
  }


  /*-------------COMO ?----------------------*/


  @media (min-width: 1000px) {
	#como .demo-card:nth-child(even) .head::after, #como .demo-card:nth-child(odd) .head::after {
	  position: absolute;
	  content: "";
	  width: 0;
	  height: 0;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	}
  
	#como .demo-card:nth-child(even) .head::before, #como .demo-card:nth-child(odd) .head::before {
	  position: absolute;
	  content: "";
	  width: 9px;
	  height: 9px;
	  background-color: var(--verdeMilkTech);
	  border-radius: 9px;
	  box-shadow: 0px 0px 2px 8px #f7f7f7;
	}
  }

  /* Some Cool Stuff */
  .demo-card:nth-child(1) {
	order: 1;
  }
  
  .demo-card:nth-child(2) {
	order: 4;
  }
  
  .demo-card:nth-child(3) {
	order: 2;
  }
  
  .demo-card:nth-child(4) {
	order: 5;
  }
  
  .demo-card:nth-child(5) {
	order: 3;
  }
  
  .demo-card:nth-child(6) {
	order: 6;
  }

  #como {
	padding: 100px 0;
	background: #f7f7f7;
	border-top: 1px solid rgba(191, 191, 191, 0.4);
	border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  }
  #como h1 {
	text-align: center;
	font-size: 3rem;
	font-weight: 200;
	margin-bottom: 20px;
  }
  #como p.leader {
	text-align: center;
	max-width: 90%;
	margin: auto;
	margin-bottom: 45px;
  }
  #como .demo-card-wrapper {
	position: relative;

  }
  @media (min-width: 1000px) {
	#como .demo-card-wrapper {
	  display: flex;
	  flex-flow: column wrap;
	  width: 1170px;
	  height: 1320px;
	  margin: 0 auto;
	  margin-top: 60px;
	}
  }
  #como .demo-card-wrapper::after {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	height: 1320px;
	border-left: 1px solid rgba(191, 191, 191, 0.4);
  }
  @media (min-width: 1000px) {
	#como .demo-card-wrapper::after {
	  border-left: 1px solid #bdbdbd;
	}
  }
  #como .demo-card {
	position: relative;
	display: block;
	margin: 10px auto 80px;
	max-width: 94%;
	z-index: 2;
  }
  @media (min-width: 480px) {
	#como .demo-card {
	  max-width: 60%;
	  box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
	}
  }
  @media (min-width: 720px) {
	#como .demo-card {
	  max-width: 40%;
	}
  }
  @media (min-width: 1000px) {
	#como .demo-card {
	  max-width: 450px;
	  height: 350px;
	  margin: 90px;
	  margin-top: 45px;
	  margin-bottom: 45px;
	}
	#como .demo-card:nth-child(odd) {
	  margin-right: 45px;
	}
	#como .demo-card:nth-child(odd) .head::after {
	  border-left-width: 15px;
	  border-left-style: solid;
	  left: 100%;
	}
	#como .demo-card:nth-child(odd) .head::before {
	  left: 491.5px;
	}
	#como .demo-card:nth-child(even) {
	  margin-left: 45px;
	}
	#como .demo-card:nth-child(even) .head::after {
	  border-right-width: 15px;
	  border-right-style: solid;
	  right: 100%;
	}
	#como .demo-card:nth-child(even) .head::before {
	  right: 489.5px;
	}
	#como .demo-card:nth-child(2) {
	  margin-top: 180px;
	}
  }
  #como .demo-card .head {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
  }
  #como .demo-card .head .number-box {
	display: inline;
	float: left;
	margin: 15px;
	padding: 10px;
	font-size: 35px;
	line-height: 35px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.17);
  }
  #como .demo-card .head h2 {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: inherit;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 6px;
	line-height: 1rem;
  }
  @media (min-width: 480px) {
	#como .demo-card .head h2 {
	  font-size: 165%;
	  line-height: 1.2rem;
	}
  }
  #como .demo-card .head h2 span {
	display: block;
	font-size: 0.6rem;
	margin: 0;
  }
  @media (min-width: 480px) {
	#como .demo-card .head h2 span {
	  font-size: 0.8rem;
	}
  }
  #como .demo-card .body {
	background: #fff;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-top: 0;
	padding: 15px;
  }
  @media (min-width: 1000px) {
	#como .demo-card .body {
	  height: 265px;
	}
  }

  #como .demo-card .body img {
	display: block;
	width: 100%;
  }
  #como .demo-card--step1 {
	background-color: var(--verdeMilkTech);
  }
  #como .demo-card--step1 .head::after {
	border-color: var(--verdeMilkTech);
  }
  #como .demo-card--step2 {
	background-color: var(--verdeMilkTech);
  }
  #como .demo-card--step2 .head::after {
	border-color: var(--verdeMilkTech);
  }
  #como .demo-card--step3 {
	background-color: var(--verdeMilkTech);
  }
  #como .demo-card--step3 .head::after {
	border-color: var(--verdeMilkTech);
  }
  #como .demo-card--step4 {
	background-color: var(--verdeMilkTech);
  }
  #como .demo-card--step4 .head::after {
	border-color: var(--verdeMilkTech);
  }
  #como .demo-card--step5 {
	background-color: var(--verdeMilkTech);
  }
  #como .demo-card--step5 .head::after {
	border-color: var(--verdeMilkTech);
  }


  /* -------------------------------------------------------------*/

  .half_text_half_img_pod {
	margin: 0;
	margin-top: 30px;
	padding: 10px;
  }

  .row-card{
	border: 1px solid #fff; 
	background-color: #fff;
	border-radius: 20px;
	color: #000000;
	padding: 30px;
  }

  .row-title{
	font-weight: 600;
	text-decoration: none;
	color: var(--verdeMilkTech) !important;
  }

  .half_text_half_img_pod:nth-child(even) .row {
	flex-direction: row-reverse;
	
	border-radius: 10px;
  }

  .half_text_half_img_pod-wysiwyg_wrapper, 
  .half_text_half_img_pod-img_wrapper {
	  display: flex;
	  align-items: center;
	  flex-wrap: wrap;
	  justify-content: center;
	  text-align: center;
  }

  .half_text_half_img_pod-wysiwyg_wrapper img, 
  .half_text_half_img_pod-img_wrapper img {
	  max-width: 100%;
	  height: auto;
	  object-fit: cover;
	  border-radius: 50%;
	  max-height: 320px;
	  outline: 6px solid var(--verdeMilkTech); /* 🔹 Usamos outline no lugar da borda */
	  outline-offset: 0px; /* 🔹 Inicialmente colado na imagem */
	  transition: outline-width 0.4s ease-in-out, outline-offset 0.4s ease-in-out, filter 0.3s ease-in-out;
  }
  
  /* 🔹 No hover, a borda cresce */
  .half_text_half_img_pod-wysiwyg_wrapper img:hover, 
  .half_text_half_img_pod-img_wrapper img:hover {
	  outline-width: 6px; /* 🔹 Aumenta a espessura */
	  outline-offset: 6px; /* 🔹 Faz a borda expandir para fora */
	  filter: brightness(1.05);
  }
  
  /* 🔹 Ajustes específicos para telas menores */
  @media (max-width: 768px) {
	  .half_text_half_img_pod-wysiwyg_wrapper, 
	  .half_text_half_img_pod-img_wrapper {
		  margin-top: 15px;	
		  flex-direction: column;
	  }
	  .half_text_half_img_pod-wysiwyg_wrapper img, 
	  .half_text_half_img_pod-img_wrapper img {
		  width: 90%;
		  height: auto;
		  max-height: 250px; /* 🔹 Limita um pouco mais no mobile */
	  }
  }  

/***********************************************************************************************/

@keyframes gyrate {
	0% {
	  transform: scaleY(0.95) scaleX(0.9);
	}
	
	100% {
	  transform: scaleY(1) scaleX(1);
	}
  }
  
  @keyframes gyrate2 {
	0% {
	  transform: scale(0.9) scaleX(0.98);
	}
	
	100% {
	  transform: scaleY(1.2) scaleX(1);
	}
  }
  
  @keyframes pulse {
	0% {
	  transform: translate(-50%, -50%) scaleY(0.95);
	}
	
	100% {
	  transform: translate(-50%, -50%) scaleY(1);
	}
  }
  
  .cow {
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
   }


.speech-bubble {
	margin-top: 20px;;
	font-size: 18px;
	background: #fff;
	width: 300px;
	height: 60px;
	padding: 1px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px ;
	border-radius: 50px;
	border: 1px solid var(--cinzaMilkTech);
	display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
  }
  
  .speech-bubble:after {
	content: "";
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px ;
	transform: rotate(45deg);
	bottom: -10px;
	left: 70px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #FFF #FFF transparent;
  }
  
  .speech-bubble-icon {
	float: left;
	margin: 10px 0px 0px 10px;
  }
  
 
  .speech-bubble-text-line {
	line-height: 1.2;
  }


/* Container que envolve o preço e o botão */
.product-actions {
    display: flex;             /* Habilita o Flexbox */
    align-items: center;       /* ALINHA VERTICALMENTE NO CENTRO os itens (preço e botão) */
    justify-content: flex-end; /* ALINHA TODO O GRUPO (preço + botão) À DIREITA */
    gap: 60px;                 /* Espaçamento entre o preço e o botão. Ajuste este valor se 20px for muito ou pouco. */
    margin-top: 20px;          /* Adiciona um pouco de margem acima para separar da descrição */
    margin-right: 120px;
	width: 100%;               /* Garante que o container ocupe toda a largura disponível para que justify-content: flex-end funcione */
}

/* Estilo para o preço */
.product-price {
    font-size: 2.2em;          /* Tamanho do preço. Ajuste se precisar. */
    font-weight: bold;         /* Negrito */
    color: var(--verdeMilkTechHard);               /* Cor escura para boa legibilidade */
    white-space: nowrap;       /* Evita que o preço quebre linha */
    line-height: 1;            /* Ajuda a garantir que o texto do preço não adicione espaçamento extra */
}


.button-venda {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 22px 60px;
	font-size: 14px;
	line-height: 1.25;
	border: 0;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 10em;
	box-shadow: inset 0px -4px 2px rgba(0, 0, 0, 0.25);
}